How do you find the zeros of a polynomial?
Finding the zeros of a polynomial means finding the exact x-values that make the whole expression equal to zero. You do this by setting the polynomial's equation to 0, factoring it into simpler pieces, and figuring out what x-value makes each individual piece equal to zero. Think of it like taking apart a machine to find out which specific gear stops the whole thing from turning. Because the pieces are multiplied together, if any one gear is stopped (equals zero), the entire machine stops (the polynomial equals zero).
What are zeros?
The zeros of a polynomial are the values of the variable (usually x) that make the polynomial equal to 0. On a graph, these are the x-intercepts, which are the exact points where the curve crosses the horizontal x-axis. They are also frequently called roots or solutions. To find them, you always start by replacing y (or P(x)) with 0.
The Zero Product Property
The most common way to find zeros is by factoring, which relies on the Zero Product Property. This rule states that if you multiply two or more things together and get zero, at least one of those things must be zero. For example, if a * b = 0, then either a = 0 or b = 0. Once you factor a polynomial into pieces, you just set each piece equal to zero and solve those much simpler equations.
Where students slip up
A common mistake is dividing both sides of the equation by a variable instead of factoring it out. For example, if you have x^2 = x, you might be tempted to divide both sides by x to get x = 1. However, doing this erases x = 0 as a valid solution! Always move everything to one side so the equation equals zero, then factor. Another frequent slip-up is forgetting to factor completely, leaving a quadratic piece like (x^2 - 4) unbroken.
Worked through
Find all the zeros of the polynomial P(x) = x^3 - 4x.
First, set the polynomial equal to zero: x^3 - 4x = 0. Next, look for a greatest common factor. Both terms share an x, so we can factor that out: x(x^2 - 4) = 0. Now, we look at the piece in the parentheses. (x^2 - 4) is a difference of squares, which factors further into (x - 2)(x + 2). Our fully factored equation is x(x - 2)(x + 2) = 0. Finally, use the Zero Product Property to set each factor to zero: x = 0, x - 2 = 0, and x + 2 = 0. Solving these gives us our three zeros: x = 0, x = 2, and x = -2.
Questions students ask
Ask about this topic
Where this comes from: OpenStax College Algebra, Chapter 5: Polynomial and Rational Functions · Khan Academy Unit: Polynomial expressions, equations, and functions
See also