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 f(x)= x^3- 3x^2+ 3x- 1. Then f'(x)= 3x^2- 6x+ 3, f''(x)= 6x- 6, f'''(x)= 6 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 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. <br />
<br />
To find the Taylor&#039;s series about x= 3, note that f(3)= 27- 27+ 9- 1= 8, f&#039;(3)= 27- 27+ 9- 1= 8, f&#039;&#039;(3)= 18- 6= 12, and f&#039;&#039;&#039;(3)= 6 so that the Taylor&#039;s series is 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. &amp;lt;br /&amp;gt;
&amp;lt;br /&amp;gt;
To find the Taylor&amp;amp;#039;s series about x= 0, note that f(0)= -1, f&amp;amp;#039;(0)= 3, f&amp;amp;#039;&amp;amp;#039;(0)= -6, and f&amp;amp;#039;&amp;amp;#039;&amp;amp;#039;(0)= 6 so that the Taylor&amp;amp;#039;s series is -1+ 3(x- 0)/1!- 6(x- 0)^2/2!+ 6(x- 0)^3/3!= -1+ 3x+ 3x^2+ x^3. 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.&amp;amp;amp;lt;br /&amp;amp;amp;gt;
&amp;amp;amp;lt;br /&amp;amp;amp;gt;
By the way, it is NOT always true that a function is always equal to its Taylor&amp;amp;amp;amp;#039;s series. That is true for all &amp;amp;amp;amp;quot;analytic&amp;amp;amp;amp;quot; functions (which are very nice functions and typically what you see in Calculus) but not true for &amp;amp;amp;lt;b&amp;amp;amp;gt;all&amp;amp;amp;lt;b&amp;amp;amp;gt; infinitely differentiable functions.&amp;amp;amp;lt;/b&amp;amp;amp;gt;&amp;amp;amp;lt;/b&amp;amp;amp;gt;