The number of distinct real roots of the equation $$x^5(x^3 - x^2 - x + 1) + x(3x^3 - 4x^2 - 2x + 4) - 1 = 0$$ is

4 min read
4 views
Published July 22, 2025
Algebra
Polynomials
Factorisation
Real Roots

Detailed Explanation

Key Concepts Needed

  1. Factorisation of Polynomials
    • Break a big polynomial into simpler factors like (x1)(x-1), (x+1)(x+1), etc.
  2. Multiplicity vs. Distinct Roots
    • If a factor repeats (e.g., (x1)2(x-1)^2), it is the same root counted more than once. When we are asked for distinct roots, we count it only once.
  3. Monotonic Functions
    • If the derivative of a polynomial is always positive, the polynomial is strictly increasing → it can cross the xx-axis at most once, giving exactly one real root.

Logical Chain to Solve

  1. Expand or Spot a Factor: Notice x3x2x+1=(x1)2(x+1)x^3 - x^2 - x + 1 = (x-1)^2(x+1)
  2. Write Equation as One Polynomial: Expand the given expression so we can factor it cleanly.
  3. Synthetic (or Long) Division: Once we guess a small root like x=1x=1, divide the polynomial by (x1)(x-1) to peel off that factor.
  4. Repeat Until No Obvious Factors: Keep dividing whenever you find another easy root (x=1x=1 again, then x=1x=-1).
  5. Left-over Quintic: After removing the easy factors, you are left with a fifth-degree part x5+3x1x^5 + 3x - 1.
  6. Use the Derivative: Compute its derivative 5x4+35x^4 + 3 → always positive → function is strictly increasing → one real root.
  7. Count Distinct Roots: Combine: (x1)2(x-1)^2 gives one root, (x+1)(x+1) gives one more, quintic gives one. Total 3 distinct real roots.

Simple Explanation (ELI5)

Imagine a Giant Lego Tower

  1. Big Expression = Tower – The long equation is like a very tall Lego tower built out of smaller blocks (factors).
  2. Find Small Blocks – If we break the tower into blocks, each block makes solving easier.
  3. Blocks Give Heights (Roots) – Every time a block becomes zero, the whole tower touches the ground. Those touching points are the roots.
  4. Some Blocks Repeat – A repeated block touches the ground in the same place twice, but we count the touching point only once.
  5. One Special Block Grows Only Up – One big block keeps going up without turning back. Because it always rises, it can cross the ground only once.
  6. Total Touch-Points – Add up all different places where it touches the ground. Here, we get three different spots.

So, the tower touches the ground at 3 distinct places → 3 real roots.

Step-by-Step Solution

Step-by-Step Solution

  1. Rewrite the Cubic Factor

    x3x2x+1=(x1)2(x+1)x^3 - x^2 - x + 1 = (x-1)^2(x+1)

  2. Expand Whole Equation to One Polynomial

    x5(x3x2x+1)+x(3x34x22x+4)1=x8x7x6+x5+3x44x32x2+4x1.\begin{aligned} &x^5\bigl(x^3 - x^2 - x + 1\bigr) + x\bigl(3x^3 - 4x^2 - 2x + 4\bigr) - 1 \\ &= x^8 - x^7 - x^6 + x^5 + 3x^4 - 4x^3 - 2x^2 + 4x - 1. \end{aligned}
  3. Call This P(x)P(x) and Test Easy Integers

    • P(1)=0P(1)=0(x1)(x-1) is a factor.
    • Perform synthetic division twice to reveal multiplicity.
  4. Synthetic Division Results

    After dividing by (x1)(x-1) twice and by (x+1)(x+1) once, we get

    P(x)=(x1)2(x+1)(x5+3x1).P(x) = (x-1)^2 (x+1) \bigl(x^5 + 3x -1\bigr).

  5. Multiplicity & Distinct Roots

    • (x1)2=0(x-1)^2 = 0 ⇒ root x=1x=1 (multiplicity 2, but 1 distinct root).
    • (x+1)=0(x+1)=0 ⇒ root x=1x=-1 (multiplicity 1).
  6. Analyse the Quintic

    • Let f(x)=x5+3x1f(x)=x^5+3x-1.
    • Derivative f(x)=5x4+3>0f'(x)=5x^4+3>0 for all real xx.
    • Therefore, f(x)f(x) is strictly increasing ⇒ crosses the xx-axis exactly once ⇒ one real root.
  7. Total Distinct Real Roots

    1(from x=1)+1(x=1)+1(quintic)=3.1\,(\text{from }x=1) + 1\,(x=-1) + 1\,(\text{quintic}) = 3.

[ \boxed{\text{Number of distinct real roots} = 3} ]

Examples

Example 1

Bridge-building engineers use factorisation to analyse load equations so that repeated roots indicate points of equal stress.

Example 2

Economists model growth curves with monotonic polynomials where a strictly increasing function guarantees a single break-even point.

Example 3

Computer graphics use root-counting of polynomials to detect surface intersections exactly once or multiple times.

Visual Representation

References

  • [1]Hall & Knight – Higher Algebra (classic factorisation practice)
  • [2]I.A. Maron – Problems in Calculus of One Variable (monotonicity and derivatives)
  • [3]Art of Problem Solving (AoPS) Online Forums – Polynomial root-count techniques
  • [4]MIT OpenCourseWare – Single-Variable Calculus, Lecture on Monotonic Functions
  • [5]G.Tewani – Cengage Algebra for JEE Main & Advanced

Want to explore more questions?

Try our AI-powered explainer for instant, detailed explanations