Are There Closed Form Approximations for nth Order Polynomial Roots?

  • Thread starter Thread starter aaaa202
  • Start date Start date
  • Tags Tags
    Root
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
aaaa202
Messages
1,144
Reaction score
2
Do there exist closed form approximating expressions for the roots of an nth order polynomial?
 
Physics news on Phys.org
You won't find an expression over radicals for roots of polynomials above order 4, but you are asking about approximating roots without using iterations.

There are many approaches - depending on how good you need the approximation to be.
You have to do some of this in order to get the 1st approximation for the iterative approaches to work quickly.

AFAIK: there is no general approach for all polynomials - with computers, iterative approaches are fast and convenient so you don't have to be very accurate.
 
It is because I have an expression for a physical quantities, which depends on the roots of an nth order polynomial. I want to see if I can get an approximate closed form expression and to do that I need an approximate closed form for the root.
 
aaaa202 said:
It is because I have an expression for a physical quantities, which depends on the roots of an nth order polynomial. I want to see if I can get an approximate closed form expression and to do that I need an approximate closed form for the root.

You may have heard of this chap called Galois. He proved that a general formula using arithmetic and radicals for solving for the roots of polynomials of degree greater than or equal to 5 was impractical, if not impossible.

http://en.wikipedia.org/wiki/Polynomial

It's like trying to go faster than the speed of light: all sorts of wonderful things could happen if this were possible, but alas, it is impossible. It is the same situation with finding the roots to your polynomial: numerically or not at all.
 
Last edited: