Prove 1/2+1/4+1/8+...+1/2^n < 1

  • Thread starter Thread starter viren_t2005
  • Start date Start date
AI Thread Summary
The discussion centers on proving that the sum of the series 1/2 + 1/4 + 1/8 + ... + 1/2^n is always less than one. A proof by contradiction is presented, assuming the partial sum S_n is greater than one, which leads to a contradiction since S_n approaches one as n approaches infinity. The geometric series formula is applied, demonstrating that the sum converges to a limit of one, but never reaches it. Additionally, a geometric interpretation is provided, illustrating that repeatedly halving a unit square results in areas that cumulatively do not exceed one. Thus, the series is confirmed to always be less than one.
viren_t2005
Messages
20
Reaction score
0
how to prove that 1/2+1/4+1/8+...+1/2^n is always less than one?
 
Physics news on Phys.org
The partial sum of the geometric series is:

a+ar+ar^2+\cdot\cdot\cdot +ar^{n}=a\frac{1-r^{n+1}}{1-r}
 
Tongue-in-cheek

Proof by Contradiction
1. Suppose the partial sum S_n > 1.
2. We know S_n&lt;\lim_{n\rightarrow\infty}S_n=1.
3. So 1&lt;S_n&lt;1, a contradiction.
 
S = a+ar+ar^2+\cdot\cdot\cdot +ar^{n}rS = ar+ar^2 ar^3 +\cdot\cdot\cdot +ar^{n} + ar^{n+1}

rS - S = ar^{n+1} - a

S = a\frac{r^{n+1} - 1}{r-1}

For the general case it's

ar^{c} + \cdot\cdot\cdot +ar^{n}=a\frac{r^{n+1} - r^{c}}{r-1}

Where n>c

c is lowest power of the sum and n the highest.

In your case, the formula would be

\frac{2^{-1+1} - 2^{n}}{1}

1 - 2^{n}

2^n is always a positive integrer, thus the sum is alwasy inferior to 1.
 
Last edited:
You could do a geometric proof. Start with a unit square. Cut it into two equal parts and remove one of them. Repeat the process on the remaining half and so on. Your series represents the sum of the areas of the pieces you have removed and can never exceed 1 with a finite number of repetitions since some portion of the original square remains.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top