Integrate $\sin x/(1+\sin x)$, how to?
How can I integrate $\displaystyle\int{\dfrac{\sin x}{1+\sin x}}dx$? I have already tried by applying different trigonometric results.
$\endgroup$ 12 Answers
$\begingroup$If we write the expression in the following way: $$\frac{\sin x}{1+ \sin x} = \frac{\sin x(1 - \sin x)}{(1+\sin x)(1 - \sin x)} = \frac{\sin x - (\sin x)^2}{1 - (\sin x)^2} = \frac{\sin x - (\sin x)^2}{(\cos x)^2} \\= \frac{\sin x}{(\cos x)^2} - (\tan x)^2$$ Do you see how we can integrate these two terms?
$\endgroup$ 5 $\begingroup$Hint:
Write $\frac{\sin{x}}{1+\sin{x}}$ as $$\frac{\sin{x}}{1+\sin{x}}= \frac{1+\sin{x}-1}{1+\sin{x}} =1 -\frac{1}{1+\sin{x}} $$
Now subsitute $u=\tan{\frac{x}{2}}$
With this substitution the integral will simplify to
$$\int dx - \int\frac{2}{u^2+2u+1}\,du $$
$\endgroup$