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

  • Thread starter Thread starter viren_t2005
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
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
[tex]S = a+ar+ar^2+\cdot\cdot\cdot +ar^{n}[/tex][tex]rS = ar+ar^2 ar^3 +\cdot\cdot\cdot +ar^{n} + ar^{n+1}[/tex]

[tex]rS - S = ar^{n+1} - a[/tex]

[tex]S = a\frac{r^{n+1} - 1}{r-1}[/tex]

For the general case it's

[tex]ar^{c} + \cdot\cdot\cdot +ar^{n}=a\frac{r^{n+1} - r^{c}}{r-1}[/tex]

Where n>c

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

In your case, the formula would be

[tex]\frac{2^{-1+1} - 2^{n}}{1}[/tex]

[tex]1 - 2^{n}[/tex]

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.