Advice for $\int\frac{\sin{2x}}{\sqrt{\cos^4{x}+3}}dx$

80 Views Asked by At

could anybody guide me to the next step $$\int\frac{\sin{2x}}{\sqrt{\cos^4{x}+3}}dx=\int\frac{2\sin{x}\cos{x}}{\sqrt{\cos^4{x}+3}}dx=-\int\frac{\cos{x}}{\sqrt{\cos^4{x}+3}}d{\cos^2{x}}=...$$ and here I stuck. I don't know how to get rid of $cos{x}$ in the numerator. Any guidance is very welcome.

3

There are 3 best solutions below

3
On BEST ANSWER

You made a mistake in the second step. You should have

$$-\int \frac{1}{\sqrt{\cos^4 x + 3}} d\cos^2 x$$

So letting $u = \cos^2 x$ results in

$$-\int \frac{1}{\sqrt{u^2 + 3}}\, du = -\ln|u + \sqrt{u^2 + 3}| + C = -\ln(\cos^2 x + \sqrt{\cos^4x + 3}) + C.$$

2
On

Put $y=\cos^2(x)$ and the integral becomes $$-\int \frac{dy}{\sqrt{y^2+3}}$$

Then put $y=\sqrt{3}\sinh(t)$ and it becomes $$-\frac{1}{\sqrt{3}}\int dt.$$

2
On

I have a different approach for this integral. It looks ripe for pattern matching, as $$\frac{\sin(2x)}{\sqrt{\cos^4(x)+3}}=\frac{2\sin(x)\cos(x)}{\sqrt{3}\sqrt{\left(\frac{\cos^2(x)}{\sqrt{3}}\right)^2+1}}$$ Now let $u = \frac{\cos^2(x)}{\sqrt{3}}$ with $du = \frac{-2}{\sqrt{3}}\sin(x)\cos(x)dx$. Then $$\int \frac{\sin(2x)}{\sqrt{\cos^4(x)+3}}dx = \int \frac{-1}{\sqrt{u^2+1}} du $$ where we can see that $\frac{-1}{\sqrt{u^2+1}} du$ is precisely the derivative of $-\text{arcsinh}(u)$. Hence, $$\int \frac{\sin(2x)}{\sqrt{\cos^4(x)+3}}dx = -\text{arcsinh}\left(\frac{\cos^2(x)}{\sqrt{3}}\right)+C$$