0% found this document useful (0 votes)
99 views3 pages

Feb 2004 Solutions

1. The document contains solutions to 10 calculus and analysis problems from a mathematics tournament. 2. The problems involve limits, derivatives, integrals, and iterated functions. 3. Analytical techniques like L'Hopital's rule, the chain rule, implicit differentiation, and the ratio test are used to evaluate limits and determine convergence.

Uploaded by

paul taniwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views3 pages

Feb 2004 Solutions

1. The document contains solutions to 10 calculus and analysis problems from a mathematics tournament. 2. The problems involve limits, derivatives, integrals, and iterated functions. 3. Analytical techniques like L'Hopital's rule, the chain rule, implicit differentiation, and the ratio test are used to evaluate limits and determine convergence.

Uploaded by

paul taniwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Harvard-MIT Mathematics Tournament

February 28, 2004

Individual Round: Calculus Subject Test — Solutions


f (x+h)−f (h)
1. Let f (x) = sin(sin x). Evaluate limh→0 x
at x = π.
Solution: 0
The expression f (x+h)−fx
(h)
is continuous at h = 0, so the limit is just f (x)−f (0)
x
. Letting
sin(sin π)−sin(sin 0)
x = π yields π
= 0.

2. Suppose the function f (x) − f (2x) has derivative 5 at x = 1 and derivative 7 at x = 2.


Find the derivative of f (x) − f (4x) at x = 1.
Solution: 19
Let g(x) = f (x) − f (2x). Then we want the derivative of

f (x) − f (4x) = (f (x) − f (2x)) + (f (2x) − f (4x)) = g(x) + g(2x)

at x = 1. This is g 0 (x) + 2g 0 (2x) at x = 1, or 5 + 2 · 7 = 19.


√ √
3. Find limx→∞ ( 3 x3 + x2 − 3 x3 − x2 ).
Solution: 2/3
Observe that
h √
3
i x/3 + 1/27
lim (x + 1/3) − x3 + x2 = lim √ √ ,
x→∞ x→∞ ( 3 x3 + x2 )2 + ( 3 x3 + x2 )(x + 1/3) + (x + 1/3)2

by factoring the numerator as a difference of cubes. The numerator is linear in x, while


the denominator is at√ least 3x2 , so the limit as x → ∞ is 0. By similar arguments,
3
limx→∞ [(x − 1/3) − x3 − x2 ] = 0. So, the desired limit equals
√3
√3
2/3 + lim [(x − 1/3) − x3 − x2 ] − lim [(x + 1/3) − x3 + x2 ] = 2/3.
x→∞ x→∞

4. Let f (x) = cos(cos(cos(cos(cos(cos(cos(cos x))))))), and suppose that the number a


satisfies the equation a = cos a. Express f 0 (a) as a polynomial in a.
Solution: a8 − 4a6 + 6a4 − 4a2 + 1
This is an exercise using the chain rule. Define f0 (x) = x and fn (x) = cos fn−1 (x) for
n ≥ 0. We will show by induction that fn (a) = a and fn0 (a) = (− sin a)n for all n. The
case n = 0 is clear. Then fn (a) = cos fn−1 (a) = cos a = a, and
0
fn0 (a) = fn−1 (a) · (− sin fn−1 (a)) = (− sin a)n−1 · (− sin a) = (− sin a)n

by induction. Now, f (x) = f8 (x), so f 0 (a) = (− sin a)8 = sin8 a. But sin2 a = 1 −
cos2 a = 1 − a2 , so f 0 (a) = (1 − a2 )4 = a8 − 4a6 + 6a4 − 4a2 + 1.

1
5. A mouse is sitting in a toy car on a negligibly small turntable. The car cannot turn on
its own, but the mouse can control when the car is launched and when the car stops
(the car has brakes). When the mouse chooses to launch, the car will immediately
leave the turntable on a straight trajectory at 1 meter per second.
Suddenly someone turns on the turntable; it spins at 30 rpm. Consider the set S of
points the mouse can reach in his car within 1 second after the turntable is set in
motion. (For example, the arrows in the figure below represent two possible paths the
mouse can take.) What is the area of S, in square meters?
.5 m

30 rpm

1m

Solution: π/6
The mouse can wait while the table rotates through some angle θ and then spend the
remainder of the time moving along that ray at 1 m/s. He can reach any point between
the starting point and the furthest reachable point along the ray, (1 − θ/π) meters out.
So the area is given by the polar integral
Z π
(1 − θ/π)2 1 1 Zπ 2
dθ = · 2 φ dφ = π/6
0 2 2 π 0
(where we have used the change of variables φ = π − θ).

6. For x > 0, let f (x) = xx . Find all values of x for which f (x) = f 0 (x).
Solution: 1
Let g(x) = log f (x) = x log x. Then f 0 (x)/f (x) = g 0 (x) = 1 + log x. Therefore
f (x) = f 0 (x) when 1 + log x = 1, that is, when x = 1.

7. Find the area of the region in the xy-plane satisfying x6 − x2 + y 2 ≤ 0.


Solution: π/2

Rewrite the condition as |y| ≤ x2 − x6 . The right side is zero when x is −1, 0, or 1,
and it bounds an area symmetric about the x- and y-axes. Therefore, we can calculate
the area by the integral
Z 1 √ Z 1 √ Z 1√
2 x2 − x6 dx = 4 x 1− x4 dx = 2 1 − u2 du = π/2.
−1 0 0

8. If x and y are real numbers with (x + y)4 = x − y, what is the maximum possible value
of y?

Solution: 3 3 2/16

2
By drawing the graph of the curve (as shown), which is just a 135◦ clockwise rotation
and scaling of y = x4 , we see that the maximum is achieved at the unique point where
dy/dx = 0. Implicit differentiation gives 4(dy/dx
√ +√1)(x + y)3 = 1 − dy/dx, so setting

3 4
dy/dx = 0 gives 4(x + y) = 1. So x + y = √ 1/ 4 = √3 2/2, and x −
3
√ y = (x + y) = 3
2/8.
Subtracting and dividing by 2 gives y = ( 3 2/2 − 3 2/8)/2 = 3 3 2/16.

0.5 1 1.5

-0.5

-1

-1.5

9. Find the positive constant c0 such that the series



X n!
n
n=0 (cn)

converges for c > c0 and diverges for 0 < c < c0 .


Solution: 1/e
The ratio test tells us that the series converges if
µ ¶n
(n + 1)!/(c(n + 1))n+1 1 n
lim n
= · lim
n→∞ n!/(cn) c n→∞ n + 1
is less than one and diverges if it is greater than one. But
µ ¶n µ ¶−n
n 1 1
lim = n→∞
lim 1+ = .
n→∞ n+1 n e
Then the limit above is just 1/ce, so the series converges for c > 1/e and diverges for
0 < c < 1/e.
10. Let P (x) = x3 − 23 x2 + x + 14 . Let P [1] (x) = P (x), and for n ≥ 1, let P [n+1] (x) =
R
P [n] (P (x)). Evaluate 01 P [2004] (x) dx.
Solution: 1/2
By Note that P (1 − x) = 1 − P (x). It follows easily by induction that P [k] (1 − x) =
1 − P [k] (x) for all positive integers k. Hence
Z 1 Z 1
P [2004] (x) dx = 1 − P [2004] (1 − x) dx
0 0
Z 1
= 1− P [2004] (1 − x) dx
0
Z 1
= 1− P [2004] (u) du (u = 1 − x).
0

R1
Hence 0 P [2004] (x) dx = 1/2.

You might also like