What substitution can be used to solve this integral?

  • Thread starter Thread starter Bazzinga
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Bazzinga
Messages
45
Reaction score
0
So I've gotten the integral that I'm doing now down to:

int(cos(x)/sin^2(x) dx)

I looked it up on one of those online integral calculators to get me on the right track, and the answer is:

-1/sin(x)

It seems so simple, what am I missing?
 
Physics news on Phys.org
An ordinary substitution will do here: u = sin(x), du = cos(x)dx. Then your integral is
[tex]\int \frac{du}{u^2} = \int u^{-2}du[/tex]