Find the integral from $\ln 4$ to $\ln 6$ of $$e^x \ln(e^{2x} - 4)$$
I factored $$\ln(e^{2x} - 4)$$ to get $$\ln((e^{x} - 2)(e^{x} + 2))$$
Then I separated this to get:
$$e^x\ln(e^{x} - 2) + e^x\ln(e^{x} + 2)$$
So then I integrated to get $$(1/2) (\ln(e^{x} - 2))^2 + (1/2)(\ln(e^{x} + 2))^2$$
Then I attempted to evaluate the integral, but I didn't know how to simplify for example $$(\ln2)^2$$ And the available options (this is multiple choice) did not contain any such squared values. Is there a way to simplify this? Or should the question be done differently?
Let $$I = \int_{\ln(4)}^{\ln(6)} e^x \ln(e^{2x}-4)dx$$ Now set $t=e^x$ and we get $$I = \int_4^6 \ln(t^2-4) dt = \int_4^6 \ln(t+2) dt + \int_4^6 \ln(t-2) dt = \int_6^8 \ln(t)dt + \int_2^4 \ln(t)dt$$ I trust you can finish it from here.