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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top