• 沒有找到結果。

CALCULUS Final SOLUTION

N/A
N/A
Protected

Academic year: 2022

Share "CALCULUS Final SOLUTION"

Copied!
6
0
0

加載中.... (立即查看全文)

全文

(1)

CALCULUS Final SOLUTION

Exam Set:

B

1. (i) To find the first partial derivative with respect to y,hold x constant to obtain

fy(x, y) = ∂

∂y

px2+ y2= 2y 2p

x2+ y2 = y px2+ y2 The value of fy(x, y) at the point (8, −6) is

fy(6, 8) = 8

p(6)2+ (8)2 = 8

√100 = 8 10 =4

5 = 0.8 (ii) Since limx→∞ln x

x =, you can apply L’Hopital’s Rule,as follows

x→∞lim lnx

x = lim

x→∞

d dx[lnx]

d dx[x]

= lim

x→∞

1 x

1 = lim

x→∞

1 x = 0

2. (i) Since f (x) = ax2(2 − x) is a probability density function on the interval [0, 2]. So, evaluate the following integral

1 = Z 2

0

ax2(2−x)dx = a Z 2

0

x2(2−x)dx = a 2 3x3−1

4x4

2

0

= a 16 3 − 4



= 4a 3 Thus, a = 34.

(ii)

P



0 ≤ x ≤1 2



= Z 1/2

0

3

4x2(2 − x)dx = 3 4

Z 1/2 0

x2(2 − x)dx = 3 4

 2 3x3−1

4x4

1/2

0

= 3

4

 1 12− 1

64



= 13 256

3. (i) First you interchange the order of integration so that y is the outer variable ,then y will have constant bounds of integration given by 0 ≤ y ≤ 1.Solving for x in the equation y = √

x implies that the bounds for x are 0 ≤ x ≤ y2.Thus

Z 1 0

Z 1

x

sin y3+ 1 2



dydx = Z 1

0

Z y2 0

sin y3+ 1 2

 dxdy =

Z 1 0

sin y3+ 1 2

 y2dy

(2)

(u = y3+ 1

2 , y : 0 → 1 ⇒ du = 3

2y2dy, u : 1/2 → 1)

= Z 1

1/2

sin(u)2 3du = 2

3 Z 1

1/2

sin(u)du = −2

3 [cosu]11/2

= −2

3 [cos(1) − cos(1/2)]

(ii) By integration by parts, we can written the integral as follows Z 3

0

xf00(x)dx = [xf0(x)]30− Z 3

0

f0(x)dx = [xf0(x)]30− [f (x)]30= 3f0(3) − f (3) + f (0) By assumption f (0) = 5, f (3) = 5, and f0(3) = 4.Thus

Z 3 0

xf00(x)dx = 3(4) − 5 + 5 = 12

4. (i) Let u = 1 + cos2t, du = −2sintcostdt,Then the integral Z sintcost

√1 + cos2tdt = −1 2

Z 1

√udu = −u1/2+ C = −p

1 + cos2t + C

(ii)

Z

−∞

ex

(1 + ex)3dx = lim

a→−∞

Z 0 a

ex

(1 + ex)3dx + lim

b→∞

Z b 0

ex (1 + ex)3dx (u = 1 + ex, x : a → 0, x : 0 → b ⇒ du = exdx, u : 1 + ea → 2, u : 2 → 1 + eb)

= lim

a→−∞

Z 2 1+ea

1

u3du + lim

b→∞

Z 1+eb 2

1 u3du

= lim

a→−∞



− 1 2u2

2 1+ea

+ lim

b→∞



− 1 2u2

1+eb 2

= lim

a→−∞



−1

8 + 1

2(1 + ea)2

 + lim

b→∞



− 1

2(1 + eb)2 +1 8



= −1

8 + lim

a→−∞

1

2(1 + ea)2− lim

b→∞

1

2(1 + eb)2+1 8

= −1 8 +1

2 +1 8 = 1

2 5. (i) y0 = y(1 − y) ⇒dy

dt = y(1 − y) ⇒ 1

y(1 − y)dy = dt Integrate both sides R dt = R y(1−y)1 dy.Then

t + C1= Z 1

ydy +

Z 1

1 − ydy = ln | y | −ln | 1 − y |= ln | y 1 − y |

(3)

⇒ lnC2et= ln | y

1 − y |⇒ Cet= y

1 − y ⇒ Cet− yCet= y

⇒ (1 + Cet)y = Cet⇒ y(t) = Cet 1 + Cet (ii) 13 = y(0) = Ce(0)

1 + Ce(0) = C

1 + C ⇒ C = 12.Thus the solution for the equation with initial condition is y(t) = et

2 + et

6. (i) When the ball hits the ground the first time, it has traveled a distance of

D1= 18

.Between the first and second times it hits the ground, it has traveled an additional distance of

D2= 18 7 10



+ 18 7 10



= 36 7 10



Between the second and third times the ball hits the ground, it has traveled an additional distance of

D3= 18 7 10

  7 10



+ 18 7 10

  7 10



= 36 7 10

2

Continuing this process,you obtain a total vertical distance traveled of

D = 18 + 36 7 10



+ 36 7 10

2

+ · · · = −18 + 36 + 36 7 10



+ 36 7 10

2

+ · · ·

= −18 +

X

n=0

36 7 10

n

= −18 + 36 1 − 7

10

 = −18 + 120 = 102

(ii) The infinite series

X

k=1

1

3

k2 = 1 12/3 + 1

22/3+ 1 32/3 + · · ·

is a p-series with p = 23.Because p < 1,you can conclude that the series divergence.

7. (i) The first derivative of f is f0(x) = 3x2. Thus ,the iterative formula for Newton’s Method is

xn+1= xn− f (xn)

f0(xn) = xn−x3− 66 3x2

(4)

The calculations for two iterations are shown in the table.

n xn f (xn) f0(xn) ff (x0(xnn)) xnff (x0(xnn))

1 4 −2 48 0.04167 4.04167

2 4.04167 0.02107 49.00529 0.00043 4.0412 3 4.0412

Thus,the approximation is √3

67 = 4.0412

(ii) Begin by finding several derivatives of f and evaluation each at c = 64 g(x) = x1/3 g(64) = 4

g0(x) = 1

3x−2/3 g0(64) = 1

3(0.0625) = 0.02083 g00(x) = −2

9 x−5/3 g00(64) = −2

9 (0.00098) = −0.00011 Thus, the two-degree Taylor polynomial is

g(x) = g(64) + g0(64)(x − 64) +g00(64)(x − 64)2

2! = 4 + 0.02083(x − 64) − 0.00011(x − 64)2 To evaluate the series when x = 66.

g(66) = 4+0.02083(66−64)−0.00011(66−64)2= 4+0.02083(2)−0.00011(4) = 4.04122

8. (i)

E[X] = 0P (X = 0) + 1P (X = 1) + 2P (X = 2) + 3P (X = 3) + · · ·

= e−221

1! + 2e−222

2! + 3e−223

3! + · · · = 2e−2(1 + e−221

1! + e−222 2! + · · ·)

= 2e−2

X

n=0

2n

n! = 2e−2e2= 2 (ii)

µ =

Z 0

x 5e−5x dx = lim

a→∞

Z a 0

x 5e−5x dx

= lim

a→∞



−xe−5x

a 0+

Z a 0

e−5xdx



= lim

a→∞



−ae−5a−1 5e−5x

a

0



= lim

a→∞



−ae−5a− 1 5e5a +1

5



= lim

a→∞

−a e−5a − lim

a→∞

1 5e5a +1

5

= − lim

a→∞

1 5e5a +1

5 = 1 5 Z

0

x2 5e−5x dx = lim

a→∞

Z a 0

x2 5e−5x dx

(5)

= lim

a→∞



−x2e−5x

a 0−2

5 xe−5x

a 0+2

5 Z a

0

e−5xdx



= lim

a→∞

 −a2 e−5a − 2a

5e5a −2 5 e−5x

a 0



= lim

a→∞

−a2 e5a − lim

a→∞

2a

5e5a − lim

a→∞

2 25e5a + 2

25

= − lim

a→∞

2a

5e4a − lim

a→∞

2 25e5a + 2

25 = − lim

a→∞

2 25e5a + 2

25

= 2

25 Thus

σ = r2

25− (1 5)2=

r1 25= 1

5 9. Finding several derivatives of f and evaluation each at c = 0

f (x) = ln

1+x 1−x

= ln(1 + x) − ln(1 − x) f (0) = 0 f0(x) = 1

1 + x− −11 − x = 2

1 − x2 f0(0) = 2 f00(x) = 0 − (−2x)

1 − x22 = 2x

1 − x22 f00(0) = 0 f(3)(x) = 2 1 − x22

− 2x(2(1 − x2)(−2x))

1 − x24 = 2 + 6x2

1 − x23 f(3)(0) = 2 Continuing this process,we can see that f(2n−2)(0) = 0, f(2n−1)(0) = 2, Thus the Taylor series

f (x) = f (0) + f0(0)x +f0(0)x2

2! +f0(0)x3

3! +f0(0)x4 4! + · · ·

= 2x + 2 3!x3+ 2

5!x5+ · · · =

X

n=0

2x2n+1 (2n + 1)!

For this power series, an= 2 (2n + 1)!

n→∞lim

an+1x2(n+1)+1 anx2n+1

= lim

n→∞

2

(2n + 3)!x2n+3 2

(2n + 1)!x2n+1

= lim

n→∞

x2 (2n + 3)(2n + 2)

= 0

So,by the Ration Test, this series converges for all x and the radius of convergence is ∞

(6)

10. Let T (x, y, z) = 8x2yz and g(x, y, z) = x2+ y2+ z2− 1.Then, define a new function F (x, y, x, λ) by

F (x, y, x, λ) = T (x, y, z) − λ(x, y, z) = 8x2yz − λ x2+ y2+ z2− 1 To find the critical numbers of F , set the partial derivatives of F with respect to x,y,z,and λ equal to zero and obtain

Fx(x, y, x, λ) = 16xyz − 2λx = 0, Fy(x, y, x, λ) = 8x2z − 2λy = 0, Fz(x, y, x, λ) = 8x2y − 2λz = 0 , Fλ(x, y, x, λ) = −x2− y2− z2+ 1 = 0

Then

Fx

Fy : 2y x =x

y,Fy

Fz : z y =y

z,Fx

Fz : 2z x =x

z

⇒ x2= 2y2, z2= y2

Substitute this into the equation Fλ(x, y, x, λ) = −x2− y2− z2+ 1 = 0 and solve y

0 = Fλ(x, y, x, λ) = −2y2− y2− y2+ 1 ⇒ y2= 1 4 = ±1

2 Using this y-value,you can conclude that the critical values are

y = 1

2 ⇒ x = ± 1

√2, z = ±1 2 x = −1

2 ⇒ x = ± 1

√2, z = ±1 2 which implies that the temperature value is

T



± 1

√ 2,1

2,1 2



= 8(1/2)(1/2)(1/2) = 1, T



± 1

√ 2, −1

2,1 2



= 8(1/2)(−1/2)(1/2) = −1,

T



± 1

√2,1 2, −1

2



= 8(1/2)(1/2)(−1/2) = −1, T



± 1

√2, −1 2, −1

2



= 8(1/2)(1/2)(1/2) = 1, Thus,the point(s) on the sphere at which the temperature is greatest is



± 1

√2,1 2,1

2

 ,



± 1

√2, −1 2, −1

2



the point(s) on the sphere at which the temperature is least is



± 1

√ 2, −1

2,1 2

 ,



± 1

√ 2,1

2, −1 2



參考文獻

相關文件

Show your work to get

THE SOLUTION OF FINAL OF ALGEBRA1. If the order of ba &lt; n, then the order of ab

Calculus Final Exam June 21, 2006 You must show all your work to obtain any

[r]

12 Partial Derivatives 13 Multiple Integrals 14 Multiple Integrals 15 Multiple Integrals 16 Vector Calculus 17 Vector Calculus 18

 Techniques of Integration: All problems with difficulties less than or equal to those of homework problems are potential exam problems.. For partial fraction decompositions, you

(a) The points are split into ”A clear understanding of Green’s Theorem” (3%), ”Correctly setting up the iterated integral for the given region” (2%), and ”Ability to

In other words, if a student makes mistakes in (2) or (3) or not specifying D, he/she can earn about 3-4% for this part of the question..