Find Taylor Series from a function and its interval of convergence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 3K views
deagledoubleg
Messages
6
Reaction score
0
Let f(x) = (1+x)-4
Find the Taylor Series of f centered at x=1 and its interval of convergence.

[tex]\sum_{n=0}^\infty f^n(c)\frac{(x-c)^n}{n!}[/tex] is general Taylor series form

My attempt

I found the first 4 derivatives of f(x) and their values at fn(1). Yet from here I do not know how to find the taylor series, from there I should be able to finish it myself. Any ideas on how to find the Taylor series here?
 
Last edited:
Physics news on Phys.org
deagledoubleg said:
Let f(x) = (1+x)-4
Find the Taylor Series of f centered at x=1 and its interval of convergence.

[tex]\sum_{n=0}^\infty f^n(c)\frac{(x-c)^n}{n!}[/tex] is general Taylor series form

My attempt

I found the first 4 derivatives of f(x) and their values at fn(1). Yet from here I do not know how to find the taylor series, from there I should be able to finish it myself. Any ideas on how to find the Taylor series here?

How did you find the derivatives?
 
f0(x)= [tex]\frac{(1)}{(1+x)^4}[/tex]
f1(x)= [tex]\frac{(-4)}{(1+x)^5}[/tex]
f2(x)= [tex]\frac{(20)}{(1+x)^6}[/tex]
f3(x)= [tex]\frac{(-120)}{(1+x)^7}[/tex]
f4(x)= [tex]\frac{(840)}{(1+x)^8}[/tex]

I think that I got the Taylor Series of [tex]f^n(x)=\frac{(-1)^(n+1)*(n-1)!}{2^(n+4)}[/tex]
 
Last edited:
deagledoubleg said:
f0(x)=(1+x)-4
f1(x)= [itex]\frac{-4}{(1+x)<sup>5</sup>} [\itex]<br /> f<sup>2</sup>(x)= [itex]\frac{20}{(1+x)<sup>6</sup>} [\itex]<br /> f<sup>3</sup>(x)= [itex]\frac{-120}{(1+x)<sup>7</sup>} [\itex]<br /> f<sup>4</sup>(x)= [itex]\frac{840}{(1+x)<sup>8</sup>} [\itex]<br /> <br /> I think that I got the Taylor Series of [tex]f<sup>n</sup>(x)=\frac{(-1)<sup>n+1</sup>*(n-1)!}{2<sup>n+4</sup>}[/tex][/itex][/itex][/itex][/itex]
[itex][itex][itex][itex] <br /> Can you fix that latex? In any case, it doesn't look right. It looks like a mixture of parts of the solution.[/itex][/itex][/itex][/itex]
 
True, I can see that now. I think the issue is the (n-1)! in the numerator. I can't find something that works because I want it to be n! but to stop at 4. like 7*6*5*4, but not include *3*2*1. To do this would I just divide that by 6?
 
deagledoubleg said:
True, I can see that now. I think the issue is the (n-1)! in the numerator. I can't find something that works because I want it to be n! but to stop at 4. like 7*6*5*4, but not include *3*2*1. To do this would I just divide that by 6?

For the time being, just calculate ##f^{(n)}(x)##. You're not aiming at anything.

And, yes, ##7*6*5*4 = 7!/6##
 
I think that I have [tex]f^n(x)=\frac{(-1)^(n)*\frac{(n-1)!}{6}}{(1+x)^(n+4)}[/tex]
 
Does the above look better?