Confused about taylor approximation

Click For Summary
SUMMARY

The discussion focuses on the Taylor approximation, specifically the formula for approximating a function f(x) around a point x_0. The correct Taylor series expansion includes the term 2! in the denominator for the second derivative, which is crucial for achieving accuracy to O(x^3). The confusion arises from an incorrect expansion that neglects the factorial in the second derivative term and misrepresents the order of accuracy. The participants emphasize the importance of understanding the limit definition of the derivative to derive the differential approximation formula accurately.

PREREQUISITES
  • Understanding of Taylor series and polynomial approximations
  • Familiarity with calculus concepts, particularly derivatives
  • Knowledge of Big O notation and its implications in approximations
  • Experience with limit definitions in calculus
NEXT STEPS
  • Study the derivation of Taylor series expansions in detail
  • Learn about the significance of factorials in Taylor series coefficients
  • Explore the limit definition of derivatives and its applications
  • Investigate higher-order approximations and their accuracy
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus and numerical methods, as well as anyone seeking to deepen their understanding of function approximation techniques.

LostInSpace
Messages
21
Reaction score
0
I am a bit confused about taylor approximation. Taylor around [tex]x_0[/tex] yields
[tex] f(x) = f(x_0) + f'(x_0)(x-x_0) + O(x^2)[/tex]

which is the tangent of f in [tex]x_0[/tex], where
[tex] f'(x) = f'(x_0) + f''(x_0)(x-x_0) + O(x^2)[/tex]

which adds up to
[tex] f(x) &=& f(x_0) + (f'(x_0) + f''(x_0)(x-x_0) + O(x^2))(x-x_0)+O(x^2) \\ &=& f(x_0) + f'(x_0)(x-x_0) + f''(x_0)(x-x_0)^2 + O(x^3)[/tex]
But it should be
[tex] f(x) = f(x_0) + f'(x_0)(x-x_0) + \frac{f''(x_0)}{2!}(x-x_0)^2 + O(x^3)[/tex]

Where does the 2! come from? Is this approach completely incorrect?
 
Physics news on Phys.org
You have ignored in line 3 the O(x^(2))-term from the expansion of f(x).
Hence line 3 is not accurate to O(x^(3)), it's only accurate to O(x^(2)).
 
Do you remember how to derive, from the limit definition of the derivative, the differential approximation formula:

[tex] f(x+\epsilon ) = f(x) + \epsilon f'(x) + \epsilon \delta(x, \epsilon)[/tex]

Where [itex]\lim_{\epsilon \rightarrow 0} \delta(x, \epsilon) = 0[/itex]?

Try writing the second derivative with limits, and see if any approach suggests itself.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K