Proof by Induction: Proving the Sum of Squares Identity

Click For Summary

Homework Help Overview

The discussion revolves around proving the sum of squares identity using proof by induction. Participants are exploring the validity of the formula for the sum of cubes and the necessary steps to establish the proof for the sum of squares.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Some participants suggest using proof by induction for the sum of squares identity, while others question the correctness of the initial formula provided for the sum of cubes. There are attempts to clarify the recursive definitions and the implications of the induction hypothesis.

Discussion Status

The discussion is ongoing, with participants providing corrections and seeking clarity on the proof techniques. There is a mix of understanding and confusion regarding the application of induction, particularly in relation to the specific problems presented.

Contextual Notes

Participants note a typo in the formula for the sum of cubes and express uncertainty about the proof technique of induction, indicating varying levels of familiarity with the concept.

fluppocinonys
Messages
19
Reaction score
1
1.
op4t2w.jpg






2.
10yglz8.gif







3.
504eg9.gif
 
Last edited:
Physics news on Phys.org
For the first one I suggest a proof by induction.
It's easy to check that the direct formula holds for the case n = 1. Now suppose that for all [itex]k \le n[/itex], it is true that
[tex]u_k = 3 \left( \frac{1}{5} \right)^n - 1[/tex].
Then use the recursive definition to show that
[tex]u_{n + 1} = 3 \left( \frac{1}{5} \right)^{n + 1} - 1[/tex].For 2: What is [itex]r^3 - (r - 1)^3[/itex] ?

Let's start with those two, shall we?
 
Just a note:

[tex] \sum_{r=1}^n r^3 = \left[\frac{n(n+1)^2} 2\right][/tex]

is not correct, so trying to do the second portion with this won't work. You should have

[tex] \sum_{r=1}^n r^3 = \left[\frac{n(n+1)}2\right]^2[/tex]
 
Thanks for the replies, I have a typo error on Question 2, which should be
[tex]{\left[ {\frac{{n\left( {n + 1} \right)}}{2}} \right]^2}[/tex] , thanks for correcting me.

Here are my attempts,
zlzzvc.gif



But I don't quite understand your explanation on qn 1...
 
Can you write down that "proof" a bit more clearly? Because I have no idea what it is you were doing there.

For the first one, I suggested a proof by induction. Have you seen that technique before?
 
CompuChip said:
Can you write down that "proof" a bit more clearly? Because I have no idea what it is you were doing there.

For the first one, I suggested a proof by induction. Have you seen that technique before?

Which proof are you referring to? My attempts on question 2?
And I've not seen that technique before, please guide me thanks.
 
Ah, never mind, I wasn't quite awake reading your post. I was indeed referring to your attempt on question 2, but now that I've read it a second time it makes sense.

Proof by induction is a very powerful proof technique that you should learn sooner or later. So it might as well be now. The idea is as follows.
You have some statement which contains one integer variable, n. First you show that the statement is true for some low n, like n = 0 or n = 1. Then you do the induction step: you assume that it is true for all values less than or equal to n and then you show that it must be true for n + 1.

Let me first give you an example.
Statement:
[tex]\sum_{r = 1}^n r = \frac12 n (n + 1)[/tex]​

Proof:
Part I (the base case). First we check the statement for n = 1. On the left hand side, we have the sum from r = 1 to 1 over r, which is 1. On the right hand side, we get 1/2 * 1 * 2 = 1. So it's true. If you want you can also cover some more cases n = 2, 3, ... although n = 1 is enough.

Part II: (The induction step). Let's assume that the statement is true, for all k less than or equal to some specific and fixed n. This is called the induction hypothesis. We must show that it is then also true for n + 1. Well, splitting off the last term,
[tex]\sum_{r = 1}^{n + 1} r = (n + 1) + \sum_{r = 1}^n r \stackrel{\text{I.H.}}{=} (n + 1) + \frac12 n (n + 1) = \frac12 (n + 1) (n + 2).[/tex]
Note the equality marked with "I.H." - there I have used the induction hypothesis for k = n.

Explanation: The proof is finished. Now why have we proven the statement? Let's see: we have checked that it is true for n = 1 by hand, so it holds for n = 1. We have shown in the second part of the proof, that if it holds for n = 1, then it also holds for n = 2. Since it does hold for n = 1, it holds for n = 2. We have shown that if it holds for n = 1 and n = 2, which it does, then it holds for n = 3. So it holds for n = 1, 2 and 3. But then it also holds for n = 4. And so on. For every value of n you can apply such a reasoning, showing that by applying the induction step (part II) to the base case (part I) the statement is true.
So, it is true for any value of n like you wanted.

This seems like a strange way of proving something at first (at first sight, it may seem that we are assuming what we want to prove in part II, although this is not true if you look carefully) but it's very useful. So scrutinize my proof again, and if you feel like it, try it on your first question.

Or if you need a test case, you can again try proving the identity for
[tex]\sum_{r = 1}^n r^2[/tex]
from exercise 2, using a proof by induction.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
11
Views
2K