Table of contents
- 0. Review of Algebra4h 16m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 6m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 19m
- 10. Combinatorics & Probability1h 45m
9. Sequences, Series, & Induction
Sequences
Problem 23b
Textbook Question
In Exercises 11–24, use mathematical induction to prove that each statement is true for every positive integer n. 1/(1 · 2) + 1/(2 · 3) + 1/(3 · 4) + ... + 1/(n(n+1)) = n/(n + 1)

1
**Step 1: Base Case** - Verify the statement for the initial value, usually n = 1. Substitute n = 1 into both sides of the equation to check if they are equal.
**Step 2: Inductive Hypothesis** - Assume the statement is true for some positive integer k, i.e., assume that 1/(1 \cdot 2) + 1/(2 \cdot 3) + ... + 1/(k(k+1)) = k/(k+1).
**Step 3: Inductive Step** - Prove the statement is true for k + 1. Start by adding the next term 1/((k+1)(k+2)) to both sides of the inductive hypothesis.
**Step 4: Simplify the Right Side** - Simplify the expression k/(k+1) + 1/((k+1)(k+2)) to show it equals (k+1)/(k+2).
**Step 5: Conclusion** - Since the base case holds and the inductive step is proven, by mathematical induction, the statement is true for all positive integers n.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
9mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Mathematical Induction
Mathematical induction is a proof technique used to establish the truth of an infinite sequence of statements. It involves two main steps: the base case, where the statement is verified for the initial value (usually n=1), and the inductive step, where one assumes the statement holds for n=k and then proves it for n=k+1. This method is particularly useful for proving statements about integers.
Recommended video:
Guided course
Types of Slope
Series and Summation
A series is the sum of the terms of a sequence, and summation notation is used to represent this compactly. In the given question, the series involves fractions of the form 1/(n(n+1)), which can be simplified using partial fraction decomposition. Understanding how to manipulate and sum series is crucial for evaluating the left-hand side of the equation.
Recommended video:
Geometries from Conic Sections
Partial Fraction Decomposition
Partial fraction decomposition is a technique used to break down complex rational expressions into simpler fractions that are easier to work with. For the series in the question, expressing 1/(n(n+1)) as A/n + B/(n+1) allows for easier summation of the series. This method is essential for simplifying the left-hand side of the equation to match the right-hand side.
Recommended video:
Decomposition of Functions
Watch next
Master Introduction to Sequences with a bite sized video explanation from Patrick Ford
Start learningRelated Videos
Related Practice