Bonus Homework Problem: Integral of csc

ƒ(x)
Messages
327
Reaction score
0
\int csc dx = ?


I just am seeking confirmation as to whether or not I did this correctly. I apologize beforehand for any formatting errors.

\int csc(x) dx = \int 1/sin(x) dx
u = sin(x)
du = cos(x)dx
du / cos(x) = dx

u2 = sin2(x)
u2 = 1 - cos2(x)
\sqrt{}{u^2-1} = cos(x)
du / \sqrt {u<sup>2</sup>-1} = dx

Therefore

\int du / u\sqrt{}{u2-1}

And, since I cannot remember the arc property, this is as for as I was able to get.
 
Last edited by a moderator:
Physics news on Phys.org
try u = ln(tan(x/2))
 
ƒ(x) said:
\int csc dx = ?


I just am seeking confirmation as to whether or not I did this correctly. I apologize beforehand for any formatting errors.

\int csc(x) dx = \int 1/sin(x) dx
u = sin(x)
du = cos(x)dx
du / cos(x) = dx

u2 = sin2(x)
u2 = 1 - cos2(x)

This is an interesting approach, but you have a problem in the next line. The intermediate step is: u2 - 1 = - cos2(x).
The right side is always <= 0, so taking its square root almost always gives you imaginary numbers.

ƒ(x) said:
\sqrt{}{u2-1} = cos(x)
du / \sqrt {u<sup>2</sup>-1} = dx

Therefore

\int du / u\sqrt{}{u2-1}

And, since I cannot remember the arc property, this is as for as I was able to get.
That's an interesting approach, but there's a problem here:
 
I would integrate \int dx/cos(x) by multiplying both numerator and denominator by cos(x): \int cos(x)dx/cos^2(x)= \int cos(x)dx/(1- sin^2(x)) and then let u= sin(x).
 
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...

Similar threads

Back
Top