Integral of sin(x)/cos(x)^2

  • Thread starter Thread starter ns5032
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
ns5032
Messages
27
Reaction score
0

Homework Statement



I would just like some help on how to find the integral of:
sin(x) / cos(x)^2



Homework Equations



integration by parts?
uv-integral of v(du)


The Attempt at a Solution


I tried using integration of parts with u = cos(x)^2 and dv = sin(x) but I just got myself in a bigger mess.

I noticed that sin(x) / cos(x)^2 was equal to tan(x)sec(x). Not sure if that helps though...

Help please?!
 
Physics news on Phys.org
I'd go for a substitution.
 
Try the substitution cos(x)^2.
 
what's integral of [(-2*u)/(1-u^2)]/-2

or

try to see 1/x connection
 
Last edited:
[tex]\int \frac{sinx}{cos^2x} dx[/tex]

[tex]\equiv \int \frac{sinx}{cosx} \times \frac{1}{cosx}dx[/tex]

What is another way to write [itex]\frac{sinx}{cosx}[/itex]?
and similarly [itex]\frac{1}{cosx}[/itex]?


Should be pretty standard after you see it.
 
Got it. Thank you everyone.