Polynomials

www.akankshaclasses.com
CLASS X Mathematics ~3 marks/year Ch 2 of 14
Polynomials

Class 10 · Mathematics · NCERT chapter notes · Akanksha Classes

Snapshot
  • A polynomial is an expression like $ax^{2}+bx+c$; its degree (highest power) names it: degree 1 = linear, 2 = quadratic, 3 = cubic.
  • A real number $k$ is a zero of $p(x)$ if $p(k)=0$. Geometrically, zeroes are the x-coordinates where the graph cuts the x-axis.
  • A degree-$n$ polynomial has at most $n$ zeroes: quadratic $\le 2$, cubic $\le 3$.
  • For a quadratic $ax^{2}+bx+c$ with zeroes $\alpha,\beta$: $\ \alpha+\beta=\dfrac{-b}{a}$ and $\alpha\beta=\dfrac{c}{a}$.
  • To build a quadratic from its zeroes: $p(x)=k[x^{2}-(\alpha+\beta)x+\alpha\beta]$.
  • Board weightage: ~3 marks/year — usually one "find the zeroes & verify the relation" question, or "form the quadratic" (2-3 marks).
Detailed notes

1. What a polynomial is (recap from Class 9)

A polynomial in one variable $x$ is a sum of terms of the form (number) $\times$ (whole-number power of $x$). The degree is the highest power of $x$ that appears. Examples:

  • $4x+2$ — degree $1$.
  • $2y^{2}-3y+4$ — degree $2$ (in $y$).
  • $5x^{3}-4x^{2}+x-\sqrt2$ — degree $3$.
  • $7u^{6}-\dfrac{3}{2}u^{4}+4u^{2}+u-8$ — degree $6$.

Not polynomials (powers are negative, fractional, or the variable sits in a denominator): $\dfrac{1}{x-1},\ \sqrt{x}+2,\ \dfrac{1}{x^{2}+2x+3}$.

2. Naming polynomials by degree

  • Linear (degree 1): general form $ax+b,\ a\neq0$. E.g. $2x-3,\ \sqrt3x+5,\ y+\sqrt2$.
  • Quadratic (degree 2): general form $ax^{2}+bx+c,\ a\neq0$. The word "quadratic" comes from quadrate = square. E.g. $2x^{2}+3x-\dfrac{2}{5},\ \sqrt5v^{2}-\dfrac{2}{3}v$.
  • Cubic (degree 3): general form $ax^{3}+bx^{2}+cx+d,\ a\neq0$. E.g. $2-x^{3},\ 3x^{3}-2x^{2}+x-1$.

In every general form, $a,b,c,d$ are real numbers and the leading coefficient $a\neq0$ (otherwise the degree would drop).

3. Value of a polynomial and the idea of a zero

If $p(x)$ is a polynomial and $k$ is a real number, the value of $p(x)$ at $x=k$ is found by replacing $x$ with $k$; we write it $p(k)$. Take $p(x)=x^{2}-3x-4$:

$$p(2)=2^{2}-3\times2-4=4-6-4=-6,\qquad p(0)=-4$$

Now test two special inputs:

$$p(-1)=(-1)^{2}-\{3\times(-1)\}-4=1+3-4=0,\qquad p(4)=4^{2}-(3\times4)-4=0$$

Because $p(-1)=0$ and $p(4)=0$, we call $-1$ and $4$ the zeroes of $p(x)$.

$$\textbf{A real number }k\textbf{ is a zero of }p(x)\textbf{ if }p(k)=0.$$

4. Zero of a linear polynomial

For a linear polynomial $ax+b$, set it equal to $0$: $ax+b=0\Rightarrow x=\dfrac{-b}{a}$. So a linear polynomial has exactly one zero.

$$\text{Zero of }ax+b=\dfrac{-b}{a}=\dfrac{-(\text{Constant term})}{\text{Coefficient of }x}$$

Example: zero of $2x+3$ is $k$ where $2k+3=0$, i.e. $k=-\dfrac{3}{2}$. Notice the zero is already linked to the coefficients — this chapter extends that link to quadratics and cubics.

5. Geometrical meaning — linear polynomial

The graph of $y=ax+b$ is a straight line. For $y=2x+3$, plot a couple of points:

$$x=-2\Rightarrow y=-1,\qquad x=2\Rightarrow y=7$$

The line passes through $(-2,-1)$ and $(2,7)$, and it crosses the x-axis at $\left(-\dfrac{3}{2},0\right)$. That x-coordinate, $-\dfrac{3}{2}$, is exactly the zero of $2x+3$.

General rule: the line $y=ax+b$ meets the x-axis at one point $\left(\dfrac{-b}{a},0\right)$, so a linear polynomial has exactly one zero — the x-coordinate of that crossing point.

6. Geometrical meaning — quadratic polynomial

The graph of $y=ax^{2}+bx+c$ is a curve called a parabola. It opens upwards ($\bigcup$) when $a>0$ and downwards ($\bigcap$) when $a<0$. Take $y=x^{2}-3x-4$ and tabulate:

$$\begin{array}{c|cccccccc}x & -2 & -1 & 0 & 1 & 2 & 3 & 4 & 5\\ \hline y & 6 & 0 & -4 & -6 & -6 & -4 & 0 & 6\end{array}$$

The parabola cuts the x-axis at $x=-1$ and $x=4$ — exactly the zeroes found in §3. So:

The zeroes of a quadratic are the x-coordinates of the points where the parabola meets the x-axis. Three cases can happen:

  • Case (i): the parabola cuts the x-axis at two distinct points $\Rightarrow$ two distinct zeroes.
  • Case (ii): it touches the x-axis at exactly one point (vertex on the axis) $\Rightarrow$ two equal (coincident) zeroes, i.e. one zero.
  • Case (iii): it stays entirely above or below the x-axis $\Rightarrow$ no real zero.

So a quadratic has at most 2 zeroes.

7. Geometrical meaning — cubic polynomial

For a cubic, the graph can cross the x-axis at up to three points. Consider $y=x^{3}-4x$:

$$\begin{array}{c|ccccc}x & -2 & -1 & 0 & 1 & 2\\ \hline y & 0 & 3 & 0 & -3 & 0\end{array}$$

It cuts the x-axis at $-2,\ 0,\ 2$ — these are its three zeroes. Other cubics behave differently: $y=x^{3}$ meets the axis only at $0$ (one zero), and $y=x^{3}-x^{2}=x^{2}(x-1)$ meets it at $0$ and $1$ (two zeroes). A cubic therefore has at most 3 zeroes.

General Remark: a polynomial $p(x)$ of degree $n$ has graph cutting the x-axis at at most $n$ points, so it has at most $n$ zeroes.

NCERT Example 1 — count zeroes from a graph

Each graph in Fig. 2.9 is $y=p(x)$; the number of zeroes equals the number of points where the curve cuts the x-axis.

(i) cuts at 1 point $\Rightarrow$ 1 zero. (ii) cuts at 2 points $\Rightarrow$ 2 zeroes. (iii) cuts at 3 points $\Rightarrow$ 3 zeroes. (iv) cuts at 1 point $\Rightarrow$ 1 zero. (v) cuts at 1 point $\Rightarrow$ 1 zero. (vi) cuts at 4 points $\Rightarrow$ 4 zeroes.

8. Relationship between zeroes and coefficients — quadratic

This is the heart of the chapter. Take $p(x)=2x^{2}-8x+6$ and factorise by splitting the middle term (split $-8x$ into two terms whose product is $6\times2x^{2}=12x^{2}$, namely $-6x$ and $-2x$):

$$2x^{2}-8x+6=2x^{2}-6x-2x+6=2x(x-3)-2(x-3)=2(x-1)(x-3)$$

So $p(x)=0$ when $x=1$ or $x=3$; the zeroes are $\alpha=1,\ \beta=3$. Observe:

$$\alpha+\beta=1+3=4=\dfrac{-(-8)}{2}=\dfrac{-(\text{coeff of }x)}{\text{coeff of }x^{2}}$$
$$\alpha\beta=1\times3=3=\dfrac{6}{2}=\dfrac{\text{constant term}}{\text{coeff of }x^{2}}$$

Why it works in general: if $\alpha,\beta$ are the zeroes of $ax^{2}+bx+c$, then $(x-\alpha)$ and $(x-\beta)$ are factors, so $ax^{2}+bx+c=k(x-\alpha)(x-\beta)=k[x^{2}-(\alpha+\beta)x+\alpha\beta]$. Comparing coefficients gives $a=k,\ b=-k(\alpha+\beta),\ c=k\alpha\beta$. Dividing:

$$\boxed{\ \alpha+\beta=\dfrac{-b}{a}\ },\qquad \boxed{\ \alpha\beta=\dfrac{c}{a}\ }$$
NCERT Example 2 — zeroes of $x^{2}+7x+10$

$x^{2}+7x+10=(x+2)(x+5)$, so it is $0$ at $x=-2$ and $x=-5$. Zeroes: $-2,\ -5$.

Sum $=-2+(-5)=-7=\dfrac{-(7)}{1}=\dfrac{-(\text{coeff of }x)}{\text{coeff of }x^{2}}.$ ✓

Product $=(-2)(-5)=10=\dfrac{10}{1}=\dfrac{\text{constant}}{\text{coeff of }x^{2}}.$ ✓

NCERT Example 3 — zeroes of $x^{2}-3$

Using $a^{2}-b^{2}=(a-b)(a+b)$: $x^{2}-3=(x-\sqrt3)(x+\sqrt3)$. So zeroes are $\sqrt3$ and $-\sqrt3$.

Sum $=\sqrt3-\sqrt3=0=\dfrac{-0}{1}=\dfrac{-(\text{coeff of }x)}{\text{coeff of }x^{2}}.$ ✓ (no $x$ term, so coeff of $x$ is $0$.)

Product $=(\sqrt3)(-\sqrt3)=-3=\dfrac{-3}{1}=\dfrac{\text{constant}}{\text{coeff of }x^{2}}.$ ✓

9. Building a quadratic from its zeroes

Reverse the relation: if you know the sum $S=\alpha+\beta$ and the product $P=\alpha\beta$, the quadratic is

$$p(x)=k\,[x^{2}-(\alpha+\beta)x+\alpha\beta]=k\,[x^{2}-Sx+P]$$

for any non-zero constant $k$ (usually take $k=1$). There are infinitely many such polynomials (all multiples of one another).

NCERT Example 4 — quadratic with sum $-3$, product $2$

Let it be $ax^{2}+bx+c$ with zeroes $\alpha,\beta$. Then $\alpha+\beta=-3=\dfrac{-b}{a}$ and $\alpha\beta=2=\dfrac{c}{a}$.

Taking $a=1$: $b=3$ and $c=2$. So one such polynomial is $x^{2}+3x+2$. (Any $k(x^{2}+3x+2)$ also works.)

10. Relationship for a cubic (good to know)

For a cubic $ax^{3}+bx^{2}+cx+d$ with zeroes $\alpha,\beta,\gamma$ (gamma):

$$\alpha+\beta+\gamma=\dfrac{-b}{a},\quad \alpha\beta+\beta\gamma+\gamma\alpha=\dfrac{c}{a},\quad \alpha\beta\gamma=\dfrac{-d}{a}$$

Take $p(x)=2x^{3}-5x^{2}-14x+8$ with zeroes $4,\ -2,\ \dfrac{1}{2}$. Then sum $=4-2+\dfrac{1}{2}=\dfrac{5}{2}=\dfrac{-(-5)}{2}$; product $=4\times(-2)\times\dfrac{1}{2}=-4=\dfrac{-8}{2}$; and the two-at-a-time sum $=\{4\times(-2)\}+\{(-2)\times\tfrac12\}+\{\tfrac12\times4\}=-8-1+2=-7=\dfrac{-14}{2}$. All three match.

NCERT Example 5 — verify zeroes of $3x^{3}-5x^{2}-11x-3$

Here $a=3,\ b=-5,\ c=-11,\ d=-3$. Check the three given values:

$p(3)=3(27)-5(9)-11(3)-3=81-45-33-3=0.$ ✓

$p(-1)=3(-1)-5(1)-11(-1)-3=-3-5+11-3=0.$ ✓

$p\!\left(-\dfrac13\right)=3\!\left(-\dfrac{1}{27}\right)-5\!\left(\dfrac19\right)-11\!\left(-\dfrac13\right)-3=-\dfrac19-\dfrac59+\dfrac{11}{3}-3=-\dfrac23+\dfrac23=0.$ ✓

So $\alpha=3,\ \beta=-1,\ \gamma=-\dfrac13$. Now verify the relations:

$\alpha+\beta+\gamma=3-1-\dfrac13=\dfrac53=\dfrac{-(-5)}{3}=\dfrac{-b}{a}.$ ✓

$\alpha\beta+\beta\gamma+\gamma\alpha=(-3)+\dfrac13+(-1)=-3+\dfrac13-1=\dfrac{-11}{3}=\dfrac{c}{a}.$ ✓

$\alpha\beta\gamma=3\times(-1)\times\left(-\dfrac13\right)=1=\dfrac{-(-3)}{3}=\dfrac{-d}{a}.$ ✓

(Note: NCERT marks cubic verification as "not from the examination point of view.")

11. NCERT Exercise 2.1 — fully solved

Q1. The graphs of $y=p(x)$ in Fig. 2.10 are given; find the number of zeroes in each case. The number of zeroes = number of points where the graph cuts (or touches) the x-axis.

  • (i) The graph does not cut the x-axis at all $\Rightarrow$ 0 zeroes.
  • (ii) Cuts the x-axis at 1 point $\Rightarrow$ 1 zero.
  • (iii) Cuts the x-axis at 3 points $\Rightarrow$ 3 zeroes.
  • (iv) Cuts the x-axis at 2 points $\Rightarrow$ 2 zeroes.
  • (v) Cuts the x-axis at 4 points $\Rightarrow$ 4 zeroes.
  • (vi) Cuts the x-axis at 3 points $\Rightarrow$ 3 zeroes.

12. NCERT Exercise 2.2 — fully solved

Q1. Find the zeroes and verify the relation between zeroes and coefficients.

(i) $x^{2}-2x-8$. Split $-2x=-4x+2x$: $x^{2}-4x+2x-8=x(x-4)+2(x-4)=(x-4)(x+2)$. Zeroes $4,\ -2$. Sum $=4+(-2)=2=\dfrac{-(-2)}{1}$; product $=4\times(-2)=-8=\dfrac{-8}{1}$. ✓

(ii) $4s^{2}-4s+1$. This is $(2s-1)^{2}$. Zeroes $\dfrac12,\ \dfrac12$ (equal). Sum $=\dfrac12+\dfrac12=1=\dfrac{-(-4)}{4}$; product $=\dfrac12\times\dfrac12=\dfrac14=\dfrac{1}{4}$. ✓

(iii) $6x^{2}-3-7x=6x^{2}-7x-3$. Split $-7x=-9x+2x$: $6x^{2}-9x+2x-3=3x(2x-3)+1(2x-3)=(2x-3)(3x+1)$. Zeroes $\dfrac32,\ -\dfrac13$. Sum $=\dfrac32-\dfrac13=\dfrac76=\dfrac{-(-7)}{6}$; product $=\dfrac32\times\left(-\dfrac13\right)=-\dfrac12=\dfrac{-3}{6}$. ✓

(iv) $4u^{2}+8u=4u(u+2)$. Zeroes $0,\ -2$. Sum $=0+(-2)=-2=\dfrac{-8}{4}$; product $=0\times(-2)=0=\dfrac{0}{4}$ (constant term is $0$). ✓

(v) $t^{2}-15=(t-\sqrt{15})(t+\sqrt{15})$. Zeroes $\sqrt{15},\ -\sqrt{15}$. Sum $=0=\dfrac{-0}{1}$; product $=-15=\dfrac{-15}{1}$. ✓

(vi) $3x^{2}-x-4$. Split $-x=-4x+3x$: $3x^{2}-4x+3x-4=x(3x-4)+1(3x-4)=(3x-4)(x+1)$. Zeroes $\dfrac43,\ -1$. Sum $=\dfrac43-1=\dfrac13=\dfrac{-(-1)}{3}$; product $=\dfrac43\times(-1)=-\dfrac43=\dfrac{-4}{3}$. ✓

Q2. Find a quadratic polynomial with the given sum ($S$) and product ($P$) of zeroes. Use $x^{2}-Sx+P$.

  • (i) $S=\dfrac14,\ P=-1$: $x^{2}-\dfrac14x-1$, i.e. $4x^{2}-x-4$.
  • (ii) $S=\sqrt2,\ P=\dfrac13$: $x^{2}-\sqrt2\,x+\dfrac13$, i.e. $3x^{2}-3\sqrt2\,x+1$.
  • (iii) $S=0,\ P=\sqrt5$: $x^{2}+\sqrt5$.
  • (iv) $S=1,\ P=1$: $x^{2}-x+1$.
  • (v) $S=-\dfrac14,\ P=\dfrac14$: $x^{2}+\dfrac14x+\dfrac14$, i.e. $4x^{2}+x+1$.
  • (vi) $S=4,\ P=1$: $x^{2}-4x+1$.

13. Common mistakes to avoid

  • Sign of the sum: sum of zeroes is $\dfrac{-b}{a}$, not $\dfrac{b}{a}$ — forgetting the minus sign is the most common slip.
  • Mixing up the two formulae: sum $=\dfrac{-b}{a}$, product $=\dfrac{c}{a}$ (not the other way round).
  • Treating $\dfrac1x,\ \sqrt x$ as polynomials — they are not (powers must be whole numbers).
  • When building a quadratic, writing $x^{2}+Sx+P$ instead of $x^{2}-Sx+P$ — the middle sign is minus the sum.
  • Saying a quadratic "always has 2 zeroes" — it can have 2, 1 (equal), or 0 real zeroes.
  • Counting zeroes from a graph by where it touches the y-axis — it is the x-axis crossings that matter.

14. Quick revision checklist

  • Degree names: 1 = linear, 2 = quadratic, 3 = cubic.
  • $k$ is a zero of $p(x)\iff p(k)=0\iff$ graph meets x-axis at $x=k$.
  • Degree $n\Rightarrow$ at most $n$ zeroes.
  • Quadratic $ax^{2}+bx+c$: $\alpha+\beta=\dfrac{-b}{a},\ \alpha\beta=\dfrac{c}{a}$.
  • Build from zeroes: $k[x^{2}-Sx+P]$ where $S$ = sum, $P$ = product.
  • Cubic $ax^{3}+bx^{2}+cx+d$: sum $=\dfrac{-b}{a}$, two-at-a-time $=\dfrac{c}{a}$, product $=\dfrac{-d}{a}$.
Practice MCQs
1. The degree of the polynomial $7u^{6}-\dfrac{3}{2}u^{4}+4u^{2}+u-8$ is:
  1. $4$
  2. $6$
  3. $2$
  4. $8$
Answer: (B) $6$ — the highest power of $u$.
2. Which of these is NOT a polynomial?
  1. $x^{2}-3$
  2. $\sqrt2x+5$
  3. $\sqrt{x}+2$
  4. $4x^{3}-x$
Answer: (C) $\sqrt{x}=x^{1/2}$ has a fractional power, so it is not a polynomial.
3. A quadratic polynomial can have at most how many zeroes?
  1. $1$
  2. $2$
  3. $3$
  4. $0$
Answer: (B) $2$ — degree 2 means at most 2 zeroes.
4. If $\alpha,\beta$ are zeroes of $x^{2}-5x+6$, then $\alpha+\beta=$
  1. $-5$
  2. $5$
  3. $6$
  4. $-6$
Answer: (B) $\alpha+\beta=\dfrac{-(-5)}{1}=5.$
5. The zeroes of $x^{2}-3$ are:
  1. $3,\ -3$
  2. $\sqrt3,\ -\sqrt3$
  3. $\sqrt3,\ \sqrt3$
  4. no real zero
Answer: (B) $x^{2}-3=(x-\sqrt3)(x+\sqrt3).$
6. The product of the zeroes of $3x^{2}-x-4$ is:
  1. $\dfrac{4}{3}$
  2. $-\dfrac{4}{3}$
  3. $\dfrac13$
  4. $-\dfrac13$
Answer: (B) product $=\dfrac{c}{a}=\dfrac{-4}{3}.$
7. A quadratic with sum of zeroes $4$ and product $1$ is:
  1. $x^{2}+4x+1$
  2. $x^{2}-4x+1$
  3. $x^{2}-4x-1$
  4. $x^{2}+4x-1$
Answer: (B) $x^{2}-Sx+P=x^{2}-4x+1.$
8. If a parabola $y=ax^{2}+bx+c$ does not touch or cut the x-axis, the number of real zeroes is:
  1. $2$
  2. $1$
  3. $0$
  4. $3$
Answer: (C) $0$ — no x-axis crossing means no real zero.
9. The zero of the linear polynomial $4x+3$ is:
  1. $\dfrac34$
  2. $-\dfrac34$
  3. $\dfrac43$
  4. $-\dfrac43$
Answer: (B) $x=\dfrac{-b}{a}=\dfrac{-3}{4}.$
10. One zero of $4u^{2}+8u$ is $0$; the other zero is:
  1. $2$
  2. $-2$
  3. $8$
  4. $-8$
Answer: (B) $4u^{2}+8u=4u(u+2)$, so the other zero is $-2.$
Assertion–Reason
A: The polynomial $x^{2}+1$ has no real zero.   R: The graph of $y=x^{2}+1$ never cuts the x-axis.
Answer: Both A and R are true, and R is the correct explanation of A — $x^{2}+1\ge1>0$ always, so the parabola stays above the x-axis and there is no real zero.
A: For $ax^{2}+bx+c$ with zeroes $\alpha,\beta$, the product $\alpha\beta=\dfrac{-c}{a}$.   R: $\alpha+\beta=\dfrac{-b}{a}$.
Answer: A is false (the product is $\dfrac{c}{a}$, not $\dfrac{-c}{a}$), R is true.
Previous-year questions
Q1. Find the zeroes of $x^{2}-2x-8$ and verify the relation between zeroes and coefficients. (CBSE, 3 marks)
Answer: $x^{2}-2x-8=(x-4)(x+2)$, zeroes $4,\ -2$. Sum $=2=\dfrac{-(-2)}{1}$ ✓; product $=-8=\dfrac{-8}{1}$ ✓.
Q2. Find a quadratic polynomial whose zeroes are $-3$ and $2$. (CBSE, 2 marks)
Answer: $S=-3+2=-1,\ P=(-3)(2)=-6$. Polynomial $=x^{2}-Sx+P=x^{2}+x-6.$
Q3. If one zero of $x^{2}-3$ is $\sqrt3$, write the other zero and the product of the zeroes. (CBSE, 2 marks)
Answer: Other zero $=-\sqrt3$; product $=(\sqrt3)(-\sqrt3)=-3=\dfrac{c}{a}.$
Q4. The graph of a polynomial $y=p(x)$ cuts the x-axis at exactly 3 points. State the minimum possible degree of $p(x)$. (CBSE, 1 mark)
Answer: A degree-$n$ polynomial has at most $n$ zeroes; for 3 zeroes the minimum degree is $3$ (cubic).
Want personal coaching in Dwarka?
Book a free demo class
More Class 10 Mathematics chapters