0% found this document useful (0 votes)
105 views7 pages

Math 1b. Calculus II Final Exam Solutions: Summer 2007

The document contains solutions to problems from a Calculus II final exam. Some of the key problems solved include: - Finding the level of a drug in the bloodstream after infinite doses given its exponential decay rate. - Evaluating definite integrals using techniques like partial fractions and integration by parts. - Approximating a function value using a third degree Taylor polynomial and estimating the error in this approximation. - Solving initial value problems for differential equations. - Setting up definite integrals to calculate volumes of solids obtained by revolving regions about axes.

Uploaded by

nurullah_bulut
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views7 pages

Math 1b. Calculus II Final Exam Solutions: Summer 2007

The document contains solutions to problems from a Calculus II final exam. Some of the key problems solved include: - Finding the level of a drug in the bloodstream after infinite doses given its exponential decay rate. - Evaluating definite integrals using techniques like partial fractions and integration by parts. - Approximating a function value using a third degree Taylor polynomial and estimating the error in this approximation. - Solving initial value problems for differential equations. - Setting up definite integrals to calculate volumes of solids obtained by revolving regions about axes.

Uploaded by

nurullah_bulut
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Math 1b.

Calculus II Final Exam Solutions

Summer 2007

1. (12 points) Suppose that we know the graph below is the graph of the right-hand side of the midterm1graphs.nb 1 dierential equation dy/dx = f (y).
f HyL 4 3 2 1 -4 -3 -2 -1 -1 -2 -3 -4 1 2 3 4 y

(a) Draw the phase line for the dierential equation dy/dx = f (y). (b) Classify each equilibrium solution of the dierential equation dy/dx = f (y) as a source, a sink, or a node. (c) Find a possible function for f (y). (d) Draw a rough sketch of the slope eld that corresponds to the dierential equation dy/dx = f (y).

Solution. (a)
midterm1graphs.nb 1

-1

(b) y = 1 is a source. y = 2 is a node. (c) f (y) = (y + 1)(y 2)2 (d)


4 y

-4

-2

-2

-4

2. (8 points) A dosage d of a drug is given daily at t = 0, 1, 2, 3, . . . days. The drug decays exponentially at a rate r in the blood stream. Thus, the amount in the bloodstream after n + 1 doses is d + der + de2r + + denr (a) Find the level of the drug after an innite number of doses. That is, nd d + der + de2r + + denr + (b) If r = 0.1, what dosage is needed to maintain a drug level of 2? Solution. (a) d + der + de2r + + denr + = (b) If 2 = d , then d = 2 2e0.1 . 1 e0.1 d 1 er

3. (9 points) (a) (b)


0

Evaluate the following integrals.

5x + 7 dx. (x + 1)(x + 2)
1

x arctan x dx 1 dx x(ln x)2

(c)
2

Solution. (a) Using partial fractions, we can determine that 5x + 7 dx = 2 ln |x + 1| + 3 ln |x + 2| + C. (x + 1)(x + 2)


1

(b) Using integration by parts, we can determine that


0

x arctan x dx =

2 . 4

(c) Using integration by substitution, we can determine that


2

1 1 dx = . 2 x(ln x) ln(2)

4. (12 points) Let f be a function having derivatives of all orders for all real numbers. The third-degree Taylor polynomial for f about x = 2 is given by 1 3 T3 (x) = 2 (x + 2)2 (x + 2)3 . 8 12 (a) Find f (2), f (2), and f (2). (b) Determine whether f has a local minimum, a local maximum, or neither at x = 2. Justify your answer. (c) Use T3 (x) to nd an approximation for f (0). (d) The fourth derivative of f satises the inequality f (4) (x) 1 4

for all x in the closed interval [2, 0]. Find an error bound on the approximation for f (0) that you found in part (c). Solution. (a) f (2) = 2, f (2) = 0, and f (2) = 3/4 (since f (2)/2! = 3/8). (b) Since f (2) = 0, and f (2) = 3/4, f has a local a local maximum at x = 2 by the Second Derivative Test. (c) T3 (0) = 1/6 (d) |f (0) T3 (0)| M (1/4) 4 1 |0 + 2|4 = 2 = 4! 24 6

5. (8 points) A bag of sand originally weighing 144 lb is lifted at a constant rate. As it rises, sand leaks out at a constant rate. The sand is half gone by the time the bag has been lifted 18 ft. (a) How many pounds of sand leak out of the bag per foot as the bag is lifted? (b) How much work was done in lifting the bag 18 ft? Solution. (a) 4 lb/ft
18

(b)
0

144 4x dx = 1944 ft-lb.

6. (8 points) (a) (b) (c)


graphs_final_1b.nb

Match each slope eld with one of the following dierential equations. dy =yt dt dy (f) =1y dt dy (g) = ty 2 graphs_final_1b.nb dt dy (h) = y(y 1) dt (e)

(d)

dy dt dy dt dy dt dy dt

= ty = cos2 y = y(y 2 1) = cos2 t

y 4

y 4

-4

-2 -2

-4

-2 -2

graphs_final_1b.nb

graphs_final_1b.nb

(i)

-4

(ii)

-4
y 4

y 4

-4

-2 -2

-4

-2 -2

(iii) Solution. (i) (h)

-4

(iv)

-4

(ii) (d)

(iii) (b)

(iv) (c)

7. (8 points)

Solve the initial-value problem y + 2y + 2y = 0 y(0) = 2 y (0) = 3

Solution. The characteristic equation is r2 + 2r + 2 = 0, which has roots r = 1 i. Thus, a general solution is y = c1 et cos t + c2 et sin t = et (c1 cos t + c2 sin t) Since y = et (c1 cos t + c2 sin t) + et (c1 sin t + c2 cos t), we know that 2 = y(0) = c1 3 = y (0) = c1 + c2 and c1 = 2 and c2 = 5. Therefore, the solution to our initial-value problem is
graphs_final_1b.nb

y = et (2 cos t + 5 sin t).

8. (9 points) below.

Let R be the region bounded by the curves y = f (x) and y = g(x) shown in the graph
y 4 H-3, 2L -4 -2 gHxL -2 H2,-3L

f HxL

-4

(a) Write a denite integral that will give the area of the region R. (b) Write a denite integral that will give the volume of the solid generated when the region R is revolved about the horizontal line y = 5. (c) If the base of a solid V is the region R and the cross-sections of the solid perpendicular to the x-axis are squares, write a denite integral that will give the the volume of V . Solution.
2

(a)
3

f (x) g(x) dx

(b)
3 2

(g(x) + 5)2 (f (x) + 5)2 dx (f (x) g(x))2 dx


3

(c)

9. (12 points)

Consider the system dx dt dy dt = x(2 x y) = y(y x).

(a) Find the x and y-nullclines of the system. You will be asked to graph the nullclines in part (d) of this problem. (b) Find all of the equilibrium solutions. You will be asked to graph the equilibrium solutions in part (d) of this problem. (c) Sketch and label the nullclines on the graph below. Be sure to indicate the direction of the solution on the nullclines. Sketch the trajectory in xy-plane that begins at (2, 1). Solution. (a) The x-nullclines are x = 0 y = x + 2. The y-nullclines are y y = 0 = x.

(b) The equilibrium solutions are (0, 0), (1, 1), and (2, 0). (c)

10. (8 points) A tank initially holds 100 gal of pure water. At time t = 0, a solution containing 2 lb of salt per gallon begins to enter the tank at a rate of 3 gallons per minute. At the same time a drain is opened at the bottom of the tank sol that the volume of the solution in the tank remains constant. 6

(a) Write down a dierential equation for x(t), the amount of salt in the dispenser at time t. Be sure to include your initial condition. (b) Solve the dierential equation from part (a). Solution. 3x dx = rate in rate out = 6 . The initial condition is x(0) = 0 dt 100 (b) The dierential equation may be solved as a rst-order linear dierential equation or by using separation of variables, x(t) = 200 200e3t/100 . (a)

11. (6 points)

Suppose we know that


n=1

an converges to 0.8. We are given no other information about

the innite series. For each of the following statements circle True if the statement must be true, False if the statement must be false, and Inconclusive if the statement could be either true or false. You do not need to justify your answers. (a) lim an = 0.8
n n

True True True True True True

False False False False False False

Inconclusive Inconclusive Inconclusive Inconclusive Inconclusive Inconclusive

(b) lim an = 0 |an+1 | >1 |an | (d) an+1 < an for all n 1 (e) lim = n |an | (f) lim Sn = 0.8, n where Sn = a1 + a2 + + an . (c) lim
n

Solution. (a) False, (b) True, (c) False, (d) Inconclusive, (e) True, (f) True.

You might also like