Thursday, October 27, 2016

sequences and series - Mathematical Induction: Sum of first n even perfect squares

So the series is $$P_k: 2^2 + 4^2 + 6^2 + ... + (2k)^2 = \frac{2k(k+1)(2k+1)}3$$



and i have to replace $P_k$ with $P_{k+1}$ to prove the series.



I have to show that $$\frac{2k(k+1)(2k+1)}3 + [2(k+1)]^2 = \frac{2(k+1)(k+2)(2k+3)}3$$ but I don't know how.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...