What's the purpose of Taylor Polynomials?

  • Context: Undergrad 
  • Thread starter Thread starter dinosoup
  • Start date Start date
  • Tags Tags
    Polynomials Taylor
Click For Summary

Discussion Overview

The discussion centers around the purpose and application of Taylor polynomials, particularly in approximating functions and solving differential equations. Participants explore theoretical aspects, practical examples, and the limitations of Taylor series.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Homework-related

Main Points Raised

  • Some participants express confusion about the utility of Taylor polynomials, noting that the formula requires knowledge of the function itself.
  • One participant explains that Taylor polynomials allow the approximation of a function at points other than the expansion point using only the derivatives at that point.
  • A mathematical limit involving the sine function is presented to illustrate the behavior of Taylor series near zero.
  • Another participant points out that using Taylor polynomials involves finding derivatives at a specific point, which can seem circular.
  • One participant provides an example involving a differential equation, demonstrating how Taylor series can be used to derive solutions and highlighting the potential for slow convergence and the need for error bounds.
  • Another example is given regarding the motion of a pendulum, where a Taylor series approximation simplifies the original differential equation.
  • Participants discuss practical applications, such as calculators using Taylor series to approximate trigonometric functions instead of relying on extensive lookup tables.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and agreement on the usefulness of Taylor polynomials, with some providing examples while others remain confused about their application. Multiple competing views on the effectiveness and limitations of Taylor series are present.

Contextual Notes

Some limitations include the assumption of convergence of Taylor series, the dependence on the existence of derivatives at a point, and the potential for slow convergence in practical applications.

Who May Find This Useful

Readers interested in mathematical analysis, differential equations, and numerical methods may find the discussion relevant.

dinosoup
Messages
4
Reaction score
0
I don't get it. I use it to approximate f for some x, but the formula for Taylor Polynomials already has f in it?
 
Physics news on Phys.org
Note that in the Taylor-polynomial expansion, you "only" need to know the values of the derivatives of f at a single point, in order to find the value of f on every other point (than the one point you expand from).
 
How about this:
[tex] \lim_{x\rightarrow 0}\frac{\sin x}{x} = \lim_{x\rightarrow 0}\frac{x + O(x^2)}{x} = 1 + \lim_{x\rightarrow 0} O(x) = 1[/tex]
 
You're finding the derivative at zero using the derivative at zero.
 
I still don't get it. Could someone give me an example of where you will use it?
 
All right:
1.
Say you've got a differential equation to solve:
x''(t)+x(t)=0, x(0)=1, x'(0)=0.
Now, you can from the differential equation easily find the higher-order derivatives at t=0:
a) From diff. equation: x''(0)=-x(0)=-1
Differentiate the differential equation:
b) x'''(t)+x'(t)=0->x'''(0)=-x'(0)=0
c) x''''(t)+x''(t)=0->x''''(0)=-x''(0)=1

and so on..
Hence you have, in Taylor form: x(t)=Sum over n: (-1)^(n)1/(2n!)t^(n)=cos(t),
(which you probably knew already)

You can see from this approach that, assuming your solution has a Taylor series in the vicinity of the the initial point, you can trivially solve any differential equation
you're given!

The trouble is however, that convergence of Taylor series can be very slow and the assumption of the existence of the full, infinite Taylor series solution is wrong.

Therefore:
2. The power of the truncated Taylor approximations is greatly enhanced, if you in some way can "bound" the error between the value at a point given by your true function and the value predicted by the use of a truncated Taylor series
(within some region).

Since it often happens that you are able to find such bounds (even if you don't know what your original function is!), Taylor series approximations can be put to good use.

3. A good example (in conjunction with asymptotic analysis):
Consider the equation for the motion of a pendulum:

When it is derived, you get something like: A*sin(v)+v''=0,
where v is an angle to the vertical, and A is some physical parameter.
Now what do we do?
We simply make use of the Taylor series approximation of sin(v) for small v's, and get:

A*v+v''=0, which has simple harmonic motion as it solutions v(t).
The original differential equation is a lot harder to solve.
 
Last edited:
Dinosoup, what's sin(0.01) (in radians obviously)? We'll allow for a maximum error of 0.00000001 from the true value.
 
dinosoup said:
I still don't get it. Could someone give me an example of where you will use it?

Your calculator uses taylor series to approximate the values of various functions such as sin and cos. It would be impractical to store a bevy look-up tables in ROM(sin, cos, e, etc). Instead of wasting ROM with tables, a series approximation is used instead.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
2
Views
2K