In the following integration:
$$\int \frac{dx}{\sin{x}\sqrt{\sin(2x+\alpha)}}$$
My attempt is:
I substituted $\sin(2x+\alpha) = t$.
And got $2\cos(2x+\alpha)~dx =dt$.
But after that got stuck.
Can somebody help me.
In the following integration:
$$\int \frac{dx}{\sin{x}\sqrt{\sin(2x+\alpha)}}$$
My attempt is:
I substituted $\sin(2x+\alpha) = t$.
And got $2\cos(2x+\alpha)~dx =dt$.
But after that got stuck.
Can somebody help me.
$\sin(2x+A)=\sin2x\cos A+\cos2x\sin A$
$=\sin^2x\{2\cos A\cot x+(\cot^2x-1)\sin A\}$
Put $-\cot x=v$ to find $$I=\int\dfrac{dx}{\sin x\sqrt{\sin(2x+A)}}=(\text{sign of} \sin x)\int\dfrac{dv}{\sqrt{(v^2-1)\sin A-2v\cos A}}$$
Case$\#1:$ For $\sin A>0,$ $$\sqrt{\sin A}\cdot I=(\text{sign of} \sin x)\int\dfrac{dv}{\sqrt{(v^2-1)-2v\cot A}}$$
Now $\displaystyle\int\dfrac{dv}{\sqrt{(v^2-1)-2v\cot A}}=\int\dfrac{dv}{\sqrt{(v-\cot A)^2-\csc^2A}}$
Case$\#2:$ For $\sin A<0,$ $$\sqrt{-\sin A}\cdot I=(\text{sign of} \sin x)\int\dfrac{dv}{\sqrt{-(v^2-1)+2v\cot A}}$$
Now $\displaystyle\int\dfrac{dv}{\sqrt{1-v^2+2v\cot A}}=\int\dfrac{dv}{\sqrt{\csc^2A-(v-\cot A)^2}}$
Can yo take it from here?
$$\int \frac{dx}{\sin x \sqrt{\sin 2x \cos a + \cos 2x \sin a}}$$ which is same as $$\int \frac{dx}{\sin x \sqrt{\sin 2x} \sqrt{ \cos a + \cot 2x \sin a}}$$ Now let $t=\cos a+\cot 2x \sin a$.Then $dt=-2cosec ^2 2x \sin a dx$.So that i could rewrite the integral as $$-\frac{√2}{\sin a} \int \frac{\sqrt{\sin x}(\cos x)^{3/2} dt}{√t}$$ I then tried to go in for integration by parts but that seemed too lengthy and cumbersome.