Solutions to the
2007 AP Calculus AB (Form B) Exam
Free Response Questions
Louis A. Talman
Department of Mathematical & Computer Sciences
Metropolitan State College of Denver
Part A
Problem 1
a)
The curve
intersects the line
where
:
In[1]:=
Out[1]=
Thus, the area of the region
is
, where
and
. The integral must be done numerically:
In[2]:=
Out[2]=
The area of region
is, to three digits to the right of the decimal,
.
b)
The curve
intersects the line
where
, or at
and at
. Thus, the sum of the areas of the regions
and
is the integral
. From this we subtract the integral of Part a) to obtain the area of the region
. Once again, we must integrate numerically:
In[3]:=
Out[3]=
The area of region
is, to three digits to the right of the decimal,
.
c)
Using the method of washers, the volume of the solid generated when the region
is rotated about the line
is
, where
, and
.
Evaluation of this integral is not required, but let's do it numerically anyway:
In[4]:=
Out[4]=
Problem 2
a)
Acceleration is the derivative, taken with respect to time, of velocity.
In[5]:=
Out[5]=
In[6]:=
Out[6]=
Acceleration at time
is
. No units are given in the problem, so we give none. However, acceleration must be in units of
.
b)
Total distance traveled is the integral of the magnitude of velocity over the time interval in question. We integrate numerically:
In[7]:=
Out[7]=
The required distance is, to three digits to the right of the decimal, 1.702.
c)
Change in position is the integral of velocity over the time interval in question. We adjust by adding the initial position in order to obtain final position. Once again, integrating numerically:
In[8]:=
Out[8]=
When
, the particle is at
, correct to three digits to the right of the decimal.
d)
At the instant when the particle is farthest to the right, it must be at an end-point or we must have
, for otherwise the particle is moving—either rightward or leftward. In fact, velocity must change from positive to negative at such an instant, for the particle must have just stopped rightward motion and be about to begin leftward motion. There are three points to consider in the given interval:
,
, and
. (We reject
on the ground that the particle moves rightward in the interval immediately to the right of
.) We could argue on the basis of areas in the diagram, but it's easier just to do the numerical integrations and compare the results:
In[9]:=
Out[9]=
The particle is farthest right when
.
Problem 3
a)
We are given
.
In[10]:=
Out[10]=
In[11]:=
Out[11]=
, so that for small changes in wind velocity, the approximate change in wind chill is
degrees Fahrenheit for each mile per hour change in wind velocity.
b)
Averate rate of change of
over the interval from
to
is
:
In[12]:=
Out[12]=
The required average rate of change is, correct to three digits to the right of the decimal,
. We solve the equation
numerically to find the value of
at which instantaneous rate of change is the same as the average rate of change:
In[13]:=
Out[13]=
The wind velocity at which the instantaneous rate of change is equal to the average rate of change is
. Note: Although we have given three digits to the right of the decimal, the precision of the numbers given in the statement of the problem makes this level of precision to be of doubtful merit in the answer.
c)
We put
. Then
In[14]:=
Out[14]=
In[15]:=
Out[15]=
Evaluating this expression when
gives
In[16]:=
Out[16]=
When
, the rate of change of wind chlll with respect to time is
deg F/hr.
Part B
Problem 4
a)
Local maxima are to be found at points where the derivative undergoes a sign change from positive to negative. For this function, that happens when
and when
.
b)
Any point where the derivative changes from increasing to decreasing, or vice versa, is an inflection point. For this function, we find such points at
,
, and
.
c)
If the derivative is both positive and increasing, then the function is concave upward and has positive slope. This function displays such behavior on the intervals
and
. (Whether or not to include some of the end-points depends on how we define "concave upward". This varies with textbook.)
d)
The absolute minimum value of
over the interval
is
. We know that
gives a local minimum because the derivative changes sign from negative to positive at
. The only other possibilities for minima are at the endpoints of the interval, because we have already [Part b)] identified the other critical points in the interval as the locations of relative maxima. We have
. (The integral is the sum of the signed areas of two semicircles.) On the other hand,
. (This integral is the sum of the signed areas of two triangles.) It follows that the absolute minimum value of
over the interval
is
.
Problem 5
a)
b)
Because
, we have
. Solutions to the original differential equation must be concave upward in the region where
, or where
. This is the region lying above the line
, which is the line that passes through the point with coordinates
and the point with coordinates
,
c)
If
is the solution of this differential equation for which
, then
, so
has a critical point at
. From Part b), we have
. It then follows from the Second Derivative Test that
has a relative minimum at
.
d)
If
is to be a solution, then
, and it follows from substituting
for
and
for
in the differential equation that we must have
for all
. This is possible only if
and
. Hence
and
.
Problem 6
a)
The function
is twice differentiable throughout the interval in question, and so is continuous there. By the Mean Value Theorem, there is a number
,
, such that
.
b)
We have
. Thus,
, while
. Thus
, and it now follows from Rolle's Theorem that there is a number
in the interval
where
.
c)
The second derivative of
is given by
. It therefore follows from the hypothesis that
vanishes identically that
also vanishes identically. Because inflection points are to be found where the second derivative changes sign,
can have no such points.
d)
If
, then
, while
. But
is given twice differentiable, so
must be continuous. Consequently,
, which is the difference of two continuous functions, is also continuous. By the Intermediate Value Property of continuous functions, there must be a point
in
where
, because
while
.
Created by Mathematica (May 20, 2007)