Taylor Series

summergrl

New member
Joined
Feb 21, 2007
Messages
33
Find the Taylor series for f(x) centered at the given value of a.

f(x)=x^3, a=-1

I got (-1(x+1)^k)/k!, is this right?
 
the taylor series for x<sup>3</sup> is finite and has a max order of 3 since f<sup>(4)</sup>(x) and beyond = 0.

f(x) = x<sup>3</sup> ....... f(-1) = -1
f'(x) = 3x<sup>2</sup> ....... f'(-1) = 3
f"(x) = 6x ..........f"(-1) = -6
f'''(x) = 6 ...........f'''(-1) = 6
f<sup>(4)</sup>(x) = 0 ......... f<sup>(4)</sup>(-1) = 0

f(x) = f(-1) + f'(-1)(x+1) + f"(-1)(x+1)<sup>2</sup>/2! + f'''(-1)(x+1)<sup>3</sup>/3!

f(x) = -1 + 3(x+1) - 3(x+1)<sup>2</sup> + (x+1)<sup>3</sup>
 
Top