I found this problem in a textbook, I confirmed it works when n = 3, and followed up with the inductive step, $$4^{n+1}-3^{n+1}\gt2(n+1)^2$$ but I'm stuck at $$4^n\cdot4-3^n\cdot3\gt2n^2+4n+2$$ Induction is a new thing for me, so please excuse any mistakes, thanks.
2026-04-12 05:30:28.1775971828
Prove that $4^n-3^n\gt 2n^2$ for all $n\ge 3$
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose $2n^2<4^n-3^n$ and $n\geq 3$.
\begin{align} 2(n+1)^2&=2n^2+4n+2\\ &<8n^2\\ &<4(4^n-3^n)\\ &=4^{n+1}-4\cdot 3^n\\ &<4^{n+1}-3^{n+1}. \end{align}