Exercise 6.6.5

(a)
Generate the Taylor coefficients for the exponential function f ( x ) = e x , and then prove that the corresponding Taylor series converges uniformly to e x on any interval of the form [ R , R ] .
(b)
Verify the formula f ( x ) = e x .
(c)
Use a substitution to generate the series for e x , and then informally calculate e x e x by multiplying together the two series and collecting common powers of x .

Answers

(a)
f ( x ) = e x = n = 0 x n n ! from f ( n ) ( 0 ) = 1
(b)
Differentiating the series is valid by Theorem 6.5.7 f ( x ) = n = 1 n x n 1 n ! = n = 1 x n 1 ( n 1 ) ! = n = 0 x n n !

(c)
Let a n = ( 1 ) n n ! , b n = 1 n ! , and d n = k = 0 n a k b n k ; the informal power series representation of e x e x becomes n = 0 d n x n . By plugging in n = 0 we have d 0 = 1 . For n > 0 , note that
( n ! ) d n = k = 0 n n ! k ! ( n k ) ! ( 1 ) k = k = 0 n ( n k ) ( 1 ) k = k = 0 , k  even n ( n k ) k = 0 , k  odd n ( n k )

The first term is the total number of ways to choose an even number of elements from a set of size n , while the second term is the number of ways to choose an odd number of elements. For n odd, these two terms must be equal, since for every unique subset with an even number of elements, we get a unique subset with an odd number of elements by taking the set complement. Hence for n odd we must have d n = 0 .

It takes a bit more work for n even. Call this set N and divide it into disjoint subsets A containing the first n 1 elements and B containing the remaining element. Let ( P even ) be the number of ways to choose an even number of elements from P and ( P odd ) be defined similarly. Then

( N odd ) = ( A odd ) ( B even ) + ( A even ) ( B odd ) = ( A odd ) + ( A even )

while

( N even ) = ( A even ) ( B even ) + ( A odd ) ( B odd ) = ( A even ) + ( A odd ) = ( N odd )

and we once again have d n = 0 . (Incidentally, this trick does not work for n = 0 since it relies on being able to remove an element from N to form A .)

Putting everything together we have e x e x = d 0 = 1 as expected.

User profile picture
2022-01-27 00:00
Comments