jegues
- 1,085
- 3
Homework Statement
Use Taylor's remainder formula to show that the Taylor series for f(x) is about the point indicated converges to f(x) for all x.
f(x) = e^{5x} about x=0
Homework Equations
The Attempt at a Solution
Since,
f^{n}(x) = 5^{n}e^{5x},
Taylor's remainder formula for e^{5x} and c = 0 gives
e^{5x} = 1 + 5x + \frac{5^{2}}{2!}x^{2} + \frac{5^{3}}{3!}x^{3} + ... + \frac{5^{n}}{n!}x^{n} + R_{n}
Where R_{n} = \frac{5^{n+1}e^{5z_{n}}}{(n+1)!}x^{n+1}
There are two cases we must consider:
Case 1: If x < 0 then,
****NOTE: The following line is the line I am confused about,****
x < z_{n} < 0, and |R_{n}| < 5^{n+1}\frac{|x|^{n+1}}{(n+1)!}
How do they go about making this conclusion? Do they work from the this in the following manner?
x < z_{n} < 0
5x < 5z_{n} < 0
e^{5x} < e^{5z_{n}} < e^{0}
e^{5x}\frac{|x|^{n+1}}{(n+1)!} < e^{5z_{n}}\frac{|x|^{n+1}}{(n+1)!} < e^{0}\frac{|x|^{n+1}}{(n+1)!}
And then take the limit as n goes to infinity on the outside and use squeeze theorem to prove the rest?
Where are they getting the second part of this line:
x < z_{n} < 0, and |R_{n}| < 5^{n+1}\frac{|x|^{n+1}}{(n+1)!}
Also, they are using squeeze theorem around lim_{n \rightarrow \infty} |R_{n}|, how come they are only showing one function around |R_{n}|. (i.e. 5^{n+1}\frac{|x|^{n+1}}{(n+1)!}) Where is the 0 term?
Once I understand this I will continue and finish off the problem, this is the only line that confuses me.
Can someone please clarify?
Last edited: