Prove by mathematical induction that $$1\cdot2+3\cdot4+\cdots+(2n−1)\cdot2n=n(n+1)(4n−1)/3$$ for all $n\in\mathbb{N}$.
Let claim (n) be $$(1\cdot 2) + (3\cdot4) +\cdots+(2n-1)\cdot2n = n(n+1)(4n-1)/3$$
claim(1): $$(2(1)-1)\cdot(2)(1)=1(1+1)(4(1)-1)/3\\ 2=2$$
Hence claim (k): $$(1\cdot2)+(3\cdot4)+....+(2k-1)\cdot2k=k(k+1)(4k-1)/3$$
claim $(k+1)$: RHS$= (k+1)(k+2)(4k+3)/3$
claim $(k+1)$ LHS: $$= (1\cdot2)+(3\cdot4)+(2k-1)\cdot2k +(2(k+1))\cdot(2(k+1))\\ = (1\cdot2)+(3\cdot4)+(2k-1)\cdot2k +(2k+2)\cdot(2k+2)$$
No matter how i try i cannot prove the LHS = RHS!!! Can anyone help to show me how i prove the LHS = RHS by using mathematical induction