2

How do we solve integration problem of function of functions of the kind: $$\int_0^{\pi/2} {\sin (\ln\sqrt {\cos x} )}dx$$

Do we use some substitution e.g., $\sqrt {\cos x} =t$ ? will that work or need another trick?

user12345
  • 589

1 Answers1

3

Well, we have:

$$\mathscr{I}:=\int_0^\frac{\pi}{2}\sin\left(\ln\left(\sqrt{\cos\left(x\right)}\right)\right)\space\text{d}x=\frac{i}{2}\cdot\left\{\int_0^\frac{\pi}{2}\cos^{-\frac{i}{2}}\left(x\right)\space\text{d}x-\int_0^\frac{\pi}{2}\cos^\frac{i}{2}\left(x\right)\space\text{d}x\right\}\tag1$$

Now, use:

$$\int_0^\frac{\pi}{2}\cos^\text{n}\left(x\right)\space\text{d}x=\frac{\sqrt{\pi}}{2}\cdot\frac{\Gamma\left(\frac{1+\text{n}}{2}\right)}{\Gamma\left(1+\frac{\text{n}}{2}\right)}\tag2$$

When $\Re\left(\text{n}\right)>-1$

So, we get:

$$\mathscr{I}=\frac{i\sqrt{\pi}}{4}\cdot\left\{\frac{\Gamma\left(\frac{1}{2}-\frac{i}{4}\right)}{\Gamma\left(1-\frac{i}{4}\right)}-\frac{\Gamma\left(\frac{1}{2}+\frac{i}{4}\right)}{\Gamma\left(1+\frac{i}{4}\right)}\right\}\tag3$$

Jan Eerland
  • 28,671