Mathematica Mathematical induction question

AI Thread Summary
The discussion revolves around a mathematical induction problem where the user struggles to equate the left side of an equation to the right side. The equation involves proving that the sum of products of integers and their factorials equals a factorial expression. Participants suggest factoring out (k + 1)! and point out that the "-1" terms on both sides cancel each other. The key step is simplifying the remaining terms to demonstrate that the left-hand side equals the right-hand side. The conversation emphasizes the importance of careful manipulation of factorials in induction proofs.
Mono182
Messages
11
Reaction score
0
i'm on the last part of this question involving mathematical induction and i can't get the left side to equal the right saide. can anyone help me out?

right side: [(k+1)+1]! - 1

left side: (k+1)! - 1 + (k+1) + (k+1)!
 
Physics news on Phys.org
What you mean you "can't get the left side to equal the right side"? Show what equations you do have so we can, if necessary, point out an error.
 
ok, here's the full question:

Using mathematical induction, prove that the following statements are true for n > 1, n = 1.

Q: 1 X 1! + 2 X 2! + ... + n X n! = (n + 1)! - 1

A: step 1: solve for n = 1

1 X 1! = (1 + 1)! - 1
1 = 1

step 2: assume true for n = k

therefore 1 X 1! + 2 X 2! + ... + k X k! = (k + 1)! - 1

step 3: sove for n = k + 1

1 X 1! + 2 X 2! + ... + k X k! + (k+1) X (k + 1)! = [(k+1) + 1)] - 1

since 1 X 1! + 2 X 2! + ... + k X k! = (k + 1)! - 1 , then

(k + 1)! - 1 + (k+1) X (k + 1)! = [(k+1) + 1)] - 1

now what I'm having trouble with is proving that the last statement is true
 
Factor out (k+1)! (ignoring the -1)
 
Mono182 said:
(k + 1)! - 1 + (k+1) X (k + 1)! = [(k+1) + 1)] - 1

now what I'm having trouble with is proving that the last statement is true

Yup, so far so good. :smile:
As Ziox's pointed out, you should factor out (k + 1)!
The LHS, and the RHS, both have "-1", so they cancel each other out, leaving you with:
(k + 1)! + (k + 1) (k + 1)! = (k + 2)!

You should also notice that:
n! = n (n - 1) (n - 2) ... 2 . 1 = n (n - 1)!

Can you go from here? :)
 

Similar threads

Back
Top