Next: About this document ...
Problems 1
- 1.
- Check that
- 2.
- Let A be the circle of radius 2 centered at (-1,0). Let
B be the circle of radius 2 centered at (1,0). Find the
points at which A and B intersect.
- 3.
- Is it true that
for all
? Is it true
that
for all
? Are you just guessing or can you prove it?
- 4.
- What is the greatest common divisor of x3+1 and x2+3x+2?
- 5.
- Find all integer solutions of the equation 5x+7y=37 (both x and
y should be integers).
- 6.
- Solve the differential equation
with
initial conditions y(0)=1, y'(0)=0. Plot your solution.
- 7.
- Use the commands seq and ithprime to generate a list
of the first 20 primes. Compute the sum of these primes, and
give its integer factors.
- 8.
- Draw a graph showing both
and its fifth Taylor polynomial
(that is,
)
for
x between -4 and 4. How many terms do you seem to need
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.
Duncan Sands
1998-12-09