<<

Introduction and Review of Power

Definition: A power series in powers of x – a is an infinite series of the form " n 2 n # cn (x ! a) = c0 + c1(x ! a) + c2 (x ! a) + ...!+!cn (x ! a) + .... n=0 If a = 0, this is a power series in x: ! n 2 n " cnx = c0 + c1x + c2x + ...!+cnx + .... n=0 " n Definition: A power series # cn (x ! a) is said to converge at a point x if n=0 p n lim cn (x # a) p!" $ n=0 exists for that x.

This series certainly converges for x = a. If may converge for all values of x, or it may converge for some values of x and not for others.

" n Definition: A power series # cn (x ! a) is said to converge absolutely at a point x if n=0 the series " " n n # cn (x ! a) = # cn x ! a n=0 n=0 converges.

Remark: A series that converges absolutely also converges, but the converse it is not necessarily true.

The One of the most useful test for of a power series is the ratio test. If cn ≠ 0, and if for a fixed value of x, n+1 cn+1 (x # a) cn+1 lim n = x # a lim = x # a L n!" n!" cn (x # a) cn then the power series converges absolutely at that value of x if |x – a| L < 1 and diverges if |x – a| L > 1. If |x – a| L = 1, the test is inconclusive.

Example: Find the values of x where the power series converges " n # (!1)n+1n(x ! 2) n=0 Applying the ration test, we have n 1 n 1 (#1) + (n + 1)(x # 2) + n + 1 $ 1' lim n n = lim x # 2 = x # 2 lim &1+ ) = x # 2 n!" (#1) n(x # 2) n!" n n!" % n( According to the ratio test the series converges absolutely if |x – 2| < 1, or 1 < x < 3, and diverges if |x – 2| > 1. The values of x corresponding to |x – 2| = 1 are x = 1 and x = 3. The series diverges for both values since the nth term of the series does not approach zero when n→∞.

" n Remark: If the power series # cn (x ! a) converges at x = b, it converges absolutely n=0 for |x – a| < |b – a|. If the series diverges for x = b, it diverges for |x – a| > |b –a|.

Radius of Convergence There is a nonnegative number ρ, called , such that " n # cn (x ! a) converges absolutely for |x – a| < ρ and diverges for |x – a| > ρ. n=0 For the series that only converges at x = a, we define ρ = 0. If ρ > 0, the interval (a - ρ, a + ρ) is called interval of convergence. The series may either converge or diverge when |x – a| = ρ.

Example: Determine the radius of convergence of the series ! (x + 1)n

" n n=0 n2 We apply the ratio test (x + 1)n+1 n2n x + 1 n x + 1 lim n 1 n = lim = n!" (n + 1)2 + (x + 1) 2 n!" n + 1 2 the series converges absolutely if |x + 1| < 2 or -3 < x < 1, and diverges for |x + 1| > 1. The radius of convergence is 2. ! At x = 1, the series becomes the harmonic series 1 that diverges; at x = -3, we have " n n=0 " (!1)n # which converges, but does not converge absolutely. n=0 n

Operation with Power Series " " n n Given the power series # an (x ! a) !and! # bn (x ! a) that converges to f(x) and g(x), n=0 n=0 respectively, for |x – a| < ρ, ρ > 0.

1) The series can be add or subtract termwise, and " n f(x) ± g(x) = # (an ± bn )(x ! a) n=0 the resulting series converges at least for |x – a| < ρ.

Example: Add

( (x ! 3)n ( (x ! 3)n ( " 1 1 % n ) n + ) n = ) $ n + n ' (x + 3) n=0 2 n=0 (n + 1) n=0 # 2 (n + 1) &

2) The series can be formally multiply, and " " " $ n ' $ n ' n f(x)g(x) = &# an (x ! a) ) &# bn (x ! a) ) = # cn (x ! a) %n=0 ( %n=0 ( n=0 where cn = a0bn + a1bn-1+ ….. + anb0. the resulting series converges at least for |x – a| < ρ.

Example: Multiply x2 x3 x4 x2 x4 ex = 1+ x + + + +…!!and!!cosx = 1! + +… 2 6 24 2 24 x2 x4 x2 x2 x4 x4 x2 x4 ex cosx = 1(1! + +…) ! (1! + +…) + (1! + +…) +… 2 24 2 2 24 24 2 24 x2 x2 x3 x3 x4 x4 x4 x3 x4 = 1+ x + (! + ) + ( ! ) + ( ! + ) +… = 1+ x ! ! +… 2 2 6 2 24 4 24 3 6

3) The quotient of two power series can be computed by long division, if g(a) ≠ 0.

Example: Divide the power series sin x = x – x3/6 + x5/120 – x7/5040 + … by cos x = 1 – x2/2 + x4/24 – x6/720 + …

The Expansion " n If f(x) = # cn (x ! a) is continuous and has of all orders for |x – a| < ρ, then n=0 f’, f’’, …., can be computed by differentiating the series termwise; that is, " n!1 n!1 f '(x) = c1 + 2c2 (x ! a) + ...+ ncn (x ! a) + ... = # ncn (x ! a) n=1 " n!2 n!2 f ''(x) = 2c2 + 6c3(x ! a) + ...+ n(n ! 1)cn (x ! a) + ... = # n(n ! 1)cn (x ! a) n=1 and so forth, each of the series converges absolutely for |x –a| < ρ.

Notice that the value of cn is given by f(n)(a) c = n n! so " f(n!1)(a) f(x) = # (x ! a)n n=0 n! is called the Taylor of f about x = a. If x = 0, then we have the MacLaurin series: " f(n!1)(a) f(x) = # xn n=0 n!

Some Important MacLaurin Series:

MacLaurin Series Interval of Convergence 1 " = # xk = 1+ x + x2 + x3 +…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1 < x < 1 x ! 1 k=0 " 1 k 2k 2 4 6 2 = # (!1) x = 1! x + x ! x +…!!!!!!!!!!!!!!!1 < x < 1 x + 1 k=0 " xk x2 x3 ex = # = 1+ x + + +…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" < x < " k=0 k! 2! 3! " xk x2 x3 e!x = # (!1)k = 1! x + ! +…!!!!!!!!!!!!!!!!!!!!!" < x < " k=0 k! 2! 3! " x2k+1 x3 x5 sinx = # (!1)k = x ! + +…!!!!!!!!!!!!!!!!" < x < " k=0 (2k + 1)! 3! 5! " x2k x2 x4 cosx = # (!1)k = 1! + +…!!!!!!!!!!!!!!!!!!!!!" < x < " k=0 (2k)! 2! 4! " x2k+1 x3 x5 arctanx = (!1)k = x ! + +…!!!!!!!!!!!!!!!!" < x < " # 2k + 1 3! 5! k=0

Definition: A f(x) that has a Taylor series expansion about x = a with radius of convergence ρ > 0, is said to be analytic at a.

Example: 1) functions are analytic everywhere.

2) The functions in the MacLaurin series expansion are analytic about x = 0.

3) A rational functions P(x)/Q(x) is analytic everywhere except at those values where Q(x) = 0.

" " n n Remark: If # cn (x ! a) = # dn (x ! a) for all x in some open interval centered at a, n=0 n=0 " n then cn = dn for all n. In particular, if # cn (x ! a) = 0 for each such x, then cn = 0 for n=0 all n.

Shift of Index of Summation The index of summation in an infinite series is a dummy parameter just as the integration variable in a definite is a dummy variable. Thus it is immaterial which letter is used for the index of summation. Example: ! 2n xn ! 2k xk ! 2p xp " = " = " n=0 n! k=0 k! p=0 p!

We can also make changes in the index of summation, we can increase the index of summation and decrease the starting point or we can decrease the index and increase the starting point.

Example: ! n 1) Write the series " cnx as a series whose first term corresponds to n = 0 rather than n=2 n = 2. Since we have to decrease the starting point by 2, we have to increase the index of summation by 2. Let p = n – 2, then n = p + 2 and n = 0, implies p = 2 ! ! ! n p+2 n+2 " cnx = " cp+2x =" cn+2x n=2 p=0 n=0 we can replace the dummy index p back to n.

! n+2 n 2) Write the series " (n + 1)cnx as a series whose generic term involves x rather n=2 than xn+2. Since we have to decrease the index of summation by 2, we have to increase the starting point by 2. Let p = n + 2, then n = p - 2, and n = 2, implies p = 4, ! ! ! n+2 p n " (n + 1)cnx = " (p # 2 + 1)cp#2x = " (p # 1)cn#1x n=2 p=4 n=4