Is Sqrt(n) + Sqrt(n+1) Always Irrational?

lkh1986
Messages
96
Reaction score
0

Homework Statement


Prove that for any n, sqrt n + sqrt (n+1) is irrational.


Homework Equations





The Attempt at a Solution



Well, I know that sqrt 2 + sqrt 3 is irrational. How about sqrt n + sqrt (n+1)?

Let sqrt n + sqrt (n+1) be rational.
[sqrt n + sqrt (n+1)]^2 = (m^2/n^2)
n + (n+1)^2 + 2 sqrt(n^2 + n) = (m^2/n^2)
n + (n+1)^2 is rational.
Then, I don't know how to continue...

I read from a book that to prove the sqrt of a composite number is irrational, we should use one method. Then if we were to prove the sqrt of a prime number is irrational, we should use another method. Then I read from another website that in Real Analsysis, there are many approaches to solve a problem.

I take this Introductory Analysis this semester. This course is so different from the other maths courses. Does memorising all of the axioms help in this case? Since all the proof need them. Thanks.
 
Physics news on Phys.org
This is only true if n is a positive integer. Let's use what you have so far to prove it: 2 sqrt(n^2 + n) = (m^2/n^2) - 2n - 1 [note: your (n+1)^2 should have been (n+1)]. The right side is rational, so if we manage to show that the left side is irrational, we will get our desired contradiction. Here it's helpful to know that sqrt(k) is rational if and only if k is a perfect square. We can then finish things off by showing that n^2+n=n(n+1) is a perfect square iff n=0. I'll leave this to you.

As for your other question, yes, memorizing the axioms is helpful.
 
lkh1986 said:
Let sqrt n + sqrt (n+1) be rational.
[sqrt n + sqrt (n+1)]^2 = (m^2/n^2) Why??
n + (n+1)^2 + 2 sqrt(n^2 + n) = (m^2/n^2)
n + (n+1)^2 is rational.

I think that the first step should be

(\sqrt{n}+\sqrt{n+1})^2=(\frac{m}{k})^2\Rightarrow n=(\frac{m^2-k^2}{2\,m\,k})^2

why you can write the rational as \frac{m}{n}, i.e. use the same symbol n?

Am I loosing something?
 
Last edited:
No, you're absolutely right. It shouldn't be the same n.
 
Ok!
First of all, since n>1 we must have m>k, thus \frac{k}{m}<1.
Let's now, investigate the fraction \frac{m^2-k^2}{2\,m\,k}.
The positive integer m must divides either m-k or m+k, but

\frac{m-k}{m}=1-\frac{k}{m}, \quad \frac{m+k}{m}=1+\frac{k}{m}

either of which is integer.
 
All this is all right but not necessary. It is enough to show that n(n+1) cannot be a perfect square, as mentioned by morphism.
 
But that was wrong because the OP wrote the rational as \frac{m}{n} where n was the original positive integer. See post #3
 
No, there's nothing wrong with what I posted (aside from copying down the OP's m^2/n^2). I didn't use the second n at all, only the fact that the right side is rational.
 
Ok! I was stuck with the second n and I didn't notice what you said!
You are both right! :smile:
 
  • #10
We can then finish things off by showing that n^2+n=n(n+1) is a perfect square iff n=0

Let see. Well, the product of any 2 succecive integers cannot be a perfect square. Unless it is 0x1=0. Can this statement be used? Or we should write something like n(n+1) = k^2?
 
  • #11
You just translated it into words. Try to prove it: why can't the product of two successive integers be a perfect square?
 
  • #12
lkh1986 said:
Or we should write something like n(n+1) = k^2?

That's the way to proceed.
 
  • #13
Would it be correct to instead say; Since perfect squares are never consecutive integers ( I guess we could prove that if we had to), we have 2 cases: One of the terms is a perfect square, and the other is irrational - the addition of a rational number to an irrational is once again irrational. Or neither of the terms are perfect squares, and are both irrational. Now my conjecture is that the sum of 2 irrational numbers is another irrational number provided one of the numbers is the additive inverse of the other. There may be other conditions I don't see right now, but with further work could this be made into another method of proof?
 
  • #14
Gib Z said:
Now my conjecture is that the sum of 2 irrational numbers is another irrational number provided one of the numbers is the additive inverse of the other.
If you add a number to its additive inverse you'll get 0, a rational number! Am I reading this correctly?
 
  • #15
TYPO! TYPO! *tears* damn I meant neither of the numbers :(
 
  • #16
Ah I figured you did; unfortunately, it's necessary but not sufficient, e.g. (1-sqrt(2)) + sqrt(2) = 1.
 
  • #17
Sigh ok, thanks morphism =]
 
  • #18
This is fairly simple if you use induction. Okay, here we go

Step 1: Establish your base case

We have to establish that this is irrational for some number n. It's always good to try n=1 at first because if you establish this as your base case you won't have to use strong or "backwards" induction (i.e. proving the statement is true for all n smaller than the base case as well). Using n=1, we find that the expression evaluates to sqrt(2) + 1, which is irrational (I'm not going to bother proving this. If your professor doesn't accept this as axiomatic and wants you to prove it, do it yourself).

Step 2: Prove that the expression is true for all n

We have already established the truth of the statement for n=1. Since 1 is the lowest possible value of n, all we need to do is establish the truth of the statement for n+1 (which proves that it's true for all values of n greater than 1 as well). So, let's substitute n+1 into the expression. This gives us sqrt(n+1) + sqrt(n+2). Now let's use proof by contradiction. Assume this expression is equal to a/b, where a and b are integers (and hence a/b is rational). From here, I'll let you take over, but I'll give you a hint: first use a conjugate to get rid of the square roots.
 
Last edited:
  • #19
Fizzicist said:
.So, let's substitute n+1 into the expression. This gives us sqrt(n+1) + sqrt(n+2). Now let's use proof by contradiction. Assume this expression is equal to a/b, where a and b are integers (and hence a/b is rational).

That seems to be the original question...
 
  • #20
That seems to be the original question...

How is that the original question? The original problem was to prove that sqrt(n) + sqrt(n+1) is irrational for all n. Establishing a base case and proving that sqrt(n+1) + sqrt (n+2) is irrational will prove this.
 
  • #21
Proving sqrt(n+1) + sqrt (n+2) is irrational is the original problem in a slightly different form.

Your inductive step is to prove that if sqrt(n) + sqrt(n+1) is irrational, it implies that sqrt(n+1) + sqrt(n+2) is irrational. That is a different thing than showing sqrt(n+1) + sqrt(n+2) is irrational, which IS the original question.
 
  • #22
lkh1986 said:
Let see. Well, the product of any 2 succecive integers cannot be a perfect square. Unless it is 0x1=0. Can this statement be used? Or we should write something like n(n+1) = k^2?

Shooting star said:
That's the way to proceed.

What happened to this? Or is it not right?
 
  • #23
It does not look too straight forward after second thoughts. But let's agree on one thing, viz, the proof of the original problem depends on the proof that n(n+1)=n^2+n can't be a perfect square.

The differences of the squares of consecutive numbers is (n+1)^2 -n^2 = 2n+1.So, you have to add at least 2n+1 to n^2 to get a perfect square. But in n(n+1) we are adding only n to n^2, and thus the result will not be a perfect square.
 
Back
Top