Say we have function:
$ f(r) = \frac{b}{r} (n + 2^r), r > 0 $
where $b$ and $n$ are some constants large than $0$.
How can we determine the minimal value of this function?
Compute the derivative:
$f'(r) = \frac{-b}{r^2} (n + 2^r) + \frac{b}{r}(2^r \ln 2)$
How can I solve the equation $f'(r) = 0$?