How to solve $$\int \cos x \sqrt{1 - 2 \sin x} dx$$ using $u=\cos x$ as substitution?
Integration help!
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 3 best solutions below
On
Substitute $u=1-2\sin x$ to get$$\int \cos x\sqrt{1-2\sin x}\, dx=-\frac 12\int \sqrt{u}\,du$$ Can you take it from there?
On
Haha, funny question!
Well, the easiest way is just apply $ y = 1 - 2 \sin x $, but if you insists
Let $ u = \cos x \Rightarrow \frac {\mathrm{d}u}{\mathrm{d}x} = - \sin x $, it becomes
$ \begin{eqnarray} \displaystyle \int u \sqrt{ 1 - 2\sqrt{1-u^2}} \cdot \frac { -\mathrm{d}u}{ \sqrt{1-u^2} } \\ \end{eqnarray} $
Now let $ y = \sqrt{1-u^2} $
$ \begin{eqnarray} \displaystyle \int u \sqrt{1-2y} \cdot \frac {-1}{y} \cdot - \frac {y}{u} \mathrm{d}y \\ \end{eqnarray} $
Which equals to
$ \begin{eqnarray} \int \sqrt{1-2y} \space \mathrm{d}y & = & -\frac {1}{2} \cdot \frac {2}{3} \left (1 - 2y \right )^{3/2} + C \\ & = & { \color{red} {-\frac {1}{3} \left (1 - 2\sin x \right )^{3/2} + C} }\\ \end{eqnarray} $
Without any substitution:
$$\int\cos\sqrt{1-2\sin x}dx=-\frac12\int(1-2\sin x)'\sqrt{1-2\sin x}dx=$$
$$=-\frac12\frac23(1-2\sin x)^{3/2}+C=-\frac13(1-2\sin x)^{3/2}+C$$