beanryu
- 90
- 0
how to solve the integral: int. (sqrt(x^2-1))dx
I'm sorry, but I would like a little clarification on this. I get [tex]\int{\tan^2\theta \sec\theta}d\theta[/tex] How do you integrate that "easily" ?Jameson said:I think trig substituion works fine. I'll start you out. Like Yann suggested, draw a right triangle with the horizontal leg being 1, the other leg [itex]\sqrt{x^2-1}[/itex] and the hypotenuse x. Then make a substitution for x, which is [tex]x=sec(\theta)[/tex]. You must replace x and dx for this integral to make a correct substitution. So now we get that [tex]dx=sec(\theta)tan(\theta)d\theta[/tex]. Plug in your values, play around with trig identities and you should be fine!
[tex]\int{\tan^2\theta \sec\theta}d\theta[/tex]
omagdon7 said:I didn't look at the original integral but if after trig substitution there is a secant and a tangent squared term substitute again, secant is u du is tangent squared and it doesn't get much easier than integrating u. You could also try polar coordinates.
GCT said:the derivative of sec@ is sec@tan@.
nice suggestions so far, yet, the integral above is definitely managable...transform to everything to secant, distribute, and you'll have two separate integrals
[tex]\int sec \theta d \theta~and~ \int sec^3 \theta d \theta[/tex]
euler's "trick" can be applied to the first, the second is somewhat of a table integral (in that a form exist for all powers of the secant integral).
Hmmm, I don't think we should integrate any secants or integrate by parts.Curious3141 said:Again, integrating secant requires a little insight to multiply by the correct product to get it into a manageable form, but it's not that difficult. When you want to use that result and integrate by parts to integrate secant cubed, the tediousness just adds up.

I have to say that is an excellent and insightful way to do it. I didn't see that initially. Very nice.VietDao29 said:Hmmm, I don't think we should integrate any secants or integrate by parts.
[tex]\int \tan ^ 2 t \sec t dt = \int \frac{\sin ^ 2 t}{\cos ^ 3 t} dt = \int \frac{\sin ^ 2 t}{\cos ^ 4 t} d(\sin t) = \int \frac{\sin ^ 2 t}{(1 - \sin ^ 2 t) ^ 2} d(\sin t) = \int \frac{\sin ^ 2 t}{(1 - \sin t) ^ 2 (1 + \sin t) ^ 2} d(\sin t)[/tex].
Partial-fraction it gives:
[tex]\int \left( -\frac{1}{4 (\sin t + 1)} + \frac{1}{4 (\sin t + 1) ^ 2} + \frac{1}{4 (\sin t - 1)} + \frac{1}{4 (\sin t - 1) ^ 2} \right) d(\sin t)[/tex]
Not very tedious as you probably think...![]()

GCT said:Why are we going with partial functions when you can distribute the secants, do any of you realize that there's a specific table integral form to solve secant functions of any power? Look in the back of your calculus text and find the form, apply the form and there you go.