A tale of two triangles: Heron triangles and elliptic curves

Originating author is William Mc Callum.
If two triangles have the same area and the same perimeter, are they necessarily congruent? It turns out that the answer is no. For example, the triangle with sides 3, 4, and 5 has the same area and perimeter as the triangle with sides 41/15, 101/21, and 156/35.


Both triangles have perimeter 12:

    \begin{displaymath} 3 + 4 + 5 =12, \quad \hbox{and} \quad \frac{41}{15} + \frac{101}{21} + \frac{156}{35} = \frac{287 + 505 + 468}{105} = \frac{1260}{105} = 12. \end{displaymath}

Amazingly, the two triangles also have the same area. The right triangle has area \frac{1}{2} 4 \cdot 3 = 6. To find the area of the other triangle, we use Heron’s formula, which states that the area A of a triangle with side lengths a, b, and c, is given by

    \begin{eqnarray*} A &=& \frac{1}{4}\sqrt{(a+b+c)(-a+b+c)(a-b+c)(a+b-c)}\\ &=& \sqrt{s(s-a)(s-b)(s-c)}, \end{eqnarray*}

where s = \frac12(a+b+c) is the semiperimeter of the triangle. A quick calculation using this formula shows that the area of the second triangle is also 6.

The space of triangles

How do we find examples like this? The secret is to find the right way of representing the space of all triangles. There are many possible ways to do this. One way is to represent a triangle by the triple (a,b,c) consisting of its three side lengths in some order. In this way we represent a triangle by a point in 3 space. Not every point corresponds to a triangle; for example, all the coordinates must be positive. Can you think of other restrictions?

There’s another way of putting coordinates on the space of triangles using angles instead of lengths. Every triangle has an inscribed circle, and the radius r of the circle has a simple relationship with the area A and semiperimeter s, namely

    \[A = rs.\]

To see why this is true, drop perpendiculars from the center of the circle to the sides of the triangle, as in the left diagram in Figure 2. These perpendiculars form the altitudes of 3 smaller triangles with bases on the sides of the big triangle and vertices at the center of the inscribed circle. Adding up the areas of these triangles we get A=rs.

Rendered by QuickLaTeX.com

Figure 2: Parameterizing the space of triangles

This equation tells us that if two triangles have the same area and same semiperimeter, then the radii of their inscribed circles are also the same. So if we are looking for two such triangles we will find them amongst all triangles inscribed around a fixed circle. Instead of using lengths to describe these triangles, we will use the angles formed by the three radii at the center of incircle, as in the right diagram in Figure 2.

Parameterizing triangles with constant area and perimeter

Inside the space of triangles we can find curves corresponding to a whole family of triangles with the same values of A and s.

First, we express s in terms of the angles \alpha, \beta, and \gamma and the radius r of the incircle, as follows. The radii and the lines from the vertices to the incenter break the triangle into six right triangles. Because the lines from the vertices to the center bisect the angles of the big triangle, these right triangles occur in congruent pairs. Taking one base length from each pair and adding, we get

    \[s=r (\tan \frac{\alpha}{2} + \tan \frac{\beta}{2} + \tan \frac{\gamma}{2}).\]

This equation and A = rs together tell us that if the area A and semiperimeter s are constant, then so is the sum of the tangents:

(1)   \begin{equation*} \tan \frac{\alpha}{2} + \tan \frac{\beta}{2} + \tan \frac{\gamma}{2} = \frac{s^2}{A}. \end{equation*}

Second, we translate this condition into an equation defining a curve in the plane. Let x = \tan (\alpha/2), y = \tan(\beta/2), and z = \tan(\gamma/2). Since \alpha+\beta+\gamma = 2\pi, we have

    \begin{equation*} \frac{\gamma}{2} = {\pi} - \frac{\alpha}{2} - \frac{\beta}{2}, \end{equation*}

so

    \begin{equation*} z = \tan \left( \frac{\gamma}{2} \right)= \tan\left({\pi} - \frac{\alpha}{2} - \frac{\beta}{2}\right) = - \tan\left(\frac{\alpha}{2} + \frac{\beta}{2}\right) = - \frac{x + y}{1-xy}. \end{equation*}

Then, if k is the constant s^2/A, equation (1) becomes for fixed k, the equation

(2)   \begin{equation*} x + y - \frac{x + y}{1-xy} = k, \end{equation*}

which we rewrite as

(3)   \begin{equation*} x^2y+xy^2 = kxy - k. \end{equation*}

Every triangle with area A and semiperimeter s determines a point on this curve, and every point on the curve in a certain region of the plane corresponds to a triangle. The region corresponds to angles that actually work in Figure 2, namely angles satisfying \alpha + \beta + \gamma = 2\pi and 0 < \alpha, \beta, \gamma < \pi, which corresponds to the region x > 0, y > 0 and xy > 1 (since z > 0).

The following figure shows this curve for k = 6, the value corresponding to the triangle with sides 3, 4, and 5. Every point on the component of this curve in the positive quadrant corresponds to a triangle; the side lengths of the triangle are a = x+ y, b = y + z, and c = z + x. In particular, the points (1,2), (2,1), (2, 3), (3, 2), (1, 3), and (3, 1) all correspond to the triangle with sides 3, 4, and 5, with the sides taken in different orders. This figure is interactive: see what happens for some other points on the curve or some other values for the area and perimeter!

Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.5 (or later) is installed and active in your browser (Click here to install Java now)

Finding points on the curve

Figure 3: Curve parameterizing triangles of perimeter 12 and area 6.

Because the curve in Figure 3 is defined by an equation of degree 3, we can find points on it using the method of tangents and secants. Two points on the curve determine a secant which cuts the curve in one more point; finding the point amounts to solving a cubic equation in x, two of whose roots are already known. Since we already have 6 points on the curve, there are lots of possibilities for secants, and generating more points generates more possibilities. In fact, the curve has infinitely many points with rational coordinates. The two-secant procedure illustrated in Figure 3 leads to the point (54/35, 25/21) (marked with a circle), which corresponds to the triangle with sides 41/15, 101/21, and 156/35.

The secant procedure works for any cubic curve in the plane; such curves are called elliptic curves (not because the curves are themselves ellipses, but because they arise in the study of a certain class of complex functions called elliptic functions). The secant procedure allows one to define a group structure on the set of rational points on a elliptic curves (that is, points whose coordinates are rational numbers).

The study of elliptic curves is a central area of research in number theory, with applications to the cryptographic schemes behind secure financial transactions on the web. Elliptic curves played a central role in the proof of Fermat’s Last Theorem.

The story described in this article shows the remarkable unity of mathematics, starting as it does in high school and ending in research. Along the way we encountered a fundamental idea in modern mathematics: the idea of solving a problem about a particular type of object (triangles with area 6 and perimeter 12, for example) by situating the object in a more general space (the space of all triangles) and finding the right way of parameterizing that space.

This post is also available in: Chinese (Simplified), French, German, Italian, Spanish, Arabic, Khmer, Portuguese (Brazil)

This entry was posted in Mathematics Within the Last 100 Years. Bookmark the permalink.

  1. Beautiful stuff. A related article is Rosenberg, Spillane, Wulf, “Heron Triangles and Moduli Spaces,” The Mathematics Teacher 101 (2008), 656-663. The article contains insightful Geometer’s Sketchpad pictures created by HS teacher extraordinaire Dan Wulf. If you contact Dan, he’ll send you the Sketchpad files, which include great animations of all triangles of a fixed area and perimeter.

    • Bill McCallum says:

      This article was in fact the inspiration for this piece, thanks Steve for mentioning it. I’m still trying to figure out how to embed Sketchpad or Geogebra animations in a WordPress blog.

  2. PAK SO KRETH says:

    dear sir!
    i am a mathematical student at Royal University of Phnom Penh!i am interested in klein project serously.i think that this program is a guideline for us to be a good mathematical teacher. i know,if we want to be good at mathematics,it is very hard. However,i want to tell u that i really like and love math so much. But , sometimes i don’t have enough mathematical document to search for,for example math exercise book and i also don’t have enough time to reading book too because my lifestyle thannks for your presentation at my university.

    sincerely from me
    Pak So Kreth

  3. Awesome detail about using Hero’s formula and cool explanations on the Elliptic Curves. Very rare to find such blogs online.

  4. David Fowler says:

    Excellent article, in the same spirit as “Roots to Research,” by Judith and Paul Sally. There should be more material like this in the courses that prepare secondary teachers.

Leave a Reply

Your email address will not be published. Required fields are marked *