Taylor Polynomial Approximations.

  • Context: Undergrad 
  • Thread starter Thread starter Easytoadd
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Easytoadd
Messages
1
Reaction score
0
Hello,

I'm new here, nice to meet you guys i was in class today and just didn't understand the taylor polynomial approximation, the professor started out approximating a function by polynomials of degree N, he first showed us how a linear polynomial was a crude approximation of the function at a given point but thing i don't get is when he moved on to the next approximation by using the first derivative, than the second...i just didnt get why the final formula added up all the approximations together?...

I just didnt get why like we had to sum up all the approximations rather than just making a formula for the last approximation of the function?...if I am not making any sense I am sorry but if you guys can explain the taylor polynomial a bit better i would greatly appreciate it.



Thanks,

Moe.
 
Physics news on Phys.org
Not sure what you mean but if you take the Taylor polynomials for f(x)=e^x about x=0 (also called the Maclaurin polynomials for e^x) they are:

P_0(x) = 1
P_1(x) = 1 + x
P_2(x) = 1 + x + (1/2)x^2
P_3(x) = 1 + x + (1/2)x^2 + (1/6)x^3
etc.

So the first k+1 terms of a Taylor polynomial of degree n is the Taylor polynomial for the same function about the same point of degree k.

If you mean that we should just take the highest degree terms of the Taylor polynomials, in this example 1, x, (1/2)x^2, (1/6)x^3 etc. these terms alone would NOT be good approximations of the original function.