Can this integral be solved using substitution?

  • Context: Undergrad 
  • Thread starter Thread starter digink
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the integral of the function \(\int \tan^2 x \sec^3 x \, dx\). Participants explore various methods of solving this integral, including substitution and integration by parts, while expressing uncertainty about the correctness of their approaches.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests an initial approach to the integral, but expresses doubt about its correctness.
  • Another participant points out a mistake in the cancellation of cosines during the manipulation of the integral.
  • A different participant confirms that the integral can be solved and agrees with the correction made by the previous participant.
  • One participant proposes using integration by parts to simplify the integral further, providing a detailed breakdown of their approach.
  • Another participant introduces an alternative substitution method involving the tangent of half-angle, noting that it is also recommended by a computational tool.
  • Several participants discuss the integration by parts formula and its application, with one expressing confusion about its implementation in this context.
  • Another participant suggests a different substitution involving a trigonometric identity, indicating that it might simplify the integral further.
  • One participant expresses a desire to compare their solution with others, including a computational tool's output.

Areas of Agreement / Disagreement

Participants generally agree that the integral can be solved, but multiple competing methods and approaches remain under discussion. There is no consensus on the best method to use or the correctness of each proposed solution.

Contextual Notes

Participants express uncertainty about specific steps in their calculations and the applicability of certain techniques, such as integration by parts and trigonometric identities. Some methods proposed may depend on further assumptions or clarifications.

Who May Find This Useful

Readers interested in integral calculus, particularly those exploring different methods of integration and the application of trigonometric identities in solving integrals.

digink
Messages
26
Reaction score
0
I was given this problem and the persom whom I received it from told me they couldn't see how it would he solved or even if it had an answer. I think I might have come to a conclusion even thought it might be wrong, what do you guys think


[tex]\int tan^2x sec^3x dx[/tex]

this is what I've been able to conclude, might be wrong but I gave it a shot

[tex]\int tan^2x sec^3x = \int (sin^2x/cos^2x)(1/cos^3x) dx[/tex]
[tex]\int (sin^2x)(cos x)/(cos^3x) dx = \int sin^2x/cos^2x = \int tan^2x[/tex]
[tex]= sec^2x + c[/tex]

Im guessing that's probably wrong, but what do you guys think?
 
Physics news on Phys.org
You made a mistake when you "cancelled" the cosines.

[tex]\frac{\sin^2{x}}{\cos^2{x}} \cdot \frac{1}{\cos^3{x}} = \frac{\sin^2{x}}{\cos^5{x}}[/tex].
 
oops for some reason my brain was thinking common denominator, ill try to see if I can solve it with what you just gave.. I figured if their was a mistake it was at that step.

edit: BTW can anyone else tell me if Muzza is right and I was wrong at that step? I am thinking its correct but like I said some of you guys know a lot more then me.
 
Last edited:
yes it can be solved

Muzza is correct...

marlon
 
Last edited:
Since it is not in the HW section,i'll solve most of it...

[tex]I=\int \tan^{2}x \sec^{3}x dx=\int \frac{\sin^{2}x}{\cos^{5}x} dx[/tex] (1)

Use part integration to get:

[tex]I=\sin x \cdot (-1)\frac{\cos^{-4}x}{-4}-\frac{1}{4} \int \frac{dx}{\cos^{3}x} dx[/tex] (2)

Denote the last integral by J and it is computed as follows:

[tex]J=\int \frac{\cos x}{\cos^{4}x} dx=\int \frac{d(\sin x)}{(1-\sin^{2}x)^{2}}[/tex] (3)

Making the obvious substitution
[tex]\sin x =u[/tex] (4)
,"J" becomes:
[tex]J=\int \frac{du}{(1-u^{2})^{2}} =\int \frac{du}{(1+u)^{2}(1-u)^{2}}[/tex] (5)

Hopefully the decomposition into simple fractions that i made is correct:

[tex]\frac{1}{(1+u)^{2}(1-u)^{2}}=\frac{1}{4}\frac{u}{(1+u)^{2}}+\frac{1}{2}\frac{1}{(1+u)^{2}}-\frac{1}{4}\frac{u}{(1-u)^{2}}+\frac{1}{2}\frac{1}{(1-u)^{2}}[/tex] (6)

I'll let you compute the 4 elementary integrals that would yield "J" in terms of "u" and then invert the substitution (4) and finally compute "I" from (2).

Good luck!

Daniel.
 
Last edited:
An alternative to Daniel's approach, is to use the [tex]u=tan(\frac{x}{2})[/tex] substitution.
Since you chose not to post in the homework section, I won't give you the solution..:wink:
 
Guess what,Arildno...Wolfram Integrator's Mathematica 5.0 reccomends the same "tangent of half-angle" substitution... :-p

Did u have a contribution at that software's birth...?? :confused: :wink:


Daniel.

P.S.I knew about the solution Mathematica offered before "cooking" the solution... :cool: But i found it
 
Hey dexter I am sorry but you sort of lost me at step 2 when you did the integration by parts. Were you using this formula(this is off the top of my head might be slightly different):

[tex]\int f(x)g'(x) dx = f(x)g(x) - \int f'(x)g(x) dx ?[/tex]

Also I am not 100% sure how to implement this at the moment but if the top if the direvative of the bottom can't you implement the natural log (1/u)? I am not sure if that can be done with this case.

Thanks.
 
digink said:
Hey dexter I am sorry but you sort of lost me at step 2 when you did the integration by parts. Were you using this formula(this is off the top of my head might be slightly different):

[tex]\int f(x)g'(x) dx = f(x)g(x) - \int f'(x)g(x) dx ?[/tex]

Yes,of course...

digink said:
Also I am not 100% sure how to implement this at the moment but if the top if the direvative of the bottom can't you implement the natural log (1/u)? I am not sure if that can be done with this case.

Thanks.

Well,at the moment i used,no...But in the progress of computing the 4 simple integrals,yes,natural logarithm pops up...

Daniel.
 
  • #10
Couldn't the integral be solved more easily with substitution?

[itex]\int (\sec^2x - 1)\sec^3x dx[/itex]

perhaps
[itex]\int \sec^5x - \sec^3x dx[/itex]

and then applying power reduction formulas... I'm not sure, because I don't know what they are off-hand, but I remember evaluating integrals similar to that by using subbing a simple trig identity as the first step.
 
Last edited:
  • #11
I don't know...Why don't u solve it and compare to my solution??And then with Mathematica's solution (half angle substitution)...

Daniel.
 
  • #12
DoubleMike said:
Couldn't the integral be solved more easily with substitution?

[itex]\int (\sec^2x - 1)\sec^3x dx[/itex]

perhaps
[itex]\int \sec^5x - \sec^3x dx[/itex]

and then applying power reduction formulas... I'm not sure, because I don't know what they are off-hand, but I remember evaluating integrals similar to that by using subbing a simple trig identity as the first step.

that to me looks like it can also work, I am feeling really lazy right now or i'd solve it, ill try it tomorrow.

Thanks for the assistance guys.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
17K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
19
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K