Page 1 of 1
I need a big sleeping pill...
Posted: Fri Mar 21, 2008 1:09 am
by Zacariaz
Yes, sleepless again...
Anyway, as allways weird things happens in my mind while lying in my bed doing nothing, so here goes: (attachment)
What are your thoughts?
All I know for certain is that if x >= 2 (a natural number that is) the result will aproximately be 1. Of course x cannot equal 0 or 1, nor can x be a negative number (or can it?), however I am uncertain whether or not x has to be a natural number. fx. could x equal pi and still give the same result?
Now that I hopefully have given you something to think about I'll try once again to get some shuteye...
Nighty...
Posted: Fri Mar 21, 2008 1:38 am
by JackScott
Trying to figure that out would keep me up all night.
Posted: Fri Mar 21, 2008 6:45 am
by Brynet-Inc
Yayyak wrote:Trying to figure that out would keep me up all night.
Trying to figure out what you two are talking about would equally deprive me of sleep.
Posted: Fri Mar 21, 2008 8:02 am
by 01000101
I think about music. The composure of it and such.
Posted: Fri Mar 21, 2008 8:03 am
by inflater
Brynet-Inc wrote:Yayyak wrote:Trying to figure that out would keep me up all night.
Trying to figure out what you two are talking about would equally deprive me of sleep.
Me too.
I'm glad I do not see any math homeworks now (happy Easter holidays btw).
Posted: Fri Mar 21, 2008 9:52 am
by nick8325
If you add up the first n terms of the formula, it comes to x^0 - x^-1 + x^-1 - x^-2 + x^2 - x^3 + ... + x^(2-n) - x^(1-n) + x^(1-n) - x^-n, and everything except x^0 and x^n cancels out. x^0 is 1, so the first n terms of the formula add up to 1 - 1/x^n. If x > 1 or x < -1, 1/x^n goes to 0 as n goes to infinity, so everything adds up to 1.
If x = 1, 1/x^n is 1, so the sum is 0. If x = -1, 1/x^n alternates between 1 and -1, so the sum alternates between 0 and 2. If -1 < x < 1, the sum is infinite.
Posted: Fri Mar 21, 2008 10:10 am
by Zacariaz
Sounds reasonable
Posted: Sat Mar 22, 2008 7:36 am
by Zacariaz
Ok, here goes again, but this time I actually have a valid, though stupid, question.
You probably all know this infinite series, but i have never been able to understand how it converges absolutely. When I try to figure it out I just get (2^N - 1)/2^N which is not the same as shown above (I have no idea how someone got to that conclusion by the way) and most certainly doesn't equal 1.
To me the above statement is like saying that 1/3 == .3 Allthough (dependent on the length of the string of 3's) it can be a somewhat precise result, but we all know that isn't the case.
On another note you may notice a certain simularity between this and the one I first posted, so don't say I didn't try.
Posted: Sat Mar 22, 2008 7:44 am
by Combuster
the sum will get you here:
1) 1/2 = 1/2
2) 1/2+1/4 = 3/4
3) 1/2+1/4+1/8 = 7/8
n) (2^n)-1 / (2^n)
lets call x (2^n) (to make it easier)
(2^n)-1 / (2^n)
=
x-1 / x
=
x / x - 1 / x
=
1 - 1 / x
=
1 - 1 / (2^n)
=
1 - 2^-n
in other words, one minus a term that gets infinitely small.
now for large n:
lim(n->inf) (1 - 2^-n)
=
lim(n->inf) 1 - lim(n->inf) (2^-n)
=
1 - 0
=
1
hence the sum of 1/2^n converges to 1
Posted: Sat Mar 22, 2008 7:53 am
by Zacariaz
Combuster wrote:hence the sum of 1/2^n converges to 1
I know i converges to 1, of course it does, but i got the impression that it was regarded an absolute and precise result. Maybe I was wrong on that one.
Anyway, thanks for taking the time, now I have to find something else to bother you with, damnit
edit:
Just got a thought
1/2^N * 2^N/1 = 1
infinity small times infinity large (allthough the infinity could be larger), which is my argument that you shouldn't regards 1/2^n being absolut zero.
On another note we can allso write the result in binary .1111111111... which again isn't 1.