M408D
Prof: Ted Odell
Fun Problems
If the homework is too easy, try these:
- Sequences and series
- evaluate sqrt(2 + sqrt(2 + sqrt(2 + ...)))
- L'Hopital's Rule
- l'hopital's rule is for evaluating limits of the form 0/0 or
infinity/infinity. it says that if lim [x->a] f(x)/g(x) has one
of these forms, you can replace f(x)/g(x) with f'(x)/g'(x).
with this in mind, what is wrong with this proof that 1 = -1?
1 = lim [x->inf] (x + sin x2)/(x - sin x2)
= lim (1 + 2x cos x2)/(1 - 2x cos x2)
(here we used l'hopital)
= lim (1/x + 2 cos x2)/(1/x - 2 cos x2)
(divide top and bottom by x)
= lim (2 cos x2)/(-2 cos x2)
(here we replace 1/x with 0 since x -> infinity)
= lim 2/-2
= -1
the first equality is true because the sine function is bounded and so
x +/- sin(anything) is dominated by x as x->infinity.