Polynomials

www.akankshaclasses.com
CLASS IX Mathematics ~6 marks/year Ch 2 of 12
Polynomials

Class 9 · Mathematics · NCERT chapter notes · Akanksha Classes

Snapshot
  • A polynomial is an algebraic expression built from non-negative integer powers of a variable with real coefficients, e.g. $3x^{2}-5x+2$.
  • The degree of a polynomial is the highest power of the variable. Linear = degree 1, Quadratic = degree 2, Cubic = degree 3.
  • Zeroes of a polynomial $p(x)$ are values of $x$ for which $p(x)=0$. A polynomial of degree $n$ has at most $n$ zeroes.
  • Remainder Theorem: when $p(x)$ is divided by $(x-a)$, the remainder equals $p(a)$ with no long division needed.
  • Factor Theorem: $(x-a)$ is a factor of $p(x)$ if and only if $p(a)=0$, which is the bridge between zeroes and factors.
  • Nine key algebraic identities let you expand, factorise, and evaluate expressions in seconds.
  • Board weightage: ~6 marks/year, typically one factorisation (3 marks) and one identity or Remainder or Factor Theorem question (3 marks).
Detailed notes

1. What is a polynomial?

Consider expressions like $x+2$, $x^{2}-5x+6$, $y^{3}-1$. Each is formed by adding terms where the variable appears with a non-negative integer exponent. These are called polynomials in one variable.

Formally, a polynomial in $x$ of degree $n$ looks like:

$$p(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+\cdots+a_{1}x+a_{0}$$

where $a_{n}\neq0$ and each coefficient $a_{i}$ is a real number. The individual pieces $a_{n}x^{n},\ a_{n-1}x^{n-1},\ \dots,\ a_{0}$ are called terms.

Key vocabulary:

  • Coefficient — the numerical part of a term. In $-5x^{3}$, the coefficient is $-5$.
  • Constant term — the term with no variable, equal to the value of the polynomial at $x=0$.
  • Degree — the highest power of the variable. Degree of $3x^{4}-7x+1$ is $4$.
  • Leading coefficient — the coefficient of the highest-degree term.
  • Monomial — a polynomial with exactly one term, e.g. $3x^{2}$.
  • Binomial — exactly two terms, e.g. $x^{2}-4$.
  • Trinomial — exactly three terms, e.g. $x^{2}+3x-2$.

What is NOT a polynomial: $x^{-2}+3$ (negative power), $\sqrt{x}=x^{1/2}$ (fractional power), $\dfrac{1}{x}=x^{-1}$ (negative power). The exponent of the variable must always be a non-negative integer.

Special cases: A non-zero constant like $7$ is a polynomial of degree $0$. The zero polynomial $p(x)=0$ is given no degree (sometimes stated as $-\infty$). Every real number coefficient is allowed, including irrationals like $\sqrt{2}$, so $\sqrt{2}x+5$ is a valid polynomial.

2. Types of polynomials by degree

Degree determines the shape of the graph and the maximum number of zeroes.

Degree Name General form Example
$0$Constant$a$, where $a\neq0$$7$
$1$Linear$ax+b$, with $a\neq0$$2x-3$
$2$Quadratic$ax^{2}+bx+c$, with $a\neq0$$x^{2}-5x+6$
$3$Cubic$ax^{3}+bx^{2}+cx+d$, with $a\neq0$$x^{3}-6x^{2}+11x-6$
$4$Bi-quadratic$ax^{4}+\cdots$, with $a\neq0$$x^{4}-1$

Maximum zeroes: A polynomial of degree $n$ has at most $n$ real zeroes. So a linear polynomial has exactly $1$ zero, a quadratic at most $2$, and a cubic at most $3$.

NCERT Exercise — identify degree and type
  • $p(x)=3$ — degree $0$, constant polynomial.
  • $q(x)=4x-7$ — degree $1$, linear polynomial.
  • $r(x)=x^{2}+\sqrt{2}x+5$ — degree $2$, quadratic polynomial.
  • $s(x)=7x^{3}-3x^{2}+x-\dfrac{1}{3}$ — degree $3$, cubic polynomial.

3. Value of a polynomial and its zeroes

If $p(x)$ is a polynomial, its value at $x=a$ is written $p(a)$ and found by substituting $x=a$ into every term.

Example: Let $p(x)=x^{2}-3x+2$. Then:

  • $p(0)=0-0+2=2$
  • $p(1)=1-3+2=0$
  • $p(2)=4-6+2=0$
  • $p(-1)=1+3+2=6$

Notice $p(1)=0$ and $p(2)=0$. The values $x=1$ and $x=2$ make the polynomial equal to zero. These are the zeroes of the polynomial.

Definition: A real number $a$ is called a zero of a polynomial $p(x)$ if $p(a)=0$.

Zero of a linear polynomial: For $p(x)=ax+b$ with $a\neq0$, set $ax+b=0$ to get $x=-\dfrac{b}{a}$. Every linear polynomial has exactly one zero, namely $-\dfrac{b}{a}$.

Geometrically: the zeroes of $p(x)$ are the $x$-coordinates of the points where the graph of $y=p(x)$ cuts the $x$-axis. A linear graph cuts once; a quadratic graph cuts at most twice.

NCERT Example — find the zero of $p(x)=2x+1$

Set $p(x)=0$: $2x+1=0\Rightarrow x=-\dfrac{1}{2}.$ Zero is $-\dfrac{1}{2}$.

Verify: $p\!\left(-\dfrac{1}{2}\right)=2\times\!\left(-\dfrac{1}{2}\right)+1=-1+1=0.$ Confirmed.

NCERT Example — verify zeroes of $p(x)=x^{2}-1$

$p(1)=1-1=0$ and $p(-1)=1-1=0.$ Both $1$ and $-1$ are zeroes of $x^{2}-1=(x-1)(x+1)$.

NCERT Example — check whether $-2$ is a zero of $p(x)=x^{3}+3x+5$

$p(-2)=(-2)^{3}+3(-2)+5=-8-6+5=-9\neq0.$ So $-2$ is NOT a zero.

Number of zeroes summary: A constant non-zero polynomial has no zeroes. The zero polynomial is not assigned any zeroes (technically every real number is a zero). A polynomial of degree $n$ has at most $n$ real zeroes.

4. Remainder Theorem

When you divide a polynomial $p(x)$ by a linear divisor $(x-a)$, the division algorithm gives:

$$p(x)=(x-a)\cdot q(x)+r$$

where $q(x)$ is the quotient polynomial and $r$ is the remainder (a constant, because the divisor has degree 1). The Remainder Theorem gives the exact value of $r$ without doing long division.

Theorem (Remainder Theorem): If a polynomial $p(x)$ is divided by the linear polynomial $(x-a)$, then the remainder is $p(a)$.

Proof: From $p(x)=(x-a)\cdot q(x)+r$ which holds for all $x$, substitute $x=a$:

$$p(a)=(a-a)\cdot q(a)+r=0\cdot q(a)+r=r$$

So the remainder $r=p(a)$. To find the remainder, simply evaluate $p$ at $x=a$.

Division by $(ax+b)$: Write $ax+b=a\!\left(x+\dfrac{b}{a}\right)=a\!\left(x-\left(-\dfrac{b}{a}\right)\right).$ The remainder when dividing by $(ax+b)$ is $p\!\left(-\dfrac{b}{a}\right)$.

NCERT Example — remainder when $p(x)=x^{3}+3x^{2}+3x+1$ is divided by $(x+1)$

$x+1=x-(-1)$, so $a=-1.$

$p(-1)=(-1)^{3}+3(-1)^{2}+3(-1)+1=-1+3-3+1=0.$

Remainder is $0$. This also means $(x+1)$ is an exact factor of $p(x)$.

NCERT Example — remainder when $p(x)=x^{3}-ax^{2}+6x-a$ is divided by $(x-a)$

Substitute $x=a$: $p(a)=a^{3}-a\cdot a^{2}+6a-a=a^{3}-a^{3}+6a-a=5a.$

Remainder $=5a.$

NCERT Example — remainder when $p(y)=3y^{3}+y^{2}-3y+5$ is divided by $(y+1)$

$a=-1$: $p(-1)=3(-1)^{3}+(-1)^{2}-3(-1)+5=-3+1+3+5=6.$

Remainder $=6.$

NCERT Example — use Remainder Theorem to find remainder when $p(x)=4x^{3}-12x^{2}+14x-3$ is divided by $(2x-1)$

$2x-1=0\Rightarrow x=\dfrac{1}{2}.$ Evaluate $p\!\left(\dfrac{1}{2}\right)=4\!\left(\dfrac{1}{8}\right)-12\!\left(\dfrac{1}{4}\right)+14\!\left(\dfrac{1}{2}\right)-3=\dfrac{1}{2}-3+7-3=\dfrac{3}{2}.$

Remainder $=\dfrac{3}{2}.$

5. Factor Theorem

The Factor Theorem follows directly from the Remainder Theorem and is the most powerful tool for factorising higher-degree polynomials.

Theorem (Factor Theorem): $(x-a)$ is a factor of polynomial $p(x)$ if and only if $p(a)=0$.

Two directions:

  • Forward ($p(a)=0\Rightarrow$ factor): If $p(a)=0$, the remainder when dividing by $(x-a)$ is zero, so $(x-a)$ divides $p(x)$ exactly — making it a factor.
  • Backward (factor $\Rightarrow p(a)=0$): If $(x-a)$ is a factor, write $p(x)=(x-a)\cdot q(x)$. Set $x=a$: $p(a)=(a-a)q(a)=0.$

Proof (combined):

$(\Rightarrow)$ Suppose $p(a)=0$. By the Remainder Theorem, $p(x)=(x-a)q(x)+p(a)=(x-a)q(x)+0=(x-a)q(x).$ So $(x-a)$ is a factor.

$(\Leftarrow)$ Suppose $(x-a)$ is a factor. Then $p(x)=(x-a)q(x)$. Setting $x=a$: $p(a)=0\cdot q(a)=0.$

NCERT Example — is $(x-1)$ a factor of $p(x)=x^{3}-3x^{2}+4x-4$?

$p(1)=1-3+4-4=-2\neq0.$ So $(x-1)$ is NOT a factor.

NCERT Example — is $(x-2)$ a factor of $p(x)=x^{3}-3x^{2}+4x-4$?

$p(2)=8-12+8-4=0.$ So $(x-2)$ IS a factor.

NCERT Example — find $k$ if $(x-1)$ is a factor of $p(x)=kx^{2}-3x+k$

$(x-1)$ is a factor $\Rightarrow p(1)=0$:

$k(1)^{2}-3(1)+k=0\Rightarrow k-3+k=0\Rightarrow 2k=3\Rightarrow k=\dfrac{3}{2}.$

How to find which values to try: For a polynomial $a_{n}x^{n}+\cdots+a_{0}$ with integer coefficients, possible rational zeroes are $\pm\dfrac{\text{(factor of }a_{0}\text{)}}{\text{(factor of }a_{n}\text{)}}.$ Try these by substitution. Once one zero $a$ is found, divide out $(x-a)$ and proceed with the quotient.

6. Factorisation of polynomials using the Factor Theorem

Strategy: (1) Find one zero $a$ by trial. (2) Write $(x-a)$ as a factor. (3) Perform long division to get the quotient $q(x)$. (4) Factorise $q(x)$ further if possible.

NCERT Example — factorise $p(x)=x^{3}-2x^{2}-x+2$

Step 1. Constant term is $2$; factors are $\pm1,\pm2.$ Try $x=1$: $p(1)=1-2-1+2=0.$ So $(x-1)$ is a factor.

Step 2. Long division: $x^{3}-2x^{2}-x+2=(x-1)(x^{2}-x-2).$

Step 3. Factorise $x^{2}-x-2$: need two numbers with product $-2$ and sum $-1$, which are $-2$ and $+1.$

So $x^{2}-x-2=(x-2)(x+1).$

Final answer: $x^{3}-2x^{2}-x+2=(x-1)(x-2)(x+1).$

NCERT Example — factorise $p(x)=x^{3}-3x^{2}-9x-5$

Try $x=1$: $p(1)=1-3-9-5=-16\neq0.$

Try $x=-1$: $p(-1)=-1-3+9-5=0.$ So $(x+1)$ is a factor.

Divide: $x^{3}-3x^{2}-9x-5=(x+1)(x^{2}-4x-5).$

Factorise $x^{2}-4x-5=(x-5)(x+1).$

Final answer: $(x+1)^{2}(x-5).$

NCERT Example — factorise $2y^{3}+y^{2}-2y-1$

Possible zeroes: $\pm1,\pm\dfrac{1}{2}.$ Try $y=1$: $2+1-2-1=0.$ So $(y-1)$ is a factor.

Divide: $2y^{3}+y^{2}-2y-1=(y-1)(2y^{2}+3y+1).$

Factorise $2y^{2}+3y+1=(2y+1)(y+1).$

Final answer: $(y-1)(2y+1)(y+1).$

Splitting the middle term — for quadratics $ax^{2}+bx+c$: find two numbers $p$ and $q$ such that $p+q=b$ and $p\cdot q=ac$; split the middle term as $px+qx$ and group-factorise. This works for the quadratic factor you obtain after extracting one linear factor from a cubic.

7. Algebraic Identities — all 9 with derivations and examples

Algebraic identities are equations true for all values of the variables involved. They are derived from polynomial multiplication and are essential for fast expansion and factorisation in board exams.

Identity 1: $(a+b)^{2}=a^{2}+2ab+b^{2}$

Derivation: $(a+b)(a+b)=a\cdot a+a\cdot b+b\cdot a+b\cdot b=a^{2}+2ab+b^{2}.$

Example (expansion): $(x+4)^{2}=x^{2}+8x+16.$

Example (factorisation): $x^{2}+10x+25=(x+5)^{2}.$ Recognise as $(a+b)^{2}$ with $a=x,b=5.$

Mental maths: $103^{2}=(100+3)^{2}=10000+600+9=10609.$

Identity 2: $(a-b)^{2}=a^{2}-2ab+b^{2}$

Derivation: Replace $b$ with $-b$ in Identity 1: $(a+(-b))^{2}=a^{2}+2a(-b)+(-b)^{2}=a^{2}-2ab+b^{2}.$

Example: $(2x-3)^{2}=4x^{2}-12x+9.$

Trick: $(a-b)^{2}=(b-a)^{2}$ — squaring always gives a non-negative result.

Mental maths: $98^{2}=(100-2)^{2}=10000-400+4=9604.$

Identity 3: $a^{2}-b^{2}=(a+b)(a-b)$

Derivation: $(a+b)(a-b)=a\cdot a-a\cdot b+b\cdot a-b\cdot b=a^{2}-b^{2}.$ The middle terms cancel.

Example: $x^{2}-16=(x+4)(x-4).$ Also: $4x^{2}-9=(2x+3)(2x-3).$

Mental maths: $97\times103=(100-3)(100+3)=10000-9=9991.$

Also used for: simplifying $\dfrac{a^{2}-b^{2}}{a-b}=a+b$ (as long as $a\neq b$).

Identity 4: $(a+b)^{3}=a^{3}+3a^{2}b+3ab^{2}+b^{3}$

Derivation: $(a+b)^{3}=(a+b)\cdot(a+b)^{2}=(a+b)(a^{2}+2ab+b^{2})$

$=a^{3}+2a^{2}b+ab^{2}+a^{2}b+2ab^{2}+b^{3}=a^{3}+3a^{2}b+3ab^{2}+b^{3}.$

Compact form: $a^{3}+b^{3}+3ab(a+b).$ This form shows how $a^{3}+b^{3}$ relates to the cube.

Example: $(x+2)^{3}=x^{3}+6x^{2}+12x+8.$

Mental maths: $101^{3}=(100+1)^{3}=1000000+30000+300+1=1030301.$

Identity 5: $(a-b)^{3}=a^{3}-3a^{2}b+3ab^{2}-b^{3}$

Derivation: Replace $b$ with $-b$ in Identity 4:

$(a+(-b))^{3}=a^{3}+3a^{2}(-b)+3a(-b)^{2}+(-b)^{3}=a^{3}-3a^{2}b+3ab^{2}-b^{3}.$

Compact form: $a^{3}-b^{3}-3ab(a-b).$

Example: $(2x-1)^{3}=8x^{3}-12x^{2}+6x-1.$

Mental maths: $99^{3}=(100-1)^{3}=1000000-30000+300-1=970299.$

Identity 6: $a^{3}+b^{3}=(a+b)(a^{2}-ab+b^{2})$

Derivation: Expand the right side:

$(a+b)(a^{2}-ab+b^{2})=a^{3}-a^{2}b+ab^{2}+a^{2}b-ab^{2}+b^{3}=a^{3}+b^{3}.$ Confirmed.

Alternative: From Identity 4, $(a+b)^{3}=a^{3}+b^{3}+3ab(a+b),$ so $a^{3}+b^{3}=(a+b)^{3}-3ab(a+b)=(a+b)[(a+b)^{2}-3ab]=(a+b)(a^{2}-ab+b^{2}).$

Example: $x^{3}+8=x^{3}+2^{3}=(x+2)(x^{2}-2x+4).$

Example: $27+125y^{3}=3^{3}+(5y)^{3}=(3+5y)(9-15y+25y^{2}).$

Identity 7: $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})$

Derivation: Replace $b$ with $-b$ in Identity 6: $a^{3}+(-b)^{3}=(a-b)(a^{2}+ab+b^{2})$, so $a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2}).$

Alternatively verify directly: $(a-b)(a^{2}+ab+b^{2})=a^{3}+a^{2}b+ab^{2}-a^{2}b-ab^{2}-b^{3}=a^{3}-b^{3}.$

Example: $8x^{3}-27=(2x)^{3}-3^{3}=(2x-3)(4x^{2}+6x+9).$

Example: $a^{3}-64b^{3}=(a-4b)(a^{2}+4ab+16b^{2}).$

Identity 8: $(a+b+c)^{2}=a^{2}+b^{2}+c^{2}+2ab+2bc+2ca$

Derivation: Write $(a+b+c)^{2}=((a+b)+c)^{2}=(a+b)^{2}+2(a+b)c+c^{2}$

$=a^{2}+2ab+b^{2}+2ac+2bc+c^{2}=a^{2}+b^{2}+c^{2}+2ab+2bc+2ca.$

Memory tip: "Square each, then add twice every pair-product." There are $\binom{3}{2}=3$ pairs: $(ab),(bc),(ca).$

Example: $(x+2y-3z)^{2}=x^{2}+4y^{2}+9z^{2}+4xy-12yz-6xz.$

Example: $(3a-2b-5c)^{2}=9a^{2}+4b^{2}+25c^{2}-12ab+20bc-30ca.$

Useful corollary: If $a+b+c=0$, squaring both sides: $a^{2}+b^{2}+c^{2}+2(ab+bc+ca)=0$, so $ab+bc+ca=-\dfrac{a^{2}+b^{2}+c^{2}}{2}.$

Reverse use: Given $a+b+c$ and $ab+bc+ca$, find $a^{2}+b^{2}+c^{2}=(a+b+c)^{2}-2(ab+bc+ca).$ Very common board question!

Identity 9: $a^{3}+b^{3}+c^{3}-3abc=(a+b+c)(a^{2}+b^{2}+c^{2}-ab-bc-ca)$

Derivation: Expand the right-hand side by distributing $a$, $b$, $c$:

$a(a^{2}+b^{2}+c^{2}-ab-bc-ca)=a^{3}+ab^{2}+ac^{2}-a^{2}b-abc-a^{2}c$

$b(a^{2}+b^{2}+c^{2}-ab-bc-ca)=a^{2}b+b^{3}+bc^{2}-ab^{2}-b^{2}c-abc$

$c(a^{2}+b^{2}+c^{2}-ab-bc-ca)=a^{2}c+b^{2}c+c^{3}-abc-bc^{2}-ac^{2}$

Adding: $a^{3}+b^{3}+c^{3}-3abc.$ All other terms cancel in pairs. Confirmed.

Elegant rewrite: $a^{2}+b^{2}+c^{2}-ab-bc-ca=\dfrac{1}{2}\!\left[(a-b)^{2}+(b-c)^{2}+(c-a)^{2}\right].$

This is always non-negative, so the sign of $a^{3}+b^{3}+c^{3}-3abc$ matches the sign of $(a+b+c)$.

Most important special case: If $a+b+c=0$, then $a^{3}+b^{3}+c^{3}-3abc=0$, giving:

$$a+b+c=0\implies a^{3}+b^{3}+c^{3}=3abc$$

Example 1: If $x+y+z=0$, find $x^{3}+y^{3}+z^{3}$. Answer: $3xyz.$

Example 2: Let $a=1,b=\omega,c=\omega^{2}$ where $\omega$ is a cube root of unity — then $a+b+c=0$, so $1+\omega^{3}+\omega^{6}=3\omega^{3}=3.$

NCERT Example — evaluate $(1)^{3}+(-2)^{3}+(1)^{3}$ using Identity 9

Let $a=1,\ b=-2,\ c=1$. Check: $a+b+c=1-2+1=0.$

Since $a+b+c=0$, Identity 9 gives $a^{3}+b^{3}+c^{3}=3abc=3\times1\times(-2)\times1=-6.$

Direct check: $1+(-8)+1=-6.$ Correct.

NCERT Example — factorise $27x^{3}+y^{3}+z^{3}-9xyz$

Write $27x^{3}=(3x)^{3}$, so this is $(3x)^{3}+y^{3}+z^{3}-3\cdot(3x)\cdot y\cdot z.$

Matches Identity 9 with $a=3x,b=y,c=z$:

$=(3x+y+z)\bigl((3x)^{2}+y^{2}+z^{2}-(3x)(y)-(y)(z)-(z)(3x)\bigr)$

$=(3x+y+z)(9x^{2}+y^{2}+z^{2}-3xy-yz-3xz).$

8. Using identities for expansion — NCERT examples

NCERT Example — expand $(x-2y-3z)^{2}$

Use Identity 8 with $a=x,\ b=-2y,\ c=-3z$:

$=(x)^{2}+(-2y)^{2}+(-3z)^{2}+2(x)(-2y)+2(-2y)(-3z)+2(-3z)(x)$

$=x^{2}+4y^{2}+9z^{2}-4xy+12yz-6xz.$

NCERT Example — expand $(3a-2b+5c)^{2}$

Identity 8 with $a\to3a,\ b\to-2b,\ c\to5c$:

$=9a^{2}+4b^{2}+25c^{2}-12ab-20bc+30ca.$

NCERT Example — factorise $8x^{3}+27y^{3}+36x^{2}y+54xy^{2}$

Rewrite: $(2x)^{3}+(3y)^{3}+3(2x)^{2}(3y)+3(2x)(3y)^{2}.$

Matches $(a+b)^{3}=a^{3}+3a^{2}b+3ab^{2}+b^{3}$ with $a=2x,b=3y$.

$=(2x+3y)^{3}.$

NCERT Example — without actual multiplication, find $(x+y+z)(x+y-z)$

Group: $[(x+y)+z][(x+y)-z]=(x+y)^{2}-z^{2}=x^{2}+2xy+y^{2}-z^{2}.$

This used Identity 3 with $a=x+y$ and $b=z$.

9. Common mistakes to avoid

  • $(a+b)^{2}\neq a^{2}+b^{2}$ — the cross-term $2ab$ is almost always forgotten. Write the full identity.
  • $(a+b)^{3}\neq a^{3}+b^{3}$ — differ by $3ab(a+b)$; always use the full expansion.
  • Confusing Remainder Theorem with Factor Theorem — the remainder is $p(a)$; it is zero exactly when $(x-a)$ is a factor.
  • $\sqrt{x}$ and $x^{-1}$ are NOT polynomials — always verify that every exponent is a non-negative integer.
  • In trial-and-error factorisation, only testing $x=\pm1$ and missing other rational candidates like $\pm2,\pm3,\pm\dfrac{1}{2}$.
  • Applying $a^{3}+b^{3}+c^{3}=3abc$ without first checking that $a+b+c=0$ — this is a conditional result, not always true.
  • In Identity 8, forgetting the sign: $(a+b-c)^{2}$ gives $-2bc-2ca$ but $+2ab$.

10. Quick revision checklist

  • Polynomial: all exponents are non-negative integers; degree = highest power.
  • Zero of $p(x)$: value $a$ where $p(a)=0$; linear poly has exactly one zero $-b/a$.
  • Remainder Theorem: remainder when dividing $p(x)$ by $(x-a)$ is simply $p(a)$.
  • Factor Theorem: $(x-a)$ is a factor of $p(x)$ if and only if $p(a)=0$.
  • Factorise cubics: find one zero by trial from factors of constant term, divide, factorise the resulting quadratic.
  • Memorise all 9 identities; immediately recognise $(a+b+c)^{2}$ and the $a^{3}+b^{3}+c^{3}-3abc$ pattern.
  • If $a+b+c=0$ then $a^{3}+b^{3}+c^{3}=3abc$ — a favourite 2-mark board question.
  • $a^{2}+b^{2}+c^{2}=(a+b+c)^{2}-2(ab+bc+ca)$ — derive $a^{2}+b^{2}+c^{2}$ given the sum and sum-of-products.
Practice MCQs
1. The degree of the polynomial $5x^{3}-3x^{2}+7x-9$ is:
  1. $2$
  2. $3$
  3. $1$
  4. $0$
Answer: (B) $3$ — the highest power of $x$ is $3$.
2. The zero of the polynomial $p(x)=3x-2$ is:
  1. $\dfrac{2}{3}$
  2. $-\dfrac{2}{3}$
  3. $\dfrac{3}{2}$
  4. $3$
Answer: (A) $\dfrac{2}{3}$ — set $3x-2=0$ to get $x=\dfrac{2}{3}.$
3. If $p(x)=x^{2}-4x+3$ and $p(a)=0$, which value of $a$ is valid?
  1. $-1$
  2. $0$
  3. $1$
  4. $4$
Answer: (C) $1$ — $p(1)=1-4+3=0.$ The other zero is $3$.
4. The remainder when $p(x)=x^{3}+1$ is divided by $(x+1)$ is:
  1. $0$
  2. $2$
  3. $-2$
  4. $1$
Answer: (A) $0$ — $p(-1)=(-1)^{3}+1=-1+1=0.$ So $(x+1)$ is also a factor.
5. Which of these is NOT a polynomial?
  1. $x^{2}+3x-7$
  2. $\sqrt{3}\,x+5$
  3. $x^{3}+\dfrac{1}{x}$
  4. $0$
Answer: (C) $x^{3}+\dfrac{1}{x}=x^{3}+x^{-1}$ has a negative exponent — not a polynomial.
6. $(x-1)$ is a factor of $p(x)=kx^{2}-3x+k$ when $k$ equals:
  1. $0$
  2. $1$
  3. $\dfrac{3}{2}$
  4. $3$
Answer: (C) $\dfrac{3}{2}$ — $p(1)=k-3+k=0\Rightarrow k=\dfrac{3}{2}.$
7. The expansion of $(2a-b)^{3}$ is:
  1. $8a^{3}-b^{3}$
  2. $8a^{3}-12a^{2}b+6ab^{2}-b^{3}$
  3. $8a^{3}+12a^{2}b+6ab^{2}+b^{3}$
  4. $8a^{3}-6ab^{2}+b^{3}$
Answer: (B) Identity 5 with $a\to2a,b\to b$: $(2a)^{3}-3(2a)^{2}b+3(2a)b^{2}-b^{3}=8a^{3}-12a^{2}b+6ab^{2}-b^{3}.$
8. If $x+y+z=0$, then $x^{3}+y^{3}+z^{3}=$
  1. $0$
  2. $3xyz$
  3. $xyz$
  4. $(x+y+z)^{3}$
Answer: (B) $3xyz$ — Identity 9 special case: $a+b+c=0\Rightarrow a^{3}+b^{3}+c^{3}=3abc.$
9. The number of zeroes of a cubic polynomial is at most:
  1. $1$
  2. $2$
  3. $3$
  4. Infinite
Answer: (C) $3$ — a degree-$n$ polynomial has at most $n$ real zeroes.
10. The factorised form of $x^{3}-3x^{2}-9x-5$ is:
  1. $(x+1)^{2}(x+5)$
  2. $(x-5)(x+1)^{2}$
  3. $(x-5)(x-1)^{2}$
  4. $(x+5)(x-1)^{2}$
Answer: (B) $(x-5)(x+1)^{2}$ — from the NCERT Example in Section 6.
11. The value of $(99)^{2}$ using identity $(a-b)^{2}=a^{2}-2ab+b^{2}$ is:
  1. $9900$
  2. $9801$
  3. $9701$
  4. $10001$
Answer: (B) $9801$ — $(100-1)^{2}=10000-200+1=9801.$
12. The remainder when $p(x)=2x^{3}-3x^{2}+4x-5$ is divided by $(2x-1)$ is:
  1. $-3$
  2. $-4$
  3. $3$
  4. $4$
Answer: (B) $-4$ — evaluate at $x=\dfrac{1}{2}$: $2\cdot\dfrac{1}{8}-3\cdot\dfrac{1}{4}+4\cdot\dfrac{1}{2}-5=\dfrac{1}{4}-\dfrac{3}{4}+2-5=-4.$
Previous-Year Questions (PYQs)
PYQ 1. Factorise: $2x^{3}-3x^{2}-17x+30$. (CBSE Board, 3 marks)

Trial: $p(2)=16-12-34+30=0.$ So $(x-2)$ is a factor.

Divide: $2x^{3}-3x^{2}-17x+30=(x-2)(2x^{2}+x-15).$

Factorise $2x^{2}+x-15=(2x-5)(x+3).$

Answer: $(x-2)(2x-5)(x+3).$

PYQ 2. Find the remainder when $p(x)=x^{3}+3x^{2}-2x+4$ is divided by $(x-2)$. (CBSE, 2 marks)

By Remainder Theorem, remainder $=p(2)=8+12-4+4=20.$

Answer: $20.$

PYQ 3. Expand: $(3a-2b-5c)^{2}$. (CBSE, 2 marks)

Identity 8 with $a\to3a,\ b\to-2b,\ c\to-5c$:

$9a^{2}+4b^{2}+25c^{2}+2(3a)(-2b)+2(-2b)(-5c)+2(-5c)(3a)$

$=9a^{2}+4b^{2}+25c^{2}-12ab+20bc-30ca.$

PYQ 4. Without actual division, prove that $(x-1)$, $(x-2)$ and $(x-3)$ are all factors of $x^{3}-6x^{2}+11x-6$. (CBSE, 3 marks)

Let $p(x)=x^{3}-6x^{2}+11x-6.$

$p(1)=1-6+11-6=0\Rightarrow(x-1)$ is a factor by the Factor Theorem.

$p(2)=8-24+22-6=0\Rightarrow(x-2)$ is a factor.

$p(3)=27-54+33-6=0\Rightarrow(x-3)$ is a factor.

Since the polynomial has degree $3$ and three distinct linear factors, it fully factors as $(x-1)(x-2)(x-3)$.

PYQ 5. If $a+b+c=9$ and $ab+bc+ca=26$, find the value of $a^{2}+b^{2}+c^{2}$. (CBSE, 2 marks)

Use Identity 8: $(a+b+c)^{2}=a^{2}+b^{2}+c^{2}+2(ab+bc+ca).$

$81=a^{2}+b^{2}+c^{2}+2\times26=a^{2}+b^{2}+c^{2}+52.$

Answer: $a^{2}+b^{2}+c^{2}=81-52=29.$

Want personal coaching in Dwarka?
Book a free demo class
More Class 9 Mathematics chapters