1. Introduction
The zero of a polynomial is a value of the variable that makes the polynomial equal to zero. In simple words, if substituting a number into a polynomial gives the result 0, that number is called a zero (or root) of the polynomial.
Zeros help us understand how the polynomial behaves and where its graph touches or cuts the x-axis.
Example: For the polynomial \(p(x) = x - 5\), the zero is \(x = 5\) because \(p(5) = 0\).
2. Finding Zeros of Linear Polynomials
A linear polynomial has the form \(p(x) = ax + b\), where \(a \neq 0\). It has exactly one zero.
To find the zero, set the polynomial equal to 0 and solve:
\(ax + b = 0\)
\(x = -\dfrac{b}{a}\)
2.1. Examples
- For \(p(x) = 2x - 6\): set \(2x - 6 = 0 → x = 3\).
- For \(p(x) = x + 4\): \(x + 4 = 0 → x = -4\).
- For \(p(x) = -3x + 1\): \(-3x + 1 = 0 → x = \dfrac{1}{3}\).
3. Zeros of Quadratic Polynomials (Verification Only)
A quadratic polynomial has the form \(p(x) = ax^2 + bx + c\). It may have 0, 1, or 2 zeros. At this stage, you only need to verify whether a given number is a zero.
To verify, substitute the number and check if the value becomes zero.
3.1. Examples
Example: Check if \(x = 1\) is a zero of \(p(x) = x^2 - 2x + 1\).
\(p(1) = 1^2 - 2(1) + 1 = 1 - 2 + 1 = 0\)
Yes, 1 is a zero.
Example: Check if \(x = -2\) is a zero of \(p(x) = x^2 + 5x + 6\).
\(p(-2) = 4 - 10 + 6 = 0\)
Yes, −2 is a zero.
4. Graphical Meaning of Zeros
The zero of a polynomial corresponds to the value of \(x\) where the graph of the polynomial touches or cuts the x-axis.
For polynomial \(p(x)\):
- If the graph cuts the x-axis → real zeros exist.
- If the graph touches the x-axis → repeated zero.
- If the graph does not touch the x-axis → no real zero.
4.1. Linear Polynomial Graph
A linear polynomial \(p(x) = ax + b\) always cuts the x-axis at exactly one point. That point gives its zero.
4.2. Quadratic Polynomial Graph
A quadratic polynomial \(p(x) = ax^2 + bx + c\) can:
- Cut the x-axis → two zeros
- Touch the x-axis → one zero
- Not touch the x-axis → no real zeros
5. Link Between Zeros and Graph
If \(x = a\) is a zero of polynomial \(p(x)\), the graph passes through the point \((a, 0)\).
5.1. Examples
- Zero of \(p(x) = x - 2\) is 2 → graph crosses at (2, 0).
- Zero of \(p(x) = 3x + 6\) is −2 → graph crosses at (−2, 0).
- Polynomial \(x^2 + 1\) has no zero → graph does not touch x-axis.
6. Common Mistakes
- Thinking the value that makes polynomial equal to 1 is a zero (it must equal 0).
- Confusing zeros with factors.
- Not substituting correctly while verifying zeros.
- Assuming every polynomial must have a zero (some do not).
7. Quick Practice
Find or verify the zeros:
- Find zero of \(p(x) = 4x - 8\)
- Verify if 2 is a zero of \(p(x) = x^2 - 4\)
- Verify if −3 is a zero of \(p(x) = x^2 + 5x + 6\)
- Find the zero of \(p(x) = -5x + 20\)
8. Summary
- Zeros of a polynomial are the values of variable for which the polynomial becomes 0.
- Linear polynomials have exactly one zero.
- Quadratic polynomials may have 0, 1, or 2 zeros.
- Zeros correspond to points where the graph touches/cuts the x-axis.
- Zeros are checked by direct substitution.