Consider the quadratic function $f(x)= ax^2 + bx + c$ where $x \in \{1,2,\ldots\}$. Presume that $b^2 - 4ac < 0$ holds and $a \neq 0$. We know that there does not exist a $x \in \mathbb R$ such that $f(x) = 0$. So either $f(x) > 0$ or $f(x) < 0$ for all $x$. Is the following statement true: $f(x) > 0$ for all $x$ if $ a > 0$ and $f(x) < 0$ for all $x$ if $ a < 0$.
2026-03-29 08:35:56.1774773356
Infern sign of quadratic equation from coefficients
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Yes, the idea being to compute $$ \lim_{x \to + \infty} a x^{2} + b x + c $$ and check that this is $$ \begin{cases} + \infty & \text{if $a > 0$,}\\ - \infty & \text{if $a < 0$.} \end{cases} $$
Hint