I'm currently taking calculus, and have hit a problem that is causing me confusion. I have the answer to the problem, I just have no idea how to arrive at that answer. The problem is as follows:
$$\int\sqrt{\ln^2\left(4\right)\space\cdot\space 4^{2x}+1}\mathrm dx$$
I assume you have to use $u$-substition, but I don't know what to use as $u$. I am very stumped on what to do.
Technically it is a definite integral, but once I figure out the integration, I'm confident I can evaluate over the ranges.
Thank you in advance to anyone who can help me.
First you need to forget about all these numbers - they are here to confuse you. Use the following:
$$4^{2x}=16^x=e^{\ln 16 \cdot x}$$
Now denote:
$$a=\ln^2 4$$
$$b=\ln 16$$
Now your integral becomes:
$$\int \sqrt{a~e^{bx}+1}~~dx$$
Now you need to change the variable, for example (in the comments there is another great substitution):
$$u=\sqrt{a~e^{bx}+1}$$
$$x=\frac{1}{b} \ln \frac{u^2-1}{a}$$
$$dx=\frac{1}{b} \frac{2u }{u^2-1} du$$
$$\int \sqrt{a~e^{bx}+1}~~dx=\frac{2}{b} \int \frac{u^2 }{u^2-1} ~du=$$
$$=\frac{2}{b} \int \frac{u^2-1}{u^2-1} ~du+\frac{2}{b} \int \frac{1}{u^2-1} ~du=$$
$$=\frac{2u}{b}+\frac{2}{b} \int \frac{du}{u^2-1} $$
The last integral I leave to you