Worcester Polytechnic Institute

Building Bridges in the First Two Years



MA1001--Calculus I --- Final Review Solutions



1. Find dy/dx if

(a)
tex2html_wrap_inline130 .
(b)
tex2html_wrap_inline132 .
(c)
tex2html_wrap_inline134 .
(d)
tex2html_wrap_inline136 .
(e)
tex2html_wrap_inline138 .
(f)
tex2html_wrap_inline140 .
(g)
tex2html_wrap_inline142 .

2. Compute the following limits.
(a)
tex2html_wrap_inline144 .
(b)
tex2html_wrap_inline146 ;
(c)
tex2html_wrap_inline148 .

3. Use the definition to compute the derivative of

displaymath150

eqnarray46

4. Consider the function

displaymath152

(a)
Find the equation of the tangent line to the graph y=f(x) at x=2. You have the slope: tex2html_wrap_inline158 and a point: (2,f(2)) = (2,-8), so the equation for the tangent line is (y+8) = 15(x-2) or y = 15x -38 .

(b)
Determine intervals on which the function is increasing as well as those on which it is decreasing. tex2html_wrap_inline166 is positive for x < -3 and x > 1 so f(x) is increasing here.

tex2html_wrap_inline166 is negative for -3 < x < 1 so f(x) is decreasing here.

(c)
Find the maximum and minimum values of the function on the interval [0,3]. Compare f(0) = -10, f(1) = -15 and f(3) = 17 and conclude that the absolute maximum value is 17 and it is achieved at x=3, while the absolute minimum value is -15 and it is achieved at x=1.

(d)
Prove that the equation f(x) = 0 has at least one solution on [2,3]. The function is continuous on the interval with f(2) = -8 (less than zero) and f(3) = 17 (greater than zero). The existence of at least one root follows from the intermediate value theorem.

5. Consider the function tex2html_wrap_inline204 . (a) Show that the equation f(x) = 0 has at least one root in the interval [0,2]. The function is continuous on the interval and it changes sign. It follows from the intermediate value theorem that it must equal zero in the interval. (b) Do three steps of Newton's method to approximate the root that lies between x=1 and x=2. Use tex2html_wrap_inline214 as your initial guess. The basic iteration formula is

displaymath216

Make a table:

displaymath218

The approximate root after three steps is x = 1.5214. 6. The radius of a spherical ball is measured as 1.4 cm with a maximum error of 0.01 cm. Estimate the maximum resulting error in the calculated volume. Estimate the maximum error allowed in the measurement of the radius if the computed volume must be correct to within 0.01 cubic centimeters. To estimate the error, use

displaymath228

The numbers give you tex2html_wrap_inline230 cubic centimeters as the maximum error in the computed volume. To estimate the maximum allowable measurement error, turn the above computation around and solve

displaymath232

So you need tex2html_wrap_inline234 centimeters. 7. Use Newton's method to solve the equation tex2html_wrap_inline236 where N is the number that you want to ``un-cube''. You obtain the following algorithm:

eqnarray75

If you apply this with N = 65, starting at tex2html_wrap_inline242 , you should converge to tex2html_wrap_inline244 in three steps. 8. Give an argument to show that the polynomial tex2html_wrap_inline246 has exactly one real root. To show that is has at least one root, note that f(0) is negative and f(2) is very positive. (Any values for x which give a sign change for f are sufficient.) Continuity and the intermediate value theorem guarantee one root in the interval [0,2].

To argue that there is at most one root, note that

displaymath258

so the function is always increasing. In fact, it is strictly increasing for tex2html_wrap_inline260 . The only way that an increasing function can have more than one root is for the function to be constant on an interval, but the given function is not constant on any interval. 9. A light is at the top of a pole 50 feet high. A ball is dropped from the same height 30 feet from the light. You may assume that the ball falls a distance tex2html_wrap_inline266 feet in t seconds. How fast is the shadow of the ball moving along the ground 1/2 second after the ball is dropped? Let x(t) denote the location of the shadow (distance from the wall in feet) at time t and let h(t) denote the height of the ball at time t. You are given that tex2html_wrap_inline280 so dh/dt = -32 t. Your goal is to compute dx/dt.

Relate x and h (using similar triangles):

displaymath290

Relate the rates (differentiate implicitly):

displaymath292

Plug in the numbers (t = 1/2) to conclude that the shadow is moving at dx/dt = (375/4)(-16) = -1500 feet per second. (Negative because it moves toward the wall.) 10. Your job is to design a cylindrical box to hold Quacker Oats. The material for the side of the cylinder costs 5 cents per square foot while the material for the circular caps costs 20 cents per square foot. There are two basic equations involved in this problem:

displaymath302

(a) Find the dimensions of the cheapest box that Quacker Oats can make if the box must hold exactly 1 cubic foot of oats. In particular, show that for the optimal box, the height is exactly eight times the radius. The volume is fixed (equal to 1) and the goal is to minimize the cost. Differentiate to obtain an expression for dh/dr:

displaymath308

Now differentiate C with respect to r and use this expression for dh/dr:

displaymath316

Now set dC/dr = 0 to find the critical point: r = h/8. To get actual numbers, use tex2html_wrap_inline322 , so tex2html_wrap_inline324 feet and tex2html_wrap_inline326 feet. (One very tall box of oats!) The minimum cost is about 44 cents per box.

This problem has no natural endpoints, but the sign of dC/dr tells you that C is decreasing for r < h/8 and increasing for r > h/8, hence r = h/8 gives the absolute minimizer for the cost. Note: you could also use V=1 to eliminate h from the cost equation and minimize

displaymath344

So

displaymath346

Now go back and solve for h, compute the volume, and explain why this is the minimizer that you want. (b) Find the largest box that the Quacker Folks can make if they budget exactly tex2html_wrap_inline350 for each box. Once again, show that the height of the optimal box is exactly eight times the radius. As always, justify your answer. The cost is fixed (equal to 200 cents) and the goal is to maximize the volume. From part (a), you know that the cheapest box for a fixed volume has h = 8r. This is still the best solution if you seek to maximize the volume for a fixed price. So use

displaymath356

to obtain tex2html_wrap_inline358 so that tex2html_wrap_inline360 feet. Then tex2html_wrap_inline362 feet and the maximum volume is about 9.711 cubic feet. (You get a big box of oats for tex2html_wrap_inline350 !)

11. See the Maple worksheet.

12. See the Maple worksheet.



Back to Review Sheet #1

Back to the Bridge Projects Home Page


Art Heinricher < heinrich@wpi.edu>
Last modified: Wed Jul 2 11:09:05 EDT 1997