FritoTaco
- 132
- 23
Homework Statement
Prove that 1\cdot1!+2\cdot2!+...+n\cdot n! = (n+1)!-1 whenever n is a positive integer.
Homework Equations
The Attempt at a Solution
I'm having trouble simplifying towards the end of the proof.
Proof:
Let P(n) be the statement 1\cdot1!+2\cdot2!+...+n\cdot n! = (n+1)!-1
Basis step:
We want to show P(1) is true, where n = 1. Show both sides of the equation to be true (i.e. Left-hand side and right-hand side equal to each other)
LHS
n\cdot n!
= 1\cdot1!
= 1\cdot1
= 1
RHS
(n+1)!-1
= (1+1)! - 1
= 2! - 1
= 1
Both sides are equal.
Induction step:
For the inductive hypothesis, assume P(k) is true for some k\geq1; then show P(k+1) is true.
assume P(k): 1\cdot1!+2\cdot2!+...+k\cdot k! = (k+1)!-1 (we replaced n with k from original equation)
show P(k+1): (1\cdot1!+2\cdot2!+...+k\cdot k!) + (k+1)(k+1)! = (k+1+1)!-1 + (k+1)(k+1)!
on the left side on the equation, we kept k\cdot k! but also added and replaced the k in k\cdot k! with k+1
on the right side of the equation we added (k+1)(k+1)! that was also on the left side (so we essentially added (k+1)(k+1)! on both sides of the equation.
Simplify right side of equation:
= (k+2)!-1+(k+1)(k+1)!
We want the right-hand side of P(k) which is (k+1)!-1 to look like (k+2)!-1.
Okay, so this is where I'm having trouble getting the equation (which is P(k): (k+1)! -1) to look like my P(k+1) which is (k+2)!-1.
=[(k+1)!-1]+(k+1)(k+1)!
we already have -1 in the equation so I feel like we just need to manipulate the rest.
I don't know how to condense (k+1)! +(k+1)(k+1)!
.
.
.
.
=(k+2)!-1