Solutions to the
2005 AP Calculus BC Exam
Free Response Questions

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

Problem 1.

a)

In[1]:=

FindRoot[1/4 + Sin[π x]  4^(-x), {x, 0}]

Out[1]=

{x0.178218}

In[2]:=

a = x/.%

Out[2]=

0.178218

So the required area is

In[3]:=

∫_0^a (4^(-x) - 1/4 - Sin[π x]) x

Out[3]=

0.0647531

b)

In[4]:=

∫_a^1 ( 1/4 + Sin[π x] - 4^(-x)) x

Out[4]=

0.410362

c)

In[5]:=

π ∫_a^1 ((1/4 + Sin[π x] + 1)^2 - (4^(-x) + 1)^2) x

Out[5]=

4.55876

Problem 2.

In[6]:=

r[θ_] = θ + Sin[2θ]

Out[6]=

θ + Sin[2 θ]

a)  

Area is

In[7]:=

1/2∫_0^π (r[θ])^2θ

Out[7]=

1/2 (-π/2 + π^3/3)

b)

In[8]:=

FindRoot[r[θ] Cos[θ]  -2, {θ, 5π/6}]

Out[8]=

{θ2.78606}

c)

When (d r)/(d θ) <0, r decreases as θ increases.  This means that as θ ranges upward from π/3 to 2π/3, the corresponding point on the curve gets closer to the pole.

d)

We seek to find the absolute maximum value of r(θ) on the interval [0, π/2].  This will be found where θ = 0 or θ = π/2 or r ' (θ) = 0.  Now r(0) = 0 and r(π/2) = π/2 ~ 1.571.  This eliminates θ = 0 from contention.  r ' (θ) = 0 when 1 + 2 cos 2θ = 0, or when θ = π/3.  We have r(π/3) = (3^(1/2)/2) + (π/3) ~ 1.913.  We conclude that the maximum distance from the pole to the curve for 0≤θ≤π/2 occurs when θ = π/3.

Problem 3.

a)

In[9]:=

(55 - 62)/(8 - 6)

Out[9]=

-7/2

Thus T ' (7) is approximately (T(8) - T(6))/(8 - 6)degrees C per centimeter, or -7/2 degrees C. per centimeter.

b)

Average temperature of the wire is 1/8∫_0^8T(x) x.  This is

In[10]:=

1/8 ((100 + 93)/2 + (93 + 70)/2 (5 - 1) + (70 + 62)/2 + (62 + 55)/2 (8 - 6))

Out[10]=

1211/16

Answer:  1211/16 degrees Celsius.

c)

We are given that T is twice differentiable (although we are not told where).  This means that T ' is continuous--on the interval [0,8], we hope, so that the problem is meaningful.  By the Fundamental Theorem of Calculus, ∫_0^8T ' (x) x = T(8) - T(0) = -45 degrees Celsius.  The integrand T ' (x) is the (instantaneous) rate at which T(x) changes per unit length at each point of the interval [0, 8], and the integral gives net temperature change over the interval [0, 8].

d)

By the Mean Value Theorem, there is a point ξ∈[1, 5] where T ' (ξ) = [T(5) - T(1)]/(5 - 1) = -23/4.  By the Mean Value Theorem again, there is a point η∈[5, 6] where T ' (η) = T(6) - T(5) = -8.  Note that, necessarily, 0<ξ<η<8.  A third application of the Mean Value Theorem---this time to T '---assures us that there is a point ζ∈[ξ, η] ⊆ (0, 8) such that T'' (ζ) = [T ' (η) - T ' (ξ)]/(η - ξ) = (-8 + 23/4)/(η - ξ) = -9/[4 (η - ξ)] < 0.  Consequently, these data are not consistent with the assertion that T'' (x) > 0 for every x in (0, 8) .

Problem 4.

a)

[Graphics:HTMLFiles/index_62.gif]

b)

At a local minimum, we must have y ' = 0, and because we are on a solution curve this tells us that 0 = 2 x - y = 2 ln(3/2) - y.  Hence, the y-coordinate of this minimum is y = ln(9/4).

c)

Because y(0) = 1, we have y ' (0) = 2 · 0 - 1 = -1.  Consequently, y(-0.2) ~ y(0) + y ' (0) (-0.2) = 1 - (-0.2) = 1.2.  Consequently, y ' (-0.2) = 2 · (-0.2) - y(0.2) ~ -0.4 - (1.2) = -1.6.  So y(-0.4) ~ y(-0.2) + y ' (-0.2) (-0.4 + 0.2) = 1.2 + (-1.6) (-0.2) = 1.52.

d)

If y ' = 2 x - y, then y'' = 2 - y ' = 2 - (2 x - y) = y + 2 - 2x.  This latter quantity is positive when x≤0 and y>0--as it surely is for our solution.  Hence the solution must be concave upward in the region where we are examining it.  Consequently tangent lines to the solution lie below the curve throughout the interval (-0.4, 0).  Because Euler's Method proceeds by replacing the curve with tangent lines, the method underestimates y in this region.

Problem 5.

a)

∫_0^24v(t) t = 1/2 · (4 - 0) · 20 + (16 - 4) · 20 + 1/2 · (24 - 16) · 20 = 40 + 240 + 80 = 360 meters . ∫_0^24v(t) t gives the distance, in meters, traveled by the car during the time period 0≤t≤24.

b)

v ' (4) = lim_ (h0)[v(4 + h) - v(4)]/h is the definition of v ' (4).  We note that for 0<t≤4, we have v(t) = 5 t, so that v(4 + h) - v(4) = 5 (4 + h) - 5 · 4 = 5 h when h<0 but | h | is small.  Thus [v(4 + h) - v(4)]/h = 5 for such values of h.  But when 4≤t≤16, we have v(t) = 20, so that [v(4 + h) - v(4)] = 20 - 20 = 0 when h>0 and | h | is small.  For such h we therefore have [v(4 + h) - v(4)]/h = 0.  Consequently, lim_ (h0 +)[v(4 + h) - v(4)]/h = 0, but lim_ (h0 -)[v(4 + h) - v(4)]/h = 5.  The two one-sided limits have different values, so the two-sided limit does not exist.  this means that v ' (4) does not exist.  

Now v(t) = 60 - 5/2t when 16<t<24.    Hence v ' (t) = -5/2 for all t for which 16<t<24, by the standard rule for differentiating polynomials.  It follows that v ' (20) = -5/2.

c)

Acceleration is given by a(t) = 5 when 0<t<4, by a(t) = 0 when 4<t<16, and by a(t) = -5/2 when 16 < t < 24.

d)

The average rate of change of v over 8≤t≤20 is [v(20) - v(8)]/(20 - 8) = (10 - 20)/(20 - 8) = -5/6.  The hypotheses of the Mean Value Theorem require that v ' (t) exist at every point of the interior of an interval on which we wish to apply the theorem.  The Mean Value Theorem is therefore inapplicable to v on [8, 20] because v ' (16) does not exist.  

Problem 6.

a)

The 6-th degree Taylor polynomial about x = 2 for this function is

FormBox[RowBox[{f(2) + f ' (2) (x - 2) + 1/2 ! f'' (2) (x - 2)^2 + 1/3 ! f^(3)(2) (x - 2)^3 +  ...  (x - 2)^4, +, RowBox[{1/(6 · 3^6), RowBox[{(x - 2)^6, ^, Cell[]}], Cell[]}]}]}], TraditionalForm].

b)

The coefficient of (x - 2)^(2n) in the Taylor expansion of this function about x = 2 is 1/[(2n) 3^(2n)].

c)

We have lim_ (n∞) (a_ (2n + 2) | x - 2 |^(2n + 2))/(a_ (2n) | x - 2 |^(2n)) = lim_ (n ... 3^(2n + 2) | x - 2 |^(2n)) = lim_ (n∞) (n | x - 2 |^2)/(9 (n + 1)) = 1/9 | x - 2 |^2.  Consequently, the Ratio Test guarantees that the series converges when | x - 2 |^2<9, or when -1<x<5.  When | x - 2 | = 3, the general term of the series becomes (x - 2)^(2n)/[(2n) 3^(2n)] = 3^(2n)/[(2n) 3^(2n)] = 1/(2n).  This is a constant multiple of the harmonic series, and so diverges.  The interval of convergence is therefore -1<x<5.


Created by Mathematica  (May 6, 2005)