Solutions to the
1998 AP Calculus AB Exam
Free Response Questions

Louis A. Talman
Department of Mathematical & Computer Sciences
Metropolitan State College of Denver

Problem 1.

a.

The area of the region R is

∫_0^4x^(1/2) x

16/3

b.

Solve[∫_0^hx^(1/2) x 8/3, h]

{{h2 2^(1/3)}}

We need h = 2^(4/3).

c.

The volume generated by revolving R about the x-axis is

π∫_0^4x x

8 π

d.

Solve[π∫_0^kx x  4 π, k]

{{k -2 2^(1/2)}, {k2 2^(1/2)}}

We need k = 22^(1/2).

Problem 2

a.

lim_ (x -∞) 2 x ^(2x) = lim_ (x -∞) (2x)/^(-2x).  L'Hôpital's Rule is applicable to the latter expression.  Thus, lim_ (x -∞) (2x)/^(-2x) = lim_ (x -∞) 2/(-2^(-2x)) = 0.

b.

If f[x] = 2 x ^(2x), then f '[x] = (2 + 4 x) ^(2x).  Consequently, f '[x] = 0 only when x = -1/2.  Now (by part a, above) lim_ (x -∞) f[x] = 0, while lim_ (x∞) f[x] = ∞.  Consequently there are numbers x_1 and x_2, x_1< -1/2<x_2, such that x≤x_1 implies that f[x] ≥ -1/100>f[-1/2] = -^(-1) and x_2≤x implies that f[x] ≥ -1/100>f[-1/2].  But f must have an absolute minimum in the interva l [x_1, x_2], and it cannot be located at either x_1 or x_2.  Because x = -1/2 is the only critical point in this interval, it must give the absolute minimum for f[x] when x_1≤x≤x_2, and therefore for -∞<x<∞.

c.

By the observations we have made in part b. above, the range of f is [-^(-1), ∞).

d.

Let us assume, for the moment, that b>0.  Then, arguing as we have in parts a. and b. above, we find that f[x] = b x ^(b x)  has an absolute minimum at x = -1/b.  This minimum value is f[-1/b] = -e^(-1), which is independent of b.  If b<0, we obtain the same result after the change of variables u = -x, which amounts to a reflection about the y-axis.

Problem 3.

The following unpleasant syntax assigns the values given in the table to the function v.

Map[Apply[(v[#1] = #2) &, #] &, {{0, 0}, {5, 12}, {10, 20}, {15, 30}, {20, 55}, {25, 70}, {30, 78}, {35, 81}, {40, 75}, {45, 60}, {50, 72}}]

{0, 12, 20, 30, 55, 70, 78, 81, 75, 60, 72}

a.

Acceleration is the derivative of velocity, so acceleration is positive at each point where the tangent line to the graph of the velocity function has positive slope.  From the picture given, we find that acceleration is positive on the intervals [0, 35) and (45, 50].

b.

Taking a[t], as the acceleration, average acceleration is 1/50∫_0^50a[t] t = 1/50 (v[50] - v[0]) = 1/50 (72 - 0) = 36/25ft/sec^2.

c.

The acceleration a[40] is approximately (v[45] - v[35])/10, or

(v[45] - v[35])/10

-21/10

(This is in feet/sec^2.)

d.

The required approximation is:

Sum[10 v[t], {t, 5, 45, 10}]

2530

The integral measures, in feet, distance traveled during the time interval 0≤t≤50.

Problem 4

a.

At the point (1, f[1]), the slope is (3 (1)^2 + 1)/(2 f[1]) = 1/2.

b.

The line tangent to y = f[x] at (1, f[1]) has equation y = 4 + 1/2 (x - 1).  Consequently, f[1.2] is approximately 4 + 1/2 (0.2) = 41/10.

c.

From f '[x] = (3 x^2 + 1)/(2 f[x]), together with f[1] = 4, we have 2∫_1^xf[t] f '[t] t = ∫_1^x (3 t^2 + 1) t, or 2∫_4^f[x] u u = ∫_1^x (3 t^2 + 1) t.  Thus, f[x]^2 - 16 = x^3 + x - 2, or f[x] = (x^3 + x + 14)^(1/2).  (We have chosen the positive square root because f[1] = 4 > 0.)

d.

f[1.2] is given by

(x^3 + x + 14)^(1/2)/.x1.2

4.11437

Problem 5

a.

[Graphics:HTMLFiles/index_79.gif]

b.

Average temperature is 1/(14 - 6) ∫_6^14F[t] t:

1/(14 - 6) ∫_6^14 (80 - 10 Cos[(π t)/12]) t

1/8 (640 + 180/π)

N[%]

87.162

To the nearest degree, this is 87 degrees.

c.

FindRoot[80 - 10 Cos[(π t)/12] 78, {t, 6}]

{t5.23087}

a = t/.%

5.23087

FindRoot[80 - 10 Cos[(π t)/12] 78, {t, 18}]

{t18.7691}

b = t/.%

18.7691

The air conditioner ran when FormBox[RowBox[{5.231, ≤, t, ≤, RowBox[{18.769, Cell[.]}]}], TraditionalForm]

d.

The approximate total cost is 0.05 ∫_a^b (2 - 10 Cos[(π t)/12]) t, or

0.05 ∫_a^b (2 - 10 Cos[(π t)/12]) t

5.09637

To the nearest cent, this is $5.10.

Problem 6

a.

If 2 y^3 + 6x^2y - 12 x^2 + 6 y = 1, then, differentiating implicitly with respect to x while treating y as a function of x, we obtain 6 y^2y ' + 12 x y + 6 x^2y ' - 24 x + 6 y ' = 0.  Hence, (6y^2 + 6 x^2 + 6) y ' = 24 x - 12 x y, or y ' = (4 x - 2 x y)/(x^2 + y^2 + 1).

b.

Tangent lines are horizontal where y ' = 0.  This can happen, according to part a., above, only where 4 x - 2 x y = 0, from which we conclude that x = 0 or that y = 2.  If x = 0, then from 2 y^3 + 6x^2y - 12 x^2 + 6 y = 1 we conclude that 2y^3 + 6 y = 1, and we thus have, approximately,   

FindRoot[y^3 + 6 y1, {y, 0}]

{y0.165906}

An equation for the line tangent to the curve at the corresponding point is y = 0.166 (approximately).

If y = 2, then 16 + 12 x^2 - 12 x^2 + 12 = 1, or 28 = 1, so there are no horizontal tangent lines where y = 2.

c.

At the point where the line through the origin with slope -1 is tangent to the curve, we must have y = -x, because that is the equation of the line in question and the point of tangency lies on that line.  Hence -2 x^3 - 6 x^3 - 12 x^2 - 6 x = 1, or 8x^3 + 12 x^2 + 6 x + 1 = 0.  Equivalently, (2 x + 1)^3 = 0, so that the only root of this equation is x = -1/2.  Because y = -x at the point in question , y = 1/2.  The coordinates of the point are (-1/2, 1/2).


Created by Mathematica  (February 7, 2010)