2
$\begingroup$

I'm given a hyperbolic segment, similar to the parabolic segment shown here: http://mathworld.wolfram.com/ParabolicSegment.html

I know the height of the segment ("h" in the wolfram article), and the length of the line segment joining the endpoints of the hyperbola ("2a" in the wolfram article).

Is it possible to find the area of the segment? Also, does there exist an approximation formula, or rapidly converging method to determine the approximate arc length of the given hyperbola?

  • 0
    You mean you know the *distance* between the end points, and you want to know the area between the segment and the Y-axis? Or do you know the difference in X-coordinates of the end points, and you want to know the area of a region bounded (somehow) by the segment and the X-axis?2012-07-26
  • 0
    @Beta: sorry, width was a poor choice of words. yes I know the distance, and I want to find the area of the region bounded by the hyperbolic segment, and the line segment joining the endpoints.2012-07-26
  • 0
    My intuition tells me it is possible. Let's see...2012-07-26
  • 0
    Wait... Do you know the parameters of the hyperbola? Because if you don't, I think I can prove it's impossible. And by "height of the segment", do you mean Y-difference between the endpoints, or Y-value of one of, say, the upper one?2012-07-26
  • 0
    AGM-type methods for computing the elliptic integrals that will show up in the arclength function of the hyperbola are pretty quickly convergent...2012-07-26
  • 0
    @Beta: i dont know anything about the parameters or formula for the hyperbola, see my edits regarding "height of the segment"2012-07-26
  • 0
    Andre's answer shows that there is not enough information. The underlying reason, as I like to think of it, is that all circles are the same shape, and all parabolas are the same shape, but ellipses and hyperbolas come in many different shapes.2012-07-26
  • 0
    @RahulNarain, I disagree about parabolae. The problem would be just as insoluble if the curve were parabolic.2012-07-26
  • 1
    @Beta, how can it be insoluble if the MathWorld article linked above gives the solution! I'm assuming, as does the article, that the figure is symmetric about the "$h$ axis", so to speak.2012-07-26
  • 0
    @RahulNarain: rats, you're right. I was thinking of scaling, which is not allowed in this case. I thought the `1` in the formula on MathWorld represented a choice of a parameter, but it doesn't.2012-07-26

2 Answers 2

2

It is not possible to find an answer just from the information supplied.

Consider the hyperbola with equation $$\frac{(y-h)^2}{d^2} -\frac{x^2}{c^2}=1.$$ One branch of this has shape roughly similar to the parabola illustrated in your picture. In particular, it has "height" $h$.

In order for the $x$-intercepts to be at $\pm a$ as in the picture, the relevant condition is $c\sqrt{h^2-d^2}=da$. There are infinitely many hyperbolas for specified $h$ and $a$. The areas are not all the same for these hyperbolas, and neither are the arclengths.

Once the hyperbola is completely specified, arclength, though somewhat unpleasant, can be handled by setting up the usual integral. It is one of the relatively rare cases where the integration can be carried out explicitly in terms of elementary functions.

0

translate everything so that the vertices of the hyperbola are on the x axis.

find the partial integral of the positive part of the hyperbola from vertex to the positive intersection, and subtract the integral of the positive part of the line (from the x-intercept to the same intersection point).

do the same thing with the negative parts, and add the absolute value of both parts.

  • 2
    Did you read the question?2012-07-26
  • 0
    @beta i get that a lot. how hard is it to find the functions of lines and parabolas of which you know multiple parameters?2012-07-26
  • 0
    A hyperbola and parabola are two different things, bub.2012-07-26