- #1
choirgurlio
- 9
- 0
Homework Statement
Prove that √(n-1)+√(n+1) is irrational for every integer n≥1.
Homework Equations
Proofs i.e. by contradiction
The Attempt at a Solution
2n + 2√(n^2-1) = x^2
so
√(n^2-1) = (x^2-2n)/2
Now if x is rational then so is (x^2-2n)/2 so this says that √(n^2-1) is rational.
But the square root of an integer is rational if and only if that integer is a perfect square so we have
n^2 - 1 = m^2 for some integer m.
Then (n-m)(n+m) = 1, so since these are integers we conlclude that n+m = 1 and n-m = 1. But this is only possible if n = 1 and m = 0.
Since n = 1 does not satisfy "√(n-1) + √(n+1) is rational", we have proven the claim for all n >= 1.
***Is my way to solve this correct? Also, are there any other relevant ways to solve this, better ways?
Thank you for your help!