For given $a,b$, what is the minimum value of the following expression?
$$ \frac{a}{x^2+b}+x,\qquad x>=0, a>0,b>0 $$
- Differentiating the above gives a messy polynomial.
- I tried plugging this into wolframalpha - It gives back the above polynomial.
I am looking for a reasonable scaling of the lower bound for the expression for $a,b \rightarrow \infty$
This is a possible approach.
$$ \frac{a}{x^2+b} + x \\ = \frac{a}{x^2+b} + x +\sqrt{b} - \sqrt{b} \\ > \frac{a}{x^2+b} + \sqrt{x^2+b} - \sqrt{b}\\ >a^{1/3} - \sqrt{b} $$
Can we improve the lower-bound?