Proving Induction for Summation of Squares: n ≥ 1 | Homework Solutions

  • Thread starter Thread starter dlb89
  • Start date Start date
  • Tags Tags
    Induction Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
dlb89
Messages
1
Reaction score
0

Homework Statement


Prove that for n [tex]\geq[/tex] 1
n
[tex]\sum[/tex] m[tex]^{2}[/tex] = (1/6)*n(n+1)(2n+1)
m=1


Homework Equations





The Attempt at a Solution



Base Case:
n=1

(1)^2 = (1/6)*(6)
1=1

Inductive Step:
Assume n=k
k
[tex]\sum[/tex] m^2 = (1/6)*k(k+1)(2k+1) is true
m=1


Let n=k+1

k+1
[tex]\sum[/tex] m^2 = (1/6)*(k+1)((k+1)+1)(2(k+1)+1)
m=1

Any hints to prove this? I've tried simplifying the last equation but I haven't had any luck
 
Physics news on Phys.org
Split your last summation into one running from m = 1 to k plus the single term when m = k + 1. For the first summation, use what you have from your induction step.
 
dlb89 said:

Homework Statement


Prove that for n [tex]\geq[/tex] 1
n
[tex]\sum[/tex] m[tex]^{2}[/tex] = (1/6)*n(n+1)(2n+1)
m=1


Homework Equations





The Attempt at a Solution



Base Case:
n=1

(1)^2 = (1/6)*(6)
1=1

Inductive Step:
Assume n=k
k
[tex]\sum[/tex] m^2 = (1/6)*k(k+1)(2k+1) is true
m=1


Let n=k+1

k+1
[tex]\sum[/tex] m^2 = (1/6)*(k+1)((k+1)+1)(2(k+1)+1)
m=1
Well, this is what you want to get.

Any hints to prove this? I've tried simplifying the last equation but I haven't had any luck
Recognise that
[tex]\sum_{m=0}^{k+1} m^2= \sum_{m=0}^k m^2+ (k+1)^2[/tex]

If
[tex]\sum_{m=0}^k m^2= (1/6)*k(k+1)(2k+1)[/tex]
then that becomes
[tex]\sum_{m=0}^{k+1} m^2= (1/6)*k(k+1)(2k+1)+ (k+1)^2[/tex]
That is what you must show is equal to
[tex](1/6)*(k+1)((k+1)+1)(2(k+1)+1)[/tex]