Infinity is really rather strange. It's not a number, but in some cases we can treat it as one. (Note that this "some cases" does not extend to arithmetic!) The best way to think about infinity isn't as a number, but as a limit, in my opinion. Of course, every math person thinks different things about infinity!
Personally, I use the Projective Real Line, which is like the line of real numbers that's so familiar, but with an "endcap" put at each end of the line, such that the line forms a circle. This "real circle" has one end zero and the other end "infinity". You still can't really do arithmetic with it, though.
What is your mathematical background?
Registered math major in college. My latest completed courses are Vector Calculus and Linear Algebra, and I'm working on Differential Equations right now. After that, I'm off to Real Analysis!
Why is the Square root of 2 is considered a irrational number?
Because it was proven to fit the definition of an irrational number. The proof is simple, and so I can reproduce it here. First note, however, the definition of an irrational number: a number that cannot be expressed as a ratio of two coprime numbers a and b. So let's use this!
First, assume that sqrt(2) is rational. From this assumption we'll derive a contradiction, showing that the assumption is untrue.
Then, if sqrt(2) is rational, it can be expressed as a ratio of a and b, i.e. sqrt(2)=a/b. This can be rearranged to give b sqrt(2) = a. Square both sides and we get 2 b
2 = a
2 . What this tells me is that a
2 is even. Since a
2 is even, a must be even (this is easy to prove, try it!) and a = 2c for some number c. So we can rewrite this as 2 b
2 = (2c)
2 = 4 c
2 . Divide left and right side by two to get b
2 = 2 c
2 . This tells us that b
2 , and thus b is even. But wait! We said that a was even. a and b cannot BOTH be even, because two even numbers are not coprime. Thus, contradiction! Therefore, sqrt(2) is irrational.
A definition: For those of you who do not know what "coprime" means, i.e. the non-math crowd, two numbers are coprime if they do not share any factors. For example, 3 and 14 are coprime, because the only factor of 3 is 3, and the factors of 14 are 2 and 7. 2 and 6 are NOT coprime, as the factor of 2 is 2, and the factors of 6 are 3 and... 2
Hope that long-winded explanation helped!