Construct an equilateral triangle with area equal to a given triangle

5.3k Views Asked by At

It is straightforward to construct (straight-edge and compass) an isosceles triangle with area equal to a given triangle $\triangle ABC$, for instance as follows:

  1. Construct the line through $A$ parallel to $BC$ (demonstration of method);
  2. Construct the perpendicular bisector of $BC$ (demonstration of method);
  3. The perpendicular from (2) meets the line from (1) at $D$; draw $\triangle DBC$.

This triangle is isosceles, since $D$ is equidistant from $B$ and $C$, and has the same base and altitude as $\triangle ABC$ so has the same area.

Suppose we want to go further and construct an equilateral triangle with area equal to the given triangle — how might we go about that?


4

There are 4 best solutions below

3
On BEST ANSWER

The fewer steps the better; I found I had to use the geometric mean construction and I wonder whether this step might be avoidable.

Something like a geometric mean is unavoidable since the problem is a quadratic equation for the side length of the equilateral triangle.

Here is a relatively efficient construction using a geometric mean. The savings is in re-using one side of ABC as the base of the equilateral triangle, and in using a non-perpendicular line to measure altitude, and allowing the semicircle construction of geometric mean to be applied.

On one of the sides, say AB, build an equilateral triangle ABD. Extend line CD to intersect AB at P. Find a length $g$ equal to the geometric mean of PC and PD, and take a point H on PD with PH = $g$. The equilateral triangle whose "height" measured along line PCD (from P) is $g$ has the same area as the given triangle.

The construction of the geometric mean is made easier by extending line CD to E so that P is the midpoint of EC, then using ED as diameter of a circle and taking $g=|PG|$ for PG a perpendicular to CD with G on the circle. Then draw the parallel to AB through H and intersect it with AD (at point K) to cut off the correct side length (AK) of equilateral triangle.

2
On

A possible construction.

enter image description here

  1. Draw $DE$ through $A$ in such a way that $DECB$ is a rectangle;
  2. Take $Q$ as the intersection of the angle bisectors of $\widehat{BDE}$ and $\widehat{DEC}$;
  3. Take $T$ on $CE$ such that $TE=EQ$;
  4. Take $F$ on $DT$ such that $DF=DE$;
  5. Let $\ell$ be the perpendicular to $BE$ through $E$;
  6. Take $G$ on $\ell$ such that $BG=BF$.

$EG$ is the side of an equilateral triangle with the same area of $ABC$.

0
On

Let the required equilateral triangle have side $s$, and the given triangle have base $b$ and altitude $h$, so:

$$ \frac{1}{2}bh = \frac{1}{2}s^2 \sin 60^\circ \implies s^2 = b \left( \frac{h}{\sin 60^\circ} \right)$$

Therefore we can construct $s$ as the geometric mean of $b$ and $\frac{h}{\sin 60^\circ}$.

enter image description here

  1. Draw the perpendicular from $A$ to $BC$ (produced if necessary); let the foot of the perpendicular be $F$.
  2. Draw an arc center $A$ through $F$ and another centre $F$ through $A$; these intersect at $P$ so that $\angle FAP = 60^\circ$.
  3. Draw the angle bisector of $\angle FAP$; let $Q$ be its intersection with $BC$ (produced if necessary), so that $\angle FAQ = 30^\circ$.

Considering $\triangle AFQ$ we have $\sin 60^\circ = \cos 30^\circ = \frac{AF}{\color{red}{AQ}}$, so that $\color{red}{AQ} = \frac{AF}{\sin 60^\circ}$. We need to take the geometric mean of this length and the base.

enter image description here

  1. Draw an arc, center $C$ and radius $\color{red}{AQ}$, to construct $R$ on $BC$ produced such that $\color{red}{AQ} = \color{red}{CR}$.
  2. Construct the midpoint $O$ of $BR$, and hence draw a circle with diameter $BR$.
  3. Construct the perpendicular to $BR$ through $C$; let $S$ be its intersection with the circle from step (5).

Now by considering similar triangles $\triangle BCS$ and $\triangle SCR$, or bearing in mind that $\color{green}{CS}$ is one half of a chord bisected by the diameter $BR$ and then applying the intersecting chords theorem, we have $\color{green}{CS}^2 = BC \cdot \color{red}{CR}$. Hence $\color{green}{CS}$ is the required geometric mean, and is the side of an equilateral triangle with area equal to that of the given triangle.

enter image description here

0
On

I wondered whether it was possible to do this by "morphing" an isosceles triangle into an equilateral one — here's an approach that creates an equilateral triangle by moving the apex of the isosceles triangle, then scales its sides to restore the original area.

Without loss of generality, assume $\triangle ABC$ is isosceles with $AB=AC$. (Otherwise, construct an isosceles triangle with area equal to the given triangle, e.g. by the method given in the question.)

enter image description here

  1. Draw a circle center $B$ through $C$, and another center $C$ through $B$.
  2. Take $D$ as the intersection of these circles that lies the opposite side of $BC$ to $A$; $\triangle BCD$ is equilateral.
  3. Draw $AD$ and take $M$ to be its intersection with $BC$; $M$ is the midpoint of $BC$.

Although $\triangle BCD$ is equilateral, it isn't the triangle we need because it does not have the same area as $\triangle ABC$. They share base $BC$, so the ratio of their areas is simply the ratio of their altitudes:

$$ \frac{\text{Area } \triangle ABC}{\text{Area } \triangle BCD} = \frac{AM}{MD}$$

So to obtain the desired equilateral triangle we must scale the lengths of $\triangle BCD$ by $\sqrt \frac{AM}{MD}$.

enter image description here

  1. Construct $O$ as the midpoint of $AD$ and hence draw a circle diameter $AD$.
  2. Produce $BC$ to meet the circle from (5) at $E$, then by the intersecting chords theorem we have $EM^2 = AM \cdot MD$ and hence $\tan \angle EDM = \frac{EM}{MD} = \sqrt \frac{AM}{MD}$.
  3. Take $P$ on $AD$ such that $PD = BC$.
  4. Construct the perpendicular to $AD$ through $P$, and take $Q$ as its intersection with $DE$.

Then $PQ$ is the side of an equilateral triangle with area equal to the given triangle, since $$\frac{PQ}{BC} = \frac{PQ}{PD} = \tan \angle EDM = \sqrt \frac{AM}{MD} = \sqrt \frac{\text{Area } \triangle ABC}{\text{Area } \triangle BCD}$$

Equilateral triangle with same area as given isosceles triangle