Prove 1*1! + 2*2! + 3*3!+ ... + n*n! + (n+1)*(n+1)! = (n+2)! -1

  • Thread starter Thread starter darkvalentine
  • Start date Start date
  • Tags Tags
    Permutation
Click For Summary
SUMMARY

The discussion centers on proving the equation 1*1! + 2*2! + 3*3! + ... + n*n! = (n+1)! - 1 using mathematical induction. The proof begins with a base case for n=1, confirming that 1=1 holds true. The inductive step assumes the equation is valid for n and aims to prove it for n+1, ultimately demonstrating that (n+2)! - 1 equals the sum of the previous terms plus (n+1)(n+1)!. This establishes the validity of the formula for all natural numbers n.

PREREQUISITES
  • Understanding of factorial notation and properties
  • Familiarity with mathematical induction
  • Knowledge of permutations, specifically P(n,r) = n!/(n-r)!
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study mathematical induction techniques in depth
  • Explore properties and applications of factorials
  • Learn about permutations and combinations, focusing on P(n,r)
  • Practice proving similar equations using induction
USEFUL FOR

Students in mathematics, particularly those studying combinatorics and proof techniques, as well as educators looking for examples of induction proofs.

darkvalentine
Messages
11
Reaction score
0

Homework Statement



Prove that 1/2 P(2,1) + 2/3 P(3,2)+3/4 P(4,3)+ ... + n/(n+1) P(n+1,n) = (n+1)! - 1

Please help!

Homework Equations


P(n,r) = n!/(n-r)!

The Attempt at a Solution


The inequation can be simplified to:
1*1! + 2*2! + 3*3!+ ... + n*n! = (n+1)! - 1 (*)
Use the induction method:
1/Base case: n=1 -> 1=1 true
2/Inductive case: suppose (*) is true
Need to prove: 1*1! + 2*2! + 3*3!+ ... + (n+1)*(n+1)! = (n+2)! -1
 
Physics news on Phys.org
i think you;re pretty much there, so assume f(n) = (*) is true, then you need to show
f(n+1) = (n+2)! - 1 = f(n) + (n+1)(n+1)!

substituting for f(n) gives
(n+2)! - 1 = (n+1)! - 1 + (n+1)(n+1)!
 

Similar threads

Replies
20
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
Replies
6
Views
4K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K