Proof by Induction: Solving Homework Involving Prods & Sums

  • Thread starter Thread starter yankees26an
  • Start date Start date
  • Tags Tags
    Induction Proof
yankees26an
Messages
36
Reaction score
0

Homework Statement



\sum_{i=1}^{n} (i \prod_{j=1}^{i}_{j}) = \prod_{i=1}^{n+1}_{i} - 1

Homework Equations


The Attempt at a Solution



First show the base case. That easys just shows it holds for n=1. Not sure where to go from there? What term do I add to both sides? Not really sure what the i means in front of the \prod on the left side
 
Physics news on Phys.org
Assume it holds for some k. Now try to evaluate for k + 1 and use the fact that it holds for k.
 
radou said:
Assume it holds for some k. Now try to evaluate for k + 1 and use the fact that it holds for k.

Yes. This requires that I need to add some term to both sides. Not really sure what term I need to use to construct the induction for k+1
 
You have and equality which you wish to show holds for k + 1. Evaluate the left side for k + 1 first - try to express this as a sum of two terms one of which equals the sum for k (which you assumed holds).
 
radou said:
You have and equality which you wish to show holds for k + 1. Evaluate the left side for k + 1 first - try to express this as a sum of two terms one of which equals the sum for k (which you assumed holds).

Can you give an example?
 
OK, here's how you should start:

<br /> \sum_{i=1}^{k+1} (i \prod_{j=1}^{i}_{j}) = \sum_{i=1}^{k} (i \prod_{j=1}^{i}_{j}) + (k+1) \prod_{j=1}^{k+1}_{j} <br />
 
Ok so first I replaced all the sum stuff with the right hand side to make it easier to read. By substituting the right side of left side of the initial equality with the right side. That should work fine right?

The I have:

<br /> \prod_{j=1}^{k+1}_{j} - 1 = \prod_{j=1}^{k+1}_{j} - 1 + (k+1) \prod_{j=1}^{k+1}_{j} <br />

But it doesn't seem right..
 
Why wouldn't it seem right? You only need to factor out \prod_{j=1}^{k+1}_{j}.
 
<br /> \prod_{j=1}^{k+1}_{j} - 1 = \prod_{j=1}^{k+1}_{j} - 1 + (k+1) \prod_{j=1}^{k+1}_{j} <br />


Ok so I also cancel out the -1 on both sides, then I factor out
\prod_{j=1}^{k+1}_{j} and I get

\prod_{j=1}^{k+1}_{j} = 1 +(k+1)(\prod_{j=1}^{k+1}_{j})

then cancel out the prod_{j=1}^{k+1}_{j} ?

<br /> 1 = 1 + (k+1) <br />

<br /> k=-1 <br />

What now?
 
  • #10
You should start thinking about what you're doing. Let's start all over:

<br /> \sum_{i=1}^{k+1} (i \prod_{j=1}^{i}_{j}) = \sum_{i=1}^{k} (i \prod_{j=1}^{i}_{j}) + (k+1) \prod_{j=1}^{k+1}_{j} = \prod_{j=1}^{k+1}_{j} - 1 + (k+1) \prod_{j=1}^{k+1}_{j} <br />

You are not canceling out different sides of the equation, you're only evaluating an equality - now factor out <br /> \prod_{j=1}^{k+1}_{j}<br />.
 

Similar threads

Back
Top