Proving 2^n - 1 Formula for Positive Integers | Induction Question

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    Induction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
zeion
Messages
455
Reaction score
1

Homework Statement



Show that the statement holds for all positive integers n

[tex]2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{n-1} = 2^n - 1[/tex]

Homework Equations


The Attempt at a Solution



Assume:
[tex]2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{k-1} = 2^k - 1[/tex] is true.

Then:
[tex]2^{k+1}-1 = 2^k(2) - 1 = 2(2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{k-1})[/tex]

Not sure what to do next :/

Show that:
[tex]2^k(2) - 1 = 2(2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{k-1})[/tex] is true
 
Physics news on Phys.org
Hi zeion! :smile:

You have the right basic idea, but you're making it too complicated. :redface:

Do the obvious :wink:

just multiply both sides of the original equation by 2 (and then fiddle about with it). :smile:
 
Haven't I already proved it?

Since:
[tex] 2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{k-1} = 2^k - 1 [/tex]

Then:
[tex] (2)(2^0 + 2^1 + 2^2 + 2^3 + ... + 2^{k-1}) = (2)2^k - 1 = 2^{k+1}-1[/tex]