Logo
Published on

Power Difference Divisible by x Minus y

Authors
  • avatar
    Name
    Vu Hung
    Twitter

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

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

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.

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.

\hfill \square

\noindentNote: 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:


Connect with me

If you're eager for more HSC Maths insights, be sure to check out my Website - Vu's Maths Hub. For deeper dives and regular tips, join my Substack. Let's tackle these challenging math problems together! You can also catch my daily math content on Instagram.