The whole chapter in one place — read the notes, plot a polynomial to see its zeroes on the graph, then test yourself. Clear notes, the key results in one sheet, an interactive grapher, practice and worked NCERT solutions.
Quick answerA polynomial's degree is its highest power of x, and a zero of a polynomial is any value of x that makes the polynomial equal to 0.
An algebraic expression of the form p(x) = anxn + ... + a1x + a0, where the powers of x are whole numbers, is a polynomial in one variable x. The highest power of x is called its degree.
A polynomial of degree 1, like 2x + 3, is linear.
A polynomial of degree 2, like x2 - 3x - 4, is quadratic.
A polynomial of degree 3, like x3 - 6x2 + 11x - 6, is cubic.
A real number k is a zero of the polynomial p(x) if p(k) = 0. To find zeroes, we set p(x) = 0 and solve.
Worked example. Take p(x) = x2 - 3x - 4. Setting p(x) = 0 and factorising: x2 - 3x - 4 = (x - 4)(x + 1) = 0. So x = 4 or x = -1. Check: p(4) = 16 - 12 - 4 = 0 and p(-1) = 1 + 3 - 4 = 0. Hence the zeroes are 4 and -1.
A key fact: a polynomial of degree n has at most n zeroes. So a linear polynomial has exactly one zero, a quadratic has at most two, and a cubic has at most three.
Zero of a polynomialp(k) = 0k is a zero if substituting it makes the polynomial 0
Zero of a linear polynomialFor p(x) = ax + b, zero = -b/aa ≠ 0; exactly one zero
Maximum number of zeroesnumber of zeroes ≤ degree nquadratic ≤ 2, cubic ≤ 3
Remember
Degree = the highest power of x in the polynomial.
Linear (degree 1), quadratic (degree 2), cubic (degree 3).
k is a zero of p(x) when p(k) = 0.
A degree-n polynomial has at most n zeroes.
Find zeroes by solving p(x) = 0, often by factorisation.
Geometrical Meaning of the Zeroes of a Polynomial
Quick answerThe zeroes of a polynomial are exactly the x-coordinates of the points where its graph meets (cuts or touches) the x-axis.
Every polynomial can be drawn as a graph of y = p(x). Wherever the graph meets the x-axis, the value of y is 0, so at those points p(x) = 0. Therefore the x-coordinates of these meeting points are precisely the zeroes of the polynomial.
The graph of a linear polynomial y = ax + b is a straight line that cuts the x-axis at exactly one point, so it has one zero.
The graph of a quadratic polynomial is a parabola (opening upward when a > 0, downward when a < 0). It can cut the x-axis at two points (two distinct zeroes), touch it at one point (two equal zeroes), or not meet it at all (no real zero).
The graph of a cubic polynomial meets the x-axis at most three points, giving at most three zeroes.
Worked example. Consider p(x) = x2 - 3x - 4, whose zeroes we found to be 4 and -1. Its graph is an upward parabola that crosses the x-axis at the two points (-1, 0) and (4, 0). Those two x-coordinates, -1 and 4, are the zeroes. If instead a parabola only just touches the x-axis at one point, both zeroes are equal (as in y = x2, which touches at the origin, giving the zero 0 twice).
This is why the number of zeroes can never exceed the degree: a straight line, a parabola, or a cubic curve can only cross the x-axis a limited number of times.
Graph meets x-axisy = p(x) = 0 at the meeting pointsthe x-coordinates there are the zeroes
Quadratic graphparabola: opens up if a > 0, down if a < 00, 1, or 2 x-intercepts
Number of x-interceptsnumber of real zeroes ≤ degreeline 1, parabola ≤ 2, cubic ≤ 3
Remember
Zeroes are the x-coordinates where the graph meets the x-axis.
A linear graph (line) meets the x-axis at exactly one point.
A quadratic graph (parabola) meets the x-axis at 0, 1, or 2 points.
Touching the x-axis at one point means two equal zeroes.
A cubic graph meets the x-axis in at most three points.
Relationship Between Zeroes and Coefficients of a Quadratic Polynomial
Quick answerFor a quadratic ax² + bx + c with zeroes α and β, the sum of the zeroes is -b/a and the product is c/a.
Let p(x) = ax2 + bx + c (with a ≠ 0) have zeroes α and β. Then p(x) can be written in factor form as a(x - α)(x - β). Expanding gives a[x2 - (α + β)x + αβ] = ax2 - a(α + β)x + aαβ.
Comparing this with ax2 + bx + c, we match coefficients: -a(α + β) = b and aαβ = c. Dividing by a gives the two standard results:
Sum of zeroes: α + β = -b/a = -(coefficient of x)/(coefficient of x2).
Product of zeroes: αβ = c/a = (constant term)/(coefficient of x2).
Worked example. Take p(x) = x2 - 3x - 4, so a = 1, b = -3, c = -4. The relations predict α + β = -(-3)/1 = 3 and αβ = -4/1 = -4. We already know the actual zeroes are 4 and -1: their sum is 4 + (-1) = 3 and their product is 4 × (-1) = -4. Both match, confirming the results.
These relations also let us build a quadratic from its zeroes. If the sum of zeroes is S and the product is P, then a quadratic with those zeroes is k[x2 - Sx + P] for any non-zero constant k. For example, a quadratic whose zeroes have sum 3 and product -4 is x2 - 3x - 4.
Sum of zeroesα + β = -b/a-(coefficient of x)/(coefficient of x²)
Product of zeroesαβ = c/a(constant term)/(coefficient of x²)
Quadratic from zeroesk[x² - (α + β)x + αβ]k is any non-zero constant
Remember
For ax² + bx + c with zeroes α, β.
Sum of zeroes: α + β = -b/a.
Product of zeroes: αβ = c/a.
Comes from equating ax² + bx + c with a(x - α)(x - β).
To build a quadratic: k[x² - (sum)x + (product)].
Relationship Between Zeroes and Coefficients of a Cubic Polynomial
Quick answerFor a cubic ax³ + bx² + cx + d with zeroes α, β, γ: the sum is -b/a, the sum of products taken two at a time is c/a, and the product is -d/a.
Let p(x) = ax3 + bx2 + cx + d (with a ≠ 0) have three zeroes α, β and γ. Writing p(x) = a(x - α)(x - β)(x - γ) and expanding, then comparing coefficients, gives three relationships:
Sum of the zeroes: α + β + γ = -b/a.
Sum of products taken two at a time: αβ + βγ + γα = c/a.
Product of the zeroes: αβγ = -d/a.
Worked example. Take p(x) = x3 - 6x2 + 11x - 6, so a = 1, b = -6, c = 11, d = -6. Factorising, p(x) = (x - 1)(x - 2)(x - 3), so the zeroes are 1, 2 and 3. Now check all three relations:
Sum: 1 + 2 + 3 = 6, and -b/a = -(-6)/1 = 6.
Sum of products two at a time: (1)(2) + (2)(3) + (3)(1) = 2 + 6 + 3 = 11, and c/a = 11/1 = 11.
Product: (1)(2)(3) = 6, and -d/a = -(-6)/1 = 6.
All three match, confirming the results. Note the alternating signs (minus, plus, minus) in -b/a, c/a, -d/a.
Sum of zeroesα + β + γ = -b/a-(coefficient of x²)/(coefficient of x³)
Sum of products two at a timeαβ + βγ + γα = c/a(coefficient of x)/(coefficient of x³)
Product of zeroesαβγ = -d/a-(constant term)/(coefficient of x³)
Remember
For ax³ + bx² + cx + d with zeroes α, β, γ.
Sum of zeroes: α + β + γ = -b/a.
Sum of products two at a time: αβ + βγ + γα = c/a.
Product of zeroes: αβγ = -d/a.
Signs alternate: -b/a, +c/a, -d/a.
Division Algorithm for Polynomials
Quick answerDividing a polynomial p(x) by a non-zero polynomial g(x) gives a quotient q(x) and remainder r(x) such that p(x) = g(x)·q(x) + r(x), where r(x) = 0 or deg r(x) < deg g(x).
Just like whole numbers (Dividend = Divisor × Quotient + Remainder), polynomials obey a Division Algorithm. If p(x) and g(x) are any polynomials with g(x) ≠ 0, then we can find unique polynomials q(x) (the quotient) and r(x) (the remainder) such that:
p(x) = g(x) × q(x) + r(x), where either r(x) = 0 or the degree of r(x) is less than the degree of g(x).
The method is long division: at each step divide the highest-degree term of the current dividend by the highest-degree term of the divisor, multiply back, and subtract, until the remainder's degree drops below the divisor's degree.
Worked example. Divide p(x) = 3x3 + x2 + 2x + 5 by g(x) = x2 + 2x + 1.
Now the remainder 9x + 10 has degree 1, which is less than the divisor's degree 2, so we stop. Hence quotient q(x) = 3x - 5 and remainder r(x) = 9x + 10.
A useful special case is the Factor idea: if the remainder is 0, then g(x) is a factor of p(x). This helps find all zeroes of a cubic once one factor is known.
If 2 is a zero of the polynomial x² + 3x + k, then the value of k is:
p(2) = 4 + 6 + k = 0 gives k = −10.
Q7Relationship between zeroes and coefficients (cubic)medium
For the cubic polynomial x³ − 6x² + 11x − 6, the sum of its zeroes is:
Sum of zeroes = −b/a = −(−6)/1 = 6.
Q8Relationship between zeroes and coefficients (cubic)hard
If α, β, γ are the zeroes of x³ − 6x² + 11x − 6, then αβ + βγ + γα equals:
Sum of products taken two at a time = c/a = 11/1 = 11.
Q9Division algorithm for polynomialsmedium
In the division algorithm p(x) = g(x)·q(x) + r(x), the degree of the remainder r(x) is:
By the division algorithm, either r(x) = 0 or its degree is strictly less than that of the divisor g(x).
Q10Relationship between zeroes and coefficients (quadratic)hard
A quadratic polynomial whose zeroes are 2 + √3 and 2 − √3 is:
Sum = 4, product = (2)² − (√3)² = 1, so polynomial = x² − 4x + 1.
Q11Relationship between zeroes and coefficients (quadratic)hard
If α and β are the zeroes of x² − 6x + 8, then 1/α + 1/β equals:
1/α + 1/β = (α + β)/(αβ) = 6/8 = 3/4.
Q12Geometrical meaning of zeroesmedium
If the graph of y = p(x) does not intersect the x-axis at any point, then the number of real zeroes of p(x) is:
Zeroes correspond to x-axis intersections; no intersection means 0 real zeroes.
NCERT solutions & previous-year questions
Step-by-step model answers — tap a question to reveal the full solution.
NCERT questions 6
1Find the zeroes of the quadratic polynomial x² − 2x − 8 and verify the relationship between the zeroes and the coefficients.Relationship between zeroes and coefficients (quadratic)
Given: p(x) = x2 − 2x − 8, with a = 1, b = −2, c = −8.
5Verify that 3, −1 and −1/3 are the zeroes of the cubic polynomial 3x³ − 5x² − 11x − 3, and then verify the relationship between the zeroes and the coefficients.Relationship between zeroes and coefficients (cubic)
Given: p(x) = 3x3 − 5x2 − 11x − 3, with a = 3, b = −5, c = −11, d = −3.
6Find the zeroes of the quadratic polynomial 6x² − 7x − 3 and verify the relationship between the zeroes and the coefficients.Relationship between zeroes and coefficients (quadratic)
Given: p(x) = 6x2 − 7x − 3, with a = 6, b = −7, c = −3.
Splitting the middle term (product a×c = 6×(−3) = −18; factors −9 and 2 add to −7):
Q4On dividing the polynomial x³ − 3x² + x + 2 by a polynomial g(x), the quotient and remainder were (x − 2) and (−2x + 4) respectively. Find g(x). CBSE 20184 marks