Solve U-Sub Trig Integrals: Tan^5(3x) Sec^2(3x)

  • Thread starter Thread starter Knissp
  • Start date Start date
  • Tags Tags
    Integrals Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Knissp
Messages
72
Reaction score
0

Homework Statement


[tex]\int tan^5(3x) sec^2(3x) dx[/tex]

The Attempt at a Solution



[tex]u = tan(3x)[/tex]
[tex]du = 3 sec^2(3x) dx[/tex]
[tex]du/3 = sec^2(3x) dx[/tex]
[tex]\int tan^5(3x) sec^2(3x) dx[/tex]
[tex]= \int 1/3 u^5 du[/tex]
[tex]= u^6/18 + C[/tex]
[tex]= tan^6(3x)/18 + C[/tex]

The calculator says the integral should be:
[tex]\frac {1 - 3 sin^2(3x) cos^2(3x)}{18cos^6(3x)} + C[/tex]

The answer I got does not differ from the calculator by a constant. Any help would be appreciated.
 
Physics news on Phys.org
Knissp said:
[tex]= tan^6(3x)/18 + C[/tex]

That's what I get too.

The calculator says the integral should be:
[tex]\frac {1 - 3 sin^2(3x) cos^2(3x)}{18cos^6(3x)} + C[/tex]

The answer I got does not differ from the calculator by a constant.

Yes it does. Sometimes it's tricky to show the equivalence (up to a constant) of two antiderivatives of trigonometric integrands. It frequently can depend on using just the right combination of identities to show that they are in fact the same. My advice is to put down the calculator and check your integration the old fashioned way: take the derivative of your result and verify that you recover the integrand.
 
My answer can be easily verified by differentiating.

Differentiating the calculator's answer gives:

[tex]d/dx \frac {1 - 3 sin^2(3x) cos^2(3x)}{18cos^6(3x)} + C[/tex]
[tex]d/dx (\frac{1}{18cos^6(3x)} - d/dx \frac{3 sin^2(3x) cos^2 (3x)}{18 cos^6(3x)}[/tex]
[tex]tan(3x) sec^6(3x) - d/dx \frac{sin^2(3x)}{6cos^4(3x)}[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - d/dx \frac{tan^2(3x) sec^2(3x)}{6}[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - \frac {tan^2(3x) d/dx (sec^2(3x)}{6} - \frac {sec^2(3x) d/dx tan^2(3x)}{6}[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - \frac {tan^2(3x) 2 sec(3x) (sec(3x)tan(3x)) 3}{6} - \frac {sec^2(3x) 2 tan(3x) sec^2(3x) 3}{6}[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - tan^2(3x) sec(3x) (sec(3x)tan(3x)) - sec^2(3x) tan(3x) sec^2(3x)[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - tan^3(3x) sec^2(3x) - sec^4(3x) tan(3x)[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - \frac{sin^3(3x)}{cos^5(3x)} - \frac{sin(3x)}{cos^5(3x)}[/tex]
[tex]\frac {sin(3x)}{cos^7(3x)} - \frac{sin^3(3x) cos^2(3x)}{cos^7(3x)} - \frac{sin(3x)cos^2(3x)}{cos^7(3x)}[/tex]

The integrand was [tex]tan^5(3x) sec^2(3x) = \frac{sin^5(3x)}{cos^7(3x)}[/tex], so all I need to do now is show
[tex]sin^5(3x) = sin(3x) - sin^3(3x) cos^2(3x) - sin(3x)cos^2(3x)[/tex]

[tex]sin(3x) - sin^3(3x) cos^2(3x) - sin(3x)cos^2(3x)[/tex]
[tex]sin(3x) - sin(3x)cos^2(3x) - sin^3(3x) cos^2(3x)[/tex]
[tex]sin(3x) (1 - cos^2(3x)) - sin^3(3x) cos^2(3x)[/tex]
[tex]sin(3x) (sin^2(3x)) - sin^3(3x) cos^2(3x)[/tex]
[tex]sin^3(3x) - sin^3(3x) cos^2(3x)[/tex]
[tex]sin^3(3x) (1 - cos^2(3x))[/tex]
[tex]sin^5(3x)[/tex]

cool! Thanks!