100% FREE Updated: Apr 2026 Algebra and Functions Polynomials and Equations

Root theory

Comprehensive study notes on Root theory for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Root theory

This chapter delves into the foundational principles of root theory, providing essential tools for the analysis and manipulation of polynomial equations. A thorough understanding of these concepts, including theorems for root identification and characterisation, is critical for success in CMI examinations, where they underpin various algebraic problem-solving tasks.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Remainder theorem | | 2 | Factor theorem | | 3 | Vieta relations | | 4 | Rational roots | | 5 | Integer roots | | 6 | Multiple roots |

---

We begin with Remainder theorem.

Part 1: Remainder theorem

Remainder theorem

Overview

The Remainder Theorem is one of the fastest tools in polynomial algebra. Instead of performing full long division, it lets us find the remainder after division by a linear factor using just substitution. In CMI-style questions, this saves time and also connects directly to the Factor Theorem, root testing, and polynomial structure. ---

Learning Objectives

By the End of This Topic

After studying this topic, you will be able to:

  • Find the remainder when a polynomial is divided by xax-a.

  • Use the substitution shortcut for divisors like x+1x+1, x2x-2, and more generally ax+bax+b.

  • Apply the Factor Theorem to detect roots and factors.

  • Avoid sign mistakes in expressions like x+1x+1 and x1x-1.

  • Use the theorem efficiently in exam-style questions without full division.

---

Core Idea

📖 Remainder theorem

If a polynomial p(x)p(x) is divided by xax-a, then the remainder is

p(a)\qquad p(a)

So the remainder can be found by simply substituting x=ax=a into the polynomial.

📐 Main identity

When p(x)p(x) is divided by xax-a, we can write

p(x)=(xa)q(x)+r\qquad p(x)=(x-a)q(x)+r

where q(x)q(x) is a polynomial and rr is a constant remainder.

Now substitute x=ax=a:

p(a)=(aa)q(a)+r=r\qquad p(a)=(a-a)q(a)+r=r

Hence the remainder is

p(a)\qquad \boxed{p(a)}

---

Special Cases You Must Know

📐 Quick substitution rules
    • divisor xax-a \to remainder p(a)p(a)
    • divisor x+ax+a \to remainder p(a)p(-a)
    • divisor x1x-1 \to remainder p(1)p(1)
    • divisor x+1x+1 \to remainder p(1)p(-1)
⚠️ Most Common Sign Error

If the divisor is x+1x+1, do not substitute 11.

Since
x+1=x(1)\qquad x+1=x-(-1)

the correct substitution is

x=1\qquad x=-1

---

Factor Theorem

📐 Factor theorem

A polynomial p(x)p(x) has factor xax-a if and only if

p(a)=0\qquad p(a)=0

So:

    • if p(a)=0p(a)=0, then xax-a is a factor

    • if xax-a is a factor, then aa is a root of p(x)p(x)

Connection

The Remainder Theorem gives the remainder p(a)p(a).

The Factor Theorem is the special case when that remainder is zero.

---

General Linear Divisor

📐 Division by ax+bax+b

If a polynomial p(x)p(x) is divided by ax+bax+b, then the remainder is

p(ba)\qquad p\left(-\dfrac{b}{a}\right)

because ax+b=0ax+b=0 gives

x=ba\qquad x=-\dfrac{b}{a}

Example If the divisor is 2x32x-3, then the remainder is p(32)\qquad p\left(\dfrac{3}{2}\right) ---

Minimal Worked Examples

Example 1 Find the remainder when p(x)=x4+2x25\qquad p(x)=x^4+2x^2-5 is divided by x2x-2. By the Remainder Theorem, remainder=p(2)\qquad \text{remainder}=p(2) p(2)=24+2(22)5=16+85=19\qquad p(2)=2^4+2(2^2)-5=16+8-5=19 So the remainder is 19\boxed{19}. --- Example 2 Find the remainder when p(x)=x53x+4\qquad p(x)=x^5-3x+4 is divided by x+1x+1. Since x+1=x(1)x+1=x-(-1), the remainder is p(1)=(1)53(1)+4=1+3+4=6\qquad p(-1)=(-1)^5-3(-1)+4=-1+3+4=6 So the remainder is 6\boxed{6}. ---

Fast Evaluation Strategy

💡 CMI Strategy

  • Convert the divisor into the form xax-a mentally.

  • Substitute carefully with the correct sign.

  • For large powers at x=1x=1 or x=1x=-1, use parity:

- (1)even=1(-1)^{\text{even}}=1
- (1)odd=1(-1)^{\text{odd}}=-1
  • In longer polynomials, group terms only if it reduces arithmetic mistakes.

  • If remainder is zero, immediately think: factor, root, and further factorisation.

---

Pattern Recognition

📐 Useful quick values

If dividing by:

    • xx \to remainder p(0)p(0)

    • x1x-1 \to remainder p(1)p(1)

    • x+1x+1 \to remainder p(1)p(-1)


These are extremely common in exam questions.

💡 Why x+1x+1 questions are easy

At x=1x=-1, powers alternate:

    • (1)0=1(-1)^0=1

    • (1)1=1(-1)^1=-1

    • (1)2=1(-1)^2=1

    • (1)3=1(-1)^3=-1


So remainders for division by x+1x+1 are often quick to compute even for high-degree polynomials.

---

Common Errors

⚠️ Avoid These Errors
    • ❌ using p(1)p(1) for division by x+1x+1
    • ❌ forgetting that the remainder on division by a linear polynomial is a constant
    • ❌ treating the theorem as valid for non-linear divisors like x2+1x^2+1
    • ❌ concluding factor without checking remainder is exactly zero
    • ❌ arithmetic mistakes while substituting negative values
✅ Correct habits:
    • rewrite divisor as xax-a
    • substitute slowly
    • use parity for powers of 1-1
    • connect zero remainder with factor theorem
---

Practice Questions

:::question type="MCQ" question="Find the remainder when p(x)=2x35x+7p(x)=2x^3-5x+7 is divided by x2x-2." options=["99","1313","1515","1717"] answer="B" hint="Use the substitution x=2x=2." solution="By the Remainder Theorem, the remainder is p(2)=2(23)5(2)+7=1610+7=13\qquad p(2)=2(2^3)-5(2)+7=16-10+7=13 Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the remainder when x5+3x27x^5+3x^2-7 is divided by x+1x+1." answer="-5" hint="For division by x+1x+1, substitute x=1x=-1." solution="The remainder is p(1)=(1)5+3(1)27=1+37=5\qquad p(-1)=(-1)^5+3(-1)^2-7=-1+3-7=-5 Hence the answer is 5\boxed{-5}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If a polynomial p(x)p(x) is divided by xax-a, the remainder is p(a)p(a).","If p(a)=0p(a)=0, then x+ax+a is a factor of p(x)p(x).","If p(1)=3p(-1)=3, then the remainder when p(x)p(x) is divided by x+1x+1 is 33.","If xax-a is a factor of p(x)p(x), then p(a)=0p(a)=0."] answer="A,C,D" hint="Use the remainder theorem and factor theorem carefully." solution="1. True. This is exactly the Remainder Theorem.
  • False. If p(a)=0p(a)=0, then xax-a is a factor, not x+ax+a.
  • True. Division by x+1x+1 means substitute x=1x=-1.
  • True. This is the Factor Theorem.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Find the value of kk if the polynomial p(x)=x3+kx24x+7p(x)=x^3+kx^2-4x+7 leaves remainder 1010 when divided by x1x-1." answer="6" hint="Use the fact that the remainder on division by x1x-1 is p(1)p(1)." solution="By the Remainder Theorem, the remainder on division by x1x-1 is p(1)\qquad p(1) So, p(1)=13+k(1)24(1)+7=1+k4+7=k+4\qquad p(1)=1^3+k(1)^2-4(1)+7=1+k-4+7=k+4 We are given that this remainder is 1010, so k+4=10\qquad k+4=10 Hence k=6\qquad k=6 Therefore, the answer is 6\boxed{6}." ::: ---

    Summary

    Key Takeaways for CMI

    • The remainder on division by xax-a is p(a)p(a).

    • The divisor x+1x+1 corresponds to substitution at x=1x=-1.

    • Zero remainder means factor.

    • Factor theorem is the zero-remainder version of remainder theorem.

    • For divisor ax+bax+b, substitute x=bax=-\dfrac{b}{a}.

    • Fast substitution is often much better than long division in exam settings.

    ---

    💡 Next Up

    Proceeding to Factor theorem.

    ---

    Part 2: Factor theorem

    Factor Theorem

    Overview

    The factor theorem is one of the most powerful bridges between roots and divisibility of polynomials. In exam problems, it is rarely used in isolation. It appears in proving divisibility, constructing polynomials from given roots, identifying repeated roots, and reducing higher-degree expressions by extracting known factors. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • use the factor theorem to test whether (xa)(x-a) divides a polynomial,

    • apply the remainder theorem quickly,

    • prove that distinct roots give a product factor,

    • handle repeated roots and multiplicity,

    • use factor-based reasoning in algebraic and proof-style questions.

    ---

    Core Theorem

    📖 Factor Theorem

    Let p(x)p(x) be a polynomial and let aa be a real or complex number.

    Then

    p(a)=0    (xa)\qquad p(a)=0 \iff (x-a) is a factor of p(x)p(x)

    In words: a number aa is a root of a polynomial if and only if (xa)(x-a) divides the polynomial.

    📐 Remainder Theorem

    When a polynomial p(x)p(x) is divided by (xa)(x-a), the remainder is

    p(a)\qquad p(a)

    So:

      • if p(a)=0p(a)=0, then the remainder is 00, hence (xa)(x-a) divides p(x)p(x)

      • if p(a)0p(a)\ne 0, then (xa)(x-a) is not a factor

    ---

    First-Principles Proof Pattern

    📐 How the Proof Usually Works

    When dividing p(x)p(x) by (xa)(x-a), we can write

    p(x)=(xa)q(x)+r\qquad p(x)=(x-a)q(x)+r

    where rr is a constant.

    Now substitute x=ax=a:

    p(a)=(aa)q(a)+r=r\qquad p(a)=(a-a)q(a)+r=r

    So if p(a)=0p(a)=0, then r=0r=0, and therefore

    p(x)=(xa)q(x)\qquad p(x)=(x-a)q(x)

    Hence (xa)(x-a) is a factor of p(x)p(x).

    This is exactly the standard logic behind many CMI proof-completion questions. ---

    Distinct Roots Give a Product Factor

    📐 Two Distinct Roots

    If aa and bb are distinct roots of p(x)p(x), then

    (xa)(xb)\qquad (x-a)(x-b) divides p(x)p(x)

    Reason:

    • Since p(a)=0p(a)=0, we get

    p(x)=(xa)q(x)\qquad p(x)=(x-a)q(x)
    • Now substitute x=bx=b:

    0=p(b)=(ba)q(b)\qquad 0=p(b)=(b-a)q(b)
    • Since aba\ne b, we have ba0b-a\ne 0, so

    q(b)=0\qquad q(b)=0
    • Therefore (xb)(x-b) divides q(x)q(x)

    • Hence (xa)(xb)(x-a)(x-b) divides p(x)p(x)

    Generalization

    If a1,a2,,aka_1,a_2,\dots,a_k are distinct roots of p(x)p(x), then

    (xa1)(xa2)(xak)\qquad (x-a_1)(x-a_2)\cdots(x-a_k) divides p(x)p(x)

    ---

    Repeated Roots and Multiplicity

    📖 Multiplicity of a Root

    If

    p(x)=(xa)mq(x)\qquad p(x)=(x-a)^m q(x)

    with q(a)0q(a)\ne 0, then aa is called a root of multiplicity mm.

    Examples:

      • multiplicity 11 \rightarrow simple root

      • multiplicity 22 \rightarrow repeated root or double root

      • multiplicity 33 \rightarrow triple root

    📐 Repeated Root Test

    If (xa)2(x-a)^2 divides p(x)p(x), then aa is a repeated root.

    A very useful criterion is:

    a\qquad a is a repeated root of p(x)p(x) if and only if
    p(a)=0\qquad p(a)=0 and p(a)=0p'(a)=0

    This criterion becomes very useful in construction problems and discriminant-style questions. ---

    How to Use the Theorem in Practice

    💡 CMI Strategy

    • If you are asked whether (xa)(x-a) is a factor, compute p(a)p(a) immediately.

    • If you are given a root, write the polynomial as

    p(x)=(xa)q(x)\qquad p(x)=(x-a)q(x)
    • If two distinct roots are given, extract one factor first, then use the second root on the quotient.

    • If a repeated root is suspected, check both

    p(a)=0\qquad p(a)=0 and p(a)=0\qquad p'(a)=0
    • In proof questions, remember that the remainder after division by (xa)(x-a) is a constant.

    ---

    Important Extensions

    📐 Polynomial in Two Variables

    The same logic works for polynomials in two variables.

    If P(x,y)P(x,y) is a polynomial and after substituting x=f(y)x=f(y) we get

    P(f(y),y)=0\qquad P(f(y),y)=0

    for all relevant yy, then

    (xf(y))\qquad (x-f(y)) divides P(x,y)P(x,y)

    This is the two-variable analogue of the factor theorem.

    This is exactly the idea behind problems of the form:
    • if P(ωy,y)=0P(\omega y,y)=0, then (xωy)(x-\omega y) divides P(x,y)P(x,y)
    • symmetry may force another related factor as well
    • multiplying conjugate factors can give a polynomial with integer coefficients
    ---

    Symmetric Polynomial Insight

    📐 A Standard Complex-Factor Pattern

    Let ω\omega be a cube root of unity with

    ω3=1,ω1,1+ω+ω2=0\qquad \omega^3=1,\qquad \omega\ne 1,\qquad 1+\omega+\omega^2=0

    If a symmetric polynomial A(x,y)A(x,y) satisfies

    A(ωy,y)=0\qquad A(\omega y,y)=0

    then (xωy)(x-\omega y) divides A(x,y)A(x,y).

    Since A(x,y)=A(y,x)A(x,y)=A(y,x), interchanging xx and yy can force a related factor as well.

    A very common resulting integer-coefficient factor is

    (xωy)(xω2y)=x2+xy+y2\qquad (x-\omega y)(x-\omega^2 y)=x^2+xy+y^2

    This pattern is extremely useful in olympiad-style algebra. ---

    Minimal Worked Examples

    Example 1 Check whether (x2)(x-2) divides p(x)=x35x+6\qquad p(x)=x^3-5x+6 Compute p(2)=810+6=4\qquad p(2)=8-10+6=4 Since p(2)0p(2)\ne 0, (x2)(x-2) is not a factor. --- Example 2 Check whether (x+1)(x+1) divides p(x)=x3+x2x1\qquad p(x)=x^3+x^2-x-1 Compute p(1)=1+1+11=0\qquad p(-1)=-1+1+1-1=0 So (x+1)(x+1) is a factor. In fact, x3+x2x1=(x+1)(x21)=(x+1)2(x1)\qquad x^3+x^2-x-1=(x+1)(x^2-1)=(x+1)^2(x-1) --- Example 3 Suppose 22 and 33 are roots of a polynomial p(x)p(x). Then (x2)(x3)\qquad (x-2)(x-3) divides p(x)p(x) So p(x)p(x) can be written as p(x)=(x2)(x3)q(x)\qquad p(x)=(x-2)(x-3)q(x) for some polynomial q(x)q(x). ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Forgetting that the remainder on division by (xa)(x-a) is a constant
      • ❌ Confusing “aa is a root” with “xax-a is a root”
      • ❌ Assuming two roots automatically mean degree 22
      • ❌ Forgetting that repeated roots need higher powers like (xa)2(x-a)^2
      • ❌ Using the factor theorem without checking arithmetic carefully
    ---

    Quick Recognition Sheet

    📐 Fast Recall
      • p(a)=0    (xa)p(a)=0 \iff (x-a) divides p(x)p(x)
      • remainder on division by (xa)(x-a) is p(a)p(a)
      • if a,ba,b are distinct roots, then (xa)(xb)(x-a)(x-b) divides p(x)p(x)
      • if aa is a repeated root, then (xa)2(x-a)^2 divides p(x)p(x)
      • repeated root test:
    p(a)=0\qquad p(a)=0 and p(a)=0\qquad p'(a)=0
    ---

    Practice Questions

    :::question type="MCQ" question="If p(3)=0p(3)=0, then which of the following must be true?" options=["(x+3)(x+3) is a factor of p(x)p(x)","(x3)(x-3) is a factor of p(x)p(x)","33 is a factor of p(x)p(x)","p(x)p(x) is constant"] answer="B" hint="Use the factor theorem directly." solution="By the factor theorem, p(a)=0    (xa)\qquad p(a)=0 \iff (x-a) is a factor. Here a=3a=3, so (x3)\qquad (x-3) is a factor of p(x)p(x). Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the remainder when p(x)=x43x2+2x+5p(x)=x^4-3x^2+2x+5 is divided by (x2)(x-2)." answer="13" hint="Use the remainder theorem." solution="By the remainder theorem, the remainder on division by (x2)(x-2) is p(2)\qquad p(2) Now, p(2)=243(22)+2(2)+5\qquad p(2)=2^4-3(2^2)+2(2)+5 =1612+4+5=13\qquad =16-12+4+5=13 Hence the remainder is 13\boxed{13}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If p(a)=0p(a)=0 and p(b)=0p(b)=0 with aba\ne b, then (xa)(xb)(x-a)(x-b) divides p(x)p(x)","If (xa)(x-a) divides p(x)p(x), then p(a)=0p(a)=0","If p(a)=5p(a)=5, then (xa)(x-a) divides p(x)p(x)","If (xa)2(x-a)^2 divides p(x)p(x), then aa is a repeated root of p(x)p(x)"] answer="A,B,D" hint="Use factor theorem and multiplicity." solution="1. True. Distinct roots give the product factor.
  • True. This is the converse direction of the factor theorem.
  • False. If p(a)=5p(a)=5, then the remainder is 55, not 00, so (xa)(x-a) does not divide p(x)p(x).
  • True. By definition, if (xa)2(x-a)^2 divides p(x)p(x), then aa is a repeated root.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Let p(x)=x3+kx24x4kp(x)=x^3+kx^2-4x-4k. Find all values of kk for which (x2)(x-2) is a factor of p(x)p(x)." answer="k=0k=0" hint="Set p(2)=0p(2)=0." solution="For (x2)(x-2) to be a factor, the factor theorem requires p(2)=0\qquad p(2)=0 Now p(2)=23+k(22)4(2)4k\qquad p(2)=2^3+k(2^2)-4(2)-4k =8+4k84k=0\qquad =8+4k-8-4k=0 So this is true for every real value of kk. Therefore (x2)(x-2) is a factor for all values of kk. Hence the answer is all real k\boxed{\text{all real }k}." ::: ---

    Summary

    Key Takeaways for CMI

    • The factor theorem converts root information into divisibility information.

    • The remainder theorem is the fastest way to test linear factors.

    • Distinct roots give a product of distinct linear factors.

    • Repeated roots correspond to higher powers like (xa)2(x-a)^2.

    • In proof questions, the form

    p(x)=(xa)q(x)+r\qquad p(x)=(x-a)q(x)+r
    is the standard starting point.
    • The same idea extends naturally to multivariable polynomial divisibility.

    ---

    💡 Next Up

    Proceeding to Vieta relations.

    ---

    Part 3: Vieta relations

    Vieta Relations

    Overview

    Vieta relations connect the coefficients of a polynomial directly to sums and products of its roots. This makes them one of the fastest tools in algebra: instead of finding the roots explicitly, we can still compute expressions involving them. In CMI-style questions, Vieta relations often appear together with symmetry, divisibility, reciprocal roots, and power sums such as ri2\sum r_i^2. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • Write Vieta relations for monic and non-monic polynomials.

    • Compute sums, pairwise products, and full products of roots without solving the polynomial.

    • Find sums of powers such as ri2\sum r_i^2 using symmetric identities.

    • Compute sums of reciprocals of roots when allowed.

    • Use divisibility conditions like (x1)(x-1) or (x21)(x^2-1) to extract coefficient information.

    ---

    Standard Setup

    📖 General Polynomial and Its Roots

    Let
    P(x)=anxn+an1xn1++a1x+a0\qquad P(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0
    with an0a_n\ne 0.

    Let its roots be r1,r2,,rnr_1,r_2,\dots,r_n in the complex number system, counted with multiplicity.

    Then
    P(x)=an(xr1)(xr2)(xrn)\qquad P(x)=a_n(x-r_1)(x-r_2)\cdots(x-r_n)

    ---

    Vieta Relations for a Monic Polynomial

    📐 Monic Form

    If
    P(x)=xn+c1xn1+c2xn2++cn\qquad P(x)=x^n+c_1x^{n-1}+c_2x^{n-2}+\cdots+c_n
    has roots r1,,rnr_1,\dots,r_n, then

      • r1+r2++rn=c1r_1+r_2+\cdots+r_n = -c_1

      • 1i<jnrirj=c2\sum_{1\le i<j\le n} r_ir_j = c_2

      • 1i<j<knrirjrk=c3\sum_{1\le i<j<k\le n} r_ir_jr_k = -c_3

      • \cdots

      • r1r2rn=(1)ncnr_1r_2\cdots r_n = (-1)^n c_n

    Sign Pattern

    The signs alternate:

      • sum of 1 root \rightarrow negative

      • sum of 2-root products \rightarrow positive

      • sum of 3-root products \rightarrow negative

      • and so on

    ---

    Vieta Relations for a General Polynomial

    📐 Non-Monic Form

    If
    P(x)=anxn+an1xn1+an2xn2++a0\qquad P(x)=a_nx^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+\cdots+a_0
    has roots r1,,rnr_1,\dots,r_n, then

      • r1++rn=an1anr_1+\cdots+r_n = -\dfrac{a_{n-1}}{a_n}

      • i<jrirj=an2an\sum_{i<j} r_ir_j = \dfrac{a_{n-2}}{a_n}

      • i<j<krirjrk=an3an\sum_{i<j<k} r_ir_jr_k = -\dfrac{a_{n-3}}{a_n}

      • \cdots

      • r1r2rn=(1)na0anr_1r_2\cdots r_n = (-1)^n\dfrac{a_0}{a_n}

    ---

    Most Useful Derived Identities

    📐 Power Sum Identities

    Let
    s1=r1+r2++rn\qquad s_1=r_1+r_2+\cdots+r_n
    and
    s2=i<jrirj\qquad s_2=\sum_{i<j} r_ir_j

    Then

    i=1nri2=s122s2\qquad \sum_{i=1}^n r_i^2 = s_1^2 - 2s_2

    Also,

    i=1nri3=s133s1s2+3s3\qquad \sum_{i=1}^n r_i^3 = s_1^3 - 3s_1s_2 + 3s_3

    where
    s3=i<j<krirjrk\qquad s_3=\sum_{i<j<k} r_ir_jr_k

    💡 Most Exam-Relevant One

    The formula used most often in short questions is

    ri2=(ri)22i<jrirj\qquad \sum r_i^2 = \left(\sum r_i\right)^2 - 2\sum_{i<j} r_ir_j

    ---

    Sum of Reciprocals of Roots

    📐 Reciprocal Sum

    If none of the roots is zero, then

    i=1n1ri<br>=i=1njirjr1r2rn<br>=en1en\qquad \sum_{i=1}^n \dfrac{1}{r_i} <br>= \dfrac{\sum_{i=1}^n \prod_{j\ne i} r_j}{r_1r_2\cdots r_n} <br>= \dfrac{e_{n-1}}{e_n}

    In coefficient form,

    i=1n1ri=a1a0\qquad \sum_{i=1}^n \dfrac{1}{r_i} = -\dfrac{a_1}{a_0}

    ⚠️ Very Important Restriction

    This formula is valid only when a00a_0\ne 0, equivalently when 00 is not a root.

    ---

    Divisibility and Roots

    📐 Factor Theorem

    For any polynomial P(x)P(x):

      • (xα)(x-\alpha) divides P(x)P(x) if and only if P(α)=0P(\alpha)=0

      • (x21)(x^2-1) divides P(x)P(x) if and only if both P(1)=0P(1)=0 and P(1)=0P(-1)=0


    since
    x21=(x1)(x+1)\qquad x^2-1=(x-1)(x+1)

    Why This Matters Here

    Many Vieta problems do not ask for the roots directly. Instead, they tell you something like:

      • polynomial is divisible by x21x^2-1

      • 11 and 1-1 are roots

      • roots satisfy a reciprocal condition


    and then expect coefficient information from these facts.

    ---

    PYQ Insight 1: Sum of Squares of Roots

    2024-Type Pattern

    If
    P(x)=x6+10x5+11x4+12x3+13x212x11\qquad P(x)=x^6+10x^5+11x^4+12x^3+13x^2-12x-11
    has roots z1,,z6z_1,\dots,z_6, then

    z1++z6=10\qquad z_1+\cdots+z_6 = -10

    and

    i<jzizj=11\qquad \sum_{i<j} z_iz_j = 11

    Therefore,

    i=16zi2<br>=(zi)22i<jzizj\qquad \sum_{i=1}^6 z_i^2 <br>= \left(\sum z_i\right)^2 - 2\sum_{i<j} z_iz_j

    =(10)22(11)=10022=78\qquad = (-10)^2 - 2(11)=100-22=78

    So the required value is 78\boxed{78}.

    ---

    PYQ Insight 2: Divisibility by x21x^2-1

    2020-Type Pattern

    Suppose
    P(x)=10x400+ax399+bx398+3x+15\qquad P(x)=10x^{400}+ax^{399}+bx^{398}+3x+15
    is divisible by x21x^2-1.

    Then
    P(1)=0\qquad P(1)=0 and P(1)=0P(-1)=0

    Now

    P(1)=10+a+b+3+15=0\qquad P(1)=10+a+b+3+15=0
    so
    a+b=28\qquad a+b=-28

    Also

    P(1)=10a+b3+15=0\qquad P(-1)=10-a+b-3+15=0
    so
    a+b=22\qquad -a+b=-22

    Solving,
    b=25,a=3\qquad b=-25,\quad a=-3

    Now since a0=150a_0=15\ne 0, none of the roots is zero, so

    1ri=a1a0=315=15\qquad \sum \dfrac{1}{r_i} = -\dfrac{a_1}{a_0}=-\dfrac{3}{15}=-\dfrac15

    This is exactly the kind of two-step use of Vieta that appears in exams.

    ---

    Minimal Worked Examples

    Example 1 If the roots of x27x+10=0\qquad x^2-7x+10=0 are α,β\alpha,\beta, then α+β=7,αβ=10\qquad \alpha+\beta=7,\qquad \alpha\beta=10 --- Example 2 If the roots of 2x35x2+7x4=0\qquad 2x^3-5x^2+7x-4=0 are r1,r2,r3r_1,r_2,r_3, then r1+r2+r3=52\qquad r_1+r_2+r_3=\dfrac{5}{2} r1r2+r2r3+r3r1=72\qquad r_1r_2+r_2r_3+r_3r_1=\dfrac{7}{2} r1r2r3=42=2\qquad r_1r_2r_3=\dfrac{4}{2}=2 because for a cubic r1r2r3=a0a3\qquad r_1r_2r_3 = -\dfrac{a_0}{a_3} and here 42=2\qquad -\dfrac{-4}{2}=2 ---

    Root Transform Tricks

    📐 Useful Transformations

    If roots are r1,,rnr_1,\dots,r_n, then:

    • roots of P(x)P(-x) are r1,,rn-r_1,\dots,-r_n

    • roots of P(kx)P(kx) are r1k,,rnk\dfrac{r_1}{k},\dots,\dfrac{r_n}{k}

    • if none of the roots is zero, then the roots of

    xnP(1x)\qquad x^nP\left(\dfrac{1}{x}\right)
    are
    1r1,,1rn\qquad \dfrac{1}{r_1},\dots,\dfrac{1}{r_n}

    These are often useful in advanced reciprocal-root problems. ---

    CMI Strategy

    💡 How to Attack Vieta Problems

    • Write the degree and coefficients clearly.

    • Identify which symmetric expression is being asked.

    • Use direct Vieta first: ri\sum r_i, rirj\sum r_ir_j, product of roots.

    • For ri2\sum r_i^2, do not try to find roots; use

    ri2=(ri)22rirj\qquad \sum r_i^2 = (\sum r_i)^2 - 2\sum r_ir_j
    • For reciprocal sums, check first that zero is not a root.

    • If divisibility is given, immediately apply the factor theorem.

    • Keep sign alternation under control; most mistakes here are sign mistakes.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Forgetting the alternating sign pattern in Vieta
      • ❌ Using monic formulas on a non-monic polynomial without dividing by the leading coefficient
      • ❌ Using 1ri=a1a0\sum \dfrac{1}{r_i} = -\dfrac{a_1}{a_0} when a0=0a_0=0
      • ❌ Confusing ri2\sum r_i^2 with (ri)2\left(\sum r_i\right)^2
    ✅ Remember: (ri)2=ri2+2i<jrirj\qquad \left(\sum r_i\right)^2 = \sum r_i^2 + 2\sum_{i<j} r_ir_j
      • ❌ Forgetting that divisibility by (x21)(x^2-1) means checking both 11 and 1-1
    ---

    Practice Questions

    :::question type="MCQ" question="If α,β\alpha,\beta are the roots of x25x+6=0x^2-5x+6=0, then α+β\alpha+\beta equals" options=["5-5","55","66","6-6"] answer="B" hint="Use the coefficient of xx." solution="For the monic quadratic x25x+6=0\qquad x^2-5x+6=0, the sum of roots is the negative of the coefficient of xx. Thus α+β=5\qquad \alpha+\beta = 5 So the correct option is B\boxed{B}." ::: :::question type="NAT" question="If the roots of x34x2+5x2=0x^3-4x^2+5x-2=0 are r1,r2,r3r_1,r_2,r_3, find r12+r22+r32r_1^2+r_2^2+r_3^2." answer="6" hint="Use ri2=(ri)22rirj\sum r_i^2 = (\sum r_i)^2 - 2\sum r_ir_j." solution="From Vieta, r1+r2+r3=4\qquad r_1+r_2+r_3 = 4 and r1r2+r2r3+r3r1=5\qquad r_1r_2+r_2r_3+r_3r_1 = 5 Hence r12+r22+r32=(r1+r2+r3)22(r1r2+r2r3+r3r1)\qquad r_1^2+r_2^2+r_3^2 = (r_1+r_2+r_3)^2 - 2(r_1r_2+r_2r_3+r_3r_1) =4225=1610=6\qquad = 4^2 - 2\cdot 5 = 16-10=6 Therefore the answer is 6\boxed{6}." ::: :::question type="MSQ" question="Which of the following statements are true for a polynomial anxn++a1x+a0a_nx^n+\cdots+a_1x+a_0 with nonzero roots r1,,rnr_1,\dots,r_n?" options=["r1r2rn=(1)na0anr_1r_2\cdots r_n = (-1)^n\dfrac{a_0}{a_n}","1ri=a1a0\sum \dfrac{1}{r_i} = -\dfrac{a_1}{a_0}","If (x1)(x-1) divides P(x)P(x), then P(1)=0P(1)=0","If (x21)(x^2-1) divides P(x)P(x), then only P(1)=0P(1)=0 is needed"] answer="A,B,C" hint="Use Vieta and the factor theorem." solution="1. True. This is the standard product-of-roots formula.
  • True, provided a00a_0\ne 0, which is equivalent to saying the roots are nonzero.
  • True. This is the factor theorem.
  • False. Since x21=(x1)(x+1)x^2-1=(x-1)(x+1), we need both P(1)=0P(1)=0 and P(1)=0P(-1)=0.
  • Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Let the roots of x4+2x37x2+3x+5=0x^4+2x^3-7x^2+3x+5=0 be z1,z2,z3,z4z_1,z_2,z_3,z_4. Find zi2\sum z_i^2." answer="1818" hint="First find zi\sum z_i and i<jzizj\sum_{i<j} z_iz_j." solution="For x4+2x37x2+3x+5=0\qquad x^4+2x^3-7x^2+3x+5=0, by Vieta, z1+z2+z3+z4=2\qquad z_1+z_2+z_3+z_4 = -2 and i<jzizj=7\qquad \sum_{i<j} z_iz_j = -7 Now zi2=(zi)22i<jzizj\qquad \sum z_i^2 = \left(\sum z_i\right)^2 - 2\sum_{i<j} z_iz_j So zi2=(2)22(7)=4+14=18\qquad \sum z_i^2 = (-2)^2 - 2(-7)=4+14=18 Therefore the required value is 18\boxed{18}." ::: ---

    Summary

    Key Takeaways for CMI

    • Vieta relations connect coefficients directly with symmetric sums of roots.

    • For non-monic polynomials, divide by the leading coefficient mentally.

    • The fastest derived identity is

    ri2=(ri)22rirj\qquad \sum r_i^2 = (\sum r_i)^2 - 2\sum r_ir_j
    • The reciprocal sum formula is

    1ri=a1a0\qquad \sum \dfrac{1}{r_i} = -\dfrac{a_1}{a_0},
    but only when a00a_0\ne 0.
    • Divisibility conditions and Vieta often work together.

    • Most errors in this topic come from sign mistakes, not concept mistakes.

    ---

    💡 Next Up

    Proceeding to Rational roots.

    ---

    Part 4: Rational roots

    Rational Roots

    Overview

    The idea of a rational root is simple: it is a root that can be written in the form pq\qquad \dfrac{p}{q} where pp and qq are integers and q0q \ne 0. But in polynomial equations, especially CMI-style algebra, rational roots are useful not only for finding solutions, but also for testing factorisation, reducing degree, and proving non-existence of easy roots. This topic mainly revolves around the Rational Root Theorem, careful substitution, and the link between roots and factors. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • identify what a rational root is

    • apply the Rational Root Theorem correctly

    • list all possible rational roots of a polynomial

    • test candidates efficiently using substitution

    • use a rational root to factor a polynomial and reduce its degree

    ---

    Definition

    📖 Rational Root

    A rational root of a polynomial equation is a root of the form

    pq\qquad \dfrac{p}{q}

    where p,qZp,q \in \mathbb{Z}, q0q \ne 0, and the fraction is in lowest terms.

    ---

    Core Link Between Roots and Factors

    📐 Factor Theorem

    If P(x)P(x) is a polynomial and

    P(r)=0\qquad P(r)=0

    then (xr)(x-r) is a factor of P(x)P(x).

    So every rational root immediately gives a linear factor.

    Why Rational Roots Matter

    If you find one rational root of a polynomial of degree 33 or higher, then:

    • you get a factor

    • you can divide the polynomial by that factor

    • the remaining problem becomes simpler

    ---

    Rational Root Theorem

    📐 Rational Root Theorem

    Let

    P(x)=anxn+an1xn1++a1x+a0\qquad P(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

    be a polynomial with integer coefficients.

    If pq\dfrac{p}{q} in lowest terms is a rational root of P(x)=0P(x)=0, then

      • pp divides the constant term a0a_0

      • qq divides the leading coefficient ana_n


    So every possible rational root must be of the form

    ±factor of a0factor of an\qquad \pm \dfrac{\text{factor of }a_0}{\text{factor of }a_n}

    ---

    How to Generate Candidates

    💡 Candidate List Method

    For a polynomial with integer coefficients:

    • write all factors of the constant term

    • write all factors of the leading coefficient

    • form all possible fractions

    • include both positive and negative values

    • test each candidate in the polynomial


    This gives all possible rational roots, not guaranteed roots.

    ---

    Important Special Cases

    📐 Monic Polynomial Case

    If the polynomial is monic, that is, the leading coefficient is 11, then every rational root must actually be an integer dividing the constant term.

    For example, if

    P(x)=x35x2+2x+8\qquad P(x)=x^3-5x^2+2x+8

    then any rational root must be among the integer divisors of 88:

    ±1,±2,±4,±8\qquad \pm 1,\pm 2,\pm 4,\pm 8

    📐 Zero as a Root

    If the constant term is 00, then

    x=0\qquad x=0

    is automatically a root, and xx is a factor of the polynomial.

    ---

    Minimal Worked Examples

    Example 1 Find all possible rational roots of 2x33x28x+3=0\qquad 2x^3-3x^2-8x+3=0 Here:
    • constant term =3=3
    • leading coefficient =2=2
    Factors of 33 are ±1,±3\qquad \pm 1,\pm 3 Factors of 22 are ±1,±2\qquad \pm 1,\pm 2 So the possible rational roots are ±1, ±3, ±12, ±32\qquad \pm 1,\ \pm 3,\ \pm \dfrac12,\ \pm \dfrac32 These are only candidates. Each must be tested. --- Example 2 Test whether x=2x=2 is a root of x34x2+x+6\qquad x^3-4x^2+x+6 Substitute x=2x=2: P(2)=234(22)+2+6\qquad P(2)=2^3-4(2^2)+2+6 =816+2+6=0\qquad =8-16+2+6=0 So x=2x=2 is a root, hence (x2)(x-2) is a factor. ---

    Efficient Testing Ideas

    💡 How to Test Fast

    When testing candidate roots:

    • start with small integers first: ±1,±2\pm 1,\pm 2

    • look for sign cancellation or easy mental arithmetic

    • if the polynomial is monic, test divisors of the constant term first

    • once a root is found, factor immediately instead of testing all remaining candidates blindly

    ---

    Rational Root Theorem Does Not Say

    ⚠️ Avoid These Misunderstandings

    The Rational Root Theorem does not say:

      • every polynomial has a rational root

      • every candidate obtained is an actual root

      • irrational or complex roots do not exist


    It only says:

    if a rational root exists, then it must come from the candidate list.

    ---

    Relation with Factorisation

    📐 After Finding a Rational Root

    If rr is a rational root of P(x)P(x), then

    P(x)=(xr)Q(x)\qquad P(x)=(x-r)Q(x)

    for some polynomial Q(x)Q(x).

    This is the usual next step in solving cubic and quartic equations by algebraic methods.

    ---

    Common Error Patterns

    ⚠️ Avoid These Errors
      • ❌ forgetting to reduce pq\dfrac{p}{q} to lowest terms before applying the theorem
      • ❌ listing only positive candidates and forgetting negatives
      • ❌ confusing possible rational roots with actual roots
      • ❌ making arithmetic mistakes while testing candidates
      • ❌ forgetting that the theorem requires integer coefficients
    ---

    When the Theorem Applies

    Applicability

    Use the Rational Root Theorem when:

      • the polynomial has integer coefficients

      • you want to find rational roots or show likely absence of simple rational roots

      • you want to begin factorisation of a cubic or quartic


    Use caution if coefficients are not integers. In such cases, first clear denominators if convenient.

    ---

    Strategy for CMI-Type Questions

    💡 CMI Strategy

    • First inspect whether the polynomial is monic.

    • Write the constant term and leading coefficient separately.

    • Generate the full rational candidate set carefully.

    • Test easy candidates first.

    • Once a root is found, factor and reduce the degree.

    • If no candidate works, conclude there is no rational root from the theorem.

    ---

    Practice Questions

    :::question type="MCQ" question="Which of the following can be a rational root of the polynomial 2x3+5x2x3=02x^3+5x^2-x-3=0?" options=["52\dfrac{5}{2}","32\dfrac{3}{2}","43\dfrac{4}{3}","53\dfrac{5}{3}"] answer="B" hint="Use the Rational Root Theorem: numerator divides the constant term, denominator divides the leading coefficient." solution="For the polynomial 2x3+5x2x3\qquad 2x^3+5x^2-x-3 the constant term is 3-3 and the leading coefficient is 22. So a rational root, if it exists, must be of the form ±factor of 3factor of 2\qquad \pm \dfrac{\text{factor of }3}{\text{factor of }2} Hence the possible rational roots are ±1, ±3, ±12, ±32\qquad \pm 1,\ \pm 3,\ \pm \dfrac12,\ \pm \dfrac32 Among the given options, only 32\dfrac32 appears in the candidate list. Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="How many possible rational roots does the polynomial equation x37x+6=0x^3-7x+6=0 have according to the Rational Root Theorem?" answer="8" hint="The polynomial is monic, so possible rational roots are just the integer divisors of the constant term, with both signs." solution="The polynomial is x37x+6\qquad x^3-7x+6 Since it is monic, any rational root must be an integer dividing the constant term 66. The divisors of 66 are 1, 2, 3, 6\qquad 1,\ 2,\ 3,\ 6 Including both positive and negative values, the possible rational roots are ±1, ±2, ±3, ±6\qquad \pm 1,\ \pm 2,\ \pm 3,\ \pm 6 This gives a total of 8\boxed{8} possible rational roots." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If pq\dfrac{p}{q} is a rational root in lowest terms of a polynomial with integer coefficients, then pp divides the constant term","If pq\dfrac{p}{q} is a rational root in lowest terms of a polynomial with integer coefficients, then qq divides the leading coefficient","Every candidate from the Rational Root Theorem is an actual root","If a polynomial is monic with integer coefficients, then every rational root must be an integer"] answer="A,B,D" hint="Recall exactly what the theorem guarantees." solution="1. True. This is one part of the Rational Root Theorem.
  • True. This is the other part of the theorem.
  • False. The theorem gives only possible rational roots, not guaranteed roots.
  • True. If the leading coefficient is 11, then qq must divide 11, so q=±1q=\pm 1. Hence every rational root must be an integer.
  • Therefore the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="List all possible rational roots of the polynomial 3x32x25x+10=03x^3-2x^2-5x+10=0." answer="±1,±2,±5,±10,±13,±23,±53,±103\pm 1,\\ \pm 2,\\ \pm 5,\\ \pm 10,\\ \pm \dfrac13,\\ \pm \dfrac23,\\ \pm \dfrac53,\\ \pm \dfrac{10}{3}" hint="Numerators come from factors of the constant term and denominators from factors of the leading coefficient." solution="For 3x32x25x+10=0\qquad 3x^3-2x^2-5x+10=0 the constant term is 1010, and the leading coefficient is 33. Factors of 1010 are ±1, ±2, ±5, ±10\qquad \pm 1,\ \pm 2,\ \pm 5,\ \pm 10 Factors of 33 are ±1, ±3\qquad \pm 1,\ \pm 3 Hence all possible rational roots are ±1, ±2, ±5, ±10, ±13, ±23, ±53, ±103\qquad \pm 1,\ \pm 2,\ \pm 5,\ \pm 10,\ \pm \dfrac13,\ \pm \dfrac23,\ \pm \dfrac53,\ \pm \dfrac{10}{3} These are the possible rational roots according to the Rational Root Theorem. They are not necessarily actual roots. Therefore the required list is ±1, ±2, ±5, ±10, ±13, ±23, ±53, ±103\boxed{\pm 1,\ \pm 2,\ \pm 5,\ \pm 10,\ \pm \dfrac13,\ \pm \dfrac23,\ \pm \dfrac53,\ \pm \dfrac{10}{3}}." ::: ---

    Summary

    Key Takeaways for CMI

    • A rational root is a root of the form pq\dfrac{p}{q} with integers p,qp,q and q0q\ne 0.

    • For a polynomial with integer coefficients, any rational root must satisfy:

    - numerator divides the constant term
    - denominator divides the leading coefficient
    • The theorem gives a candidate list, not actual roots.

    • For monic polynomials, every rational root must be an integer divisor of the constant term.

    • Once a rational root is found, factor the polynomial and reduce the degree.

    • The theorem is a filtering tool and a factorisation tool, not a guarantee of solvability.

    ---

    💡 Next Up

    Proceeding to Integer roots.

    ---

    Part 5: Integer roots

    Integer Roots

    Overview

    When a polynomial has integer coefficients, its integer roots are highly restricted. In CMI-style problems, the main idea is that an integer root cannot be arbitrary: it must interact in a rigid way with the constant term and with Vieta's relations. This topic is not just about testing divisors, but about combining Factor Theorem, Remainder Theorem, and Vieta's formulas intelligently. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • use the Factor Theorem to test whether an integer is a root.

    • apply the integer-root condition for monic polynomials with integer coefficients.

    • use divisibility of the constant term to shortlist possible integer roots.

    • connect integer roots with Vieta's formulas in quadratic and cubic equations.

    • rule out impossible rational roots in monic integer polynomials.

    ---

    Core Idea

    📖 Integer Root

    An integer root of a polynomial f(x)f(x) is an integer mm such that

    f(m)=0\qquad f(m)=0

    By the Factor Theorem, this is equivalent to saying that

    xm\qquad x-m

    is a factor of f(x)f(x).

    📐 Factor Theorem

    If f(a)=0f(a)=0, then

    xa\qquad x-a

    is a factor of f(x)f(x).

    Conversely, if (xa)(x-a) divides f(x)f(x), then

    f(a)=0\qquad f(a)=0

    ---

    Remainder Theorem

    📐 Remainder Theorem

    When a polynomial f(x)f(x) is divided by xax-a, the remainder is

    f(a)\qquad f(a)

    So:

      • if f(a)=0f(a)=0, then aa is a root

      • if f(a)0f(a)\ne 0, then aa is not a root

    💡 Why This Matters

    To test whether an integer mm is a root, you do not need full factorisation. Just compute

    f(m)\qquad f(m)

    If it is 00, then mm is a root.

    ---

    Main Integer Root Rule

    Most Important Theorem

    Let

    f(x)=anxn+an1xn1++a1x+a0\qquad f(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

    have integer coefficients.

    If an integer mm is a root of f(x)f(x), then

    ma0\qquad m \mid a_0

    That is, the integer root must divide the constant term.

    📐 Monic Polynomial Version

    If

    f(x)=xn+an1xn1++a1x+a0\qquad f(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

    has integer coefficients and mm is an integer root, then

    ma0\qquad m \mid a_0

    So the only possible integer roots are the positive and negative divisors of the constant term.

    ---

    Why Integer Roots Divide the Constant Term

    💡 Quick Proof Idea

    Suppose mm is a root of

    f(x)=xn+an1xn1++a1x+a0\qquad f(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

    Then

    mn+an1mn1++a1m+a0=0\qquad m^n+a_{n-1}m^{n-1}+\cdots+a_1m+a_0=0

    So

    a0=m(mn1+an1mn2++a1)\qquad a_0 = -m(m^{n-1}+a_{n-1}m^{n-2}+\cdots+a_1)

    Hence a0a_0 is a multiple of mm. Therefore

    ma0\qquad m \mid a_0

    ---

    Consequences for Monic Integer Polynomials

    Very Useful Consequences

    For a monic polynomial with integer coefficients:

    • every integer root must divide the constant term

    • if the constant term is prime, the only possible integer roots are

    ±1, ±p\qquad \pm 1,\ \pm p
    • if the constant term is ±1\pm 1, then the only possible integer roots are

    ±1\qquad \pm 1
    • if the constant term is 00, then

    x=0\qquad x=0
    is definitely a root

    ---

    Rational Root Observation

    ⚠️ Important Extension

    For a monic polynomial with integer coefficients, any rational root must actually be an integer.

    So if

    f(x)=xn+an1xn1++a0\qquad f(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_0

    has integer coefficients, then roots like

    12, 23, 75\qquad \dfrac12,\ \dfrac23,\ \dfrac{7}{5}

    cannot occur as rational roots.

    📐 Reason

    This is a special case of the Rational Root Theorem.

    For a monic polynomial, if pq\dfrac{p}{q} in lowest terms is a rational root, then

      • pp divides the constant term

      • qq divides the leading coefficient


    But the leading coefficient is 11, so

    q=1\qquad q=1

    Hence the rational root is an integer.

    ---

    Vieta's Formulas and Integer Roots

    📐 Quadratic Case

    If

    f(x)=x2+bx+c\qquad f(x)=x^2+bx+c

    has roots r,sr,s, then

    r+s=b\qquad r+s=-b
    rs=c\qquad rs=c

    So if both roots are integers, they are integer factor pairs of cc whose sum is b-b.

    📐 Cubic Case

    If

    f(x)=x3+ax2+bx+c\qquad f(x)=x^3+ax^2+bx+c

    has roots p,q,rp,q,r, then

    p+q+r=a\qquad p+q+r=-a
    pq+qr+rp=b\qquad pq+qr+rp=b
    pqr=c\qquad pqr=-c

    So if one root is an integer, it must divide cc.
    If all three roots are integers, then their product is exactly c-c.

    ---

    Polynomial Decomposition Around a Root Candidate

    📐 Useful Identity

    For any polynomial f(x)f(x) and any number aa,

    f(x)=(xa)Q(x)+f(a)\qquad f(x)=(x-a)Q(x)+f(a)

    This is just the division algorithm.

    So if the coefficients of f(x)f(x) are integers and aa is an integer, then Q(x)Q(x) also has integer coefficients when dividing by xax-a.

    This is often useful when f(a)f(a) is known but aa is not necessarily a root.

    ---

    Minimal Worked Examples

    Example 1 Find all possible integer roots of x37x2+10x8=0\qquad x^3-7x^2+10x-8=0 Since the polynomial is monic and the constant term is 8-8, any integer root must divide 8-8. So the only possibilities are ±1, ±2, ±4, ±8\qquad \pm 1,\ \pm 2,\ \pm 4,\ \pm 8 These are the only candidates worth testing. --- Example 2 Can 12\dfrac12 be a root of a monic polynomial with integer coefficients? No. Because any rational root of a monic polynomial with integer coefficients must be an integer. Since 12\qquad \dfrac12 is not an integer, it cannot be such a root. ---

    Standard Solving Strategy

    💡 How to Attack Integer-Root Problems

    • identify the constant term.

    • list all integer divisors of the constant term.

    • test them using the Remainder Theorem.

    • once one root is found, factor out (xr)(x-r).

    • solve the lower-degree polynomial that remains.

    • use Vieta's relations if the problem asks about sums, products, or possible values.

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Thinking any integer can be a root
    ✅ Integer roots must divide the constant term.
      • ❌ Forgetting signs
    ✅ If dd divides cc, then both dd and d-d are candidates.
      • ❌ Confusing integer root condition with full factorisation
    ✅ Divisibility gives only candidates, not automatic roots.
      • ❌ Forgetting that monic integer polynomials cannot have non-integer rational roots
    ✅ For monic polynomials, rational root \Rightarrow integer root.
      • ❌ Using Vieta without checking coefficient signs
    ✅ For x3+ax2+bx+c\qquad x^3+ax^2+bx+c the product of roots is c\qquad -c
    ---

    CMI Strategy

    💡 Exam Thinking

    • Use divisibility first, not expansion.

    • If the constant term is small or highly structured, exploit its divisors.

    • If the polynomial is monic, eliminate fractional rational roots immediately.

    • In cubic problems, combine:

    - root divides constant term
    - sum/product from Vieta
    • If a value like f(1)f(1) is given, rewrite using

    f(x)=(x1)Q(x)+f(1)\qquad f(x)=(x-1)Q(x)+f(1)

    ---

    Practice Questions

    :::question type="MCQ" question="If f(x)=x3+2x25x6f(x)=x^3+2x^2-5x-6, then which of the following can be an integer root of f(x)f(x)?" options=["44","55","66","77"] answer="C" hint="An integer root of a monic polynomial must divide the constant term." solution="The polynomial is monic and its constant term is 6-6. So any integer root must divide 6-6. The possible integer roots are ±1, ±2, ±3, ±6\qquad \pm 1,\ \pm 2,\ \pm 3,\ \pm 6 Among the options, only 66 is possible as an integer root candidate. Therefore the correct answer is C\boxed{C}." ::: :::question type="NAT" question="How many positive integer roots can a monic polynomial with integer coefficients and constant term 1212 possibly have as candidates before testing?" answer="6" hint="Count the positive divisors of 1212." solution="For a monic polynomial with integer coefficients, every integer root must divide the constant term. So if the constant term is 1212, the positive integer root candidates are the positive divisors of 1212: 1,2,3,4,6,12\qquad 1,2,3,4,6,12 There are 66 such candidates. Hence the answer is 6\boxed{6}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If an integer mm is a root of a polynomial with integer coefficients, then mm divides the constant term.","Every divisor of the constant term is automatically a root.","If a monic polynomial with integer coefficients has a rational root, then that root must be an integer.","For x3+ax2+bx+cx^3+ax^2+bx+c, the product of the roots is c-c."] answer="A,C,D" hint="Separate root conditions from root candidates." solution="1. True. This is the standard integer-root divisibility condition.
  • False. Dividing the constant term only makes a number a candidate, not necessarily an actual root.
  • True. By the Rational Root Theorem, a rational root of a monic integer polynomial must be an integer.
  • True. By Vieta's formula for
  • x3+ax2+bx+c\qquad x^3+ax^2+bx+c, the product of the roots is c\qquad -c. Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Let f(x)=x3+ax2+bx+cf(x)=x^3+ax^2+bx+c where a,b,ca,b,c are integers. Show that if rr is a rational root of f(x)f(x), then rr must be an integer." answer="Any rational root of a monic polynomial with integer coefficients must be an integer." hint="Use the Rational Root Theorem with leading coefficient 11." solution="Let r=pq\qquad r=\dfrac{p}{q} be a rational root of f(x)f(x) in lowest terms, where p,qp,q are integers and gcd(p,q)=1\gcd(p,q)=1. Since f(x)=x3+ax2+bx+c\qquad f(x)=x^3+ax^2+bx+c is a monic polynomial with integer coefficients, the Rational Root Theorem gives:
    • pp divides the constant term cc
    • qq divides the leading coefficient
    But the leading coefficient is 11, so qq must divide 11. Hence q=1\qquad q=1 Therefore r=p1=p\qquad r=\dfrac{p}{1}=p which is an integer. So any rational root of a monic polynomial with integer coefficients must be an integer. Hence the required statement is proved." ::: ---

    Summary

    Key Takeaways for CMI

    • An integer root of an integer-coefficient polynomial must divide the constant term.

    • For monic integer polynomials, rational roots must actually be integers.

    • Factor Theorem and Remainder Theorem are the fastest tools for testing root candidates.

    • Vieta's formulas connect roots with coefficients and are especially useful in cubic problems.

    • Divisibility gives possible roots, not guaranteed roots.

    • In root-theory questions, combine divisibility, factorisation, and Vieta instead of using only one idea.

    ---

    💡 Next Up

    Proceeding to Multiple roots.

    ---

    Part 6: Multiple roots

    Multiple Roots

    Overview

    A multiple root is much more than “a root repeated twice”. It changes the algebra, the graph, and the derivative structure of a polynomial. In CMI-style questions, this topic is often tested through factorisation, derivative sharing, uniqueness of real roots, and monic integer polynomials. The central idea is: a repeated root is a common root of p(x) and p(x)\qquad \text{a repeated root is a common root of } p(x) \text{ and } p'(x) This makes derivatives a natural tool in root theory. ---

    Learning Objectives

    By the End of This Topic

    After studying this topic, you will be able to:

    • define multiplicity of a root precisely

    • detect repeated roots using p(x)p(x) and p(x)p'(x)

    • understand how multiplicity changes after differentiation

    • connect multiple roots with graph behaviour

    • use multiplicity ideas in monic, rational, and integer-coefficient polynomials

    ---

    Core Definition

    📖 Multiplicity of a Root

    A number rr is called a root of multiplicity mm of a polynomial p(x)p(x) if

    p(x)=(xr)mq(x)\qquad p(x) = (x-r)^m q(x)

    for some polynomial q(x)q(x) such that

    q(r)0\qquad q(r) \ne 0

    Here:

      • m=1m=1 means a simple root

      • m2m\ge 2 means a multiple root

    📐 Immediate Consequences

    If rr is a root of multiplicity mm, then

      • p(r)=0p(r)=0

      • p(r)=0p'(r)=0 if m2m\ge 2

      • p(r)=0p''(r)=0 if m3m\ge 3

      • in general, the first m1m-1 derivatives vanish at rr


    That is,

    p(r)=p(r)==p(m1)(r)=0\qquad p(r)=p'(r)=\cdots=p^{(m-1)}(r)=0

    but

    p(m)(r)0\qquad p^{(m)}(r)\ne 0

    ---

    The Main Test for Repeated Roots

    📐 Repeated Root Criterion

    A polynomial p(x)p(x) has a repeated root rr if and only if

    p(r)=0andp(r)=0\qquad p(r)=0 \quad \text{and} \quad p'(r)=0

    Equivalently:

    p(x) has a repeated root     gcd(p,p) is non-constant\qquad p(x) \text{ has a repeated root } \iff \gcd(p,p') \text{ is non-constant}

    Why this works If p(x)=(xr)mq(x),m2\qquad p(x)=(x-r)^m q(x), \quad m\ge 2 then on differentiating, p(x)=m(xr)m1q(x)+(xr)mq(x)\qquad p'(x)=m(x-r)^{m-1}q(x) + (x-r)^m q'(x) So (xr)(x-r) is still a factor of p(x)p'(x), hence p(r)=0p'(r)=0. Conversely, if p(r)=0p(r)=0 and p(r)=0p'(r)=0, then (xr)(x-r) divides both pp and pp', so the root is not simple. ---

    How Differentiation Changes Multiplicity

    📐 Multiplicity Drop Rule

    If rr is a root of multiplicity mm of p(x)p(x), then rr is a root of multiplicity m1m-1 of p(x)p'(x).

    Examples:

      • if rr is a double root of pp, then rr is a simple root of pp'

      • if rr is a triple root of pp, then rr is a double root of pp'

      • if rr is a quadruple root of pp, then rr is a triple root of pp'

    ---

    Graph Meaning

    💡 How the Graph Behaves at a Multiple Root

    If rr is a root of p(x)p(x):

      • odd multiplicity \Rightarrow graph crosses the xx-axis

      • even multiplicity \Rightarrow graph touches the xx-axis and turns back


    Special cases:
      • simple root: crosses normally

      • double root: touches and turns

      • triple root: crosses but flattens

    This is not just graphical intuition. It is often the quickest way to guess whether a unique real root must be repeated. ---

    Even Degree and “Exactly One Real Root”

    A Very Important Structural Fact

    For a polynomial of even degree with real coefficients, non-real roots occur in conjugate pairs.

    So if such a polynomial has exactly one distinct real root, then that real root must have even multiplicity.

    For a quartic polynomial, if there is exactly one real number rr such that p(r)=0p(r)=0, then the multiplicity of rr must be:

      • 22, or

      • 44


    In particular, rr is a multiple root.

    💡 Why This Matters

    Once you know the unique real root is multiple, you immediately know

    p(r)=0andp(r)=0\qquad p(r)=0 \quad \text{and} \quad p'(r)=0

    So the derivative becomes a root-detection tool.

    ---

    Quadratic Case

    📐 Repeated Root in a Quadratic

    For

    ax2+bx+c=0,a0\qquad ax^2+bx+c=0, \quad a\ne 0

    a repeated root occurs exactly when the discriminant is zero:

    b24ac=0\qquad b^2-4ac=0

    In that case, the double root is

    x=b2a\qquad x=-\dfrac{b}{2a}

    This is the simplest model of the repeated-root phenomenon. ---

    Rational and Integer Coefficients

    📐 Monic Integer Polynomial Fact

    If a monic polynomial with integer coefficients has a rational root, then that root must be an integer.

    Reason:
    By the Rational Root Theorem, if

    x=uv\qquad x=\dfrac{u}{v}

    in lowest terms is a root of

    xn+an1xn1++a0\qquad x^n+a_{n-1}x^{n-1}+\cdots+a_0

    with integer coefficients, then

      • ua0u \mid a_0

      • v1v \mid 1


    So v=1v=1, hence the root is an integer.

    Practical Exam Use

    In monic integer polynomials, once you prove a root is rational, you have automatically proved it is an integer.

    ---

    Standard Factor Forms

    📐 Useful Models
      • double root at rr:
    p(x)=(xr)2q(x)\qquad p(x)=(x-r)^2 q(x)
      • triple root at rr:
    p(x)=(xr)3q(x)\qquad p(x)=(x-r)^3 q(x)
      • quartic with exactly one distinct real root:
    p(x)=(xr)2(x2+ux+v)\qquad p(x)=(x-r)^2(x^2+ux+v) or p(x)=(xr)4\qquad p(x)=(x-r)^4 In the first case, the quadratic factor must have no real root if rr is the only real root.
    ---

    Minimal Worked Examples

    Example 1 Show that x=2x=2 is a repeated root of p(x)=x36x2+12x8\qquad p(x)=x^3-6x^2+12x-8 We factor: p(x)=(x2)3\qquad p(x)=(x-2)^3 So x=2x=2 is a root of multiplicity 33. Also, p(x)=3x212x+12=3(x2)2\qquad p'(x)=3x^2-12x+12=3(x-2)^2 Hence p(2)=0andp(2)=0\qquad p(2)=0 \quad \text{and} \quad p'(2)=0 --- Example 2 For what value of kk does x22kx+9=0\qquad x^2-2kx+9=0 have a repeated root? A repeated root in a quadratic means discriminant zero: (2k)2419=0\qquad (-2k)^2 - 4\cdot 1 \cdot 9 = 0 4k236=0\qquad 4k^2-36=0 k2=9\qquad k^2=9 k=±3\qquad k=\pm 3 ---

    CMI Strategy

    💡 How to Attack Multiple-Root Problems

    • first ask whether the root is simple or repeated

    • if repeated, write p(r)=0p(r)=0 and p(r)=0p'(r)=0

    • for quadratics, use discriminant zero

    • for monic integer polynomials, prove rational first, then conclude integer

    • if a polynomial has exactly one real root and even degree, expect even multiplicity

    • if needed, rewrite the polynomial as (xr)mq(x)(x-r)^m q(x) and compare coefficients

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ thinking “one real root” means multiplicity 11
      • ❌ forgetting that non-real roots come in conjugate pairs for real coefficients
      • ❌ using only p(r)=0p(r)=0 and forgetting p(r)=0p'(r)=0 for repeated roots
      • ❌ assuming every touching point is a double root without checking algebraically
      • ❌ forgetting that for monic integer polynomials, rational roots are automatically integers
    ---

    Practice Questions

    :::question type="MCQ" question="If rr is a double root of a polynomial p(x)p(x), which of the following must be true?" options=["p(r)0p(r)\ne 0 and p(r)=0p'(r)=0","p(r)=0p(r)=0 and p(r)=0p'(r)=0","p(r)=0p(r)=0 and p(r)=0p''(r)=0 always","p(r)0p'(r)\ne 0"] answer="B" hint="Use the repeated root criterion." solution="If rr is a double root, then (xr)2(x-r)^2 divides p(x)p(x). Therefore p(r)=0\qquad p(r)=0 and also p(r)=0\qquad p'(r)=0. So the correct option is B\boxed{B}." ::: :::question type="NAT" question="The polynomial p(x)=x33x2+3x1p(x)=x^3-3x^2+3x-1 has a root of multiplicity what?" answer="3" hint="Recognize a binomial expansion." solution="We observe that x33x2+3x1=(x1)3\qquad x^3-3x^2+3x-1=(x-1)^3 Hence x=1x=1 is the only root, and it has multiplicity 3\boxed{3}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If rr is a repeated root of p(x)p(x), then rr is a root of p(x)p'(x).","A quartic polynomial with real coefficients and exactly one distinct real root must have that root with even multiplicity.","If a monic polynomial with integer coefficients has a rational root, then that root is an integer.","If p(r)=0p(r)=0, then rr must be a repeated root."] answer="A,B,C" hint="Separate the repeated-root test from the ordinary root condition." solution="1. True. A repeated root is a common root of pp and pp'.
  • True. In even degree with real coefficients, non-real roots occur in conjugate pairs, so the lone real root must consume an even multiplicity.
  • True. By the Rational Root Theorem, a rational root of a monic integer polynomial must be an integer.
  • False. A simple root also satisfies p(r)=0p(r)=0, so this condition alone does not imply repetition.
  • Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Prove that if rr is a root of multiplicity m2m\ge 2 of a polynomial p(x)p(x), then rr is a root of multiplicity m1m-1 of p(x)p'(x)." answer="If p(x)=(xr)mq(x)p(x)=(x-r)^m q(x) with q(r)0q(r)\ne 0, then differentiating shows (xr)m1(x-r)^{m-1} divides p(x)p'(x) but (xr)m(x-r)^m does not." hint="Write p(x)p(x) in factorized form and differentiate using the product rule." solution="Since rr is a root of multiplicity mm, we can write p(x)=(xr)mq(x)\qquad p(x)=(x-r)^m q(x) where q(r)0q(r)\ne 0. Differentiate using the product rule: p(x)=m(xr)m1q(x)+(xr)mq(x)\qquad p'(x)=m(x-r)^{m-1}q(x) + (x-r)^m q'(x) Factor out (xr)m1(x-r)^{m-1}: p(x)=(xr)m1(mq(x)+(xr)q(x))\qquad p'(x)=(x-r)^{m-1}\big(mq(x)+(x-r)q'(x)\big) So (xr)m1(x-r)^{m-1} divides p(x)p'(x). Now evaluate the bracket at x=rx=r: mq(r)+(rr)q(r)=mq(r)\qquad mq(r)+(r-r)q'(r)=mq(r) Since m2m\ge 2 and q(r)0q(r)\ne 0, this quantity is nonzero. Therefore (xr)(x-r) does not divide the bracket. Hence (xr)m1(x-r)^{m-1} is the highest power of (xr)(x-r) dividing p(x)p'(x). So rr is a root of multiplicity m1\boxed{m-1} of p(x)p'(x). " ::: ---

    Summary

    Key Takeaways for CMI

    • A root rr has multiplicity mm if p(x)=(xr)mq(x)p(x)=(x-r)^m q(x) with q(r)0q(r)\ne 0.

    • A repeated root is exactly a common root of p(x)p(x) and p(x)p'(x).

    • Differentiation reduces multiplicity by 11.

    • In even-degree real polynomials, a unique real root must have even multiplicity.

    • For monic integer polynomials, rational roots are automatically integers.

    • In root theory problems, the pair p(r)=0p(r)=0 and p(r)=0p'(r)=0 is often the decisive step.

    Chapter Summary

    Root theory — Key Points

    • Remainder & Factor Theorems: P(a)P(a) is the remainder when P(x)P(x) is divided by (xa)(x-a). Consequently, (xa)(x-a) is a factor of P(x)P(x) if and only if P(a)=0P(a)=0. These are fundamental for evaluating polynomials and identifying linear factors.

    • Vieta's Relations: These critical relationships connect the coefficients of a polynomial to symmetric expressions of its roots (sums, products, and sums of products). They are indispensable for solving problems involving root properties without explicit calculation of the roots.

    • Rational Root Theorem: For a polynomial with integer coefficients, any rational root p/qp/q (in simplest form) must satisfy that pp divides the constant term and qq divides the leading coefficient. This theorem significantly narrows the search space for rational roots.

    • Integer Root Theorem: A special case of the Rational Root Theorem, stating that any integer root of a polynomial with integer coefficients must be a divisor of the constant term.

    • Multiple Roots: If x=ax=a is a multiple root of a polynomial P(x)P(x), then P(a)=0P(a)=0 and P(a)=0P'(a)=0. This derivative test is a powerful tool for identifying repeated roots and simplifying polynomial factorization.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="Let α,β,γ\alpha, \beta, \gamma be the roots of the polynomial equation x36x2+11x6=0x^3 - 6x^2 + 11x - 6 = 0. Determine the value of α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2." options=["6","10","14","22"] answer="14" hint="Use Vieta's relations to express the sum of squares in terms of elementary symmetric polynomials." solution="From Vieta's relations:
    α+β+γ=6\alpha + \beta + \gamma = 6
    αβ+βγ+γα=11\alpha\beta + \beta\gamma + \gamma\alpha = 11
    We know that α2+β2+γ2=(α+β+γ)22(αβ+βγ+γα)\alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 - 2(\alpha\beta + \beta\gamma + \gamma\alpha).
    Substituting the values:
    α2+β2+γ2=(6)22(11)=3622=14\alpha^2 + \beta^2 + \gamma^2 = (6)^2 - 2(11) = 36 - 22 = 14."
    :::

    :::question type="NAT" question="If the polynomial P(x)=x3kx2+5x3P(x) = x^3 - kx^2 + 5x - 3 leaves a remainder of 3 when divided by (x2)(x-2), what is the value of kk?" answer="3" hint="Apply the Remainder Theorem directly." solution="By the Remainder Theorem, P(2)P(2) must be equal to the remainder when P(x)P(x) is divided by (x2)(x-2).
    Given remainder is 3, so P(2)=3P(2) = 3.
    Substitute x=2x=2 into P(x)P(x):
    23k(22)+5(2)3=32^3 - k(2^2) + 5(2) - 3 = 3
    84k+103=38 - 4k + 10 - 3 = 3
    154k=315 - 4k = 3
    4k=124k = 12
    k=3k = 3."
    :::

    :::question type="MCQ" question="For what value of aa does the polynomial P(x)=x36x2+12x+aP(x) = x^3 - 6x^2 + 12x + a have a multiple root?" options=["-8","-4","0","4"] answer="-8" hint="If x=rx=r is a multiple root, then P(r)=0P(r)=0 and P(r)=0P'(r)=0." solution="If P(x)P(x) has a multiple root at x=rx=r, then P(r)=0P(r)=0 and P(r)=0P'(r)=0.
    First, find the derivative of P(x)P(x):
    P(x)=ddx(x36x2+12x+a)=3x212x+12P'(x) = \frac{d}{dx}(x^3 - 6x^2 + 12x + a) = 3x^2 - 12x + 12.
    Set P(x)=0P'(x) = 0 to find potential multiple roots:
    3x212x+12=03x^2 - 12x + 12 = 0
    x24x+4=0x^2 - 4x + 4 = 0
    (x2)2=0(x-2)^2 = 0
    This implies that x=2x=2 is the only potential multiple root.
    For x=2x=2 to be a multiple root of P(x)P(x), we must have P(2)=0P(2)=0.
    Substitute x=2x=2 into P(x)P(x):
    P(2)=(2)36(2)2+12(2)+a=86(4)+24+a=824+24+a=8+aP(2) = (2)^3 - 6(2)^2 + 12(2) + a = 8 - 6(4) + 24 + a = 8 - 24 + 24 + a = 8 + a.
    Setting P(2)=0P(2)=0:
    8+a=0    a=88 + a = 0 \implies a = -8."
    :::

    :::question type="NAT" question="Find the sum of all integer roots of the polynomial P(x)=x42x37x2+8x+12P(x) = x^4 - 2x^3 - 7x^2 + 8x + 12." answer="2" hint="Use the Integer Root Theorem to identify potential roots, then test them." solution="According to the Integer Root Theorem, any integer root of P(x)P(x) must be a divisor of the constant term, 12.
    The divisors of 12 are ±1,±2,±3,±4,±6,±12\pm 1, \pm 2, \pm 3, \pm 4, \pm 6, \pm 12.
    Let's test these values:
    P(1)=127+8+12=120P(1) = 1 - 2 - 7 + 8 + 12 = 12 \neq 0
    P(1)=(1)42(1)37(1)2+8(1)+12=1+278+12=0P(-1) = (-1)^4 - 2(-1)^3 - 7(-1)^2 + 8(-1) + 12 = 1 + 2 - 7 - 8 + 12 = 0. So x=1x=-1 is a root.
    P(2)=(2)42(2)37(2)2+8(2)+12=161628+16+12=0P(2) = (2)^4 - 2(2)^3 - 7(2)^2 + 8(2) + 12 = 16 - 16 - 28 + 16 + 12 = 0. So x=2x=2 is a root.
    P(2)=(2)42(2)37(2)2+8(2)+12=16+162816+12=0P(-2) = (-2)^4 - 2(-2)^3 - 7(-2)^2 + 8(-2) + 12 = 16 + 16 - 28 - 16 + 12 = 0. So x=2x=-2 is a root.
    P(3)=(3)42(3)37(3)2+8(3)+12=815463+24+12=0P(3) = (3)^4 - 2(3)^3 - 7(3)^2 + 8(3) + 12 = 81 - 54 - 63 + 24 + 12 = 0. So x=3x=3 is a root.
    The integer roots are 1,2,2,3-1, 2, -2, 3.
    The sum of these integer roots is (1)+2+(2)+3=2(-1) + 2 + (-2) + 3 = 2."
    :::

    ---

    What's Next?

    💡 Continue Your CMI Journey

    This chapter has equipped you with essential tools for analyzing polynomial equations. Building upon this foundation, your CMI journey will extend to related areas. The study of Polynomial Functions will delve deeper into their graphical properties, transformations, and applications. The concept of roots naturally leads to Complex Numbers, where every polynomial equation has a full set of solutions. Furthermore, Calculus provides powerful analytical methods, such as differentiation, to efficiently identify multiple roots, determine local extrema, and understand the precise behavior of polynomial functions.

    🎯 Key Points to Remember

    • Master the core concepts in Root theory before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Algebra and Functions

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features