• 沒有找到結果。

微積分甲

N/A
N/A
Protected

Academic year: 2022

Share "微積分甲"

Copied!
8
0
0

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

全文

(1)

982微積分甲08-13班期中考解答與評分標準

1. (15%) Find the interval of x such that the power series X

k=1

xk

ln (k + 1) converges.

Sol:

(i)

klim→∞

|1/ ln (k + 2)|

|1/ ln (k + 1)| = lim

k→∞

ln (k + 1) ln (k + 2)

= lim

k→∞

1/(k + 1)

1/(k + 2) (l’Hospital’s rule)

= 1.

So the radius of convergence is 1 1 = 1.

(ii) For x = 1,

X k=1

xk ln (k + 1) =

X k=1

1 ln (k + 1).

Since 1

ln (k + 1) > 1

(k + 1) for each k ∈ N and X k=1

1

(k + 1) diverges, X

k=1

1

ln (k + 1) diverges by comparison test.

For x =−1

X k=1

xk ln (k + 1) =

X k=1

(−1)k ln (k + 1).

Since 1

ln (k + 1) & 0 as k → ∞, X

k=1

(−1)k

ln (k + 1) converges by the alternating series test.

From (i) and (ii), the interval of convergence is [−1, 1).

評分標準:

(1) radius of convergence → 9

– Knowing to use ratio test or root test → 3

– Getting some results from one of the tests above but not to the extent of recognizing 1 as the radius of convergence → 4 ∼ 7

(2)

(2) Discussion of x = 1 → 3 (3) Discussion of x =−1 → 3

2. (10%) (a) Find the Maclaurin series for f (y) = sin y.

(b) Evaluate Z π

2

0

sin (cos x) dx correct to within an error of 0.01.

Sol:

(a)

f (y) = X n=0

f(n)(0) n! yn since d4k

dy4k sin y = sin y, d4k+1

dy4k+1 sin y = cos y, d4k+2

dy4k+2 sin y =− sin y, d4k+3

dy4k+3 sin y =− cos y we have

f(4k)(0) = 0, f(4k+1)(0) = 1, f(4k+2)(0) = 0, f(4k+3)(0) =−1, k = 0, 1, 2, 3, · · · (2pts)

f (y) = X n=0

(−1)ny2n+1

(2n + 1)! (2pts) (b) since the radius of convergence is ∞, and −1 ≤ cos x ≤ 1

⇒ sin(cos x) = cos x − cos3x

3! + cos5x

5! − · · · (1pts) Z π

2

0

sin(cos x)dx = X n=0

Z π

2

0

(−1)ncos2n+1x (2n + 1)! dx =

X n=0

(−1)nan

1 > cos x > 0 for 0 < x < π

2 thus an is positive and cos2n−1x

(2n− 1)! > cos2n+1x (2n + 1)!

Z π

2

0

cos2n−1x (2n− 1)!dx >

Z π

2

0

cos2n+1x (2n + 1)!dx 0≤ an π

2(2n + 1)!

⇒ an decreasing to 0, we can apply alternating series test,

a3 = Z π

2

0

cos5x 120 dx =

Z π

2

0

cos x(1− sin2x)2

120 dx = 1

120(sin x− 2

3sin3x + 1

5sin5x)¯¯¯

π 2

0

= 1

225 < 0.01

(3)

only have to compute a0− a1 ,error is less then 0.01 (3pts)

a0 = Z π

2

0

cos xdx = sin x¯¯¯

π 2

0 = 1 a1 =

Z π

2

0

cos3x 6 dx =

Z π

2

0

cos x(1− sin2x)

6 dx = (sin x

6 sin3x 18 )¯¯¯

π 2

0 = 1 9 a0 − a1 = 8

9 (2pts)

3. (10%) Let z = y + f (x2− y2) and f be a differentiable function in one variable. Find the value of y∂z

∂x + x∂z

∂y when x = a and y = b.

Sol:

∂z

∂x = 0 + 2xf0(x2− y2), ∂z

∂y = 1− 2yf0(x2− y2) y∂z

∂x + x∂z

∂y = 2xyf0(x2− y2) + x− 2xyf0(x2− y2) = x So y∂z

∂x + x∂z

∂y

¯¯¯

(a,b) = x¯¯¯

(a,b) = a.

評分標準:

zx作偏微分: 3zy 作偏微分: 3

將上述二式併入所求式子: 3分 將 (a, b) 代入上式得其答案: 1分 其餘錯誤酌量給分

4. (10%) Let f (x) = ln (5− x).

(a) Find the power series representation for f (x) at x = 0 . (b) Find f(n)(0).

Sol:

(a) ln(1− t) = −t − t2

2 − ... = − X n=1

tn

n (3 points) and ln(5− x) = ln 5 + ln(1 − x

5) = ln 5 X n=1

(x5)n

n = ln 5 X n=1

xn

n5n (3 points)

(4)

(b) By (a) ⇒ f(0) = ln 5

f(n)(0) =−n! · 1

n5n =−(n− 1)!

5n , n≥ 1. (4 points) 另一種:

(a) ln(5− x) =

Z 1

5− tdt

= 1 5

Z 1

1 5tdt

= 1 5

Z X

k=0

(t

5)kdt (2 points)

= hX

k=0

(x

5)k+1 1 k + 1

i

+ C (2 points)

choose x = 0, then ln 5 = C, so ln(5− x) = ln 5 − X n=1

xn

n5n (2 points) (b) cn= f(n)(0)

n! (2 points) f(n)(0) =−(n− 1)!

5n , n≥ 1 (2 points) f (0) = ln 5

5. (13%) Let r(t) =ht2,2 3t3, ti.

(a) Find the arc length of r(t) from t = 0 to t = 5.

(b) Find the curvature of r(t) at t = 4.

Sol:

r0(t) =< 2t, 2t2, 1 >, r00(t) =< 2, 4t, 0 >

(in (b) first solution 1%)

(a)

|r0(t)| =√

4t2+ 4t4+ 1 (3%)

= 2t2+ 1 (2%)

(5)

L = Z 5

0

|r0(t)|dt = Z 5

0

2t2+ 1dt = h2

3t3+ t i5

0

= 250

3 + 5 = 265 3 (1%) (b) r0(4) =< 8, 32, 1 >, r00(4) =< 2, 16, 0 >

r0(4)× r00(4) =<−16, 2, 64 >, |r0(4)| = 33

|r0(4)× r00(4)| = 2√

64 + 1 + 1024 = 2

1089 = 2

32· 112 = 66

κ(4) = |r0(4)× r00(4)|

|r0(4)|3 (3%)

= 66 333 (2%)

= 2

1089 (1%) or

T(t) = 1

2t2 + 1 < 2t, 2t2, 1 > (1%) T0(t) = 2

(2t2+ 1)2 < 1− 2t2, 2t,−2t > (3%) T0(4) = 2

332 <−31, 8, −8 >

|T0(4)| = 2 33 κ(4) = |T0(4)|

|r0(4)| (2%)

= 2

332 = 2

1089 (1%)

6. (15%) The plane x + y + 2z = 2 intersects the paraboloid z = x2 + y2 in an ellipse. Find the points on this ellipse that are nearest to and farthest from the origin.

Sol:

Method1: Lagrange Multiplier

f (x, y, z) = x2+ y2+ z2 (1)

g1(x, y, z) = x + y + 2z (2)

g2(x, y, z) = x2+ y2− z (3)

(6)

f is to measure distance from the origin. g1 and g2 are restrictions.

To find out critical points of f with these restrictions, one needs to solve:

Of = aOg1+Og2

= (2x, 2y, 2z) = a(1, 1, 2) + b(2x, 2y,−1)

Combine with restrictions ,we have 5 unknowns and 5 equations:

2x = a + 2xb (4)

2y = a + 2yb (5)

2z = 2a− b (6)

x + y + 2z = 2 (7)

z = x2+ y2 (8)

By (4) and (5) , x = y → (4) and (5)to be

z = 2− 2x

2 = 1− x (9)

z = 2x2 (10)

By (9),(10) x = 12 or x =−1 Plug back to (4)-(8),we have two solutions

(x1, y1, z1, a1, b1) = (1 2,1

2,1 2,2

3,1

3) (11)

(x2, y2, z2, a2, b2) = (−1, −1, 2,10 3 ,8

3) (12)

Maxia is p

(−1)2+ (−1)2+ 22 = 6 Minima is

q

1 2

2+122 +122 = q3

8

Remark: One can choose f (x, y, z) =p

x2+ y2+ z2 and do similar calculations to gain critical points.

Score criterion: Eq(4)-(8) +8 ; Solve x,y,z correctly +2 each ; max/min +1

(7)

Method2: Lagrange Multiplier (modified)

Since

f (x, y) = x2+ y2+ z(x, y)2 = x2+ y2+ (x2+ y2)2 and one constrain condition:

g(x, y) = x + y + 2z = x + y + 2(x2+ y2) = 2

then use Lagrange Multiplier

Of(x, y) = aOg(x, y) to solve x,y and z

7. (15%) Find and classify the critical points of the function f (x, y) = (x2+ y2)ey2−x2. Sol:

fx(x, y) = 2xey2−x2(1− x2− y2) fy(x, y) = 2yey2−x2(1 + x2+ y2) (3%) fx = fy = 0=⇒(x, y) = (±1, 0), (0, 0) (6 %) fxx = (2− 10x2− 2y2+ 4x4+ 4x2y2)ey2−x2 fyy = (2 + 10y2− 2x2+ 4x2y2+ 4y4)ey2−x2 fyz = 4(−x2− y2)ey2−x2

(x, y) = (0, 0) =⇒ D > 0, fxx > 0 : local minimum

(x, y) = (±1, 0) =⇒ D < 0: saddle points (6 (Additional error points cause some deduction.) 8. (12%) Let T (x, y, z) = e−x2−3y2−9z2.

(a) Find the directional derivative of T (x, y, z) at P0 = (2,−1, 2) toward the point (3, −3, 3).

(b) Find the maximum of directional derivative of T (x, y, z) at P0 = (2,−1, 2).

Sol:

(a) P0 = (2,−1, 2), P1 = (3,−3, 3)

−−→P0P1 = (1,−2, 1) (1%)

(8)

v =

−−→P0P1 P0P1 = 1

6(1,−2, 1) (2%)

∇T = e−x2−3y2−9z2(−2x, −6y, −18z) (2%)

Tv(2,−1, 2) = v • ∇T (2, −1, 2) (2%)

= −52√

6 e−43 (1%) (b) maximim : u//∇T and |u| = 1 (2%)

so take u = 1

337(−2, 3, −18) Tu = 2e−43

337 (2%)

參考文獻

相關文件

⚫ 課堂行為與秩序: 課堂中同學間與師生都必須互相尊重。我們不會嚴格規範

An open-top box with a square base and two perpendicular dividers, as shown in the diagram, is to have a volume of 288 cubic inches7. Use Lagrange multipliers to find the

在上 一講中, 根據微分與積分是微積分這門學科中的主要對立運算的觀點, 闡述了微積分 這門學科的內容是由三部分組成, 即微分、 積分、 指出微分與積分是一組對立運算的微積分基 本定理, 並且著重

[r]

If your integral domain is exact but the integral value is not true, give you some points ac- corddng to the wrong

What is the radius of convergence of this

In order to use Green’s theorem we must make sure C satisfies all of the assumptions for the theorem, that is that C is a positively oriented, piecewise smooth, and simple

First Note that f (x) is an even function, hence symmetric with respect to the y-axis.. Therefore the two vertices of the rect- angle we are considering are f (x) and f (−x) for