Power Difference Divisible by x Minus y

#hsc-maths#proofs#hard

Induction is one of the most powerful tools in HSC Extension 1 and 2, allowing us to prove statements for all positive integers. In this problem, we revisit a classic algebraic result: the difference of two powers can be factored out by the difference of their bases. By carefully adding and subtracting a cross term, you’ll learn how to connect the inductive hypothesis to the target expression — a technique that appears in polynomial factorisation, complex numbers, and beyond.

Problem Statement

Prove by induction that xnynx^n - y^n is divisible by xyx - y for all positive integers nn, where x,yx, y are integers with xyx \neq y.


Hints

Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.


Solutions

Proof by Mathematical Induction

We start by checking the simplest case, n=1n=1, which is trivially true.

Base Case (n=1n=1):

For n=1n=1:

x1y1=xyx^1 - y^1 = x - y

Since xyx - y is divisible by xyx - y, the statement holds for n=1n=1. \checkmark

Next, we assume the statement holds for some arbitrary positive integer kk, giving us a factorisation we can use later.

Inductive Hypothesis:

Assume the statement is true for n=kn=k, where kk is a positive integer:

xkyk is divisible by xyx^k - y^k \text{ is divisible by } x - y

This means we can write:

xkyk=m(xy)x^k - y^k = m(x - y)

for some integer mm.

Now the key is to write xk+1yk+1x^{k+1} - y^{k+1} in a form that reveals the inductive hypothesis. We do this by adding and subtracting xykxy^k: from the first pair we can factor out xx, and from the second yky^k, exposing the known factors.

Inductive Step:

We must prove the statement for n=k+1n=k+1:

xk+1yk+1 is divisible by xyx^{k+1} - y^{k+1} \text{ is divisible by } x - y

Start with xk+1yk+1x^{k+1} - y^{k+1} and manipulate to introduce xkykx^k - y^k:

xk+1yk+1=xk+1xyk+xykyk+1=x(xkyk)+yk(xy)\begin{aligned} x^{k+1} - y^{k+1} &= x^{k+1} - xy^k + xy^k - y^{k+1} \\ &= x(x^k - y^k) + y^k(x - y) \end{aligned}

Substitute the inductive hypothesis xkyk=m(xy)x^k - y^k = m(x-y):

xk+1yk+1=xm(xy)+yk(xy)=(xy)(xm+yk)\begin{aligned} x^{k+1} - y^{k+1} &= x \cdot m(x-y) + y^k(x-y) \\ &= (x-y)(xm + y^k) \end{aligned}

Since x,y,m,kx, y, m, k are all integers, M=xm+ykM = xm + y^k is an integer.

Therefore:

xk+1yk+1=M(xy)x^{k+1} - y^{k+1} = M(x-y)

This shows xk+1yk+1x^{k+1} - y^{k+1} is divisible by xyx-y. \checkmark

Conclusion:

By mathematical induction, xnynx^n - y^n is divisible by xyx - y for all positive integers nn.

Note: This problem demonstrates the crossover between Induction and Proofs topics in HSC Extension 2.


Takeaways

  • Strategic Addition/Subtraction: Add and subtract xykxy^k to create terms involving xkykx^k - y^k and xyx - y
  • Factorization: Extract common factor (xy)(x-y) after rearrangement
  • Induction Crossover: Problem appears in both HSC-Induction and HSC-Proofs collections, showing technique overlap
  • Alternative Formula: Result leads to xnyn=(xy)(xn1+xn2y++xyn2+yn1)x^n - y^n = (x-y)(x^{n-1} + x^{n-2}y + \ldots + xy^{n-2} + y^{n-1})

Further Readings

If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills: HSC Proofs, HSC Complex Numbers, HSC Polys Ext 1

Written by Vu Hung Nguyen

Mathematics Educator · LinkedIn · About