Understanding Induction: How to Prove 1^2+2^2+...+n^2 = n(n+1)(2n+1) / 6

  • Thread starter Sven
  • Start date
  • Tags
    Induction
In summary, the conversation discusses a proof for 1^2+2^2+...+n^2 = n(n+1)(2n+1) / 6 and the confusion over a step where a square seems to disappear. The expert explains that the square was factored out and provides an example of working backwards in induction. The person is grateful for the explanation and tips.
  • #1
Sven
6
0
Sorry if this is a really stupid question :( I'm a bit confused on something. I have the whole proof written out and I've checked it everywhere, but I'm confused on WHY for one step.



This is for proving 1^2+2^2+...+n^2 = n(n+1)(2n+1) / 6. So, you add (n+1)^2 and all that. I

http://img199.imageshack.us/img199/6412/mathwtf.jpg
http://img199.imageshack.us/img199/6412/mathwtf.jpg

From the second to the third line...I understand most of the rearrangement...but where did the square go? Why does it go frmo ending with 6(n+1)^2 to ending with 6(n+1)? Where is the square??

Thank you. Also, any tips for induction? I get other problems, but sometimes it is not clear to me at all how I'm supposed to manipulate it to equal what I need it to equal. Any general tips? Sometimes I try to work backwards for inspiration
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
In the third line, after the 6(n+1) put another closing bracket ) and then you will see that they just simply factored out an 'n+1' from the n(2n+1)(n+1) and 6(n+1)2.

Well sometimes you do indeed need to work backwards a bit. And in your example you know in induction your final answer for the sum of (N+1) squares would be just replacing the 'n' (in the inductive hypothesis) by 'N+1'

example, say I want to show that 1+2+3+...+n = n(n+1)/2

If I am proving this by induction, I know that my final thing should be


1+2+3+..+N+(N+1) = [N+1]([N+1]+1)/2
 
  • #3
OHHHHHHHHHH! I see it now! Thank you so much!

And thanks for the tip, I'll definitely keep that in mind =)

Again, thank you so much for sorting out my slow little brain, lol.
 

FAQ: Understanding Induction: How to Prove 1^2+2^2+...+n^2 = n(n+1)(2n+1) / 6

What is induction?

Induction is a mathematical proof technique used to prove that a statement holds for all natural numbers. It involves proving that the statement holds for the base case (usually n=1) and then showing that if it holds for n=k, it also holds for n=k+1.

Why is induction used?

Induction is used because it is a powerful proof technique that allows us to prove statements that hold for infinitely many natural numbers. It is also a relatively simple and straightforward method to use.

How do you use induction to prove a statement?

To prove a statement using induction, we first prove that it holds for the base case (usually n=1). Then, we assume that it holds for some arbitrary value n=k and use this assumption to show that it also holds for n=k+1. This completes the inductive step. Finally, we conclude that the statement holds for all natural numbers by the principle of mathematical induction.

What is the statement being proved in this specific induction?

The statement being proved is that 1^2+2^2+...+n^2 = n(n+1)(2n+1) / 6 for all natural numbers n.

How is this specific induction statement proven?

This statement is proven by using the principle of mathematical induction. First, we prove that the statement holds for the base case n=1 (1^2 = 1(1+1)(2(1)+1) / 6). Then, we assume that it holds for n=k and use this assumption to show that it also holds for n=k+1. By the principle of mathematical induction, this means that the statement holds for all natural numbers n.

Back
Top