Problem
X-1. Write Examples and
in
coordinate form. (For the coordinates of the given points,
just write
.)
Problem
X-2. For the (non-polynomial) parametric curve
, sketch the curve, the graph of
against
, and the graph of
against
, for
.
Problem
X-3. Find explicitly in the upper right
example of Figure
, by using basis functions.
Assume that the data points are
,
,
, and
, with
for
.
Problem
X-4. Find a quadratic polynomial curve (or
really, a polynomial curve
of degree at most two)
such that
,
, and
, by using basis functions. Give explicit coordinate
functions
,
.
Problem
X-5. Find a cubic polynomial curve (or
really, a polynomial curve
of degree at most
three) such that
,
,
, and
. Use basis functions.
Problem
X-6. Solve Problem X- using divided differences.
Problem
X-7. Suppose that you want to make a parametric
curve , polynomial or not, to interpolate data
points
with
for
, and suppose that you plan to express
as a
linear combination with time-varying coefficients. What
conditions on the blending functions (the coefficient
functions) are sufficient to guarantee that
does
interpolate as required?
Problem X-8. Find the Lagrange blending functions of degree one.
Problem
X-9. (a) Find a quadratic parametric curve that
crosses the unit circle
in four points.
(b) Find a cubic parametric curve that crosses the unit
circle in six points. (In both parts, the equations should
be explicit but a graphical proof is sufficient. One method
for (b): If you can find a suitable graph
, you can express the same graph in
parametric form as
.)
Problem
X-10. Show that the unit circle
cannot be represented as a polynomial parametric curve. In
fact, show that a polynomial parametric curve of degree
cannot touch a unit circle in more than
distinct
points, much less follow the circle all the way around. For example,
a parabola cannot touch a circle in more than four points.
(Method: Suppose the curve is
of
degree
. For any
for which
is on
the circle, we get
. Apply the
agreement property of polynomials from §
to show
that if more than
points of the curve are on the
circle, then all points of the curve are on the circle.
Apply the unboundedness property from §
to show
that this is impossible. Then you have made a proof by
contradiction.)
Problem
X-11. (a) In contrast to the preceding problem,
show that the following method does give a parametrization
of the unit circle (except for one point) by rational
functions (ratios of polymials): Calculate the point where the line of slope
through the point
on the circle intersects the circle a second
time. Your answer will have
and
as rational
functions of
, say
and
. Now
write
for
, to use a more familiar parameter.
Check that
is always 1.
(b) Which point of the circle is missing?
(c) Try some rational-number values for ; the
corresponding
and
should lead to some
``Pythagorean triples'' such as
with
and
with
.
Reduce each triple you get to lowest terms, e.g., use
and not
. Find three triples in lowest
terms other than the ones just mentioned.
Problem
X-12. Suppose that you have chosen a list
of blending functions, not
necessarily polynomials, for which
for all
with
. Then
given a list of points
you can make a
curve by using the functions
as coefficients
of a linear combination
. Explain how you know that this
process is compatible with affine transformations. In other
words, show that if
is an affine transformation and
for each
, then at all times
with
you get
,
where
is the curve made with the same blending
functions but based on the points
. (Method: What
property of affine transformations and linear combinations
is relevant?)
Problem
X-13. A useful observation is that a polynomial,
say
, can be written as a matrix
product
.
Similarly, the polynomial curve
can be written as
.
As you see, the columns of the right-hand matrix represent
the coefficients of the and
coordinate
polynomials. (It is usually best to write polynomials in
this situation with increasing powers of
, although
some texts do not.)
Express Example in matrix form.
Problem
X-14. Another use of matrices is to make a ``matrix
of points'', a matrix in which each row represents a point.
For example, if data points
are given, the
corresponding matrix is
. Then a linear combination of these points with
blending functions
can be expressed by the
matrix product
.
(a) Express Example in this form, for
the case
,
,
.
(b) Combine (a) with the method of the preceding problem to
write the same example in the form
, where
is a certain matrix of
numbers. (Do not multiply out.)
Problem
X-15. Complete the details in the proof of Theorem .
Problem X-16. A Van der Monde matrix is a matrix of the form
A theorem is that the determinant of a van der Monde matrix
is the product of the
terms
with
, or symbolically,
. For example, for a
van der Monde matrix, the determinant is
.
(a) Verify this theorem in the case .
(b) Explain why a van der Monde matrix must be nonsingular
if the numbers
are distinct.
(c) Find the volume of the tetrahedron with vertices
,
,
,
, using only arithmetic that is so easy
you could do it in your head.
(Method: Recall that the volume can be expressed as
of the absolute value of a certain determinant
whose last column consists of
's. Changing the order
of the columns does not change the absolute value of a
determinant.)
Problem
X-17. Here is a different approach to solving a
Lagrange interpolation problem. As usual, let points in
R
and distinct times
be given, for
. According to a preceding problem, a
solution can be written in the form
, where
is
some
matrix of coefficients. The
interpolation conditions
can then be
written as
. These conditions can
be combined into a single matrix equation
,
where
is a van der Monde matrix.
(a) Explain why there must be a solution for the matrix of coefficients and why this solution is unique. (You
may quote any needed properties of van der Monde matrices.)
(b) Explain how you could solve Lagrange problems on a computer in this way if a row-reduction routine were available.
Problem
X-18. Prove the uniqueness part of Theorem :
There is only one polynomial curve
of degree at
most
for which
,
where the
and
are any given points and
distinct times.
(Method: Apply the uniqueness property of § to
the coordinate polynomials.)
Problem
X-19. Using the ``Agreement in many places'' property in §,
explain how you get the (a) the ``Expression from function''
property and (b) the ``Continuation'' property.
Problem
X-20. Find an example of a polynomial curve that goes through data points that are in a rectangular
window, such that the curve wanders out of the window
between two of the data points.
(You should give explicitly the bounds of the window, the coordinate functions of the curve, and the time at which the curve is outside the window. Such an example will contrast with other kinds of polynomial curves to be studied soon.)
Problem
X-21. Consider the Lagrange blending functions
for given distinct
.
(a) Show that for all ,
.
(b) Show that for all ,
.
(Method: In each case, try to use the agreement
property from §, applied to the two sides.)
Problem
X-22. Show that the Lagrange blending functions for given distinct
form a basis
for the vector space of all polynomials of degree at most
.
(Method #1: Because you already know the vector
space has dimension , it is enough to show that the
are linearly independent. Suppose some linear
combination
, for all
. Substitute in various appropriate
values of
and see if you can show the
are
all zero.)
(Method #2: It is also enough to show that any in the vector space is a linear combination of the
polynomials
. Given
, let
and show that
for
different values of
. Then quote the uniqueness property.)
Problem X-23. This problem shows that a polynomial curve of degree two is a parabola, provided that it does not lie on a straight line.
(a) How can a parabola
be expressed
parametrically?
(b) Show that a parametric curve of the form
is a parabola, if
and
.
(Method: reparameterize the curve using ,
so
)
(c) What does the graph of the derivative of a parametric curve of the form given in (b) look like? Does the derivative curve go through the origin?
(d) Show that if is a polynomial curve of degree
2 and the graph of
does not go through the
origin, then
is a parabola.
(Method: has degree 1, so is a straight line. If
does not go through the origin, observe that there is a
rotation matrix
which rotates this line
to be parallel to the
-axis. The rotated curve
has derivative ...since
is a constant matrix.
Integrate to get an expression like that in (b) for
.)
(e) On the other hand, if the graph of is a
line through the origin, then show that
itself
lies on a straight line.
(Method: As in (d), rotate the derivative until its graph is
parallel to the -axis, and then integrate.)
Problem
X-24. The curve shown in Figure is
actually a polynomial curve of degree 5 that solves a Lagrange
problem with
for each
. With this
information, write down an explicit formula for the curve.
(Choose a coordinate system with the origin at the lower left
data point. Any scale is acceptable. Do not attempt to simplify
your answer.)
Problem
X-25. A perfect unit circle can be given
parametrically by
.
Suppose
is the parametric curve obtained by
using instead the Taylor polynomial approximations to
and
of degree at most
. Sketch the
curves described by
and
. What
do you think happens as for larger and larger values of
? (Note: Since the Taylor expansion of
has
only terms with even powers of
, the Taylor
polynomials of degrees, say, 8 and 9 are the same.
Similarly, the Taylor polynomials for
of degrees
7 and 8 are the same.)
Problem
X-26. Suppose the cubic curve has
,
,
, and
. Since a cubic curve is determined uniquely
by interpolating four points at given
values,
everything about
should be describable in terms
of
.
(a) Give an expression for in terms of
.
(b) Give an expression for the middle value in
terms of
.
(Method: First use Lagrange to find an explicit expression
for in terms of the
. Are your answers
to (a) and (b) linear in the
?)
Problem
X-27. Show that every plane polynomial curve of degree
has a mirror symmetry (perhaps not through the origin) for
(a) ,
(b) ,
(c) .