These questions are from the book "What is Mathematics":
Prove formula 1: $$1 + 3^2 + \cdots + (2n+1)^2 = \frac{(n+1)(2n+1)(2n+3)}{3}$$ formula 2: $$1^3 + 3^3 + \cdots + (2n+1)^3 = (n+1)^2(2n^2+4n+1)$$
Using formulas 4 and 5; formula 4: $$1^2 + 2^2 + 3^2 + \cdots + n^2 = \frac{n(n+1)(2n+1)}{6}$$ formula 5: $$1^3 + 2^3 + \cdots + n^3 = \left(\frac{n(n+1)}{2}\right)^2$$
My approach for proving the first one was to do something like a subtraction between formula 4 and 1, substituting the value of $n $ in formula 4 for $2n + 1$. I was left with a formula which I proved by mathematical induction gives me $2^2 + 4^2 + \cdots + (2n)^2$. I am wondering if this is the correct approach before doing the second proof? Is there a better and simpler way of doing this?
I think you're basically on the right track. Notice that
$$2^2 + 4^2 + 6^2 + \cdots + (2n)^2 = 4(1^2 + 2^2 + 3^2 + ... + n^2).$$
That should make things relatively easy.