Sequence a n for non-negative integer n is such that
k = n ∑ ∞ ( k − n ) ! a k k ! = n
and that n → ∞ lim a n = 0 .
What is a 0 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We still need to show that k = 0 ∑ ∞ a k ( 1 + ε ) k converges for some ε > 0
All we know immediately is that the power series for f ( x ) converges on ( − 1 , 1 ] . Therefore it is possible that T ( x ) , as the Taylor series for f ( x ) about x = 1 , only converges to f ( x ) at x = 1 and nowhere else. The series result I mention above is precisely what we need to show to imply the Taylor series has a positive radius of convergence, from which the rest of your proof follows.
At the moment, I'm still trying to see if this can be recovered from the given assumptions, but I don't see how. If someone can show it from the given assumptions, it would actually fix both of our proofs--yours immediately and mine after a slight comment.
Incomplete Solution.... Please See My Report For Details
Note that n = 0 ∑ ∞ k = n ∑ ∞ ( ( k − n ) ! k ! a k ⋅ n ! ( − 1 ) n ) = n = 0 ∑ ∞ ( k = n ∑ ∞ ( k − n ) ! k ! a k ) n ! ( − 1 ) n = n = 0 ∑ ∞ n ⋅ n ! ( − 1 ) n = ( − 1 ) ⋅ n = 0 ∑ ∞ n ! ( − 1 ) n = − e − 1 and k = 0 ∑ ∞ n = 0 ∑ k ( ( k − n ) ! k ! a k ⋅ n ! ( − 1 ) n ) = k = 0 ∑ ∞ a k ( n = 0 ∑ k ( n k ) ( − 1 ) n ) = k = 0 ∑ ∞ a k ⋅ { 1 0 if k = 0 otherwise = a 0
Therefore, if we can interchange the sums then we have a 0 = − e − 1 ≈ − 0 . 3 6 7 8 7 9 4 4 1
Unfortunately, it looks like I need to know something about as strong as k = 0 ∑ ∞ 2 k ∣ a k ∣ < ∞ to make this conclusion, so I don't know if it's always true...
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Taylor Series - Problem Solving
Consider a polynomial
f ( x ) f ′ ( x ) f ′ ′ ( x ) f ′ ′ ′ ′ ( x ) ⟹ f ( n ) ( x ) = k = 0 ∑ ∞ a k x k = k = 0 ∑ ∞ ( k − 0 ) ! k ! a k x k = k = 1 ∑ ∞ k a k x k − 1 = k = 1 ∑ ∞ ( k − 1 ) ! k ! a k x k = k = 2 ∑ ∞ k ( k − 1 ) a k x k − 2 = k = 2 ∑ ∞ ( k − 2 ) ! k ! a k x k = k = 3 ∑ ∞ k ( k − 1 ) ( k − 2 ) a k x k − 3 = k = 3 ∑ ∞ ( k − 3 ) ! k ! a k x k = k = n ∑ ∞ ( k − n ) ! k ! a k x k and that f ( 1 ) = 0 f ′ ( 1 ) = 1 f ′ ′ ( 1 ) = 2 f ′ ′ ′ ( 1 ) = 3 f ( n ) ( 1 ) = n
Let T ( x ) be the Taylor series expansion of f ( x ) centered at 1. Then we have:
T ( x ) = k = 0 ∑ ∞ k ! f k ( 1 ) ( x − 1 ) k = k = 1 ∑ ∞ k ! k ( x − 1 ) k = k = 1 ∑ ∞ ( k − 1 ) ! ( x − 1 ) k = k = 0 ∑ ∞ k ! ( x − 1 ) k + 1
We note that
a 0 = T ( 0 ) = k = 0 ∑ ∞ k ! ( − 1 ) k + 1 = − k = 0 ∑ ∞ k ! ( − 1 ) k = − e 1 ≈ − 0 . 3 6 8