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

In summary: So let's do that:2 sqrt(n^2 + n) = (m^2/n^2) - 2n - 1This is rational, so the base case is true.Step 2: InductionNow that we've established that n is rational, we can use induction to prove that sqrt(n+1) is irrational.2 sqrt(n+1) + sqrt(n+2) = (m^2/n^2)This is not rational, so sqrt(n+1) is irrational.
  • #1
lkh1986
99
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
  • #2
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.
 
  • #3
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

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

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

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

[tex]\frac{m-k}{m}=1-\frac{k}{m}, \quad \frac{m+k}{m}=1+\frac{k}{m}[/tex]

either of which is integer.
 
  • #6
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.
 
  • #7
But that was wrong because the OP wrote the rational as [tex]\frac{m}{n} [/tex] where n was the original positive integer. See post #3
 
  • #8
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.
 
  • #9
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.
 

1. What is irrationality and why is it important to study?

Irrationality refers to the quality or state of being irrational, or lacking reason or logic. In the context of mathematics, irrationality is typically used to describe numbers that cannot be expressed as a ratio of two integers, such as pi or the square root of 2. It is important to study irrationality because it has significant applications in various fields, including physics, engineering, and computer science. Additionally, understanding irrational numbers can help us better understand the nature of numbers and the concept of infinity.

2. What are some common examples of irrational numbers?

Some common examples of irrational numbers include pi (3.1415926...), the square root of 2 (1.4142135...), and the golden ratio (1.6180339...). These numbers cannot be expressed as a fraction or ratio of two integers, and their decimal representations continue infinitely without repeating patterns.

3. How do you determine if a number is irrational?

To determine if a number is irrational, you can use the decimal expansion method. If the decimal representation of a number continues infinitely without repeating or terminating, it is irrational. Another way is to try to express the number as a ratio of two integers. If it cannot be expressed in this form, it is irrational. Lastly, there are certain properties and theorems, such as the Pythagorean theorem, that can help identify irrational numbers.

4. Can irrational numbers be added, subtracted, or multiplied?

Yes, irrational numbers can be added, subtracted, and multiplied just like any other real numbers. However, the result may also be irrational. For example, adding pi and the square root of 2 results in an irrational number (pi + √2), and multiplying them results in another irrational number (pi * √2).

5. How can understanding irrationality help in problem-solving?

Understanding irrationality can help in problem-solving by providing a deeper understanding of numbers and their properties. Also, many real-life problems involve irrational numbers, so being able to identify and work with them is essential in finding accurate solutions. Additionally, understanding irrationality can help develop critical thinking skills and problem-solving strategies that can be applied in various situations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
430
  • Calculus and Beyond Homework Help
Replies
3
Views
983
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
510
  • Calculus and Beyond Homework Help
Replies
4
Views
811
  • Calculus and Beyond Homework Help
Replies
7
Views
917
Back
Top