Integrating a Trigonometric Function with a Power of Secant: tan(x)sec^4(x)

  • Thread starter Thread starter mk200789
  • Start date Start date
  • Tags Tags
    Integration Trig
mk200789
Messages
7
Reaction score
0

Homework Statement


integrate tan(x)sec^4(x) dx


Homework Equations





The Attempt at a Solution


int tan(x)sec^4(x) dx
= int tan(x)sec^2(x)sec^2(x) dx
= int tan(x)sec^2(x) (tan^2(x)+1) dx

let u = tanx ==> du = sec^2(x) dx

= int usec^2(x) (u^2 + 1) /sec^2(x) du
= int u(u^2+1) du
= u^4/4 + u^2/2 + C
and then replace the u with tanx

am i doing this correct?
 
Physics news on Phys.org
Absolutely. If you want, you can unfactor the answer, but it isn't necessary.
 
ttthank you!
 
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