- #1
aaaa202
- 1,169
- 2
Do there exist closed form approximating expressions for the roots of an nth order polynomial?
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.
A root of nth order polynomial is a value that satisfies the equation of a polynomial of degree n. In simpler terms, it is a value that makes the polynomial equal to zero.
The most common method to find the roots of a nth order polynomial is by using the quadratic formula for polynomials of degree 2 or the cubic formula for polynomials of degree 3. For higher degree polynomials, numerical methods such as the Newton-Raphson method or the bisection method can be used.
A nth order polynomial can have at most n roots, including complex and repeated roots. However, some polynomials may have less than n roots if some of them are complex numbers.
Finding the roots of a nth order polynomial is important in many fields of science and engineering, such as physics, chemistry, and economics. It allows us to solve equations and make predictions about real-world problems.
Yes, a nth order polynomial can have imaginary roots, also known as complex roots. This occurs when the discriminant of the polynomial is negative, indicating that the roots will be complex numbers.