Property
A polynomial of degree n is an expression of the type
anβxn+anβ1βxnβ1+β¦+a2βx2+a1βx+a0β where n is a positive integer and anβ,β¦,a0β are real numbers and anβξ =0. Setting the polynomial equal to zero gives a polynomial equation. The total number of solutions (real and complex) to a polynomial equation is equal to the highest exponent n.
Examples
- Solve 3x4=48x2. First, set the equation to zero: 3x4β48x2=0. Factor out the GCF 3x2: 3x2(x2β16)=0. The solutions are x=0, and from x2β16=0, x=4 and x=β4.
- Solve by grouping: x3+2x2β16xβ32=0. Group terms: x2(x+2)β16(x+2)=0. Factor out (x+2) to get (x2β16)(x+2)=0. The solutions are 4,β4, and β2.
- Solve 2x5β32x=0. Factor out the GCF 2x: 2x(x4β16)=0. Factor the difference of squares twice: 2x(x2β4)(x2+4)=0, then 2x(xβ2)(x+2)(x2+4)=0. The real solutions are 0,2, and β2.
Explanation
For equations with powers higher than 2, you can often solve them by factoring. Move all terms to one side to equal zero, then factor using methods like GCF or grouping. Set each factor to zero to find the solutions.