Math 132, Calculus II
Practice Problems for Exam 2
Tom Linton, Fall 2006
The following questions cover most of the important topics from sections 6.4 through 7.7 of the Hughes-Hallett (4th Ed) text. If you can answer most of these questions in a timely fashion, you are likely well prepared for our second midterm exam.
Batman and Robin are out directing traffic at a busy intersection in Gotham
City when the Riddler zooms by at a constant speed of 1.34 miles per minute
(well over the speed limit, this is just above 80 mph). It takes Batman and
Robin exactly 2 minutes to fire up the Batmobile, buckle their seat belts, and
start chasing the Riddler (who continues to drive at the constant velocity of
1.34 miles per minute). Assume that the Batmobile has a velocity given by

miles per minute, at time

(measured in minutes, with

corresponding to the time when Batman and Robin begin their pursuit of the
Riddler). Our main goal is to figure out whether or not Batman and Robin catch
up to the Riddler, and if they do, we'd like to estimate how long it takes.
Explain why the distance traveled b the Riddler at time

is given by the area function

,
and then evaluate this definite integral to find a "standard formula" for

.
A plot of Batman and Robin's velocity is shown below.

The distance taveled by Batman and Robin by time

is given by the area function

(where the integrand is plotted above). Use TRAP(40) to estimate the value

.
After chasing the Riddler for 20 minutes, have Batman and Robin actually
traveled farther than your estimate, or have they actually traveled a shorter
distance than your estimate? Explain.
Calculate exactly how for the Riddler has traveled by the time

.
Can you be absolutely certain that by the time

,
Batman and Robin have "caught up to" (i.e. traveled farther than) the Riddler?
Calculate a "standard formula" for the distance traveled by Batman and Robin
by time

,
as follows. In the equation

,
make the substitution

,
and transform the integral (bounds and all) over to terms of

.
Now use integration by parts (with

and

)
to evaluate this integral.
You should now have standard formulas (non-area functions) for both

and

.
Use these formulas to verify that sometime before

,
Batman and Robin "catch up to" the Riddler. Use some form of technology to
estimate the time when Batman and Robin first catch the Riddler, accurate to 2
decimal places.
Consider the definite integral

.
Is this integral improper? Explain.
A plot of the integrand is shown below. The plot suggests that perhaps if we
split this integral into two parts, namely

where

and

,
then

.
Verify rigorously that this is indeed the case as follows. Start with the
integral

and make the substitution

(transforming bounds and all over to terms to

).
This substitution may seem like it doesn't quite work out, but if you are
persistent, you should be able to eliminate all occurences of

in

and the resulting definite integral should "become" equivalent to

,
thus establishing that

.

We now know that

so, in order to calculate the value of

,
we can simply calculate

and double its value. Explain why we cannot use LEFT
(n), TRAP(n), nor SIMP(n) to
estimate the value of

,
but that we can use MID(n) to estimate this definite
integral.
Since our calculator program actually calculates all five estimates at once,
we're stuck, and we'll have to "get things started" by hand. The only trouble
spot for estimating

is the left endpoint

.
If we were to use MID(n) to estimate

,
the first sub-interval would run from

to

,
with a midpoint of

.
This corresponds to using MID(1) to estimate

.
By hand, show that MID(1) gives

.
Part (d) says that if we use

midpoint rectangles to approximate

,
then the first rectangle yields the approximation

.
By looking at the plot of the integrand above, does this correspond to an
over-estimate or an under-estimate of the true area? Explain.
We can now use any of our estimation techniques to estimate

,
because we can simply double an estimate of

,
and we know that

and the last definite integral is NOT improper. Use this idea, along with
Simpson's Rule, where

to estimate

.
Finally, we can also evaluate

exactly using the following strategy. Draw a right triangle and label one of
the acute angles as

.
Make the hypotenuse have a length of 1, the length of the leg adjacent to the
angle

should be

,
and the length of the leg opposite the angle

should be

.
The triangle suggests the substitution

.
Use this idea (or the triangle) to show that

.
Evaluate each fo the integrals below using the Fundamental Theorem (i,e, do NOT use Mathematica, fnInt, your calculator, or the table of integrals). and show your work.











A car starts with initial velocity

and accelerates at

for

to 12 seconds.
Find a formula for

,
the car's velocity after

seconds, and

the position of the car after

seconds.
How "far" does the car travel in 12 seconds?
How long does it take the car to travel 100 meters? How fast is the car traveling at this time?
Consider

What is

?
How about

?
Make a plot of the integrand, from

to

.
Use MID[8] to estimate

.
Is this an over-estimate, or an under-estimate? How do you know?
Use MID[16] to give another estimate of

.
Assume that the error in MID[16] is exactly one fourth
the error in MID[8] to give an even better estimate of

.
Three graphs of

are shown below, with vertical lines drawn at

and

(and no vertical scale shown). Approximating

,
using LEFT(3), MID(3), and TRAP(3) gave the values (listed from smallest to
largest, NOT necessarily in the order stated above), I got 11.8198, 12.0904,
and 13.8701.

On the first graph above, draw in the 3 rectangles for LEFT(3). On the 2nd graph above, draw in the 3 rectangles for MID(3). On the 3rd graph above, draw in the 3 trapezoids for TRAP(3).
Match each of the rules (LEFT, MID, and TRAP) with the approximate value it produced. State how you decided which rule produced which value, and then decide where the true value of the integral lies (between which two approximations).
What is RIGHT(3)? Hint: you know LEFT(3) and TRAP(3) and hopefully you know a formula that relates TRAP(3) to LEFT(3) and RIGHT(3), which you can solve for RIGHT(3).
What is SIMP(3)?
The y tickmark on the graphs is at an integer value (the same one for all 3 plots). It is also at the average value of f(x) from x = 1 to 4. What is the y-value of that tickmark?
Use the substitution

to completely transform (bounds and all)

,
over to terms of

.
Then evaluate the integral.