Showing posts with label conics. Show all posts
Showing posts with label conics. Show all posts

Tuesday, May 19, 2020

Circles of Apollonius of a Triangle

Let’s investigate all triangles in which one side length is twice another side length and the third side length is a constant length of 9. Some triangles that fit these requirements would include ones with integer side lengths (4, 8, 9), (5, 10, 9), (6, 12, 9), (7, 14, 9), and (8, 16, 9):

Placing each of these triangles one on top of the other, it would appear that the third vertex follows a circular path:

and can be animated as follows:

Is this path always a circle, or is this just a coincidence with the values that we picked? 

This is no coincidence.  The Greek mathematician Apollonius showed that any circle can be defined as the set of points with a constant ratio of distances to two set points.  Conversely, we can prove that a set of points which maintains a constant non-one ratio of distances to two fixed points will always form a circle. 

If the constant ratio is k = b/a and the distance between the two fixed points is c so that a < b < c, then we can make ABC with side lengths a, b, and c and with opposite angles A, B, and C, so that B is at the origin and side c is along the x-axis so that the coordinate of A is (c, 0).

Then the locus of points C that are ak away from B and bk away from A can be expressed by the distance equation as x2 + y2 = a2k2 and (x – c)2 + y2 = b2k2.  Rearranging and combining gives a2b2k2 = b2x2 + b2y2 = a2(x – c)2 + a2y2, and further rearranging gives (x + a^2 c/b^2 – a^2)2 + y2 = (abc/b^2 – a^2)2, a circle equation with a radius of r = abc/b^2 – a^2. Therefore, vertex C will always lie on the path of a circle.

In fact, three circles of Apollonius can be drawn for any scalene triangle, one for each vertex:

Using the same argument as above, the radii of the three circles of Apollonius will be r1 = abc/c^2 – a^2, r2 = abc/c^2 – b^2, and r3 = abc/b^2 – a^2.  

Since 1/r1 = 1/abc(c2 – a2), 1/r2 = 1/abc(c2 – b2), and 1/r3 = 1/abc(b2 – a2), and since 1/abc(c2 – a2) = 1/abc(b2 – a2) + 1/abc(c2 – b2), we can derive the elegantly compact relation:

where r1 < r2 and r1 < r3.

Another way to write this equation is r2-1 + r3-1 = r1-1, which places it in an increasing list of geometric equations that are in the form of xn + yn = zn, the most famous being a2 + b2 = c2, the Pythagorean Theorem.  Other equations in that form include the relationship between the major axis, minor axis, and focal length of ellipses and hyperbolas (b2 + c2 = a2 and a2 + b2 = c2), the radii of three mutually tangent circles and a line  (r1 + r2 = r3), and, of course, the addition of segments (a1 + b1 = c1).

It is amazing that over a thousand years ago Apollonius showed that any circle can be defined as the set of points with a constant ratio of distances to two set points.  It is also amazing that the simple relationship of 1/r1 = 1/r2 + 1/r3 is true for the radii of the three circles of Apollonius for any scalene triangle, despite the complicated steps in between.


Tuesday, December 20, 2016

The Imaginary Part of a Parabola

Parabolas are commonly taught in most high school algebra classes. All parabolas are curves defined by a quadratic equation and are symmetrical, open in one direction, and have a vertex.  Generally, a parabola defined by a quadratic equation in standard form y = ax2 + bx + c has a line of symmetry at x = -b/2a, opens upward if a is positive (but downward if a is negative), and has a vertex at (-b/2a, -b^2 + 4ac/4a).  For example, a parabola defined by the quadratic equation y = x2 – 6x + 13 have variables a = 1, b = -6, and c = 13, which means it has a line of symmetry at x = -b/2a = --6/2·1 = 3, opens upward because a is positive, and has a vertex at (-b/2a, -b^2 + 4ac/4a) = (--6/2·1, -(-6)^2 + 4·1·13/4·1) = (3, 4). 


Some other points that are on the parabolic curve can be found by using the given equation.  For example, in the equation y = x2 – 6x + 13, when x = 0, y = 02 – 6·0 + 13 = 13, so (0, 13) is on the curve, and when x = 1, y = 12 – 6·1 + 13 = 8, so (1, 8) is on the curve.  Similar calculations can be made to show that (2, 5), (3, 4), (4, 5), (5, 8), (6, 13), (and so on) are also on this parabolic curve.

However, we can also find imaginary points on any parabolic curve as well.    In the equation y = x2 – 6x + 13, when y = 0, then 0 = x2 – 6x + 13, and using the quadratic formula x = –b ± √(b^2 – 4ac)/2a with variables a = 1, b = -6, and c = 13, yields x = –-6 ± √((-6)^2 – 4·1·13)/2·1 = 6 ± √(36 – 52)/2 = 6 ± √-16/2 = 6 ± 4i/2 = 3 ± 2i, so (3 + 2i, 0) and (3 – 2i, 0) should also be on the curve.  Similarly, when y = 3, then 3 = x2 – 6x + 13 or 0 = x2 – 6x + 10, and using the quadratic formula x = –b ± √(b^2 – 4ac)/2a with variables a = 1, b = -6, and c = 13 – 3 = 10, yields x = –-6 ± √((-6)^2 – 4·1·(13 – 3))/2·1 = 6 ± √(36 – 40)/2 = 6 ± √-4/2 = 6 ± 2i/2 = 3 ± i, so (3 + i, 3) and (3 – i, 3) should also be on the curve.  Similar calculations can be made to show that (3 + 3i, -5), (3 – 3i, -5), (3 + 4i, -12), (3 – 4i, -12), (and so on) are also on the parabolic curve.

But how can you graph these imaginary points on a coordinate graph?  In an Argand graph, the imaginary part is graphed on a separate axes.  But since both the x-axis and y-axis are already being used, we will have to add a third dimensional z-axis to represent the imaginary part.  This results in the following graph for y = x2 – 6x + 13:


It appears that the imaginary part is the same size as the real part, but reflected horizontally at the vertex and then rotated 90° into the third dimension.

Depicting three-dimensional graphs on a two-dimensional medium is difficult to do, even with the help of technology.  To make this easier to draw, let’s rotate the imaginary part back into two dimensions by letting the x-axis serve a double purpose of defining x-values and imaginary values.  This means that in our y = x2 – 6x + 13 example, the coordinate (3 – i, 3) would transform to (3 – 1, 3) = (2, 3); the coordinate (3 + i, 3) would transform to (3 + 1, 3) = (4, 3); the coordinate (3 – 2i, 0) would transform to (3 – 2, 0) = (2, 0); the coordinate (3 + 2i, 0) would transform to (3 + 2, 0) = (5, 0); and so on; resulting in the following graph:


This transformation graphically changed the imaginary part to a real part.  We can denote this algebraically by multiplying square root part of the quadratic formula by i.  In other words, the imaginary part of any quadratic equation y = ax2 + bx + c (or 0 = ax2 + bx + c – y) can be represented by new x-values such that x = –b ± i√(b^2 – 4a(c – y))/2a.  Solving for y results in another quadratic equation:

x = –b ± i√(b^2 – 4a(c – y))/2a
(x-values of transformation)
2ax = –b ± i√(b2 – 4a(c – y))
(multiply by 2a)
2ax + b = ±i√(b2 – 4a(c – y))
(add b)
(2ax + b)2 = -1(b2 – 4a(c – y))
(square both sides)
4a2x2 + 4abx + b2 = -b2 + 4ac – 4ay
(distribute)
4ay + 4a2x2 + 4abx + b2 = -b2 + 4ac
(add 4ay)
4ay + 4a2x2 + 4abx = -b2 + 4ac
(subtract b2)
4ay + 4a2x2 + 4abx = 4ac – b2
(rearrange b2)
4ay + 4a2x2 = -4abx + 4ac – 2b2
(subtract 4abx)
4ay = -4a2x2 – 4abx + 4ac – 2b2
(subtract 4a2x2)
y = -ax2 – bx + c – b^2/2a
(divide by 4a)

This proves that the imaginary part of a parabola is another parabola.  (A similar proof can be used to show that the imaginary part of a hyperbola is an ellipse, and that the imaginary part of an ellipse is a hyperbola.)  It also gives us a fast way to forcibly graph the imaginary part of a parabola on a graphing calculator (or some other technology) that would not normally do so.  For example, to graph the full graph of y = x2 – 6x + 13, where a = 1, b = -6, and c = 13, we should also graph the imaginary part at the same time using the imaginary transformation equation y = -ax2 – bx + c – b^2/2a or y = -1x2 – (-6)x + 13 – (-6)^2/2·1 or y = -x2 + 6x – 5.  Graphing y = x2 – 6x + 13 (in bold) and y = -x2 + 6x – 5 gives the full graph, both real and imaginary, of the parabola:


A great application for graphing the imaginary part of the parabola is to use it as a visual aid for finding the number and types of solutions to a quadratic equation, a common objective in most high school algebra classes.  To find the number and types of solutions to a quadratic equation, students are traditionally taught to calculate the discriminant, which is the part under the square root of the quadratic formula, namely b2 – 4ac.  If the discriminant is negative, the square root will result in an imaginary number, and the quadratic formula will yield two imaginary solutions and no real solutions.  If the discriminant is equal to zero, the square root will also be equal to zero, and the quadratic formula will yield one real solution and no imaginary solutions.  Finally, if the discriminant is positive, the square root will also be positive, and the quadratic formula will yield two real solutions and no imaginary solutions.

Discriminant
Solutions
-
0 real, 2 imaginary
0
1 real, 0 imaginary
+
2 real, 0 imaginary

This approach is rather abstract, but the concept can now be reinforced by graphing both real and imaginary parts of the parabola, and examining which part intersects with the x-axis.  For example, let’s say we were asked to find the number and types of solutions to x2 – 6x + 13 = 0.  The discriminant is b2 – 4ac = (-6)2 – 4·1·13 = -16, which is negative, so it will have 0 real solutions and 2 imaginary solutions.  Graphing y = x2 – 6x + 13 (with its imaginary transformation equation y = -ax2 – bx + c – b^2/2a or y = -1x2 – (-6)x + 13 – (-6)^2/2·1 or y = -x2 + 6x – 5) shows that the real part of the parabola does not cross the x-axis but the imaginary part of the parabola crosses the x-axis twice, visually reinforcing the result that there are 0 real solutions and 2 imaginary solutions. 

Using a different example, let’s say we were asked to find the number and types of solutions to x2 – 6x + 9 = 0.  Now the discriminant is b2 – 4ac = (-6)2 – 4·1·9 = 0, so it will have 1 real solution and 0 imaginary solutions.  Graphing y = x2 – 6x + 9 (with its imaginary transformation equation y = -ax2 – bx + c – b^2/2a or y = -1x2 – (-6)x + 9 – (-6)^2/2·1 or y = -x2 + 6x – 9) shows that the vertex crosses the x-axis exactly once.  Recall that the vertex is real, not imaginary, visually reinforcing the result that there is 1 real solution and 0 imaginary solutions. 

Lastly, let’s say we were asked to find the number and types of solutions to x2 – 6x + 5 = 0.  Now the discriminant is b2 – 4ac = (-6)2 – 4·1·5 = 16, which is positive, so it will have 2 real solutions and 0 imaginary solutions.  Graphing y = x2 – 6x + 5 (with its imaginary transformation equation y = -ax2 – bx + c – b^2/2a or y = -1x2 – (-6)x + 5 – (-6)^2/2·1 or y = -x2 + 6x – 13) shows that the real part of the parabola crosses the x-axis twice but the imaginary part of the parabola does not cross the x-axis, visually reinforcing the result that there are 2 real solutions and 0 imaginary solutions. 


x2 – 6x + 13 = 0
0 real solutions
2 imaginary solutions
x2 – 6x + 9 = 0
1 real solution
0 imaginary solutions
x2 – 6x + 5 = 0
2 real solutions
1 imaginary solution

In summary, a quadratic equation is actually comprised of two curves – one real and one imaginary.  The real curve is the traditional parabolic curve.  The imaginary curve is the same size and shares the same vertex as the real curve, but is reflected horizontally and rotated 90° into the third dimension.  Rotating the imaginary curve back into two dimensions helps make it easier to graph both real and imaginary parts of the quadratic equation, and also allows us to quickly determine the number and type of solutions by examining where it intersects with the x-axis.

Friday, January 15, 2016

Astroids

Imagine a ladder falls down so that the top of the ladder slides down the wall and the base of the ladder slides along the ground away from the wall.  If you were to record the falling ladder from the side and overlay each frame onto a single picture, the ladders from the different frames would form a curve.

Falling Ladder

At first glance it may appear that this curve is circular.  After all, the top of the curve is measured when the ladder is leaning straight up against the wall, and the bottom of the curve is measured when the ladder is lying flat on the ground, which would appear to show a radius that is the same length as the ladder.  However, if we compare our falling ladder curve with a curve from a circle, we can see that the circular curve is slightly steeper.

Falling Ladder Curve vs. Circular Curve

Obviously, some more calculations will be needed to find an equation for this curve.  We can start by calling the wall the y-axis and the ground the x-axis.  Then if we call the length of the ladder w, and the angle between the ladder and the ground θ, then the distance from the top of the ladder to the origin (along the wall) is w sin θ and the distance from the bottom of the ladder to the origin (along the ground) is w cos θ.  We can also label a point (x, y) somewhere on the ladder.


There are then two similar triangles that we can set in proportion to each other: the large triangle with sides w sin θ and w cos θ, the smaller triangle with sides y and w cos θ – x.  Therefore:

y / w cos θ – x = w sin θ / w cos θ
(similar triangles)
yw cos θ = w sin θ (w cos θ – x)
(cross multiply)
yw cos θ = w2 sin θ cos θ – wx sin θ
(distribute)
y = w sin θ – x tan θ
(divide by w cos θ)

This means that at any vertical line at x, the ladder intersects it at a height of y = w sin θ – x tan θ.  The maximum height of this intersection would be when the derivative dy/ = w cos θ – x sec2θ equals zero.  Therefore:

dy/ = w cos θ – x sec2θ = 0
(derivative equal to zero)
w cos θ – x/cos2θ = 0
(sec θ = 1/cos θ)
w cos3θ – x = 0
(multiply by cos2θ)
w cos3θ = x
(add x)
cos3θ = x/w
(divide by w)
cos θ = 3x/w
(cube root)

If cos θ = 3x/w, we can use trigonometric identities to show that sin θ = √(1 – cos2θ) = √(1 – (3x/w)2) and tan θ = sin θ / cos θ = √(1 – (3x/w)2) / 3x/w = 3w/x√(1 – (3x/w)2).  Combining this with our previous equation y = w sin θ – x tan θ, we get:

y = w sin θ – x tan θ
(previous equation)
y = w√(1 – (3x/w)2) – x 3w/x√(1 – (3x/w)2)
(substitute sin θ and tan θ)
y = w√(1 – x2/3w-2/3) – xw1/3x-1/3√(1 – x2/3w-2/3)
(rewrite as exponents)
y = w√(1 – x2/3w-2/3) – x2/3w1/3√(1 – x2/3w-2/3)
(x1x-1/3 = x2/3)
y = w2/3w1/3√(1 – x2/3w-2/3) – x2/3w1/3√(1 – x2/3w-2/3)
(w = w2/3w1/3)
y = w2/3√(w2/3(1 – x2/3w-2/3)) – x2/3√(w2/3(1 – x2/3w-2/3))
(w1/3 = √(w2/3))
y = w2/3√(w2/3 – x2/3) – x2/3√(w2/3 – x2/3)
(distribute, and w2/3w-2/3 = 1)
y = (w2/3 – x2/3)√(w2/3 – x2/3)
(combine like terms)
y = (w2/3 – x2/3)(w2/3 – x2/3)1/2
(rewrite as exponents)
y = (w2/3 – x2/3)3/2
(add exponents)
y2/3 = w2/3 – x2/3
(law of exponents)
x2/3 + y2/3 = w2/3
(add x2/3)

Therefore, the path of the curve that a falling ladder makes is x2/3 + y2/3 = w2/3, where w is the length of the ladder.  In mathematics, this curve is called an “astroid”, which is derived from the Greek word for “star”, because when you graph it in all four quadrants you get a star shape.

Astroid

When you were kid, you may have played with a Spirograph kit, where you can create different designs by rotating geared circles inside another geared circle.

Spirograph Kit

In the same way, an astroid can also be created by following the path of a point on the edge of a circle that is rotated inside another circle that is four times its side.

Creating an Astroid with Circles

To prove this, we can call the radius of the big circle w, the radius of the little circle r, the angle between the x-axis and the segment that contains the two centers of the circles θ, and the angle between segment that contains the two centers of the circles and the segment that contains the center of the little circle to the moving point α. 


Since the big circle is four times the size of the little circle, the center of the little circle is always w – r = 4r – r = 3r away from the origin, so the coordinates of the center of the little circle can be expressed as (3r cos θ, 3r sin θ).  Also since the big circle is four times the size of the little circle, α = 4θ, so the standard angle for (x, y) with respect to the little circle would be 2π – (4θ – θ) = 2π – 3θ.  Putting these two details together, x = 3r cos θ + r cos (2π – 3θ) and y = 3r sin θ + r sin (2π – 3θ).  Simplifying:

x = 3r cos θ + r cos (2π – 3θ)
(x component)
x = 3r cos θ + r cos 3θ
(cos (2π – x) = cos x)
x = 3r cos θ + r (4 cos3θ – 3 cos θ)
(cos 3x = 4 cos3x – 3 cos x)
x = 3r cos θ + 4r cos3θ – 3r cos θ
(distribute)
x = 4r cos3θ
(simplify)
x = w cos3θ
(w = 4r)
x/w = cos3θ
(divide by w)
cos θ = 3x/w
(cube root both sides)

and:

y = 3r sin θ + r sin (2π – 3θ)
(y component)
y = 3r sin θ – r sin 3θ
(sin (2π – x) = -sin x)
y = 3r sin θ – r (3 sin θ – 4 sin3θ)
(sin 3x = 3 sin x – 4 sin3x)
y = 3r sin θ – 3r sin θ + 4r sin3θ
(distribute)
y = 4r sin3θ
(simplify)
y = w sin3θ
(w = 4r)
y/w = sin3θ
(divide by w)
sin θ = 3y/w
(cube root both sides)

Finally, substituting cos θ = 3x/w and sin θ = 3y/w into the trigonometric identity sin2θ + cos2θ = 1:

sin2θ + cos2θ = 1
(trigonometric identity)
(3x/w)2 + (3y/w)2 = 1
(substitute cos θ and sin θ)
(x/w)2/3 + (y/w)2/3 = 1
(rewrite as exponents)
x2/3 + y2/3 = w2/3
(multiply by w2/3)

which is the equation of an astroid.

There are two remarkable points that should be made about astroids.  First of all, it is amazing that the same curve can be used to describe two completely unrelated situations: a curve made by a falling ladder and a Spirograph design made between two circles.  Secondly, this is yet another geometric formula in the form of xn + yn = zn, where n = 2/3 for the astroid, n = 2 for Pythagorean’s Theorem, and n = -½ for the radii of three kissing circles and a line (see here).  As mentioned in a previous article, we must admit that so many different formulas of the same form does not describe a chaotic universe of random chance, but rather an orderly universe of intelligent design.

Thursday, December 24, 2015

Church Window Design

Last week while I was waiting to pick up my kids from their school carpool line, I noticed that all the windows in the church building had a certain design.  Despite being different widths and heights, each window was symmetrical, where both left and right sides curved up to a point, the outermost curves continued on to meet at another point, and there was a circle in the top middle that was just the right size to perfectly touch all the other curves in one spot each.


I began to wonder about that middle circle.  How did the architect find the correct size of that circle so that it was tangential to the other curves?  Was it by trial and error?  Or was there a formula for it?  Could a general formula be found for it?

To simplify things, let’s assume that all the curves were made by circles (and not by some other conic section like a parabola, ellipse, or hyperbola).  The four different curves can then be constructed by using four congruent circles as guidelines. 


Each window can then be defined by two variables: the radius r of the four congruent circles, and the distance w between the two nonsymmetrical arcs (or half the width of the whole window).  Since each window design is symmetrical, the center of the middle circle with the unknown radius x will lie on the vertical line of symmetry.  We can now construct two right triangles with the following sides as pictured below:


The left-side triangle has a hypotenuse of r – x and legs r – w and y, which makes the Pythagorean equation y2 + (r – w)2 = (r – x)2 or y2 = (r – x)2 – (r – w)2.  The right-side triangle has a hypotenuse of r + x and legs r and y, which makes the Pythagorean equation y2 + r2 = (r + x)2 or y2 = (r + x)2 – r2.  Therefore,

y2 = (r – x)2 – (r – w)2 = (r + x)2 – r2
(Pythagorean’s Theorem)
(r2–2rx+x2) – (r2–2rw+w2) = (r2+2rx+x2) – r2
(expand)
-2rx + x2 + 2rw – w2 = 2rx + x2
(simplify)
-2rx + 2rw – w2 = 2rx
(subtract x2)
2rw – w2 = 4rx
(add 2rx)
x = (2rw – w^2)/4r
(divide 4r)

The radius x of the middle circle is therefore


where r is the radius of one of the larger four congruent circles and w is half the width of the whole window.  So if the radius of one of the larger circles is 3 feet, and half the width of the window is 2 feet, then the radius of the middle circle would be x = (2rw – w^2)/4r = (2(3)2 – 2^2)/4(3) = 8/12 feet or 8 inches.  Or if the radius of one of the larger circles is 8 feet, and half the width of the window is 4 feet, then the radius of the middle circle would be x = (2rw – w^2)/4r = (2(8)4 – 4^2)/4(8) = 48/32 = 3/2 feet or 18 inches.

As a side note, calculus lovers should recognize that if r remains constant, the maximum radius x of the middle circle occurs when w = r.  This is because dx/dw = 1/4r(2r – 2w), and setting this to zero gives the solution w = r.  Geometrically, w = r occurs when the top of the window does not come to a point but is a smooth semicircle.

There are probably other church window designs that have similar properties.  For this particular design, the size of the middle circle can be calculated exactly.

Friday, January 16, 2015

Areas of Conics

Most of us know area formulas for basic geometrical objects, such as circles, squares, rectangles, and triangles.  (The area of a circle is A = πr2, the area of a square is A = s2, the area of a rectangle is A = lw, and the area of a triangle is A = ½bh.)  Others of us may even remember learning area formulas of other geometrical objects in high school geometry, such as parallelograms, trapezoids, and equilateral triangles.  (The area of a parallelogram is A = bh, the area of a trapezoid is ½(b1 + b2)h, and the area of an equilateral triangle is ¼√3s2.)

Other than the circle, the area of conics are neglected in most geometry textbooks, even though the Cartesian equation for each conic are included in most algebra textbooks.  The area of a parabola is A = 2/3bh (where b and h are the base and height of the rectangle that contains it).


The area of an ellipse is A = πab (where a and b are the major and minor axes of the ellipse). 


The area of a hyperbola is A = ab(h+a/a√(( h+a/a)2 – 1) – ln|h+a/a + √(( h+a/a)2 – 1)|) (where a and b are the axes of the hyperbola and h is the height).
 

The area formulas for the parabola and ellipse are relatively simple, the equation for the hyperbola is not.

To prove the area of a parabola, we can use integration.  The Cartesian equation for a parabola with its vertex at the origin is y = ax2, which means another point on the parabola would be (b, ab2). 


The area of a rectangle with opposite vertices on the origin and (b, ab2) is A = b∙ab2 = ab3.  The area of the parabola inside this rectangle is A = ∫0b ab2 – ax2 dx = ab2x – 1/3ax3] 0b = ab2b – 1/3ab3 = ab31/3ab3 = 2/3ab3.  (The left half of the parabola would be the same by symmetry.)  Therefore, the area of the parabola is 2/3 of the area of the rectangle that contains it, or A = 2/3bh.

To prove the area of an ellipse, we can compare its Cartesian equation to the Cartesian equation of a circle.  The Cartesian equation for an ellipse centered at the origin where a and b are the major and minor axes is x^2/a^2 + y^2/b^2 = 1, which rearranged is y = b/a√(a2 – x2), and the Cartesian equation for a circle centered at the origin where a is a radius is x2 + y2 = a2, which rearranged is y = √(a2 – x2), so the difference in heights is a factor of b/a


    
So if the area of a circle is A = πr2, or in this case A = πa2, the area of an ellipse must be A = b/aπa2 = πab.  (Technically speaking, the area of an ellipse is 4∫0a b/a√(a2 – x2)dx = b/a 4∫0a √(a2 – x2)dx = b/aπa2 = πab.)

To prove the area of the hyperbola, we can use integration once again.  The Cartesian equation for a horizontal hyperbola centered at the origin where a and b are the major and minor axes is x^2/a^2y^2/b^2 = 1, which rearranged is y = b/a√(x2 – a2). 


The area is then A = 2∫ah+a b/a√(x2 – a2)dx.  Using a right triangle with legs a and √(x2 – a2) and hypotenuse x, tan q = √(x^2 – a^2)/a or √(x2 – a2) = a tan q, and sec q = x/a or x = a sec q, which means dx = a sec q tan q dq


Using substitution, A = 2∫sec-1(a)sec-1(h+a) b/a a tan q a sec q tan q dq = 2ab∫0sec-1((h+a)/a) tan2 q sec q dq = 2ab∫0sec-1((h+a)/a) (sec2 q – 1)sec q dq = 2ab∫0sec-1((h+a)/a) sec3 q – sec q dq.  Integrating results in 2ab[½ sec q tan q + ½ ln|sec q + tan q| – ln|sec q + tan q|] 0sec-1((h+a)/a)  = ab[sec q tan q – ln|sec q + tan q|] 0sec-1((h+a)/a).  Since sec(sec-1(x)) = x and tan(sec-1(x)) = √(x2 – 1), A = ab(h+a/a√(( h+a/a)2 – 1) – ln|h+a/a + √(( h+a/a)2 – 1)|).

Although the area of a hyperbola is not an easy formula, both area formulas for a parabola and an ellipse are relatively simple.  The area of an ellipse can also be used to show the special case of a circle where a = b = r (A = πab = π∙r∙r = πr2), and the area formulas of conics nicely correspond with the Cartesian equations of conics learned in algebra.  It makes one wonder why the area formulas for the parabola and ellipse are typically not included in a high school geometry curriculum or textbooks.