| Thread Closed |
Inductive Proof on Well Known Sum |
Share Thread | Thread Tools |
| Feb25-08, 06:59 PM | #1 |
|
|
Inductive Proof on Well Known Sum
1. The problem statement, all variables and given/known data
Use induction to prove the equation (1+2+...+n)^2 = 1^3 + 2^3 + ... + n^3 2. The attempt at a solution I've done three inductive proofs previous to this one where I showed that the equation was true for some case (usually n=1), then assumed it was true for n, and proved it was true for n+1. This proof doesn't seem to fit that form though because for the other proofs I could write it as the right hand side of the equation (since it's assumed that it is true for n) plus the right hand side of the equation when n+1 is plugged in. But in this case.. (1+2+...+n+(n+1))^2 != (1+2+...+n)^2 + (n+1)^2 So, I guess I haven't done a proof like this and could use a nudge in the right direction.. |
| Feb25-08, 07:02 PM | #2 |
|
|
What is [tex]\sum^{n}_{i=1} i[/tex]?
|
| Feb25-08, 07:11 PM | #3 |
|
|
n(n+1)/2
In an effort to see where you're going with this, I thought I'd do the same for i^2 and got n^2(n^2 + 1)/4 Either this isn't correct or I'm not sure where you're headed. |
| Feb25-08, 07:16 PM | #4 |
|
|
Inductive Proof on Well Known Sum |
| Feb25-08, 07:27 PM | #5 |
|
|
Alright, so the left hand side is equal to ((n(n+1))/2)^2 or (n^4 +2n^3 +n^2)/4...
|
| Feb25-08, 07:31 PM | #6 |
|
|
So prove that (n(n+1)/2)^2 is equal to the right hand side. Much easier to verify.
|
| Feb25-08, 09:33 PM | #7 |
|
|
That is a proof of the equality but it isn't inductive though. Inductive proofs always follow the form:
1) prove the base case 2) write the induction hypothesis for the case of n (assume its true basically) 3) use 2) to prove for n+1 |
| Feb25-08, 09:54 PM | #8 |
|
|
|
| Feb25-08, 10:02 PM | #9 |
|
|
You're talking about the binomial theorem right?
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Inductive Proof on Well Known Sum
|
||||
| Thread | Forum | Replies | ||
| Inductive effect | Chemistry | 2 | ||
| Inductive acceleration | General Physics | 12 | ||
| Help with an inductive proof | Introductory Physics Homework | 5 | ||
| inductive playgrounds | Set Theory, Logic, Probability, Statistics | 0 | ||
| Inductive Proof | General Math | 2 | ||