Show that $$(1+x)^n\geq 1+nx+\Bigl(\frac{n(n-1)}{2}\Bigr)x^2,\qquad x>0$$
I tried by induction
For $n=1$ $$(1+x)\geq1+nx$$ Assuming that $P(k)$ is true for $k\in \mathbb{N}$, so we need to show that for $k+1$ it is $$(1+x)^{k+1}\geq1+(k+1)x+\Bigl(\frac{(k+1)k}{2}\Bigr)x^2$$
So I think if $P(k)$ is true, I just need to multiply both sides by $(1+x)$ and show that is true for $(k+1)$, but if I do
$$(1+x)^n(1+x)\geq \Bigl[1+nx+\Bigl(\frac{n(n-1)}{2}\Big)x^2\Bigr](1+x)$$
a cubic term shows up, what makes no sense. Can anyone help me?
Following your calculation, we have \begin{align} &[1+nx+\Big(\frac{n(n-1)}{2}\Big)x²](1+x) \\ =\ &1 + \color{red}{nx} + \color{blue}{\left(\frac{n(n-1)}{2}\right)x^2} + \color{red}{x} + \color{blue}{nx^2} + \left(\frac{n(n-1)}{2}\right)x^3 \\ >\ &1 + (n + 1)x + \left\{\left(\frac{n(n-1)}{2}\right) + n\right\}x^2\\ =\ &1 + (n + 1)x + \left(\frac{(n+1)n}{2}\right)x^2 \end{align} where the third line is because the cubic term is greater than $0$.