Just think of a function that always adds a 9. (0.9, 0.99, 0.999, ...). Running it infinitife times, it's limit will be 1. Working with infinity is always a little bit weird. Just remember that infinity can't be used as some incredible huge number, you'll have to follow other rules.
Other example:
(1+(1/n))^n will be e for n->infinity, but not for any huge number you type.
And yeah, another reason is that no pc or whatever will be able to use the number 0.9999...to infinity, it's limited.
Capcy
#17
Vex it depends on which binary mode e.g. Hexidecimal: 0001=1, 0010=2, 0011=3, 0100=4, 0101=5, 0110=6, 0111=7, 1000=8, 1001=9, 1010=A(10), 1011=B(11), 1100=C(12), 1101=D(13), 1110=E(14), 1111=F(15). thats what i use in hexi with binary= 256, 128, 64, 32, 16, 8, 4, 2, 1 and when converting TO hexi you would use [8, 4, 2, 1]
DD_Draco, you didn't notice the decimal point. another example, in base 5: 0.44444~ = 1. (binary is actually base 2)
if we take for instance: 1 - 0.9 = 0.1 = 1/10 1 - 0.99 = 0.01 = 1/100 1 - 0.999 = 0.001 = 1/1000
if we follow this pattern we get: 1/infinity, now just try to imagine what that number is. its small isn't? in fact it is so small it may as well be zero. it makes more sense that way.
put that into the pattern we get: 1 - .999~ = 0 1 = .999~
and while we are on the topic of maths problems, check tis out:
WARNING! not for those without senior maths education or those with heart conditions, pregnancy, spinal injuries or been under operation in the last 48 hours.
a = b
Multiply by a a^2 = a * b
Subtract b^2 a^2 - b^2 = a * b - b^2
Distribute and Difference of two squares (a + b)*(a - b) = b*(a - b)
Anyway, the problem was that you cannot divide with (a-b) if (a-b)=0 and same with a (not sure about the second one though). Anyway, some conditions I'm too lazy to check right now.
~Daelin
Capcy
#20
i noticed the decimal point, even with it being infinate it will never be a whole numeral it could go from 0.444~ to 0.999~ but never reach 1 unless you added the required number (e.g. again 0.999~+0.0~1=1).