NCERT Solutions for Class 9th Maths Chapter 4 Think and Reflect — Finding New Identities

Book page 85 Updated on2026-09-08

Q1.
We already know that x² − y² = (x − y)(x + y). Further, we have verified that x³ − y³ = (x − y)(x² + xy + y²). Observe that x − y is a common factor of x² − y² and x³ − y³. Do you think x − y is also a factor of x⁴ − y⁴? Note that x⁴ − y⁴ = (x²)² − (y²)² = (x² − y²)(x² + y²). Can you see how x − y is a factor of x⁴ − y⁴?
Answer

Yes. The hint does almost all the work — the first bracket already contains x − y.

x⁴ − y⁴ = (x²)² − (y²)²
= (x² − y²)(x² + y²)   — difference of two squares
= (x − y)(x + y)(x² + y²)   — difference of two squares again
So   x⁴ − y⁴ = (x − y)(x + y)(x² + y²), and x − y is a factor.

Equally, the direct division gives

x⁴ − y⁴ = (x − y)(x³ + x²y + xy² + y³)

and the two answers agree, since (x + y)(x² + y²) = x³ + x²y + xy² + y³.

Why x − y must be a factor, without any algebra: put x = y in the expression x⁴ − y⁴. You get 0. Any expression that vanishes whenever x = y has x − y as a factor — that is the same reasoning that made x − y a factor of x² − y² and of x³ − y³. You will meet this as the Factor Theorem in Grade 10.
Q2.
How about x⁵ − y⁵? Does this also have x − y as a factor?
Answer

Yes. Here the trick of splitting into squares is not available (5 is odd), so multiply out directly and watch the cancellation.

(x − y)(x⁴ + x³y + x²y² + xy³ + y⁴)
= (x⁵ + x⁴y + x³y² + x²y³ + xy⁴)
  − (x⁴y + x³y² + x²y³ + xy⁴ + y⁵)
= x⁵ − y⁵ — every middle term appears once with each sign

The same pattern works for every power:

xⁿ − yⁿ = (x − y)(xⁿ⁻¹ + xⁿ⁻²y + xⁿ⁻³y² + … + xyⁿ⁻² + yⁿ⁻¹)
Why it always telescopes: multiplying the long bracket by x raises every exponent of x by one; multiplying it by −y raises every exponent of y by one. The list of terms produced by x is the same as the list produced by y, shifted along by one place. So every term except the very first (xⁿ) and the very last (−yⁿ) is matched by an equal term of opposite sign. This is a telescoping sum, and it is why x − y is a factor of xⁿ − yⁿ for every natural number n.
Did you know? This single fact explains why 2ⁿ − 1 can be prime only when n is prime: if n = ab then 2ᵃ − 1 divides 2ⁿ − 1. Such primes are called Mersenne primes.
Was this helpful? Report an error