Proof by Induction: Proving S_n = 1/(2n)

  • Thread starter Thread starter Oriako
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around a series defined as S_{n} = \frac{1}{n(n+1)} + \frac{1}{(n+1)(n+2)} + ... + \frac{1}{(2n-1)2n}, where participants are tasked with calculating specific values and proving a conjectured formula through mathematical induction and other methods.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants attempt to calculate values for S_{1}, S_{2}, and S_{3} to conjecture a formula for S_{n}. There are discussions on using mathematical induction to prove the conjecture, with some participants expressing uncertainty about the next steps in the proof. Others explore the implications of Result 6.6 and how it might provide an alternative proof method. Questions arise regarding the simplification of expressions and the validity of certain steps in the reasoning.

Discussion Status

The discussion is ongoing, with some participants making progress on the induction proof while others express confusion and seek clarification on various parts of the problem. There is no explicit consensus on the methods being used, and multiple interpretations of the problem are being explored.

Contextual Notes

Participants note challenges with specific parts of the problem, particularly in applying Result 6.6 and understanding the telescoping nature of certain proofs. There is an acknowledgment of the complexity involved in the mathematical reasoning required for the proofs.

Oriako
Messages
107
Reaction score
1

Homework Statement


For each positive integer n, let S_{n} = \frac{1}{n(n+1)} + \frac{1}{(n+1)(n+2)} + ... + \frac{1}{(2n-1)2n}.
(a) Calculate S_{1}, S_{2}, S_{3}. Then use this data to guess a simple formula for S_{n}.
(b) Prove your guess in part (a) by mathematical induction
(c) Use Result 6.6 on page 136 to give another proof of your guess
(d) Prove that \frac{1}{k(k+1)} = \frac{1}{k} - \frac{1}{k+1} for all positive real numbers k. Use this to give yet another proof of your guess in part (a). This method of proof is called telescoping.

Homework Equations


Result 6.6: For every positive integer n:
\frac{1}{(2)(3)} + \frac{1}{(3)(4)} + ... + \frac{1}{(n+1)(n+2)} = \frac{n}{2n+4}.

The Attempt at a Solution


Part a)
Since S_{1} = \frac{1}{2}, S_{2} = \frac{1}{4}, S_{3} = \frac{1}{6}, a good guess would be that S_{n} = \frac{1}{2n}.

Part b)
For n=1, \frac{1}{(2n-1)2n}=\frac{1}{(2(1)-1)2(1)}=\frac{1}{2}, so the entire sum is given by \frac{1}{n(n+1)} =\frac{1}{(1)((1)+1)} = \frac{1}{2}. Thus, S_{n} = \frac{1}{2n} is true for n=1. By induction, let k be an arbitrary integer and assume that \frac{1}{k(k+1)} + \frac{1}{(k+1)(k+2)} + ... + \frac{1}{(2k-1)2k} = \frac{1}{2k}. We want to prove that \frac{1}{(k+1)((k+1)+1)} + \frac{1}{((k+1)+1)((k+1)+2)} + ... + \frac{1}{(2(k+1)-1)(2(k+1))} = \frac{1}{2(k+1)}, which when simplified gives: \frac{1}{(k+1)(k+2)} + \frac{1}{(k+2)(k+3)} + ... + \frac{1}{(2k+1)(2k+2)} = \frac{1}{2(k+1)}.

I don't know where to go from here on (b) and I have no idea how Result 6.6 could help prove the result in a different way, and I'm completely lost on (d) as well. If anyone could help me out that would be massively appreciated, I've been spending hours trying to figure this out. I've run into tons of dead ends and what I've typed up here is the only thing that I know is for sure correct.

Thanks!
 
Physics news on Phys.org
Assume that the sum is 1/(2k) for n=k, that is

S_k=\frac{1}{k(k+1)} + \frac{1}{(k+1)(k+2)} + ... + \frac{1}{(2k-1)2k} = \frac{1}{2k}

Compare it with the sum for n=k+1:

S_{k+1}=\frac{1}{(k+1)(k+2)} + \frac{1}{(k+2)(k+3)} + ... +\frac{1}{(2k)(2k+1)} +\frac{1}{(2k+1)(2k+2)} = \frac{1}{2(k+1)}
If you subtract 1/(k(k+1)) and add 1/((2k)(2k+1))+1/((2k+1)(2k+2)) to both sides of the sum Sk you get Sk+1.

So S_k-\frac{1}{k(k+1)}+\frac{1}{(2k)(2k+1)} +\frac{1}{(2k+1)(2k+2)}=S_{k+1}

Substitute Sk=1/(2k) and simplify.

ehild
 
Last edited:
Thank you for the response!

I already tried what you suggested and got stuck so I thought it was an incorrect way to do it.
From what you suggest, I get

\frac{1}{2k} - \frac{1}{k(k+1)} + \frac{1}{(2k+1)(2k+2)} = \frac{(k-1)(2k+1)(2k+2) + (2k^2 + 2k)}{(2k^2 + 2k)(2k+1)(2k+2)} And I am now stuck, I tried typing in the result into Wolframalpha and nothing simpler was given. I'm not sure how this is supposed to simplify to \frac{1}{2(k+1)}

Also, I haven't made any progress on part (c) or (d) so even a hint if you have some ideas for those ones would be really helpful!
 
Sorry, I left out a term... I edited my previous post. So the correct formula is

\frac{1}{2k}-\frac{1}{k(k+1)}+\frac{1}{(2k)(2k+1)} +\frac{1}{(2k+1)(2k+2)}=S_{k+1}

The common denominator is 2k(k+1)(2k+1).

\frac{(k+1)(2k+1)-2(2k+1)+k+1+k}{2k(k+1)(2k+1)}=S_{k+1}


ehild
 
Okay, thank you very much. So I think I have a final proof for that part that is correct!

Now, would it be possible for you to help me with part (c)? This is what I've got so far.

Based off of the sum and Result 6.6, I can say that:

S_{n} = \sum\limits_{k=n}^{2n-2} \frac{1}{(k+1)(k+2)} = \frac{1}{2n}, T_{n} = \sum\limits_{k=1}^{n} \frac{1}{(k+1)(k+2)} = \frac{n}{2(n+2)}
Where, T_{n} is equal to the sum of result 6.6.

A friend told me the following, but I don't understand why any of of it is true.

T_{n} = \frac{1}{1} + \frac{1}{2} + \frac{1}{3} +... \frac{1}{n}, S_{n} = \frac{1}{n+1} + ... + \frac{1}{n}, T_{2n} = \frac{1}{1} + \frac{1}{2} + ... + \frac{1}{n} + ... + \frac{1}{2n-1} + \frac{1}{2n}, S_{n} = T_{2n} - T_{n} = \frac{1}{2n(2n+1)} - \frac{1}{n(n+1)}
 

Similar threads

Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K