I've done a lot of exercises related to finding monotonicity and extreme values using derivatives, but I am stuck at this one (stuck at three different things):
$f(x) = \sqrt{e^{2x}+e^{-x}}$
First, finding the domain of $f$.
$e^{2x}+e^{-x} \geq 0 \quad \quad \quad$ (stuck counter: 1) Let's ignore domain for now.
Finding the derivative and calculating solutions:
$f'(x)= \frac{2e^{2x}-e^{-x}}{2\sqrt{e^{2x}+e^{-x}}}$
$\frac{2e^{2x}-e^{-x}}{2\sqrt{e^{2x}+e^{-x}}} = 0 \quad/2\sqrt{e^{2x}+e^{-x}}$
$2e^{2x}-e^{-x} = 0$
$e^{-x}(2e^{3x}-1)=0$
First solution:
$e^{-x} = 0 \quad \quad \quad$ (stuck counter: 2)
Second solution:
$2e^{3x}-1=0$
$2e^{3x} = 1$
$e^{3x} = \frac{1}{2} \quad \quad \quad$ (stuck counter: 3)
I do know how to proceed further with the extremes/monotonicity, just not sure how to find the domain and how to approach these solutions. :/ I ignored finding the domain of $f'$ for now.
Thanks for help.
$\mathrm e^x > 0$ for all $x \in \mathbb R$, so you don't need to worry about the domain.
This equation has no solutions.
Take the logarithm.
Alternative way, consider the function $g(x ) = \mathrm e^{2x} + \mathrm e^{-x}$ instead, then since $\sqrt y$ is monotonically increasing on $[0,+\infty )$, so we could find the extreme values of $f$ via $g$. The latter one is easier for us to do the calculation.