Is there a way of proving that all positive numbers have a real square root?

nietzsche
Messages
185
Reaction score
0

Homework Statement



My prof showed us the proof that sqrt2 is not a rational number. She said, however, that we haven't proved that it is irrational, because we haven't proved that sqrt2 exists. How would we go about proving this?

Homework Equations



N/A

The Attempt at a Solution



This isn't really a homework question, it's just curiosity. I think she said something about showing that sqrt2 is a solution to x^2 - 2 = 0, and that when you graph this function, it does indeed intersect the x-axis sqrt2. But that seemed a bit fishy (or incomplete, or something...) to me.
 
Physics news on Phys.org
Nothing fishy about the proof that Regina (I see that you`re in MAT157 too) gave. It just wasn't completely rigorous because we haven’t proved the intermediate value theorem yet, which is what she used. When you think of any polynomial function, it’s continuous, right? Even without defining continuity, you have some intuitive idea what a continuous function should look like. Drawing the graph of a polynomial and seeing that the graph of it “never breaks”, then intuitively you can see that it’s continuous. Regina showed that for some x, the function f(x) = x^2 – 2 was greater than 0, and for some other x it was less than 0. Remembering that f is continuous, this must mean that f has to pass through the x-axis, meaning there is a solution to the equation x^2 -2 = 0, which is what we were trying to prove.
You can do this for any real number c. Just write f(x) = x^2 – c. It’s easy to see that it’s possible to take x large enough so that x^2 > c. This implies x^2 – c > 0. And if you take x = 0, f(0) = 0^2 – c = -c < 0. So f must have a root and thus there exists a solution to our equation.
 
JG89 said:
Nothing fishy about the proof that Regina (I see that you`re in MAT157 too) gave. It just wasn't completely rigorous because we haven’t proved the intermediate value theorem yet, which is what she used. When you think of any polynomial function, it’s continuous, right? Even without defining continuity, you have some intuitive idea what a continuous function should look like. Drawing the graph of a polynomial and seeing that the graph of it “never breaks”, then intuitively you can see that it’s continuous. Regina showed that for some x, the function f(x) = x^2 – 2 was greater than 0, and for some other x it was less than 0. Remembering that f is continuous, this must mean that f has to pass through the x-axis, meaning there is a solution to the equation x^2 -2 = 0, which is what we were trying to prove.
You can do this for any real number c. Just write f(x) = x^2 – c. It’s easy to see that it’s possible to take x large enough so that x^2 > c. This implies x^2 – c > 0. And if you take x = 0, f(0) = 0^2 – c = -c < 0. So f must have a root and thus there exists a solution to our equation.

Thanks very much! I forgot about IVT. What are you doing up so late/early? Working on your problem set?
 
Nah, I just woke up. Went to bed early last night.
 
By the way, Regina never said that the square root of 2 is not rational, but we cannot say it is irrational because we haven’t proved it exists. She essentially said that under the assumption that it exists, it is irrational.
 
Last edited:
The existence of square roots is a basic property of the real numbers. One defines the real numbers by giving them some properties and then showing a unique system has those properties.
common examples
1)cuts
2)sequnces
3)nested intervals
4)least upper bound

if we know the reals have a least upper bound property for example sup S exist for any subset so we set sqrt(a)=sup {x rational| x^2-a<0}

The idea is the rationals have holes, and it would be good to hav a system that fills in all those holes. The reals are such a system.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top