end3r7
- 168
- 0
Homework Statement
Prove that \sqrt{n - 1} + \sqrt{n + 1} is irrational for every positive integer n.
Homework Equations
\sqrt{n - 1} + \sqrt{n + 1}
The Attempt at a Solution
\exists p,q \in Z s.t. \sqrt{n - 1} + \sqrt{n + 1} = \frac{p}{q}
Then 2n + \sqrt{n^2 -1} = \frac{p^2}{q^2}
So "all" I have to do is to show that \sqrt{n^2 - 1} is irrational.
What's the easiest way? I could show that the quantity under the square root is not a perfect square, but since we have not learned that the square root of a non-perfectsquare is irrational, I'd appreciate a proof of that also.
What I did was
\exists p,q \in Z s.t. \sqrt{n^2 - 1} = \frac{p}{q} and gcd(p,q) = 1.Then n^2 -1 = \frac{p^2}{q^2} or n^2 = \frac{p^2 + q^2}{q^2}
Any rational solution is of the form \frac{m}{n}, where m divides \frac{p^2 + q^2}{q^2}. That means m divides both p^2 and q^2, therefore they cannot be relatively prime.
Is that valid?
Or is there a more elegant way?
Also can anybody provide me with the proof that only square roots of perfect squares are rationals?