Okay so I've to integrate $$∫\frac{dx}{(1+\sin 2x)}$$ but I'm not getting any further from here $$∫\frac{dx}{(\sin x+\cos x)^2}.$$ Any hints or suggestions?
2026-04-06 06:29:07.1775456947
On
On
Integration of $1/(1+\sin 2x)$
12.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
2
On
Let $$I = \int\frac{1}{1+\sin 2x}dx $$
Put $\displaystyle 2x=\frac{\pi}{2}-2t\;,$ Then $dx = -dt$
So $$I = -\int\frac{1}{1+\cos 2t}dt = -\int\frac{1}{2\cos^2 t}dt = -\frac{1}{2}\int \sec^2 tdt = -\frac{1}{2}\tan t+\mathcal{C}$$
So $$I = \int\frac{1}{1+\sin 2x}dx=-\frac{1}{2}\tan \left(\frac{\pi}{4}-x\right)+\mathcal{C}$$
0
On
Alternatively, from where you left off, the integrand can be written as $$\frac 12\csc^2(x+\frac{\pi}{4})$$ so you end up with $$-\frac 12\cot(x+\frac{\pi}{4})+c$$ which is equivalent to @juantheron's answer
$\displaystyle\int\frac{1}{1+\sin 2x}dx=\int\frac{1}{1+\sin 2x}\cdot\frac{1-\sin 2x}{1-\sin 2x}dx=\int\frac{1-\sin 2x}{\cos^2 2x}dx$
$\displaystyle=\int\left(\sec^2 2x-\sec 2x\tan 2x\right)dx=\frac{1}{2}\big(\tan 2x-\sec 2x\big)+C$