Zero Factor Property
Key Questions
-
You use the zero factor property after you have factored the quadratic to find the solutions.
It is best to look at an example:
x^2+x-6=0 This factors into:
(x+3)(x-2)=0 We find our solutions by setting each factor to zero and solve:
x+3=0
x=-3 or
x-2=0
x=2 Previous answer (I was thinking some more complicated before):
You are not using the words precisely. You use the factor theorem with the factor property. The factor theorem states that if you find a
k such thatP(k)=0 , thenx-k is a factor of the polynomial. The factor property states thatk must a factor of the constant term inP(x) .Having said all that, you wouldn't normally use the factor theorem or factor property to solve a quadratic; they are many used to find factors of higher order polynomials. Once you reduce the higher order polynomial to a quadratic, you use regular factoring methods such as FPS or PFS: Factors, Product, and Sum.
P(x)=ax^2+bx+c The problem with the factor theorem and factor property is that it's not as easy to use when
a!=1 . -
Answer:
Well, if you a polynomial is factorable then its roots/zeroes can be easily found by setting it to zero and using the zero factor property. Please see explanation below.
Explanation:
The Zero Product Property:
A product of factors is zero if and only if one or more of the factors is zero. Or:
ifa*b = 0 , then eithera = 0 orb = 0 or both.
Example: Find the roots of the polynomial by factoring:
P(x) = x^3-x^2-x+1 , set to zero:
x^3-x^2-x+1=0 , factor by grouping:
x^2(x-1)-1(x-1)=0
(x^2-1)(x-1)=0 , use difference of squares to factor further:
(x+1)(x-1)(x-1)=0 , use the zero factor property:
x+1=0=>x=-1
x-1=0=>x=1
Notice thatx = 1 has a multiplicity of 2. -
The zero factor property states that if
ab=0 , then eithera=0 orb=0 .Example: find the roots of
x^2-x-6 .x^2-x-6=0 (x-3)(x+2)=0 Now, the zero factor property can be applied, since two thing are being multiplied and equal zero.
We know that either
x-3=0color(white)(ssss) orcolor(white)(ssss)x+2=0 Solve both to find that
x=3 orx=-2 .