Week 4 Solution
Question 1

The curve looks like this:
Tangent at t=0 is vertical line through (0,0). Tangent at t=1 is vertical line through (80,0).
For the road, we need to find the tangent at t=1/2. One method is to use the equation of the curve directly:





We just want the direction of B’(t), so dividing by the length gives (1,0). Rotating by 90 degrees and multiplying by half the road width gives (0,10). Adding this to B(1/2)=(40,60) gives (40,70) as one side of the road.
Rotating by -90 degrees and multiplying by half the road width gives (0,-10). Adding this to B(1/2)=(40,60) gives (40,50) as the other side of the road.
Question 2
Let the control points be
(column matrices in
homogenous coordinates with the last value 1).
If
is an affine transformation, then

are column matrices in
homogenous coordinates with the last value 1,
ie, this is Bezier curve on the transformed control
points.
Question 3
continuity:
i.e
We can interpret this geometrically:
is vector from
to
.
is vector from
to
.
is the sum of these two vectors.It is possible to use this to make Beziers connect with
continuity, but then any
change to one will affect all the others.
Question 4

Question 5
(a) Adding the functions
together gives the value 1. And they are all greater than or equal to zero for
between 0 and 1.
Hence the uniform B spline has the convex hull property, just like a Bezier.
(b) taking derivatives:

So

(c) taking second derivatives:

So
