Use mathematical induction to prove that $$1\cdot3+2\cdot4+3\cdot5+...+n(n+2)≥ \frac{1}{3}(n^3+5n)$$ for $n≥1$.
I have tried this and got what I thought was the correct answer but it doesn't work for all values of n greater than 1. Any help would be greatly appreciated.
Your reasoning is correct. Assumnig $p(k)$ true, $p(k+1)$ is equivalent to $$ \frac{1}{3}(k^3+5\,k)+(k+1)(k+3)\ge\frac{1}{3}((k+1)^3+5(k+1)), $$ which reduces to $$ 12\,k+9\ge3\,k+6. $$ This is clearly true for all $k\ge1$.