Olympiad Maths Prep

Track / Stage 6 / 400 of 400 #1400 of 2000

Problem 1400

National olympiad, first round
Number theory Difficulty 7.0 Prove it

Prove for irrational number α\alpha and positive integer nn that (α+α21)1/n+(αα21)1/n \left( \alpha + \sqrt{\alpha^2 - 1} \right)^{1/n} + \left(\alpha - \sqrt{\alpha^2 - 1} \right)^{1/n} is irrational.

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

1. Let x=(α+α21)1/n x = (\alpha + \sqrt{\alpha^2 - 1})^{1/n} and y=(αα21)1/n y = (\alpha - \sqrt{\alpha^2 - 1})^{1/n} .

2. We observe that:
xn=α+α21andyn=αα21 x^n = \alpha + \sqrt{\alpha^2 - 1} \quad \text{and} \quad y^n = \alpha - \sqrt{\alpha^2 - 1}

3. Multiplying these two expressions, we get:
xnyn=(α+α21)(αα21)=α2(α21)=1 x^n y^n = (\alpha + \sqrt{\alpha^2 - 1})(\alpha - \sqrt{\alpha^2 - 1}) = \alpha^2 - (\alpha^2 - 1) = 1
Therefore, xnyn=1 x^n y^n = 1 , which implies (xy)n=1 (xy)^n = 1 . Since x x and y y are real numbers, xy=±1 xy = \pm 1 .

4. Assume, for the sake of contradiction, that x+y x + y is rational.

5. By the binomial theorem and properties of polynomials, we can show by induction that xk+yk x^k + y^k can be written as a polynomial in xy xy and x+y x + y with integer coefficients for kN k \in \mathbb{N} .

6. Specifically, for k=n k = n , we have:
xn+yn=(α+α21)+(αα21)=2α x^n + y^n = (\alpha + \sqrt{\alpha^2 - 1}) + (\alpha - \sqrt{\alpha^2 - 1}) = 2\alpha
Since x+y x + y is assumed to be rational, and xy=±1 xy = \pm 1 , xn+yn x^n + y^n would also be rational.

7. However, xn+yn=2α x^n + y^n = 2\alpha , and since α \alpha is irrational, 2α 2\alpha is also irrational. This is a contradiction because we assumed x+y x + y is rational, leading to xn+yn x^n + y^n being rational.

8. Therefore, our assumption that x+y x + y is rational must be false. Hence, x+y x + y is irrational.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.