First order corrections to a polynomial equation

Click For Summary
SUMMARY

This discussion focuses on finding first order corrections to the zeros of a polynomial equation when a small perturbation is introduced. The method involves using the first order Taylor expansion of the function g(x) = f(x) + e, where e is a small perturbation. The first order correction to the root x0 is calculated as (x - x0) = -e / f'(x0). This approach is essentially the first iteration of the Newton-Raphson algorithm, which can be applied unless the derivative f' is zero between the old and new roots.

PREREQUISITES
  • Understanding of polynomial equations and their roots
  • Familiarity with Taylor series expansion
  • Knowledge of the Newton-Raphson method
  • Basic calculus, particularly derivatives
NEXT STEPS
  • Study the application of Taylor series in approximating functions
  • Learn about the Newton-Raphson method for root-finding
  • Explore higher-order corrections in polynomial approximations
  • Investigate the implications of zero derivatives in root-finding algorithms
USEFUL FOR

Mathematicians, physicists, and engineers who are working on polynomial equations and require methods for approximating solutions under perturbations.

topsquark
Science Advisor
Homework Helper
Insights Author
MHB
Messages
2,020
Reaction score
843
I've seen this done in a video but I can no longer find the video! :(

What I would like to do is approximate the solutions to a polynomial equation in terms of a small perturbation. For example, say we have y = f(x) and know the corresponding zeros exactly. How would I go about finding first order corrections to the zeros if we have y = f(x) + e (e is small)?

Any help would be appreciated.

-Dan
 
Physics news on Phys.org
topsquark said:
I've seen this done in a video but I can no longer find the video! :(

What I would like to do is approximate the solutions to a polynomial equation in terms of a small perturbation. For example, say we have y = f(x) and know the corresponding zeros exactly. How would I go about finding first order corrections to the zeros if we have y = f(x) + e (e is small)?

Any help would be appreciated.

-Dan

Hey Dan!

Let g(x)=f(x)+e, and let x0 be a root of f(x).
Then we're looking for an x near x0 such that g(x)=0.
The first order Taylor expansion is: g(x) = g(x0) + (x-x0)g'(x0)
It follows at the first order that 0 = g(x) = f(x0) + e + (x-x0)f'(x0).
And therefore the first order correction is (x-x0) = -e / f'(x0).

This would actually be the first iteration of a Newton-Raphson algorithm, that will find the new zero unless f' is zero somewhere between the old and the new root.
In that case we can use f'' to see if the zero disappeared, or if there are 2 new roots at each side.

Is this perchance what you had in mind?
 
I like Serena said:
Hey Dan!

Let g(x)=f(x)+e, and let x0 be a root of f(x).
Then we're looking for an x near x0 such that g(x)=0.
The first order Taylor expansion is: g(x) = g(x0) + (x-x0)g'(x0)
It follows at the first order that 0 = g(x) = f(x0) + e + (x-x0)f'(x0).
And therefore the first order correction is (x-x0) = -e / f'(x0).

This would actually be the first iteration of a Newton-Raphson algorithm, that will find the new zero unless f' is zero between the old and the new root.
In that case we can use f'' to see if the zero disappeared, or if there are 2 new roots at each side.

Is this perchance what you had in mind?
That's the one! Thanks. I knew Taylor was probably in there somewhere but I couldn't figure out how to apply it.

-Dan
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K