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 p_nx^n+p_{n-1}x^{n-1}+p_{n-2}x^{n-2}+\ldots+p_2x^2+p_1x+p_0=0 where n is a positive integer and p_n,p_{n-1},p_{n-2},\ldots,p_2,p_1,p_0 are real numbers.
We can find the roots of this polynomial equation by factoring. The maximum number of roots will be n for a polynomial of degree n.
When a polynomial expression is factored we can use the zero product property that if A\cdot B \cdot C \cdot D=0, then A=0, B=0, C=0, or D=0.
When solving a polynomial inequality, we can consider the sign (positive, negative, zero) of each factor individually to determine the sign of the product. For example, we can make a sign table for (x+3)(x-1)(x-5)>0:
x<-3 | x=-3 | -3<x<1 | 1 | 1<x<5 | 5 | x>5 | |
---|---|---|---|---|---|---|---|
(x+3) | - | 0 | + | + | + | + | + |
(x-1) | - | - | - | 0 | + | + | + |
(x-5) | - | - | - | - | - | 0 | + |
(x+3)(x-1)(x-5) | - | 0 | + | 0 | - | 0 | + |
So: (x+3)(x-1)(x-5)>0 is satisfied where (x+3)(x-1)(x-5) is positive, which is when x \in \left(-3,1\right) \cup \left(5, \infty\right).
Alternatively, we sketch a graph of the related polynomial function using the zeros and the leading coefficient to determine where it is positive, negative, or zero.
So: (x+3)(x-1)(x-5)>0 is satisfied where (x+3)(x-1)(x-5) is positive, which is when x \in \left(-3,1\right) \cup \left(5, \infty\right).
Solve the equation \left(2x-9\right)\left(x^2-3x-10\right)=0.
Solve the inequality 4x^3+9x>12x^2.
A toy car manufacturer produces x units per month. The monthly cost for the toy car is given by \\C(x) = 4 x^{2}+5x The monthly gross profit is given by G(x)=x^{3}+3x^2-8x+7
The cost C(x) and gross profit G(x) are both in dollars.
Form an expression for P(x), the net profit after producing and selling x units.
Find the number of units that must be sold in order to make a profit of \$2962.
The following solution was presented to solve this equation. Fill in the missing work or justifications for each step.
\displaystyle 5x^3 | \displaystyle = | \displaystyle 2x | Given equation |
\displaystyle 5x^3-2x | \displaystyle = | \displaystyle 0 | ⬚ |
\displaystyle ⬚\left(5x^2-2\right) | \displaystyle = | \displaystyle 0 | Factor out the GCF |
\displaystyle x=0 \text{ or } 5x^2-2 | \displaystyle = | \displaystyle 0 | ⬚ |
\displaystyle x=0 \text{ or } 5x^2 | \displaystyle = | \displaystyle 2 | ⬚ |
\displaystyle x=0 \text{ or } x^2 | \displaystyle = | \displaystyle ⬚ | Division property of equality |
\displaystyle x=0 \text{ or } x | \displaystyle = | \displaystyle \pm \sqrt{\dfrac{2}{5}} | Square root both sides |