(In an actual version, problems would be on separate pages with space for answers. Each problem counts 10 points.)
1. Give a map that is a rotation of
by
clockwise with center
. Your answer may include
one or more matrices, but with explicit numeric entries.
2. Sketch a cubic parametric curve
such that
,
,
,
. Indicate axes and label some points on the axes
to indicate the scale. Take care to plot
exactly.
3. Suppose
is a biquadratic polynomial function
that is 0 at all the points
for
and
, except that
. Find
.
(There is only one function that fits this description, so if
you can think of one, that's it. A biquadratic polynomial is
quadratic in each variable when the other is held fixed.)
4. For the parametric bilinear patch with data points
,
,
, find a normal vector
at the point where
,
.
5. Short-answer questions:
(a) Sketch the points that are convex combinations of the vertices of the standard triangle. (A convex combination is a barycentric linear combination with nonnegative coefficients.)
(b) Draw a Bézier control polygon with four control
points at random and indicate graphically how to use the de
Casteljau method to calculate
.
(c) For the cubic Bézier curve
in
R
with control points
,
,
,
, find
explicitly.
(d) Invent an example of a ruled parametric
surface (a surface that can be swept out by a moving straight
line). Your answer should be some kind of explicit formula for a
function
.