How can I simplify this integral using u-substitution for BC Calculus?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
nyyfan0729
Messages
12
Reaction score
0
I broke up the inegral of tan^(7)(theta)*sec^(5)(theta) into tan^(5)(theta)(sec^(2)(theta))(sec^(5)(theta). WHAT DO I DO NEXT
 
Physics news on Phys.org
nyyfan0729 said:
I broke up the inegral of tan^(7)(theta)*sec^(5)(theta) into tan^(5)(theta)(sec^(2)(theta))(sec^(5)(theta). WHAT DO I DO NEXT
As arildno have pointed out, you've broken it incorrectly.
[tex]\tan ^ 5 \theta \sec ^ 2 \theta \sec ^ 5 \theta = \tan ^ 5 \theta \sec ^ 7 \theta \neq \tan ^ 7 \theta \sec ^ 5 \theta[/tex]
In this integral, by converting tangent function to sine, and cosine function, we have:
[tex]\int \tan ^ 7 \theta \sec ^ 5 \theta d \theta = \int \frac{\sin ^ 7 \theta}{\cos ^ {12} \theta} d \theta[/tex]
Now the power of the sine function is odd, it's common to use the substitution: [tex]u = \sin \theta[/tex], then use the well-known Pythagorean identity: cos2x + sin2x = 1 (or you can rearrange it a bit to give: sin2x = 1 - cos2x), to solve the problem.
If the power of the cosine function is odd, then it's common to use the substitution: [tex]u = \cos \theta[/tex].
Can you go from here? :)
 
Last edited:
arildno said:
Asa follow-up on Hurkyl's suggestion, remember that:
[tex]\frac{d}{dx}\tan(x)=\sec^{2}(x)[/tex]
Hmmm, I guess I'm missing something because to me it seems like it's more important to remember that [tex]\frac{d}{dx}\sec(x)=\sec(x)tan(x)[/tex]

Also if you do this with sine & cosine, as VietDao suggested, then I'm pretty sure that you need to make [tex]u = \cos \theta[/tex] the substitution instead of [tex]u = \sin \theta[/tex]
 
Last edited:
Well, if you set [tex]\frac{dv}{dx}=\tan^{7}(x)\sec^{2}(x)[/tex]
then the original integral is easily integrated as follows:
[tex]\int\tan^{7}(x)\sec^{5}(x)dx=\frac{1}{8}\tan^{8}(x)\sec^{3}(x)-\frac{3}{8}\int\tan^{9}(x)\sec^{3}(x)dx=\frac{1}{8}\tan^{8}(x)\sec^{3}(x)-\frac{3}{80}\tan^{10}(x)\sec(x)+\frac{1}{120}\tan^{12}(x)+C[/tex]
or something like that.

Hmm..did a make a mistake somewhere?

Aargh, seems that I did..
 
Last edited:
Hurkyl said:
The textbooks I've seen usually present an algorithm for doing tan * sec integrals directly.

(That's as much pointed at nyyfan0729 as it is at VietDao29)
Yes, thanks, :blushing:
CrankFan said:
Also if you do this with sine & cosine, as VietDao suggested, then I'm pretty sure that you need to make the substitution [tex]u = \cos \theta[/tex] instead of [tex]u = \sin \theta[/tex]
Whoops, sorry. My bad... :blushing:
What the hell was I thinking about when writing this?