overdoze
06-18-02, 02:23 AM
While doing some routine calculation recently, I've noticed something pretty darn strange. I have this sneaking suspicion that the result comes out of a well-known theorem, so if you can explain it to me thanks a bunch!
This is what happens:
let x = square root of 0.1:
0.31622776601683793319988935444327...
compute 1/x:
3.1622776601683793319988935444327...
See a pattern? :)
I found it pretty weird, so I picked another number at random: 5
square root of 5:
2.2360679774997896964091736687313...
1/sqrt(5):
0.44721359549995793928183473374626...
(just divide by 2, and ...)
Incidentally, this is the same as sqrt(0.2)
For certain other numbers, I don't see an easy pattern... So. What am I seeing here? TIA, all.
This is what happens:
let x = square root of 0.1:
0.31622776601683793319988935444327...
compute 1/x:
3.1622776601683793319988935444327...
See a pattern? :)
I found it pretty weird, so I picked another number at random: 5
square root of 5:
2.2360679774997896964091736687313...
1/sqrt(5):
0.44721359549995793928183473374626...
(just divide by 2, and ...)
Incidentally, this is the same as sqrt(0.2)
For certain other numbers, I don't see an easy pattern... So. What am I seeing here? TIA, all.