Finding an Integral with Trigonometric Substitution

  • Thread starter Thread starter Sparky_
  • Start date Start date
  • Tags Tags
    Suggestion Trig
Sparky_
Messages
227
Reaction score
5

Homework Statement



Can I get some help with:

\int -\frac {sin^2(3x)}{3cos(x)} dx

Homework Equations





The Attempt at a Solution



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


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

u = cos(3x)
du = -3sin(3x)

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

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

I have found that

\int sec(x) tan(x) dx = sec(x)

My problem can be re-written as

\int - sin(3x) tan(3x) dx

?

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:

\int \frac{ \sin^2 x}{\cos x} dx

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

\int \left( \sec x - \cos x \right) dx.

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

\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 when u = sin x. Now do partial fractions and your home free.
 
Yes - I meant cos(3x).

Thanks
Sparky_
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top