Proving the sum of squared odd numbers

  • Thread starter Thread starter Duderonimous
  • Start date Start date
  • Tags Tags
    Numbers Sum
AI Thread Summary
The discussion focuses on proving the formula for the sum of squared odd numbers, specifically that 1² + 3² + ... + (2n + 1)² equals (n + 1)(2n + 1)(2n + 3)/3. Participants suggest using the known formula for the sum of squares of the first n integers and manipulating it to derive the desired result. A key approach involves subtracting the sum of squares of even integers from the total sum of squares. The conversation emphasizes the importance of correctly applying the sum formulas and simplifying the expressions to arrive at the proof. Ultimately, the solution hinges on recognizing the relationship between the sums of odd and even squares.
Duderonimous
Messages
63
Reaction score
1

Homework Statement


A problem out of "What is Mathematics" by Courant and Robbins

Prove that

1^{2}+3^{2}+...+(2n+1)^{2} =

\frac{(n+1)(2n+1)(2n+3)}{3}

Homework Equations



Prove this using

1^{2}+2^{2}+...+n^{2} =

\frac{n(n+1)(2n+1)}{6}

The Attempt at a Solution



I tried seeing how the ratio of 1st, 2nd, and 3rd terms of each sequence change as one goes on in the sequence. Like 1/1 =1, 5/10 =.5, 14/35=.4, 30/84=.357142857143... I didn't get much insight there. I know I have to start with the second equation and divide or multiply it by something to get the first equation. Cant figure out that term would be. Any help would be great! Thanks.
 
Physics news on Phys.org
start with the 1^2 + 2^2 + 3^2 ... which you know the sum formula for to

and subtract 2 * (1^2 + 2^2 + 3^2 ...) from it to get 1^2 + 3^2 + 5^2

do you see the solution now?
 
Duderonimous said:

Homework Statement


A problem out of "What is Mathematics" by Courant and Robbins

Prove that

1^{2}+3^{2}+...+(2n+1)^{2} =

\frac{(n+1)(2n+1)(2n+3)}{3}

Homework Equations



Prove this using

1^{2}+2^{2}+...+n^{2} =

\frac{n(n+1)(2n+1)}{6}

The Attempt at a Solution



I tried seeing how the ratio of 1st, 2nd, and 3rd terms of each sequence change as one goes on in the sequence. Like 1/1 =1, 5/10 =.5, 14/35=.4, 30/84=.357142857143... I didn't get much insight there. I know I have to start with the second equation and divide or multiply it by something to get the first equation. Cant figure out that term would be. Any help would be great! Thanks.

I don't see that looking at the ratios will get you anywhere.

You are given the formula for the sum of the squares of the first n integers. Use that formula to get the sum of the squares of the first (2n + 1) integers, and then subtract the sum of the squares of the first n even integers.

As a simple example, ##1^2 + 2^2 + 3^2 + 4^2 + 5^2 = (1^2 + 3^2 + 5^2) + 2^2 + 4^2)##, so
##(1^2 + 3^2 + 5^2) = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 - (2^2 + 4^2)##

That last part can be simplified to ##2^2(1^2 + 2^2)##.
 
So. You have to find a formula for a sum over odd squared integers.
Start with 1+2^2+3^2...+(2n)^2+(2n+1)^2 , which is going to be your sum of the odd squares plus 4*(1+2^2+3^2...+n^2). Then f(n)=1+2^2...+n^2 , you'll have f(2n+1)=x+4*f(n) (x being your odd sum).
 
Last edited:
Ahh! Thank you so much both of you. It's amazing how the solution is pretty much smacking you in the face, but nonetheless I am numb.
 
f(n)=(12+32+...+(2n+1)2)+(22+42+...+(2n)2)

\frac{n(n+1)(2n+1)}{6}=(12+32+...+(2n+1)2)+4(12+22+...+n2)

\frac{n(n+1)(2n+1)}{6}=(12+32+...+(2n+1)2)+4(\frac{n(n+1)(2n+1)}{6})

(12+32+...+(2n+1)2)=\frac{n(n+1)(2n+1)}{6}-4(\frac{n(n+1)(2n+1)}{6})

(12+32+...+(2n+1)2)=-\frac{n(n+1)(2n+1)}{2}

I can't figure out how to derive \frac{(n+1)(2n+1)(2n+3)}{3}

Any help is appreciated!
 
Duderonimous said:
f(n)=(12+32+...+(2n+1)2)+(22+42+...+(2n)2)

\frac{n(n+1)(2n+1)}{6}=(12+32+...+(2n+1)2)+4(12+22+...+n2)
Just because
1^2 + 2^2 + ... + n^2 = \frac{n(n + 1)(2n + 1)}{6}
doesn't mean that
1^2 + 2^2 + ... + (2n + 1)^2 = \frac{n(n + 1)(2n + 1)}{6}
... which looks like what you are saying. What you need to do is plug in "2n + 1" for "n" on the right side of the formula:
1^2 + 2^2 + ... + (2n + 1)^2 = \frac{(2n + 1)[(2n + 1) + 1][2(2n + 1) + 1]}{6}
Try it from here.
 
Thank you much.
 
Back
Top