So here, I have the following $$ f(x) = 4^x + 2^x + 1 $$
Now I tried to find the minimum value by doing $y = f(x)$, then doing $4^x + 2^x + 1 - y = 0$, which I solve with the $D \geq 0 $, since this is a real quadratic.
This gives me $y \in [{\frac{3}{4}}, \infty)$, which is not correct here, since $\frac{dy}{dx} = 0$ says me that when $x \rightarrow -\infty$, $y \rightarrow 1$.
Could anyone please explain me why doing with the quadratic way is wrong here, since notice that this is a quadratic of $2^x$?