Given a function $f(x)$ I need to find another function $g(x)$, where $g(x) = Ax^2 + C$, where $A$ and $C$ are constants, such that $g(x) \le f(x)$, for all $x$. I can use a computer to do this for me but:
- I don't know how, and
- I want to know the process.
Thanks!