How can I solve this without using Reduction Formula?

  • Thread starter Thread starter Dj Pedobear
  • Start date Start date
  • Tags Tags
    Formula Reduction
Dj Pedobear
Messages
2
Reaction score
0

Homework Statement


integral of cot^2 x / csc^8 x dx

Homework Equations


u = cot x
du = csc^2 x du

The Attempt at a Solution


if I use reduction formula I could answer this but it's going to be very very LONG SOLUTION

I just need some basic integral work.
 
Physics news on Phys.org
First convert the expression to only sin and cos and then think of proper substitution. If youdo not wish to use reduction formula you need to juggle up the expressions and remove powers to get expression in terms of multiple angles.
 
Let'sthink said:
First convert the expression to only sin and cos and then think of proper substitution. If youdo not wish to use reduction formula you need to juggle up the expressions and remove powers to get expression in terms of multiple angles.
Dj Pedobear said:

Homework Statement


integral of cot^2 x / csc^8 x dx

Homework Equations


u = cot x
du = csc^2 x du

The Attempt at a Solution


if I use reduction formula I could answer this but it's going to be very very LONG SOLUTION

I just need some basic integral work.

Write the integrand as ##f(x) = \cos^2(x) \sin^6 (x)##. Use ##\cos^2(x) = 1 -\sin^2(x)## to get your integral ##F = \int f(x) \, dx## in the form ##F = I_6-I_8##, where ##I_n = \int \sin^n(x) \, dx##.

Apply integration by parts to ##I_n##, using ##u = \sin^{n-1}(x)## and ##dv = \sin(x) \, dx##. This gives
I_n = -\cos(x) \sin^{n-1}(x) + (n-1) \int \cos^2(x) \sin^{n-2}(x) \, dx = -\cos(x) \sin^{n-1}(x) + (n-1) [I_{n-2} - I_n]
This is an equation connecting ##I_n## to ##I_{n-2}##, so you can solve it to express ##I_n## in terms of ##\sin(x), \cos(x)## and ##I_{n-2}##. Finally, you can express ##I_8## in terms of ##I_6##, then ##I_6## in terms of ##I_4##, etc. The answer you want will drop out pretty quickly and easily.
 
thx :D
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top