• No results found

Math 1231 Final Solutions

N/A
N/A
Protected

Academic year: 2021

Share "Math 1231 Final Solutions"

Copied!
5
0
0

Loading.... (view fulltext now)

Full text

(1)

Math 1231 Final Solutions

Instructor: Jay Daigle

December 15-16, 2020

1. This test is due at the scheduled exam time. Logistically, this will work just like the mastery quizzes: download it, write up your answers, and upload them to Blackboard for us to grade.

2. You will have two hours for this test. Please write down your start and end times on the test and include that in your upload. You may not spend more than two hours on the test unless you have a specific accommodation.

3. You are not allowed to consult books or notes during the test, but you may use a one-page cheat sheet you have made for yourself ahead of time. Please upload your sheet along with your test.

4. If you have questions, I will be online and responsive during the scheduled exam time. If you want to take the test at a time you know I’ll be able to answer any questions quickly, I encourage you to use that time slot.

5. You may use a calculator, but don’t use a graphing calculator or anything else that can do symbolic computations. Using a calculator for basic arithmetic is fine.

Name:

Time Started:

Time Completed:

1 2 3 4 5 P

(2)

Problem 1. (a) A curve is defined by the equationx4−2x2y2+y4 = 16. Verify that the curve passes through the point (√5,1). What is the equation of the tangent line to the curve at this point?

Solution: If we plug in√5 forxand 1 for y we get 25−2·5·1 + 1 = 16, so the point (√5,1) is on the curve.

To find the tangent line, we use implicit differentiation, and find that 4x3−2 (2xy2+x22ydy dx + 4y3dy dx = 0 4x3−4xy2= 4x2ydy dx−4y 3dy dx 4x34xy2 4x2y4y3 = dy dx

Thus at the point (√5,1) we have

dy dx = 4√53−4√5·12 4√52·1−4·13 =√5 20 −4 20−4 =√5.

Thus the equation of our tangent line is

y−y0=m(x−x0)

y−1 =√5(x−√5).

(b) Find all the critical points ofg(x) = x

28

x+ 3

Solution: The function is undefined atx=−3.

g0(x) = 2x(x+3)(x+3)−1(2x2−8) =

x2+6x+8

(x+3)2 . The denominator is zero when x=−3, and thus the derivative is

undefined there, but so is the function, so we can count this as a critical point or not, to our taste. The numerator is (x+ 2)(x+ 4) and thus has roots whenx=−2,−4. So the critical points of the function are−2 and−4, and possibly−3.

(c) Find the absolute extrema off(x) = 3x420x3+ 24x2+ 7 on [0,5].

Solution: f is a continuous function on a closed interval, so it must have an absolute maximum and an absolute minimum. f0(x) = 12x360x2+ 48x= 12x(x25x+ 4) = 12x(x4)(x1) is defined

everywhere and has roots at 0,1,4. The endpoints are 0,5, so we need to evaluatef at 0,1,4,5.

f(0) = 7 f(1) = 14 f(4) = 3(44)−5(44) +3 2(4 4) + 7 = −1 2 4 4+ 7 = 7128 =121 f(5) = 3·54−4·54+ 54−52+ 7 = 7−25 =−18.

So the absolute maximum is 14 at 1, and the absolute minimum is−121 at 4.

Problem 2. (a) Classify the relative extrema ofh(x) =√3x(x+ 4)

Solution: We have h0(x) =√3x+1 3x −2/3(x+ 4) = x 3 √ x2 + x+ 4 3√3 x2 = 4x+ 4 3√3 x2

soh0(x) is undefined atx= 0 andh0(x) = 0 at x=−1. Thus the critical points are 0,−1. Those are the possible relative extrema.

(3)

We can classify these points in two ways. We can use the first derivative test or the second derivative test. In these solutions I’ll do both.

For the second derivative test we compute:

h00(x) = 4(3 3 √ x2)4 3(x+ 1) −2 3 x −5/3 9√3 x4 = 12√3x2+8 3(x+ 1)x −5/3 9√3 x4 h00(−1) = 12 + 0 9 = 4 3 >0 h00(0)“ = ”0 + 0 0 is undefined

So we see thathhas a local minimum at−1 sinceh00(−1)>0, but this tells us nothing about the critical point at 0; the second derivative test is inconclusive there. So we’re forced to use the first derivative test.

For the first derivative test we make a chart: 4x+ 4 1 3√3x2 h 0(x) x <−1 − + − −1< x <0 + + + 0< x + + +

sohhas a relative minimum at−1 and neither a maximum nor a minimum at 0. (The first derivative test was definitely the easier path here).

(b) Ten miles from home you remember that you left the water running, which is costing you 90 cents an hour. Driving home at speedsmiles per hour costs you 4(s/10) cents per mile. At what speed should you drive to minimize the total cost of gas and water?

Solution: The water will be running for 10/s hours and thus the total cost of water will be 900/s

cents. The cost of driving will be 10·4(s/10) = 4scents. Thus our total cost isC(s) = 4s+ 900/s, and we want to minimize this.

We haveC0(s) = 4−900/s2. This has critical points ats= 0 and when 4s2= 900 and thus s2= 225

and s =±15. Clearly we must have s > 0 for physical reasons, so the only relevant critical point is

s= 15.

Checking the second derivative we haveC00(s) = 1800/s3 and thusC00(15) = 8/15>0 and thuss= 15 is a local minimum. In factsis the global minimum for positive values; we can see this sinceC0(s)<0 when 0< s <15 andC0(s)>0 when s >15. Thus you should drive at 15 miles per hour.

Problem 3. (a) Ifg(x) = cos(x), use a quadratic approximation centered at 0 to estimateg(.1).

Solution: We haveg0(x) =−sin(x) andg00(x) =−cos(x). So g0(0) = 0 andg00(0) =−1, and then we have g(x)≈g(0) +g0(0)(x−0) + g 00(0) 2 (x−0) 2= 1 + 0x1 2x 2= 1x2/2 g(.1)≈1−.12/2 =.995.

(b) Use two iterations of Newton’s Method starting at 2 to estimate √3

7.

Solution:

We start withx0= 2. We need to takef(x) =x3−7, sof0(x) = 3x2. Then

x1= 2− 1 12 = 23 12 x2= 23 12− 71/1728 529/48 = 18215 9522 ≈1.91294

(4)

(c) Using four rectangles and right endpoints, approximate the area under the curve√xbetweenx= 5 and x= 9. Solution: R4= 4 X i=1 4 4 r 5 + 4i 4 =√6 +√7 +√8 +√9.

Problem 4. (a) Usingonly the definition of Riemann sumand your knowledge of limits, compute the exact area under the curvex2+x3 betweenx= 1 andx= 3.

Solution: We compute Rn= n X i=1 2 nf 1 + 2i n = 2 n n X i=1 (1 + 2i/n)2+ (1 + 2i/n)3 = 2 n n X i=1 (1 + 4i/n+ 4i2/n2) + (1 + 6i/n+ 12i2/n2+ 8i3/n3) = 2 n n X i=1 2 + 10i/n+ 16i2/n2+ 8i3/n3 = 4 n n X i=1 1 + 20 n2 n X i=1 i+32 n3 n X i=1 i2+16 n4 n X i=1 i3 = 4 n·n+ 20 n2· n(n+ 1) 2 + 32 n3 · n(n+ 1)(2n+ 1) 6 + 16 n4 · n2(n+ 1)2 4 lim n→+∞Rn=n→lim+∞ 4 n·n+ 20 n2 · n(n+ 1) 2 + 32 n3· n(n+ 1)(2n+ 1) 6 + 16 n4· n2(n+ 1)2 4 = 4 + 10 + 32 3 + 4 = 86 3 . (b) LetG(x) =Rx2+1 1 t √ 1−t2dt. What isG0(x)? Solution: G0(x) =p 1−(x2+ 1)2(x2+ 1)·(x2+ 1)0=p 1−(x2+ 1)2·(x2+ 1)·2x (c) Compute Z sin4(t) cos(t)dt

Solution: We can takeu= sin(t), then we have du= cos(t)dtso we are computing Z u4du=1 5u 5+C=sin 5(t) 5 +C.

Problem 5. (a) By explicitly changing the bounds of the integral, compute Z 4

0

x3p9 +x2dx. Solution: Takeu= 9 +x2 so thatx2=u9 and dx=u/2x. Thenu(0) = 9 andu(4) = 25 and we

have Z 4 0 x3p9 +x2dx= Z 25 9 x2√udu 2x= Z 25 9 1 2(u−9) √ u du = 1 2 Z 25 9 u3/2−9u1/2du = 1 2 2 5u 5/26u3/2 25 9 =1 2(1250−750−(486/5−162)) = 1 2(662−486/5) = 3310−486 10 = 2824 10 = 1412/5.

(5)

(b) Find the area of the region bounded by x−2y= 0 andx=y2−2y.

Solution:

We sketch the region, and see that it will be much easier to integrate with respect toy. Setting the two equations equal, we see the curves intersect wheny24y= 0, and thus wheny= 0,4, and thus at (0,0)

and (8,4). A= Z 4 0 2y−(y2−2y)dy= Z 4 0 4y−y2dy= 2y2−y 3 3| 4 0= 32− 64 3 = 32 3 . (c) What is the average value of the functionh(x) =x2+xon the interval [0,6]?

Solution: have= 1 6 Z 6 0 x2+x dx = 1 6(x 3/3 +x2/2)|6 0 = 1 6(72 + 18) = 15.

References

Related documents

•The Maze Runner •The Missing Series •The Power of Six •Slated Series. •The Time Machine •A Wrinkle in Time Award

For example, we can combine the base form have with the past participle of be  been together with the -ing form of a lexical verb in order to create a verb phrase that describes

Training working on mitigation information modules for the next classroom training sessions for center personnel and finalizing short onsite catch-up training for advisors

In the following year, (Alvarez-Chavez et al., 2000) reported on the actively Q-switched Yb 3+ - doped fiber laser which is capable of generating a 2.3 mJ of output pulse energy at

Therefore, the problems in work with pattern-based text search and analysis of large files, which are currently present in other tools, can be resolved by

The purpose of this paper is to apply the PMG-based error correction model and the panel differenced GMM Arellano-Bond estimation to investigate effects of fiscal deficit and broad

Since the early 1990s, the concept of ‘Better Regulation’ has been increasingly used to describe a rolling programme of regulatory reform taking place at both European Union (EU)

Due to the increasing diversity found within the United States, and the lack of diversity found within the occupational therapy profession, are occupational therapists