krobben said:
I'm having a hard time understanding the fundamentals of the taylor series. So I get how you continually take derivatives in order to find the coefficients but in order to do that we have to state that x=a. Well when we finally get done we have an infinite polynomial of f(x)=f(a)+f'(a)(x-a)/1!+f''(a)(x-a)/2!..… So this is where I get completely lost. We got to this point only under the circumstance that x=a(unless I'm missing something), so if x=a then how do we have f(x)=f(a)+f'(a)(x-a)/!+f''(a)(x-a)/2!... without x=a because I'm under the impressions that this could only end up being f(x)=f(a)+f'(a)(0)/1!+f''(a)(0)/2!... since x=a thus x-a = a-a and so x-a =0. Is there something I'm not understanding or is there a point when we abandon x=a and if so why can we do that?
One of the things you are missing is the powers on (x- a)! You should
have f(x)= f(a)+ f'(a)(x- a)/1!+ f''(a)(x-a)^2/2!+ f'''(a)(x-a)^3/3!+ ...
is the "Taylor series of f about the point x= a".
To take a very simple example, look at the polynomial [itex]f(x)= x^3- 3x^2+ 3x- 1[/itex]. Then [itex]f'(x)= 3x^2- 6x+ 3[/itex], [itex]f''(x)= 6x- 6[/itex], [itex]f'''(x)= 6[/itex] and all succeeding derivatives are 0.
To find the Taylor's series about x= 2, note that f(2)= 8- 12+ 6- 1= 1, f'(2)= 12- 12+ 3= 3, f''(2)= 12- 6= 6, and f'''(2)= 6 so that the Taylor's series is [itex]6+ 3(x- 2)/1!+ 6(x- 2)^2/2!+ 6(x- 2)^3/3!= 6+ 3(x- 2)+ 3(x- 2)^2+ (x- 2)^3[itex]. <br />
<br />
To find the Taylor's series about x= 3, note that f(3)= 27- 27+ 9- 1= 8, f'(3)= 27- 27+ 9- 1= 8, f''(3)= 18- 6= 12, and f'''(3)= 6 so that the Taylor's series is [itex]8+ 8(x- 3)/1!+ 12(x- 3)^2/2!+ 6(x- 3)^3/3!= 6+ 8(x- 3)+ 6(x- 3)^2+ (x- 3)^3[itex]. <br />
<br />
To find the Taylor's series about x= 0, note that f(0)= -1, f'(0)= 3, f''(0)= -6, and f'''(0)= 6 so that the Taylor's series is [itex]-1+ 3(x- 0)/1!- 6(x- 0)^2/2!+ 6(x- 0)^3/3!= -1+ 3x+ 3x^2+ x^3[itex]. Of course, that is exactly the polynomial we started with. In fact, if you multiply out the first two, you will see that they also give exactly the same thing.<br />
<br />
By the way, it is NOT always true that a function is always equal to its Taylor's series. That is true for all "analytic" functions (which are very nice functions and typically what you see in Calculus) but not true for <b>all<b> infinitely differentiable functions.</b></b>[/itex][/itex][/itex][/itex][/itex][/itex]