How Do You Integrate sqrt(x^2 - 9) for Hyperbola Area Calculation?

  • Thread starter Thread starter sporff
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
To find the area of a hyperbola defined by x^2/9 - y^2/4 = 1, the integration involves calculating the integral of sqrt(x^2 - 9) from x = 3 to x = 4. A suggested substitution is x = 3cosh(u), which simplifies the integral but requires knowledge of hyperbolic functions. The integral can be expressed using the identity sinh^2(x) = (1 - cosh(2x))/2, leading to a more manageable form. Ultimately, the area calculation involves evaluating the transformed integral and applying the Fundamental Theorem of Calculus.
sporff
Messages
24
Reaction score
0
This seems like it should be easy but I can't seem to wrap my brain around it right now. I'm integrating to find the area of a hyperbola cut off by the line x=4 (I assume just the nose of the hyperbola cut off by the line on the positive side)

hyperbola:
\frac{x^2}{9} - \frac{y^2}{4} = 1

Since it's cut off by the line x=4 I rearrange the equation in terms of x.
y = \frac{2}{3}\sqrt{x^2-9}

I should just need \int{\sqrt{x^2-9}} dx (mulltiplied by 2/3 and then solve for the area, of course) then, yes? The only way I've tried is substituting in x = 3sec(u) in which leaves you with (including the 2/3 in this):

6\int\tan^2{u} sec{u} du

Which doesn't seem any easier. Any hints? This is not homework ask I'm self-teaching in my spare time. Hints rule but I'm not turning down a full answer either as this has been bugging me for a couple of days now. :mad:
 
Physics news on Phys.org
sporff said:
This seems like it should be easy but I can't seem to wrap my brain around it right now. I'm integrating to find the area of a hyperbola cut off by the line x=4 (I assume just the nose of the hyperbola cut off by the line on the positive side)

hyperbola:
\frac{x^2}{9} - \frac{y^2}{4} = 1

Since it's cut off by the line x=4 I rearrange the equation in terms of x.
y = \frac{2}{3}\sqrt{x^2-9}

I should just need \int{\sqrt{x^2-9}} dx (mulltiplied by 2/3 and then solve for the area, of course) then, yes? The only way I've tried is substituting in x = 3sec(u) in which leaves you with (including the 2/3 in this):

6\int\tan^2{u} sec{u} du

Which doesn't seem any easier. Any hints? This is not homework ask I'm self-teaching in my spare time. Hints rule but I'm not turning down a full answer either as this has been bugging me for a couple of days now. :mad:
You can use the "integration by parts" formula.
 
How about writing it
3\int \sqrt{(\frac{x}{3})^{2}-1} \ dx

and then make the obvious substitution
\frac{x}{3}=\cosh u

Daniel.
 
Hmm I've tried integration by parts a few different ways like tan^2 * sec (which ends up being too hard or circular and cancelling out), and also rearranging it in different ways first.

And as for the cosh substitution. It requires taking the integral of sinh^2 though. I haven't been taught any way of doing that other than taking the integral of it in terms of e. When you take the integral and go to resubstitute x's back in for the u's, since u=cosh^(-1)[x/3), it seems overly complicated to do.

Ah I don't know. I'd think my book wouldn't give me integrals that can't be solved at least somewhat normally (with what I've done so far I mean). I've searched through all my notes and I haven't had to do one like this before. The closest is substituting tan's or sin's in for sqrt(a^2-x^2) type functions or partial fractions and things.

If anyone can lend a hand... :frown:
 
Use the substitution i prescribed and the (hyperbolic) trigonometric identity:

\sinh^{2}x=\frac{1-\cosh 2x}{2}

Daniel.
 
For this integral...
\frac{2}{3} * \int{\sqrt{x^2-9}} dx

Here is this answer that my TI-89 and Wolfram's Integrator give:

\frac{2}{3} * (\frac{1}{2}x\sqrt{x^2-9} - \frac{9}{2}ln[\sqrt{x^2-9}+x])
 
dextercioby said:
Use the substitution i prescribed and the (hyperbolic) trigonometric identity:

\sinh^{2}x=\frac{1-\cosh 2x}{2}

Daniel.

Ah I will try that out. Offhand, do you know if it yields the answer in my previous post?
 
Of course it does...BTW to show that it ain't really pretty...You'll end up with the arg\cosh x which you may want (it's not compulsory) to express it in terms of the natural logarithm...

Daniel.
 
Thanks for the help. You are the man. BTW, What did you mean by

dextercioby said:
You'll end up with the arg\cosh x which you may want (it's not compulsory) to express it in terms of the natural logarithm...

do you mean for taking the integral of
\frac{1-\cosh 2x}{2}
and expressing it as
(\frac{1}{2}x\sqrt{x^2-9} - \frac{9}{2}ln[\sqrt{x^2-9}+x])
?

Excuse my newbness.
 
  • #10
No,your integral,initially had the variable "x".After the substitution (cosh u),the new integration variable will be "u"...Evaluate that integral,write the antiderivative and then take the transformed (by substitution) limits,in one word (actually more :-p ) apply the Fundamental Theorem of Calculus of Leibniz & Newton...

Daniel.
 
  • #11
Ahh I got it now. I guess I wasn't thinking straight when you were talking about expressing cosh in terms of it's natural log equivalent. I forgot about that identity.

Your help is much appreciated
 
Back
Top