Bonus Homework Problem: Integral of csc

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
ƒ(x)
Messages
327
Reaction score
0
[tex]\int csc dx = ?[/tex]


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

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

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

Therefore

[tex]\int du / u\sqrt{}[/tex]{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
ƒ(x) said:
[tex]\int csc dx = ?[/tex]


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

[tex]\int csc(x) dx =[/tex] [tex]\int 1/sin(x) dx[/tex]
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:
[tex]\sqrt{}[/tex]{u2-1} = cos(x)
du / [tex]\sqrt {u<sup>2</sup>-1} = dx[/tex]

Therefore

[tex]\int du / u\sqrt{}[/tex]{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 [itex]\int dx/cos(x)[/itex] by multiplying both numerator and denominator by cos(x): [itex]\int cos(x)dx/cos^2(x)= \int cos(x)dx/(1- sin^2(x))[/itex] and then let u= sin(x).