First of all I apologize that my mathJax is not rendering, and my formula may fail.
I'd say by attempting $u$-substitution, the problem could be solved.
== Why $u$-substitute? ==
Then, why $u$-substitute? To change a strange-looking integrand to something you might recognize. Even if obscured at the beginning, try to substitute different expressions (either schematically or randomly). You may stumble upon the right answer.
Take this little exercise:
$$\int \frac{\cos x}{1+\sin x \,\mathrm d x}$$
There is a fraction. The denominator is the sum of $1$ and a function $\sin x$.
If you are experienced enough to notice that the derivative of $1+\sin x$ is $\cos x$, then you may simply let
$$u=1+\sin x$$
with
$$\,\mathrm d u = \cos x \,\mathrm d x$$
so that
$$\int \frac{\cos x}{1+\sin x \,\mathrm d x} = \int\frac{du}{u}=\ln\left|u\right|+C$$
Well, you say where's the x? Using careful manipulation we chose to hide x by letting $u=1+\sin x$ there in the beginning. Now, it's high time that we substituted the $u$ into the R.H.S. of the last equation and obtain
$$\ln\left|1+\sin x\right| + C.$$
(example from book: A First Course in Mathematical Modelling, F. R. Giodano)
== Try different substitutions ==
The third integral of OP is not to easy at first. OP would try $u=e^x$, ($\,\mathrm d x = u^{-1} \,\mathrm d u$) but it doesn't make things easier. Try to put more things into your substitution, try a few more minutes please.
Spoiler alert!
Try to simplify the square root.
Spoiler alert!
Try $u=4+e^x$
Spoiler alert! Finish the first few spoilers and proceed.
Try integration by parts.
Alternatively, try to differentiate $u^{3/2} \ln u$, and see what terms you need to add.