How do I integrate sin³x/cos²x?

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Integration Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


[tex]\int{\frac{sin^3x}{cos^2x}dx}[/tex]

The Attempt at a Solution


I've tried converting the trigs into more useful forms, but didn't find anything helpful there.
Some help please?
 
Physics news on Phys.org
Write the integrand in terms of a tangent then use the identity [itex]1+\tan^2 x=\sec^2 x[/itex]. Can you take it from there?

Edit: Substituting [itex]\sin^2 x=1-\cos^2 x[/itex] is easier.
 
Last edited:
hey Mentallic, have you tried cos^2(x) = 1-sin^2(x) and some subsititution from there?
 
Using [itex]1+tan^2x=sec^2x[/itex]

[tex]\int{(sec^2x-1)(sinx)dx}[/tex]

[tex]=\int{tanxsecx-sinx}dx[/tex]

I get stuck here with the tanxsecx part...


with [itex]cos^2x=1-sin^2x[/itex]

[tex]\int{\frac{sin^3x}{1-sin^2x}dx}[/tex]

[tex]\int{\frac{-sinx(1-sin^2x)+sinx}{1-sin^2x}dx}[/tex]

[tex]\int{-sinx+\frac{sinx}{1-sin^2x}dx}[/tex]

I'm just heading in the same direction as before... I must be using these identities in the wrong way. Any other hints?
 
Ok, you are heading to the right direction:
[tex]\int{-sinx+\frac{sinx}{1-sin^2x}dx}=[/tex]

[tex]=\int{-sinxdx}+\int{\frac{sinx}{1-sin^2x}dx}=[/tex]

[tex]=cosx+\int{\frac{sinx}{cos^2x}dx}[/tex]

I. Use the substitution method.

[itex]t=cosx[/itex], so that

[tex]dt=-sinx[/tex]

or

use the method integration by parts to solve the remaining integral:

[tex]\int u\, dv=uv-\int v\, du.\![/tex]

[tex]u=sinx , dv=\frac{1}{cos^2x}dx[/tex]Good luck.
 
Last edited:
Mentallic said:
Using [itex]1+tan^2x=sec^2x[/itex]

[tex]\int{(sec^2x-1)(sinx)dx}[/tex]

[tex]=\int{tanxsecx-sinx}dx[/tex]

I get stuck here with the tanxsecx part...

This is correct, the rest is overly complicated and only makes things harder. If you knew your trig derivatives by heart you would instantly recognize the primitive.

[tex]\tan x \sec x=\frac{\sin x}{\cos^2 x}[/tex]

You know that the derivative of the cosine is the negative sine. This makes it clear you want to make a substitution involving cos.

Mentallic said:
with [itex]cos^2x=1-sin^2x[/itex]

[tex]\int{\frac{sin^3x}{1-sin^2x}dx}[/tex]

[tex]\int{\frac{-sinx(1-sin^2x)+sinx}{1-sin^2x}dx}[/tex]

[tex]\int{-sinx+\frac{sinx}{1-sin^2x}dx}[/tex]

I'm just heading in the same direction as before... I must be using these identities in the wrong way. Any other hints?

That is a very poor identity to use since you complicate the denominator this way. I told you [itex]\sin^2x=1-\cos^2x[/itex] would be easier, because then you would get that term in the numerator which makes things easy to split.
 
Ahh I see what you were intending now. I was able to convert

[itex]\int{\frac{sinx}{cos^2x}dx}[/itex] into [itex]-\int{u^{-2}}du[/itex] where [itex]u=cosx[/itex]

Thanks a lot for the help.
 
Yep that's it. Secondly I would advice you to also memorize the derivatives of the sec, csc and cot functions. It will make spotting primitives a lot easier. For example:

[tex] \frac{d \sec x}{dx}=\sec x \tan x[/tex]

This would have allowed you to solve your integral almost instantly.
 
Cyosis said:
[tex] \frac{d \sec x}{dx}=\sec x \tan x[/tex]

This would have allowed you to solve your integral almost instantly.

Oh yeah :biggrin: I suppose the best tool in integration is rididculous amounts of practice to remember all possible results I would be asked in an exam hehe.
 
Experience is certainly a great asset when it comes to finding primitives. To solve the more common integrals you should be proficient in:

Knowing basic derivatives
Partial fractions
Completing the square
Trigonometric substitutions
Hyperbolic substitutions

Knowing these together with the basic integral theorems, such as integration by parts, will allow you to handle all the integrals they will throw at you during an exam.