A polynomial equation is an equation with polynomial expressions on both sides of the equation.
The standard form of a polynomial equation is given by a_nx^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\ldots+a_2x^2+a_1x+a_0=0 where n is a positive integer and a_n,\,a_{n-1},\,a_{n-2},\,\ldots,\,a_2,\,a_1,\,a_0 are constant coefficients.
There are various methods for solving polynomial equations, including:
factoring
quadratic formula
graphing
Let's compare these methods by finding the solutions of
-12x^{3}+72x=30x^{2}
Regardless of method, the polynomial should be rewritten in standard form:
0=12x^{3}+30x^{2}-72x
Solve by factoring
To solve a polynomial in factored form, we can set each factor equal to 0 and solve.
\displaystyle 0 | \displaystyle = | \displaystyle 6x(2x^{2}+5x-12) | Take out a greatest common factor |
\displaystyle 0 | \displaystyle = | \displaystyle 6x(2x-3)(x+4) | Factor the quadratic completely |
6x=0 \qquad 2x-3=0 \qquad x+4=0
x= \left\{-4 ,\, 0, \, \dfrac{3}{2}\right\}
Not all polynomials are factorable, so an alternative method may be necessary.
Solve using the quadratic formula, x=\dfrac{-b \pm \sqrt{b^{2}-4ac}}{2a}
A polynomial equation containing a quadratic expression can be solved using the quadratic formula. After factoring out the 6x that gave x=0 as a solution, we will use the quadratic formula for 2x^{2}+5x-12 with a=2,\,b=5,\, and c=-12.
\displaystyle x | \displaystyle = | \displaystyle \dfrac{-5 \pm \sqrt{5^{2}-4(2)(-12)}}{2(2)} |
\displaystyle x | \displaystyle = | \displaystyle \dfrac{-5 \pm \sqrt{121}}{4} |
\displaystyle x | \displaystyle = | \displaystyle \dfrac{-5 - 11}{4},\,\dfrac{-5+11}{4} |
\displaystyle x | \displaystyle = | \displaystyle -4,\,\dfrac{3}{2} |
The solutions from both the quadratic formula and the greatest common factor give the same set of zeros, \left\{-4,\,0,\,\dfrac{3}{2}\right\}.
This formula works for all quadratics, both factorable and non-factorable. However, this method cannot be used with higher-degree polynomials unless they can be factored down to a quadratic first.
Solve by graphing
The graph of a polynomial equation set equal to 0 will show the real solutions as x-intercepts. To graph the corresponding polynomial function of the given example, we will substitute f(x) or y for 0.f(x)=-12x^{3}-30x^{2}+72x
We see integer roots at -4 and 0, and can estimate a solution at 1.5, or \dfrac{3}{2}.
This method can be used to find integer solutions or to estimate non-integer solutions, but it is not the best method for finding exact non-integer roots or imaginary solutions.
Given the polynomial equation \left(4x^2-81\right)\left(x^2-3x-10\right)=0:
Determine the number and type of solutions.
Solve the equation.
Given the equation 4x^5-9x^3=72-32x^2:
Determine the number and type of solutions.
Find the roots of the polynomial equation and use the roots to confirm part (a).
Gabby is designing a marble basin that will house a set of planters in her garden. The basin's sides and bottom should be 1 foot thick. Its outer length should be twice the outer width and outer height.
She wants the basin to hold 36 cubic feet of water.
Gabby has determined that36=(2x-2)(x-2)(x-1) represents the dimensions of her basin. Determine all possible solutions for f(x).
Determine which solution(s) would be best for Gabby's design, and describe your choice using the dimensions of the basin.
The roots of a polynomial equation, p\left(x\right)=0, can be found using multiple methods after the equation has been written in standard form. Methods include
Factoring: If p(x) is factorable, then the zero product property can be used to find the solutions.
Quadratic formula: If the equation contains a factor ax^{2}+bx+c, the quadratic formula, x=\dfrac{-b \pm \sqrt{b^{2}-4ac}}{2a}, can be used to find its solutions.
Graphing: The x-intercepts represent the real zeros of a polynomial. Graphing is best used to find integer solutions.