Simplifying Taylor Formula: How to Generalize for Any Nth Derivative?

  • Context: Graduate 
  • Thread starter Thread starter sutupidmath
  • Start date Start date
  • Tags Tags
    Formula Taylor
Click For Summary

Discussion Overview

The discussion revolves around the Taylor formula and its generalization for any Nth derivative. Participants explore the derivation of coefficients in the polynomial expansion and the conditions under which the Taylor series can be applied, including considerations of differentiability and the nature of the function being expanded.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant seeks clarification on how the coefficients in the polynomial expansion of the Taylor formula are derived, specifically the terms like f'(a)/1! and f''(a)/2!.
  • Another participant suggests that the coefficients can be found by presuming the existence of an expansion and differentiating the function repeatedly.
  • There is a mention of using binomial expansion and Newton's formula to derive the coefficients, although uncertainty about this approach is expressed.
  • A participant proposes that differentiating both sides of the power series can help find the coefficients A0, A1, A2, etc., by evaluating at x=0.
  • Concerns are raised about whether the function must be strictly differentiable for the Taylor series to be valid, with a reference to the existence of derivatives in the sense of distributions.
  • One participant expresses frustration at perceived off-topic contributions in the thread.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the derivation of the coefficients or the conditions for applying the Taylor series. Multiple competing views and uncertainties remain regarding the nature of differentiability and the validity of the Taylor expansion.

Contextual Notes

Some participants express limitations in their understanding of the derivation process and the application of the Taylor series, indicating a need for further clarification and resources.

sutupidmath
Messages
1,629
Reaction score
4
Taylor formula. Need help!

we have f(a+h), where a-is a point, and h is a very small term, h->0. And we have the formula to evaluate the function y=f(x), around the point a, which is

f(a+h)=f(a)+f'(a)h+o(h) --------(*)

however when we want to take in consideration o(h) this formula does not work, so we want to come up with sth more appropriate. So we want to write it in terms of the value of a polynom of the form

P_n(h)=b_1+b_2h+b_3h^2+...+b_n h^n,where b-s are coeficients, that are not depended on h.
So it also says that when h->0, than
f(a+h)=P_n(h)+o(h^n)
When we have n=1, than the value of the polynom is f(a)+f'(a)h, according to (*). What i do not understand comes right here, when we want to generalize this for n.
It says that if the n-th derivative of f(x) exists, in particular f^(n) (a), than the polynom can be written like this, or actually the polynom is:

P_n(h)=f(a)+[f'(a)h/1!]+[f"(a)h^2/2!]+...+[(f^(n) (a)/n!)h^n],

Now my question is how did we come to this? In particular wher did we, or how did we derive this coefficients like f'(a)/1! , f"(a)/2! etc?


I would really appreciate anyones help!
For two days i am stuck with this, i cannot just fathom it.

Thnx in return
 
Physics news on Phys.org
We did it by presuming that such an expansion exists, then trying to work out how to get the terms in the expansion.

Suppose

[tex]f(x)=a_0 + a_1 x + a_2 x^2 + \ldots +a_n x^n + \ldots[/tex]so an infinite series of powers. How do you find a_0, now how aobut a_1?
 
matt grime said:
We did it by presuming that such an expansion exists, then trying to work out how to get the terms in the expansion.

Suppose

[tex]f(x)=a_0 + a_1 x + a_2 x^2 + \ldots +a_n x^n + \ldots[/tex]


so an infinite series of powers. How do you find a_0, now how aobut a_1?


I guess it should be easy to find those terms,but i must be too stupid because i cannot find them. Moreover i have no idea on how to begin.

And if you could suggest me where i could find some material about these things??

Thnx
 
or, i have an idea on how to find those terms. I think it has to do something with the binomial expansion, using Newton's formula right?

so, let's say the a_0 term will be n!/n!*0! multiplied by something, or the a_1 will be n!/(n-n+1)!*(n-1)! multiplied by sth.

I do not really know if i am on the right track,i doubt it though.

Can you give me some more help!
 
You have

[tex]f(x)=a_0 + a_1 x + a_2 x^2 + \ldots +a_n x^n + \ldots[/tex]

What happens if you differentiate both sides of that equation?
 
(I copied and pasted this from another reply I made in a different thread last week)

This is the way I think about it.

imagine that a function f(x) can be written as a power series in x about x=0

[itex]f(x)=A_0 +A_1 x+A_2 x^2+A_3 x^3 +...[/itex]

Then you can find the constants [itex]A_0,A_1,A_2...[/itex] from repeated differentiation.

Finding A0 is the easiest

[itex]f(x=0)=A_0[/itex]

because, when x=0 all the other terms are zero.

Next, find A1

[itex]df(x)/dx=A_1+2A_2x+3A_3x^2+...[/itex]
So, at x=0
[itex]\frac{df(x)}{dx} (x=0)=A_1[/itex]

Then find A2

[itex]\frac{d^2f(x)}{dx^2}=2A_2+6A_3x+24A_4x^2+...[/itex]

When x=0
[itex]\frac{d^2f(x)}{dx^2}(x=0)=2A_2[/itex]

And so on.

You now substitute in the values of A0,A1,A2 etc to get
[itex]f(x)=f(0)+\frac{df}{dx} x +1/2 \frac{d^2f}{dx^2} x^2+1/6 \frac{d^2 f}{dx^3} x^3+...[/itex]

where the derivatives are evaluated at (x=0)
 
sutupidmath said:
I guess it should be easy to find those terms,but i must be too stupid because i cannot find them. Moreover i have no idea on how to begin.


Didn't you think about what you wrote in your own first post? You know that to find the n'th term you differentiate n times and put in 0. You said that. All I wanted to show you was why that 'worked'.
 
But...to develop a Tayor series..must f(x) be 'strictly' differentiable ??.. i mean perhaps what would happen if for example the n-th derivative of f(x) exist but only in the sense of a 'distribution' ?? let's say:

[tex]\frac{d^{n} f(x)}{dx^{n}}= \delta (x) ^{n}=(-1)^{n}\phi (0)[/tex]
 
For pity's sake Jose, won't you stop polluting other people's threads?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 3 ·
Replies
3
Views
1K