• 沒有找到結果。

SECTION 9.6: Taylor and Maclaurin Series

N/A
N/A
Protected

Academic year: 2022

Share "SECTION 9.6: Taylor and Maclaurin Series"

Copied!
6
0
0

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

全文

(1)

SECTION 9.6: Taylor and Maclaurin Series

Exercise 1

We make use of the Maclaurin series of ex:

ex=

X

n=0

1

n!xn = 1 + x +1 2x2+ 1

3!x3+ · · · . The series above holds for all real number x.

Substituting 3x for x, and then multiply by e, we get:

e3x+1= e + 3ex +32e

2 x2+33e

3! x3+ · · · =

X

n=0

3ne n! xn.

The resulting Maclaurin series is valid for any real x since the original Maclaurin series holds for any real x.

Exercise 3

Solution 1:

Using the relations between trigonometric functions and the exponential function, we obtain:

sin x − π

4

= 1

2i(ei(x−π4)− e−i(x−π4))

= 1 2i

√ 2 2 −

√ 2 2 i

! eix− 1

2i √

2 2 +

√ 2 2 i

! e−ix

= −

√2 4 −

√2 4 i

! eix

√2 4 −

√2 4 i

! e−ix

=

X

n=0

√2 4 −

√2 4 i

!in n!xn

X

n=0

√2 4 −

√2 4 i

!(−i)n n! xn

=

X

k=0

−√ 2 2

i2k (2k)!x2k+

X

k=0

−√ 2i 2

i2k+1 (2k + 1)!x2k+1

=

√2 2

X

k=0



−(−1)k

(2k)!x2k+ (−1)k (2k + 1)!x2k+1



(The fifth equality holds since ik= (−i)k when k is even; and ik = −(−i)k when k is odd).

The Maclaurin series holds for all real value x since only exponential func- tions are involved, and they are valid for all real value.

(2)

Solution 2:

Observe that sin(x − π4) =

2

2 (sin x − cos x), we immediately get:

sin x − π

4



=

√2 2

X

k=0



−(−1)k

(2k)!x2k+ (−1)k (2k + 1)!x2k+1

 .

Exercise 5

Substitute x3 for x in the Maclaurin series of sin x, then multiply by x2, we obtain:

x2sinx

3 = x2 x 3 − 1

3!

x3 33 + 1

5!

x5 35 − · · ·



=

X

n=0

(−1)n

32n+1(2n + 1)!x2n+3. The resulting Maclaurin series is valid for every real x since the Maclaurin series of the sin x holds for every real x.

Exercise 8

Substitute 5x2 for x in the Maclaurin series of tan−1x, we obtain:

tan−1(5x2) = 5x2−(5x2)3

3 +(5x2)5

5 − · · · =

X

n=0

(−1)n52n+1 2n + 1 x4n+2. As we know the Maclaurin series of tan−1x converges for all −1 ≤ x ≤ 1, the Maclaurin series of tan−1(5x2) converges if and only if −1 ≤ 5x2 ≤ 1, equivalently, if 0 ≤ x215 ⇐⇒ −

5 5 ≤ x ≤

5 5 .

Exercise 12

Substitute 2x2 for x in the Maclaurin series of ex, we have:

e2x2= 1 + 2x2+(2x2)2

2! +(2x2)3

3! + · · · =

X

n=0

2n n!x2n Therefore,

e2x2− 1 x2 = 1

x2

X

n=1

2n n!x2n=

X

n=1

2n n!x2n−2.

Note that the function f (x) = e2x2x2−1 is not defined at x = 0, but it has a limit at x = 0 (this can be confirmed by examining the constant term of the Maclaurin series of f (x) or by using the l’Hˆopital’s rule):

(3)

x→0lim

e2x2− 1 x2 = lim

u→0

e2u− 1 u = lim

u→0

2e2u 1 = 2.

If we define f (0) = 2, the Maclaurin series converges for any real value x, as the Maclaurin series of ex does.

Exercise 17

Solution 1:

Compute the nth derivative of f (x), we have f (π) = −1 and:

f0(x) = − sin x, f0(π) = 0 f00(x) = − cos x, f00(π) = 1 f(3)(x) = sin x, f(3)(π) = 0 f(4)(x) = cos x, f(4)(π) = −1 f(5)(x) = − sin x, f(5)(π) = 0

... ...

Thus, the Taylor series for f (x) = cos x in powers of x − π is

cos x = −1 + 1

2!(x − π)2− 1

4!(x − π)4+ · · · =

X

n=0

(−1)n+1

(2n)! (x − π)2n. The series converges for all real value x by the ratio test:

n→∞lim

(−1)n+2

(2(n+1))!x2(n+1)

(−1)n+1 (2n)! x2n

= lim

n→∞

(2n)!

(2n + 2)!|x|2= lim

n→∞

|x|2

(2n + 1)(2n + 2) = 0.

Solution 2:

Let u = x − π. The by the Maclaurin series of cos u we have:

cos x = − cos u = −1 +u2 2! −u4

4! + · · · =

X

n=0

(−1)n+1u2n (2n)!

=

X

n=0

(−1)n+1

(2n)! (x − π)2n

Exercise 19

(4)

Let t = x−24 . Then we have:

ln(2 + x) = ln(4 + (x − 2)) = ln 4 + ln



1 + x − 2 4



= ln 4 + ln(1 + t).

So we can use the Maclaurin series of ln(1 + t) to compute the required Taylor series as follows:

ln(2 + x) = ln 4 + ln(1 + t)

= 2 ln 2 + t −t2 2 +t3

3 − · · ·

= 2 ln 2 +

X

n=1

(−1)n−1 n tn

= 2 ln 2 +

X

n=1

(−1)n−1

n4n (x − 2)n

Since the Maclaurin series of ln(1 + t) converges when −1 ≤ t ≤ 1, and x = 4t + 2, the resulting Taylor series of ln(2 + x) converges when −2 ≤ x ≤ 6.

Exercise 22

We use a trigonometric identity to express cos2x in terms of cos 2x, and then use addition formula for cosine to compute the Taylor series of cos 2x at

π

4 = 2 ×π8.

cos2x = 1 + cos 2x 2

= 1 2+1

2cos 2x −π

4 +π 4



= 1

2+ cos 2x −π

4

 cosπ

4 − sin 2x −π

4

 sinπ

4

= 1 2+

√2 2

 1 − 22

2!

 x − π

8

2

+24 4!

 x −π

8

4

− · · ·



√2 2

 2

x − π 8

−23 3!

 x − π

8

3

+25 5!

 x − π

8

5

− · · ·



= 1 +√ 2 2 +

√ 2 2

X

n=1

(−1)n

 22n−1 (2n − 1)!

 x −π

8

2n−1 + 22n

(2n)!

 x −π

8

2n .

The resulting Taylor series is valid for every real x since the Maclaurin series of the sine and cosine function both hold for every real x.

(5)

Exercise 24

We have

x

1 + x = 1 − 1

1 + x = 1 − 1

2 + (x − 1) = 1 −1 2

1 1 + x−12

= 1 − 1 2

"

1 − x − 1

2 + x − 1 2

2

− · · ·

#

= 1 2 +

X

n=1



−1 2

n+1

(x − 1)n.

From the resulting Taylor series, we immediately see that the Taylor series converges when |x − 1| < 2 ⇐⇒ −1 < x < 3.

Exercise 28

We first need to compute the first three nonzero terms (excluding the con- stant term) in the Maclaurin series for sec x, then we can compute the first three nonzero terms in the Maclaurin series for sec x tan x, since (sec x)0= sec x tan x.

sec x = (cos x)−1= 1

1 − 12x2+241x47201 x6+ · · ·

= 1 + 1 2x2− 1

24x4+ 1

720x6− · · ·



+ 1 2x2− 1

24x4+ 1

720x6− · · ·

2

+ 1 2x2− 1

24x4+ · · ·

3

+ · · ·

= 1 +1 2x2+



−1 24+1

4

 x4+

 1

720 − 2 2 × 24+1

8



x6+ · · ·

= 1 +1 2x2+ 5

24x4+ 61

720x6+ · · · . Hence,

sec x tan x = (sec x)0 = x +5

6x3+ 61

120x5+ · · · .

Exercise 29

Using the Maclaurin series of tan−1u and ex, we have:

(6)

tan−1(ex− 1) = tan−1

 x + 1

2x2+1

6x3+ · · ·



=

 x + 1

2x2+1

6x3+ · · ·



−1 3

 x +1

2x2+1

6x3+ · · ·

3

+ · · ·

= x + 1

2x2+ 1 6 −1

3× 1



x3+ · · · = x +1 2x2−1

6x3+ · · · .

參考文獻

相關文件

[12.3] The Integral Test; Basic Comparison, Limit Comparison.. [12.7] Taylor Polynomials and Taylor Series

• Using the remainder estimate for the Integral Test, answer this question (posed at the end of Group Exercise 2 in Section 12.2): If you had started adding up the harmonic series at

Its radius of convergence

Let’s see how to code this in R using the previous vector x of data with our test statistic again being the coefficient of variation (and hence our function CV previously defined)..

May not be scanned, copied, or duplicated, or posted to a publicly accessible website, in whole or in part.. (a) The quantity of the drug in the body after the first tablet is

The Alternating Series Test fails because b n is not decreasing (even we only consider

[This series can be constructed by virtue of the result of Exercise 51(b).] This series will have partial sums   that oscillate in value back and forth across .. All

[r]