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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top