Updates: Correcting a mistake, adding MathJax and removing screenshot...
I'm trying to find maximum & minimum value of function -8x^2-3 at an interval (-inf, +inf), which is an open interval by nature.
Taking limits at -inf and +inf results in -inf, i.e. this function has a Maximum or maximum value, but no minimum value.
Finding critical points gives x=0
Evaluating function at x=16 gives -3.
Although, this is the only value, but -ve sign shows, it should be a Minima, not Maxima.
Here is my effort.
Taking Limits: $$\lim{x\to -\infty}=-\infty $$ $$\lim{x\to +\infty}=-\infty $$
Shows that it has a maximum, but no minimum value;
Finding Critical Point: $$ \bar f(x)=-16x $$ Equating to 0: $$ -16x=0 => x=0 $$ Evaluating function at x=0: $$ f(0)=-3 $$
As this contains -ve sign, I think, it is the minimum value. So what I am missing or confusing here?
$$-8x^2-3\leq-3.$$ The equality occurs for $x=0$, which says that $-3$ is a maximal value.
The minimal value does not exist.