I(n) = ∫sin^n (x) dx (integration by parts)

vmr101
Gold Member
Messages
25
Reaction score
1

Homework Statement


i)Use integration by parts to express:
I(n) = ∫ sin^n (x) dx
in terms of I(n-2).
ii) Hence show that ∫(π/2 for top, π/4 for bottom) 1/[sin^4 (x)] dx = 4/3

Homework Equations


Reduction Formula and Trig Identity [sin²(x) + cos²(x) = 1]
π = pi

The Attempt at a Solution


i) Integrate by parts with
u = sin^(n-1)(x) => du = (n-1)·cos(x)·sin^(n-2)(x)
dv = sin(x) => v = -cos(x)
I ended up with:
∫ sin^n(x) dx
= -(1/n)·cos(x)·sin^(n-1)(x) + [(n-1)/n]· ∫ sin^(n-2)(x) dx

ii) Would this be integration by substitution and parts?
= log{ -(1/4)·cos(x)·sin^(3)(x) + [3/4]· ∫ sin^(2)(x) dx }
=> log{ -(1/4)·cos(x)·sin^(3)(x) + [3/4]·(-(1/2)·cos(x)·sin(x) + [1/2]) }
I pushed the numbers through but got this wrong, where did i go wrong?
Thanks in advance.
 
Physics news on Phys.org
You correctly found

I(n) = -\frac{1}{n}\cos x\sin^{n-1} x + \frac{n-1}{n} I(n-2)

Now you're asked to evaluate

\left \int_{\pi/4}^{\pi/2} \sin^{-4} x \, dx = I(-4)\right\rvert_{x=\pi/4}^{x=\pi/2}

But it looks like you used n=4. Try a different value of n. Also, where did the log come from?
 
Of course! Thanks.
I don't know why, but i used substitution to change everything under the 1 to u, then used the integral of 1/u is log, then replaced u back in, then used the 4.
I knew i was doing something wrong.
Thanks for the help! Its much appreciated.
 
I put int 1/sin^4 into wolframa alpha website and got
-(1/3)*cot(x)(csc^2(x)+2)
I then put pi/2 and pi/4 and got the answer 4/3.
Is anyone able to explain the integral process for:
int 1/sin^4(x)
??
Thanks
 
You have found:

I(n) = -\frac{1}{n}\cos x\sin^{n-1} x + \frac{n-1}{n} I(n-2)

And we know:

I(-2)=\int \frac{dx}{sin^2(x)}=-cot(x)+C

Then for finding I(-4) you have to use the formula for n=-2.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top