Solution of a Quartic Polynomial
This page exists solely to demonstrate the steps taken to solve a quartic polynomial, "quartic" referring to a polynomial of the fourth degree.The quartic polynomial we wish to solve is:
There are a series of steps that will lead to a solution of a quartic polynomial. Actually, there is a generalized formula that can be applied, similar to the quadratic formula but much more complex, that will solve a quartic equation. We are not going to study that here. This series of steps uses several different rules and principles that are interesting in their own right.
Steps to Solve a Quartic Equation
- 1.) Calculate the number of solutions, both real and complex combined. This is equal to the highest power to which the variable is raised in the Polynomial.
- 2.) Use the Rational Zeroes Theorem to identify possible roots of the equation.
- 3.) Use Descartes' Rule of Signs to determine possible combinations of counts of positive real, negative real and complex roots.
- 4.) Make a rough graph of the equation to determine which values in the rational zeroes list are the closest to where the graph crosses the x-axis.
- 5.) Use the Rule of Upper and Lower Bounds of Roots to narrow down which rational zeroes might apply.
- 6.) Use Newton's Approximation of Zeroes to get values to required precision for approximated zeroes.
- 7.) Use approximated zeroes with synthetic division as needed to factor out a quadratic polynomial.
- 8.) Use the Quadratic Formula to solve for the remaining two zeroes (often the complex zeroes).
We will go through each step to show how they are used to solve our example quartic polynomial.
1.) Calculate the Number of Solutions, Both Real and Complex
This is the simplest part of the solution. The polynomial is arranged with its terms in descending order by exponent.Since this is a quartic equation, the first term will be of the fourth power. Therefore, there will be four zeroes to this equation. They could be positive, negative or complex. The mix has yet to be determined. But in total there will be four. (If there are complex solutions, they will always come in pairs and be conjugates of each other.)
2.) Use the Rational Zeroes Theorem to Identify Possible Roots of the Equation
Rational zeroes of an equation are only possible zeroes. They are a convenient place to start to look for solutions. The true zeroes of the equation may be in the set of the rational zeroes or they may not be.
We assign the variable "p" to the constant of the equation and the variable "q" to the coefficient on the first term of the equation. Then for each of "p" and "q", the factors are calculated. The fraction "p/q" is then calculated, making sure to include all possibilities, both positive and negative.
The results obtained are useful to narrow down possible x values that are zeroes of the polynomial. However, as stated earlier, there are no guarantees that any of these p/q values will be actual solutions.
3.) Use Descartes' Rule of Signs to Determine Possible Combinations of Counts of Positive Real, Negative Real and Complex Roots
With the equation arranged with its terms in descending order, check to see how many times the sign of the terms changes from term to term from beginning to end. In this case there is one change of sign between terms. So there will be one real positive root of this equation.
Secondarily, we need to manipulate the equation by replacing "-x" everywhere there is an "x" and recalculate the equation. Then, the same as the first time through, we check to see how many times there is a change of sign between successive terms. Again, we determine that here there is one sign change. That gives us one negative real root.
Now, understanding that there must be four roots of this equation, and seeing that we have shown that one is positive and one is negative, that leaves two unaccounted for. Those will be complex roots, roots each with both a real and an imaginary component. These complex roots always come in pairs so that is another check to make sure the answer makes sense.
4.) Make a Rough Graph of the Equation to Determine which Values in the Rational Zeroes List are the Closest to Where the Graph Crosses the X-Axis.
A helpful step can be to either sketch a graph by hand or use a graphing calculator. The images below came from Microsoft Math. Here we can get a pretty good idea where the graph crosses the x-axis. It is close enough where we can actually see that the rational zeroes we identified earlier are not going to be integer solutions of this equation. We can see that the software has also given us some very rough approximate solutions. But we can do better than that, and by applying the techniques illustrated below will do just that.5.) Use the Rule of Upper and Lower Bounds of Roots to Narrow Down which Rational Zeroes Might Apply
Looking at the graph that was generated we can see that the real zeroes of the equation are very close to positive 1 and between -1 and -3/4.If we use some of the rational zeroes we calculated earlier with the Rule of Upper and Lower Bounds, we can narrow our possibilities down to something between two of the candidates. When we use one of the rational zeroes as the divisor in a synthetic division setup, we can observe the results and make a conclusion based upon that. For a positive divisor, if the numbers which appear at the bottom, the quotient, are all positive, that means that the divisor is larger than the zero of the graph. Once we find that case, then test a lower rational zero only to find that the quotient does not have all positive signs, we have bound the upper range for the zero of the graph.
Likewise if we use some of the negative rational zeroes we calculated earlier as the divisors, we can put limits on what the negative zero may be. There the quotient will end up alternating the signs between terms, positive and negative. Once that condition has been reached, we know that there can be no more greater negative number than the divisor that will be a zero of the equation.
6.) Use Newton's Approximation of Zeroes to Get Values to Required Precision for Approximated Zeroes
Use of Newton's Approximation requires knowledge of how to take the derivative of the equation. This is indeed Calculus but is very basic. It is so much simpler than other methods it is well worth the small investment of time to understand how to mechanically get a derivative from an equation. After just 2 or 3 iterations of applying the starting candidate for zero and then feeding back the result, an exceptionally good approximation of the actual zero may be calculated. As a matter of fact, the accuracy can be as good as you want it to be if you do not mind continuing to run Newton's Approximation.
In our case for the positive zero we used 1 to start with and for the negative zero we used -1 to start. After 4 iterations the answers were by far accurate enough for our purposes and bested MS Math's approximations by several decimal places.
7.) Use Approximated Zeroes with Synthetic Division as Needed to Factor Out a Quadratic Polynomial
Once we have calculated these positive and negative zeroes it is a good idea to test the results. Using our calculated zeroes in polynomial division we can see that the remainders we get are very small decimals. This shows that the solutions we have are close approximations to the exact zeroes. And, by dividing the quotient of the work done on the original equation by the divisor that is the negative zero we get a quadratic equation for our new quotient. This quadratic equation may be used to get the complex zeroes to complete the solution. That will be shown in the next step.
8.) Use the Quadratic Formula to Solve for the Remaining Two Zeroes (Often the Complex Zeroes)
Taking the quotient calculated in the last step and putting it into the quadratic formula will result in our getting two complex numbers that are conjugates of each other. These are the last two zeroes of our quartic equation.
This gives us all the zeroes of our original equation and completes the solution:
- X = 1.0469
- X = -0.85262
- X = -0.09714 + 1.2926i
- X = -0.09714 - 1.2926i