Proving the Summation Formula for 1/(n(n+1)) Using Mathematical Induction

  • Context: Undergrad 
  • Thread starter Thread starter knowledgeSeeker
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Discussion Overview

The discussion focuses on proving the summation formula for the series \( \frac{1}{n(n+1)} \) using mathematical induction. Participants explore the basis and inductive steps necessary to establish the validity of the formula for all integers \( n \geq 1 \).

Discussion Character

  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant seeks assistance in proving that \( \sum_{i=1}^{n} \frac{1}{i(i+1)} = \frac{n}{n+1} \) for all integers \( n \geq 1 \), outlining the basis step for \( n = 1 \).
  • Another participant suggests that the next step involves assuming \( P(k) \) is true and then adding the next term to both sides to reach \( P(k+1) \).
  • A third participant defines \( S_k \) as the sum up to \( k \) and expresses \( S_{k+1} \) in terms of \( S_k \) and the next term in the series, questioning how to simplify the resulting expression.
  • A later reply claims to have proved that both sides equal \( \frac{k+1}{k+2} \), asserting that the property holds for \( n = k + 1 \).

Areas of Agreement / Disagreement

Participants generally agree on the steps involved in the proof by induction, but the discussion does not reach a consensus on the finality of the proof, as it is based on individual contributions and interpretations.

Contextual Notes

Some participants' contributions involve assumptions about the validity of earlier steps without fully resolving all mathematical details, particularly in the simplification of expressions.

knowledgeSeeker
Messages
2
Reaction score
0
Need help with proof by mathematical induction that (1/(1*2)) + (1/(2*3)) + ... + (1/(n(n+1)) = (n/(n+ 1)) for all integers n >= 1.

Basis step: for n = 1: (1/(1*2)) = 1/2 and (1/(1+1) = 1/2, hence property is true for n = 1.

Inductive step: want to show that for alll integers k >= 1, if n = k is true then n = k + 1 is true. How do I prove? Believe I want to show (1/(1*2)) + (1/(2*3)) + [1/((k+1)((k+1)+1)] = [(k + 1)/((k+1) + 1)], but how??

Thank you for any suggestions.
 
Physics news on Phys.org
So you have shown that P(1) is true. Now you want to show that if you assume that P(k) is true, it follows that P(k+1) is true. So first write the expression for P(k), which you assume to be true. Then add the next number in the series (to both sides), and see if you can rearrange the expression on the right side into the form that you are trying to prove.
 
Let Sk= 1/(1*2)+ 1/(2*3)+ ...+ 1/(k(k+1)), the sum for n= k
Then S(k+1)= 1/(1*2)+ ...+ 1/(k)(k+1)+ 1/((k+1)((k+1)+1)= Sk+ 1/((k+1)(k+2))

By your "induction hypothesis", Sk= k/(k+1).

What is k/(k+1)+ 1/((k+1)(k+2)) ?
 
Thank you. Proved both sides = (k+1)/(k+2). Hence, true for n = k +1 and since both basis and inductive steps true, true for all n >= 1. :smile:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 29 ·
Replies
29
Views
8K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
6
Views
3K