Cubic equations are equations that have a variable that is cubed (that is, raised to the third power) in them. There are several common ones, two being:
The method of solution of the first equation requires some work to arrange it into the form of the second equation. Cubic equations have three roots (due to quadratics having 2 and quartics having 4). The roots are often a combination of real and complex numbers, however the roots can be all real and all complex. Here is the method to change the first equation into the second equation:
After some simplifying, we get a cubic of the form y³ + ay = b. This is solvable by another method:
x can be found easily once you know y. Once you know one root of the equation, you can use this knowledge to easily find the other two roots. Most cubics can be solved by this method. You may find you are working out roots of negative numbers. As a result to solve most cubics you need a working knowledge of complex numbers.
The Cubic Formula
A cubic formula does exist, however it is very cumbersome and is needed extremely rarely. It has a possible common use in computer programs that need to solve cubics for situations such as 3D graphics. Here is the monster formula:

You are not recommended to memorize this formula. Even though a cubic equation may have 3 real roots, in the formula the roots of negative numbers are needed (they cancel out in the rest of the formula). This formula hardly has any practical use; it is merely interesting.
Home