The equation az^3+bz^2+cz+d can by the substitution z=x-b/3a be reduced to
x^3+px+q=0
this equation has a solution given by Cardano's formula (with one, two or three roots).
Another way to solve it is by rewritting it as a system of three equations.
I suggest you look this up in a book, algebra written in ASCII has a tendency to get messy. Or you can try the following link
to Mathworld
If you're looking for the roots of any order polynomial, there are numerical methods. To find roots of 2nd, 3rd, 4th order polynomials, there are formulas.
This IS a highly technical question. Try to give me a formula for a sixth degree polynomial... have fun. Seriously, did you even know if there is a formula for third degree polynomials, or stop to think if we have formulae for nth degree? :Q
For numerical methods, look-up stuff for zero-finding like "Newton's Method" or "Bisection".
Also I think what you meant (correct me if I'm wrong) to ask is that there is no explicit formula for finding the roots of a polynomial of degree 5 or greater. You can make a polynomial of degree 5 or higher with rational roots.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.