Can I Simplify This Trig Integral Using u Substitution?

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
10 replies · 3K views
chaotixmonjuish
Messages
284
Reaction score
0
I'm having a wee bit of a problem with this

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

could i use a u substitution by pulling out a sec x tan x and using it as a du
 
on Phys.org
How about writing it in terms of sin(x) and cos(x) by noting that tan(x)=sin(x)/cos(x) and sec(x)=1/cos(x)? And then make the sub u=sin(x)?

I think that would work.
 
That gives me an idea. Let u=tan x. Then evaluate the integral in terms of u. It appears to be a lot easier than doing the original one by parts.
 
This may help a bit more, the original problem was:

[tex]\int[/tex]x[tex]^{3}[/tex][tex]\sqrt{x^{2}+4}[/tex]
 
chaotixmonjuish said:
I'm having a wee bit of a problem with this

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

could i use a u substitution by pulling out a sec x tan x and using it as a du

Hi chaotixmonjuish! :smile:

(have a cubed: ³ and an int: ∫)

Hint: tan³x = sec²x.tanx - tanx … then it's obvious. :smile:
 
well here is what I did

u=secx
du=tanx*secxdx

so turn tan^2 into sec^2-1(u^2-1)*u^2du
 
chaotixmonjuish said:
This may help a bit more, the original problem was:

[tex]\int[/tex]x[tex]^{3}[/tex][tex]\sqrt{x^{2}+4}[/tex]

It does help to give us the original problem, then post what you have it down to later as well. If you told us this before, we could have told you that u=x^2 +4 makes this a trivial integral =]
 
Okay, so I figured it out

since u=sec x
and that makes tan u^2-1

(u^2-1)u^2

that became a fairly easy integral...it was just getting to that step with those clever trig functions.
 
Perhaps because I tend to be "simple", my first reaction with any trig functions is to convert to sine and cosine. Here,
[tex]\int tan^3(x)sec^3(x)dx= \int \frac{sin^3(x)}{cos^6(x)}dx[/tex]
and since sine is to an odd, power, factor one out to use with the "dx"
[tex]= \int \frac{sin^2(x)}cos^6(x)}sin(x)dx= \int\frac{1- cos^2(x)}{cos^6(x)}sin(x)dx[/tex]
Now, let u= cos(x) so du= -sin(x)dx and we have
[tex]-\int \frac{1- u^2}{u^6}du= -\int(u^{-6}- u^{-4})du[/tex]
which is easy