Finding an Integral with Trigonometric Substitution

  • Thread starter Thread starter Sparky_
  • Start date Start date
  • Tags Tags
    Suggestion Trig
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Sparky_
Messages
227
Reaction score
5

Homework Statement



Can I get some help with:

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

Homework Equations





The Attempt at a Solution



It looks like a substitution would work but I'm striking out with:


[tex]u = sin(3x)[/tex]
[tex]du = 3cos(3x)[/tex]
because this is now in the denominatior

[tex]u = cos(3x)[/tex]
[tex]du = -3sin(3x)[/tex]

I'm left with a sin(3x) term.

I'm guessing a trig identity is now going to be involved.

I have found that

[tex]\int sec(x) tan(x) dx = sec(x)[/tex]

My problem can be re-written as

[tex]\int - sin(3x) tan(3x) dx[/tex]

?

Thanks for the help.

-Sparky_
 
Last edited:
Physics news on Phys.org
Just to clarify, is the argument of the cos correct?
Its just that cos(3x) will be simpler...
 
Assuming you meant the argument of the cosine to be 3x, its easy to see that you can solve your integral if you can solve:

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

To do that, remember [itex]\sin^2 x = 1- \cos^2 x[/itex], so that the integral becomes

[tex]\int \left( \sec x - \cos x \right) dx[/tex].

Both of those are usually regarded as standard integrals, although sometimes the secant integral is not. To do that one;

[tex]\int \sec x dx = \int \frac{\cos x}{\cos^2 x} dx = \int \frac{\cos x}{1- \sin^2 x} dx = \int \frac{1}{(1+u)(1-u)} du[/tex] when u = sin x. Now do partial fractions and your home free.
 
Yes - I meant cos(3x).

Thanks
Sparky_