MHB How to Solve the Integral Problem ∫(tan3x/sec2x)dx?

  • Thread starter Thread starter paulmdrdo1
  • Start date Start date
  • Tags Tags
    Integral
paulmdrdo1
Messages
382
Reaction score
0
∫(tan3x/sec2x)dx

this is what i do:

∫(tan3xsec-2x)dx
∫(tan2xtanxsec-1xsec-1x)dx
∫(sec2x-1)tanxsec-1xsec-1x)dx
let u = secx;
du = tanxsecxdx

now I'm stuck! please help.:confused:
 
Physics news on Phys.org
Re: another integ problem.

I think my approach would be to rewrite the integrand as follows:

$$\frac{\tan^3(x)}{\sec^2(x)}=\frac{\sin^3(x)}{\cos^3(x)}\cos^2(x)=\frac{-\sin(x)\left(\cos^2(x)-1 \right)}{\cos(x)}$$

Now you should see a $u$-substitution that will work quite nicely.
 
Re: another integ problem.

MarkFL said:
I think my approach would be to rewrite the integrand as follows:

$$\frac{\tan^3(x)}{\sec^2(x)}=\frac{\sin^3(x)}{\cos^3(x)}\cos^2(x)=\frac{-\sin(x)\left(\cos^2(x)-1 \right)}{\cos(x)}$$

Now you should see a $u$-substitution that will work quite nicely.

i used that technique makfl and i get the right answer. but for educational purposes i want to know another way of solving that.

this what i do a while ago.

∫(tan3x/sec2x)dx
∫(tan2xtanx/sec2x)dx

∫(sec2x-1)tanx)/sec2x)dx
∫(sec2xtanx-tanx)/sec2x)dx
∫[(sec2xtanx)/sec2x - tanx/sec2x]dx
∫tanxdx - ∫(tanx/sec2x)dx

ln|secx| - ∫(sinx/cosx*cos2x)dx
ln|secx| - ∫sinxcosxdx

u= sinx; du = cosxdx

ln|secx| - ∫udu
ln|secx| - u2/2
ln|secx| - sin2x/2 + C

is my solution correct..it is different with the one i get when i used the technique you suggested.
 
Re: another integral problem.

Yes, your solution is also correct, and many times when we find differing forms for an indefinite integral, we find that they (without the constant of integration) differ only by a constant, which of course is allowed.

So, let's look at the two solutions without the constants:

(1) $$\frac{1}{2}\cos^2(x)-\ln|\cos(x)|$$

(2) $$\ln|\sec(x)|-\frac{1}{2}\sin^2(x)$$

First, we should observe that:

$$\ln|\sec(x)|=\ln|(\cos(x))^{-1}|=-\ln|\cos(x)|$$

So, if we subtract one solution from the other, we should obtain a constant. Subtracting (2) from (1), we get:

$$\frac{1}{2}\cos^2(x)+\frac{1}{2}\sin^2(x)$$

Using a Pythagorean identity, we now have:

$$\frac{1}{2}$$

So, we see that the two solutions differ by a constant, which means they are equivalent as an anti-derivative.

Perhaps a simpler way to look at it is to take the solution you obtained, and rewrite it:

$$\ln|\sec(x)|-\frac{1}{2}\sin^2(x)+C=-\ln|\cos(x)|-\frac{1}{2}\left(1-\cos^2(x) \right)+C=\frac{1}{2}\cos^2(x)-\ln|\cos(x)|+\left(C-\frac{1}{2} \right)$$

Since an arbitrary constant less one half, is still an arbitrary constant, we get:

$$\frac{1}{2}\cos^2(x)-\ln|\cos(x)|+C$$
 
Re: another integral problem.

MarkFL said:
Yes, your solution is also correct, and many times when we find differing forms for an indefinite integral, we find that they (without the constant of integration) differ only by a constant, which of course is allowed.

So, let's look at the two solutions without the constants:

(1) $$\frac{1}{2}\cos^2(x)-\ln|\cos(x)|$$

(2) $$\ln|\sec(x)|-\frac{1}{2}\sin^2(x)$$

First, we should observe that:

$$\ln|\sec(x)|=\ln|(\cos(x))^{-1}|=-\ln|\cos(x)|$$

So, if we subtract one solution from the other, we should obtain a constant. Subtracting (2) from (1), we get:

$$\frac{1}{2}\cos^2(x)+\frac{1}{2}\sin^2(x)$$

Using a Pythagorean identity, we now have:

$$\frac{1}{2}$$

So, we see that the two solutions differ by a constant, which means they are equivalent as an anti-derivative.

Perhaps a simpler way to look at it is to take the solution you obtained, and rewrite it:

$$\ln|\sec(x)|-\frac{1}{2}\sin^2(x)+C=-\ln|\cos(x)|-\frac{1}{2}\left(1-\cos^2(x) \right)+C=\frac{1}{2}\cos^2(x)-\ln|\cos(x)|+\left(C-\frac{1}{2} \right)$$

Since an arbitrary constant less one half, is still an arbitrary constant, we get:

$$\frac{1}{2}\cos^2(x)-\ln|\cos(x)|+C$$

i just want to ask how is ln|secx| = -ln|cosx|... the rest of explanation is enligthening. thanks a lot!
 
Re: another integral problem.

Recall the logarithmic property:

$$\log_a\left(b^c \right)=c\cdot\log_a(b)$$

and the definition:

$$\sec(x)\equiv\frac{1}{\cos(x)}=(\cos(x))^{-1}$$
 
Re: another integ problem.

Hello, paulmdrdo!

The integral \int \sin x\cos x\,dx is famous
for having different (but equivalent) answers.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

1.\: \int \sin x(\cos x\,dx)

Let u \,=\,\sin x \quad\Rightarrow\quad du \,=\,\cos x\,dx

Substitute: .\int u\,du \:=\:\tfrac{1}{2}u^2+C

Back-substitute: .\tfrac{1}{2}\sin^2x + C

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

2.\;\int \cos x(\sin x\,dx)

Let u = \cos x \quad\Rightarrow\quad du = \text{-}\sin x\,dx \quad\Rightarrow\quad \sin x\,dx = \text{-}du

Substitute: .\int u(\text{-}du) \:=\:\text{-}\int u\,du \:=\:\text{-}\tfrac{1}{2}u^2+C

Back-substitute: .\text{-}\tfrac{1}{2}\cos^2x + C

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

3.\;\int\sin x\cos x\,dx \:=\:\tfrac{1}{2}\int2\sin x\cos x\,dx

. . . =\;\tfrac{1}{2}\int\sin2x\,dx \:=\:\text{-}\tfrac{1}{4}\cos2x + C
 
Back
Top