$$\int \frac{2 \sin x+ \sin 2x}{1 - \cos x }\mathrm{d}x . $$
the following to is to be solved by substitution method. I tried to substitute $1-\cos x$, but couldn't reach the solution. Any help is appreciated.
$$\int \frac{2 \sin x+ \sin 2x}{1 - \cos x }\mathrm{d}x . $$
the following to is to be solved by substitution method. I tried to substitute $1-\cos x$, but couldn't reach the solution. Any help is appreciated.
On
Hint
$$I=\int \frac{2 \sin( x)+ \sin (2x)}{1 - \cos (x) }\ dx = \int \frac{2 \sin (x)+ 2\sin ( x)\cos ( x)}{1 - \cos ( x) }\ dx = 2\int\frac{1+\cos( x)}{1-\cos( x)}\sin ( x)\ dx $$
Now, change variable $y=\cos(x)$, $dy=-\sin(x)\,dx$ which makes $$I=-2\int\frac{1+y}{1-y}\,dy$$ which seems easy to solve.
$$\begin{align}\int \frac{2 \sin x+ \sin 2x}{1 - \cos x }\ dx &= \int \frac{2 \sin x+ 2\sin x\cos x}{1 - \cos x }\ dx \\ &= 2\int\frac{1+\cos x}{1-\cos x}\sin x\ dx \\ &= 2\int\frac{-(1-\cos x)+2}{1-\cos x}\frac{d(1-\cos x)}{dx}\ dx \\ &= 2\int\frac{-(1-\cos x)+2}{1-\cos x}\ {d(1-\cos x)}\end{align}$$
Does that help?