The question is
Let $f(x)$ be a polynomial of degree $2$ and $f(x) > 0$ for all real values of $x$. Prove that $f(x) + f'(x) + f''(x) > 0$ for any value of $x$.
I tried making that kind of a function and started putting values. It's coming right, but I wanted a more rigorous proof
Since $\deg{f(x)}=2$ and $f(x)>0$ for all $x$, let $f(x)=ax^2+bx+c$, with $a>0$ and $b^2-4ac<0$. (Explanation below)
Compute $f'(x), f''(x)$ then,
$$f(x)+f'(x)+f''(x) = ax^2+(2a+b)x+(2a+b+c)$$
Use the discriminant on this quadratic equation.
$$D=(2a+b)^2-4a(2a+b+c)=b^2-4ac-4a^2 < 0$$
Therefore for all $x\in\mathbb{R}$, $$f(x)+f'(x)+f''(x) = ax^2+(2a+b)x+(2a+b+c) > 0$$
Given a quadratic equation $ax^2+bx+c=0$,
if $D=b^2-4ac\geq0$, the equation has real roots.
if $D =b^2-4ac<0$, the equation has no real roots, so there doesn't exist any real values of $x$ that will satisfy $ax^2+bx+c=0$. Therefore, $ax^2+bx+c$ should be either greater than $0$ or less than $0$ for all real values of $x$.
In the second case, for $ax^2+bx+c>0$ to hold, it must be that $a>0$, since if $a<0$, as $x \rightarrow \infty$, $ax^2+bx+c \rightarrow -\infty$