Next: About this document ...
Homework Problems Mat 331
Set no. 1 September 10, 2003
Due September 19, 2003
- Use Maple to write
as a product of
exact linear factors. By exact, I mean you should leave any
non-rational factors expressed as radicals; do not approximate terms
like
as
, etc.
- Draw a graph showing both
and its fifth Taylor polynomial
(that is,
) for
between
and
. What degree of Taylor polynomial seems to be needed to get good
agreement in this range?
Hint: Use a variation of the command
convert(taylor(cos(x),x,5),polynom) to make this work. Think of a
suitable way to demonstrate that the approximation you have taken is
``good''- what is a good definition of ``good'' here?.
- Consider the planar curve
defined by
Using only Maple, find the slope
of the tangent line to the curve at
. Then plot the curve and
the tangent line on the same graph.
Hint: You might want to use
implicitplot from the library plots. You might find
implicitdiff helpful, too.
- Plot the function
,
for
. Find all the zeros of the function with an accuracy
of 20 decimal digits.
Hint: See Digits, fsolve.
- Define a Maple function
that, given a positive integer
yields the sum of the first
primes. What is
such that
but
?.
Hint: You might find sum and ithprime helpful.
- Use the Taylor expansion of
near the point
to compute the value of
to 30 places. How many terms are
needed to compute the value to 50 places?
Next: About this document ...
Araceli M Bonifant
2003-09-09