Is there a way to prove the given inequality by induction?

  • Thread starter Thread starter EvLer
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary
SUMMARY

The discussion focuses on proving the inequality 1 + 1/2 + 1/4 + ... + 1/(2^n) < 2 using mathematical induction. The base case P(1) is verified as true, but the induction step P(k+1) reveals a flaw in the assumption that the sum remains less than 2 without quantifying how much less it is. Participants suggest that a more effective approach would involve finding a closed-form expression for the sum of the first n terms and proving its correctness, rather than relying solely on the inequality's assumption.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with series and summations
  • Knowledge of limits in calculus
  • Basic algebraic manipulation skills
NEXT STEPS
  • Learn how to derive closed-form expressions for geometric series
  • Study the principles of mathematical induction in depth
  • Explore the concept of limits and convergence of infinite series
  • Investigate the properties of inequalities in mathematical proofs
USEFUL FOR

Mathematics students, educators, and anyone interested in mastering mathematical induction and series convergence.

EvLer
Messages
454
Reaction score
0
I don't quite see what i need to notice here:
the problem says try to prove this by induction and note what goes wrong:

1 + 1/2 + 1/4 + ... + 1/(2^n) < 2

so my solution so far is this:
Base case:
P(1): 1/(2^1) < 2 (true)

Assume P(k):
1/(2^k) < 2

Induction step P(k+1):
1/(2^(k+1)) < 2

expressing P(k+1) in terms of P(k):
1/(2^k) * 1/2 < 2

but how exactly to show what goes wrong here :frown:
Hints from anyone?
 
Physics news on Phys.org
First of all, you want to show that the sum is less than 2, and this sum is not equal to 1/2^k. Second, this problem doesn't really make sense, because you can't just assume some expression is less than 2 and prove that adding another terms keeps it less than 2 unless you know how much less than 2 the original expression is.

That may be what they mean by "finding where induction goes wrong", but if so it's a very poor question. A more interesting and useful problem would be to find an expression for the sum of the first n terms and prove it is correct by induction, then show that the sum is always less than 2 for any integer n, but also show that this does not imply that the limit of the infinite sum is less than 2.
 
EvLer said:
Assume P(k):
1/(2^k) < 2
Well, this is not P(k). P(k) has to have something to do with
[tex]\sum_{i=0}^k \frac{1}{2^i} < 2[/tex]
But as StatusX mentioned, you can't do induction just by knowing P(k) is less than 2--you have to know how much less.
Continuing as StatusX suggested, let S(k) be the sum on the left side of that inequality. If you do some trial and error, you will find
S(0) = 2 - 1
S(1) = 2 - 1/2
S(2) = 2 - 1/4
...

Now what might you let P(k) be so that you can prove this in general?
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 23 ·
Replies
23
Views
2K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K