Jump to content

Heron's formula: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
OAbot (talk | contribs)
m Open access bot: doi updated in citation with #oabot.
Tkircher (talk | contribs)
You can't just plug any old values into the formula, I think it's worth mentioning this.
 
(25 intermediate revisions by 15 users not shown)
Line 3: Line 3:
[[File:Triangle with notations 2 without points.svg|thumb|198px|A triangle with sides ''a'', ''b'', and ''c'']]
[[File:Triangle with notations 2 without points.svg|thumb|198px|A triangle with sides ''a'', ''b'', and ''c'']]


In [[geometry]], '''Heron's formula''' (or '''Hero's formula''') gives the [[area of a triangle]] in terms of the three side lengths {{mvar|a}}, {{mvar|b}}, {{mvar|c}}. If <math display="inline">p = \frac12(a + b + c)</math> is the [[semiperimeter]] of the triangle, the area {{mvar|A}} is,<ref>{{cite journal
In [[geometry]], '''Heron's formula''' (or '''Hero's formula''') gives the [[area of a triangle]] in terms of the three side lengths {{tmath|a,}} {{tmath|b,}} {{tmath|c.}} Letting {{tmath|s}} be the [[semiperimeter]] of the triangle, <math>s = \tfrac12(a + b + c),</math> the area {{tmath|A}} is<ref>{{cite journal
| last = Kendig | first = Keith
| last = Kendig
| first = Keith
| doi = 10.1080/00029890.2000.12005213
| doi = 10.1080/00029890.2000.12005213
| issue = 5
| issue = 5
Line 14: Line 15:
| url = https://www.maa.org/programs/maa-awards/writing-awards/is-a-2000-year-old-formula-still-keeping-some-secrets
| url = https://www.maa.org/programs/maa-awards/writing-awards/is-a-2000-year-old-formula-still-keeping-some-secrets
| volume = 107
| volume = 107
| year = 2000| s2cid = 1214184
| year = 2000
| s2cid = 1214184
| access-date = 2021-12-27
| archive-date = 2024-05-29
| archive-url = https://web.archive.org/web/20240529215533/https://maa.org/programs/maa-awards/writing-awards/is-a-2000-year-old-formula-still-keeping-some-secrets
| url-status = dead
}}</ref>
}}</ref>


:<math>A = \sqrt{p(p-a)(p-b)(p-c)}.</math>
<math display=block>A = \sqrt{s(s-a)(s-b)(s-c)}.</math>


It is named after first-century engineer [[Heron of Alexandria]] (or Hero) who proved it in his work ''Metrica'', though it was probably known centuries earlier.
It is named after first-century engineer [[Heron of Alexandria]] (or Hero) who proved it in his work ''Metrica'', though it was probably known centuries earlier.
Line 23: Line 29:
==Example==
==Example==


Let {{math|△''ABC''}} be the triangle with sides {{math|''a'' {{=}} 4}}, {{math|''b'' {{=}} 13}} and {{math|''c'' {{=}} 15}}.
Let {{tmath|\triangle ABC}} be the triangle with sides {{tmath|1= a = 4}}, {{tmath|1= b = 13}}, and {{tmath|1= c = 15}}.
This triangle's semiperimeter is <math>s = \tfrac12(a+b+c)= {}</math><math>\tfrac12(4+13+15) = 16</math> therefore {{tmath|1= s-a = 12}}, {{tmath|1= s-b =3}}, {{tmath|1= s-c =1}}, and the area is
This triangle's semiperimeter is
<math display=block>\begin{align}
A &= {\textstyle \sqrt{s(s-a)(s-b)(s-c)}} \\[3mu]
&= {\textstyle \sqrt{16 \cdot 12 \cdot 3 \cdot 1 \vphantom)} } \\[3mu]
&= 24.
\end{align}</math>


In this example, the triangle's side lengths and area are [[integer]]s, making it a [[Heronian triangle]]. However, Heron's formula works equally well when the side lengths are arbitrary [[real number]]s.
:<math>p=\frac{a+b+c}{2}=\frac{4+13+15}{2}=16</math>
and so the area is
:<math>
\begin{align}
A &= \sqrt{p\left(p-a\right)\left(p-b\right)\left(p-c\right)} = \sqrt{16 \cdot (16-4) \cdot (16-13) \cdot (16-15)}\\
&= \sqrt{16 \cdot 12 \cdot 3 \cdot 1} = \sqrt{576} = 24.
\end{align}
</math>


If values are given such that a, b, and c do not correspond to a real triangle, the value for A is imaginary.
In this example, the side lengths and area are [[integer]]s, making it a [[Heronian triangle]]. However, Heron's formula works equally well in cases where one or more of the side lengths are not integers.


== Alternate expressions ==
== Alternate expressions ==
Line 41: Line 45:
Heron's formula can also be written in terms of just the side lengths instead of using the semiperimeter, in several ways,
Heron's formula can also be written in terms of just the side lengths instead of using the semiperimeter, in several ways,


:<math>\begin{align}
<math display=block>\begin{align}
A &=\tfrac{1}{4}\sqrt{(a+b+c)(-a+b+c)(a-b+c)(a+b-c)} \\[6mu]
A &=\tfrac{1}{4}\sqrt{(a+b+c)(-a+b+c)(a-b+c)(a+b-c)} \\[6mu]
&=\tfrac{1}{4}\sqrt{2(a^2 b^2+a^2c^2+b^2c^2)-(a^4+b^4+c^4)} \\[6mu]
&=\tfrac{1}{4}\sqrt{2(a^2 b^2+a^2c^2+b^2c^2)-(a^4+b^4+c^4)} \\[6mu]
Line 49: Line 53:
\end{align}</math>
\end{align}</math>


After expansion, the expression under the square root is a [[quadratic polynomial]] of the squared side lengths {{math|''a''{{sup|2}}}}, {{math|''b''{{sup|2}}}}, {{math|''c''{{sup|2}}}}.
After expansion, the expression under the square root is a [[quadratic polynomial]] of the squared side lengths {{tmath|a^2}}, {{tmath|b^2}}, {{tmath|c^2}}.


The same relation can be expressed using the [[Cayley–Menger determinant]],<ref>{{cite journal
The same relation can be expressed using the [[Cayley–Menger determinant]],<ref>{{cite journal
| last = Havel | first = Timothy F.
| last = Havel | first = Timothy F.
| doi = 10.1016/S0747-7171(08)80120-4
| doi = 10.1016/S0747-7171(08)80120-4
| issue = 5-6
| issue = 5–6
| journal = [[Journal of Symbolic Computation]]
| journal = [[Journal of Symbolic Computation]]
| pages = 579–593
| pages = 579–593
Line 62: Line 66:
}}</ref>
}}</ref>


:<math> -16A^2 = \begin{vmatrix}
<math display=block> -16A^2 = \begin{vmatrix}
0 & a^2 & b^2 & 1 \\
0 & a^2 & b^2 & 1 \\
a^2 & 0 & c^2 & 1 \\
a^2 & 0 & c^2 & 1 \\
Line 90: Line 94:
| pages=321–323}}</ref> and since ''Metrica'' is a collection of the mathematical knowledge available in the ancient world, it is possible that the formula predates the reference given in that work.<ref>{{MathWorld |urlname=HeronsFormula |title=Heron's Formula}}</ref>
| pages=321–323}}</ref> and since ''Metrica'' is a collection of the mathematical knowledge available in the ancient world, it is possible that the formula predates the reference given in that work.<ref>{{MathWorld |urlname=HeronsFormula |title=Heron's Formula}}</ref>


A formula equivalent to Heron's, namely,
A formula equivalent to Heron's was discovered by the Chinese:


<math display=block>
: <math>A = \frac1{2}\sqrt{a^2 c^2 - \left(\frac{a^2 + c^2 - b^2}{2}\right)^2}</math>
A = \frac1{2}\sqrt{a^2 c^2 - \left(\frac{a^2 + c^2 - b^2}{2}\right)^2},
</math>


was discovered by the Chinese. It was published in ''[[Mathematical Treatise in Nine Sections]]'' ([[Qin Jiushao]], 1247).<ref>{{Cite book |title=數學九章 (四庫全書本) |lang=zh |last=秦 |first=九韶 |year=1773 |chapter=卷三上, 三斜求积 |chapter-url=https://zh.wikisource.org/zh-hant/%E6%95%B8%E5%AD%B8%E4%B9%9D%E7%AB%A0_(%E5%9B%9B%E5%BA%AB%E5%85%A8%E6%9B%B8%E6%9C%AC)/%E5%85%A8%E8%A6%BD#%E4%B8%89%E6%96%9C%E6%B1%82%E7%A9%8D}}</ref>
published in ''[[Mathematical Treatise in Nine Sections]]'' ([[Qin Jiushao]], 1247).<ref>{{Cite book |title=數學九章 (四庫全書本) |lang=zh |last=秦 |first=九韶 |year=1773 |chapter=卷三上, 三斜求积 |chapter-url=https://zh.wikisource.org/zh-hant/%E6%95%B8%E5%AD%B8%E4%B9%9D%E7%AB%A0_(%E5%9B%9B%E5%BA%AB%E5%85%A8%E6%9B%B8%E6%9C%AC)/%E5%85%A8%E8%A6%BD#%E4%B8%89%E6%96%9C%E6%B1%82%E7%A9%8D}}</ref>


== Proofs ==
== Proofs ==
Line 108: Line 114:
| year=1981
| year=1981
| pages=[https://archive.org/details/maximaminimawith0000nive/page/7 7–8]}}</ref>
| pages=[https://archive.org/details/maximaminimawith0000nive/page/7 7–8]}}</ref>
Let {{mvar|a}}, {{mvar|b}}, {{mvar|c}} be the sides of the triangle and {{mvar|α}}, {{mvar|β}}, {{mvar|γ}} the [[angle]]s opposite those sides.
Let {{tmath|a,}} {{tmath|b,}} {{tmath|c}} be the sides of the triangle and {{tmath|\alpha,}} {{tmath|\beta,}} {{tmath|\gamma}} the [[angle]]s opposite those sides.
Applying the [[law of cosines]] we get
Applying the [[law of cosines]] we get


:<math>\cos \gamma = \frac{a^2+b^2-c^2}{2ab}</math>
<math display=block>\cos \gamma = \frac{a^2+b^2-c^2}{2ab}</math>

[[File:Triangle with notations 2 without points.svg|thumb|A triangle with sides a, b and c]]
[[File:Triangle with notations 2 without points.svg|thumb|A triangle with sides {{mvar|a}}, {{mvar|b}} and {{mvar|c}}]]
From this proof, we get the algebraic statement that
From this proof, we get the algebraic statement that


:<math>\sin \gamma = \sqrt{1-\cos^2 \gamma} = \frac{\sqrt{4a^2 b^2 -(a^2 +b^2 -c^2)^2 }}{2ab}.</math>
<math display=block>\sin \gamma = \sqrt{1-\cos^2 \gamma} = \frac{\sqrt{4a^2 b^2 -(a^2 +b^2 -c^2)^2 }}{2ab}.</math>


The [[altitude (triangle)|altitude]] of the triangle on base {{mvar|a}} has length {{math|''b'' sin ''γ''}}, and it follows
The [[altitude (triangle)|altitude]] of the triangle on base {{tmath|a}} has length {{tmath|b\sin\gamma}}, and it follows


: <math>\begin{align}
<math display=block>\begin{align}
A
A
&= \tfrac12 (\mbox{base}) (\mbox{altitude}) \\[6mu]
&= \tfrac12 (\mbox{base}) (\mbox{altitude}) \\[6mu]
Line 147: Line 154:
| doi = 10.1080/0025570X.1971.11976093
| doi = 10.1080/0025570X.1971.11976093
}}</ref>
}}</ref>
By the [[Pythagorean theorem]] we have {{math|''b''{{sup|2}} {{=}} ''h''{{sup|2}} + ''d''{{sup|2}}}} and {{math|''a''{{sup|2}} {{=}} ''h''{{sup|2}} + (''c'' ''d''){{sup|2}}}} according to the figure at the right. Subtracting these yields {{math|''a''{{sup|2}} ''b''{{sup|2}} {{=}} ''c''{{sup|2}} 2''cd''}}. This equation allows us to express {{math|''d''}} in terms of the sides of the triangle:
By the [[Pythagorean theorem]] we have <math>b^2 = h^2 + d^2</math> and <math>a^2 = h^2 + (c - d)^2</math> according to the figure at the right. Subtracting these yields <math>a^2 - b^2 = c^2 - 2cd.</math> This equation allows us to express {{tmath|d}} in terms of the sides of the triangle:
: <math>d = \frac{-a^2 + b^2 + c^2}{2c}.</math>
<math display=block>d = \frac{-a^2 + b^2 + c^2}{2c}.</math>
For the height of the triangle we have that {{math|''h''{{sup|2}} {{=}} ''b''{{sup|2}} ''d''{{sup|2}}}}. By replacing {{mvar|d}} with the formula given above and applying the [[difference of squares]] identity we get
For the height of the triangle we have that <math>h^2 = b^2 - d^2.</math> By replacing {{tmath|d}} with the formula given above and applying the [[difference of squares]] identity we get
:<math>
<math display=block>
\begin{align}
\begin{align}
h^2 &= b^2-\left(\frac{-a^2 + b^2 + c^2}{2c}\right)^2 \\
h^2 &= b^2-\left(\frac{-a^2 + b^2 + c^2}{2c}\right)^2 \\
Line 162: Line 169:


We now apply this result to the formula that calculates the area of a triangle from its height:
We now apply this result to the formula that calculates the area of a triangle from its height:
<math display=block>\begin{align}
: <math>
\begin{align}
A &= \frac{ch}{2} \\
A &= \frac{ch}{2} \\
&= \sqrt{\frac{c^2}{4} \cdot \frac{4s(s - a)(s - b)(s - c)}{c^2}} \\
&= \sqrt{\frac{c^2}{4} \cdot \frac{4s(s - a)(s - b)(s - c)}{c^2}} \\
&= \sqrt{s(s - a)(s - b)(s - c)}.
&= \sqrt{s(s - a)(s - b)(s - c)}.
\end{align}
\end{align}</math>
</math>


===Trigonometric proof using the law of cotangents===
===Trigonometric proof using the law of cotangents===
[[File:Herontriangle2greek.svg|thumb|270px|right|Geometrical significance of {{math|''s'' − ''a''}}, {{math|''s'' − ''b''}}, and {{math|''s'' − ''c''}}. See the [[law of cotangents]] for the reasoning behind this.]]
[[File:Herontriangle2greek.svg|thumb|270px|right|Geometrical significance of {{math|''s'' − ''a''}}, {{math|''s'' − ''b''}}, and {{math|''s'' − ''c''}}. See the [[law of cotangents]] for the reasoning behind this.]]
If {{mvar|r}} is the radius of the [[incircle]] of the triangle, then the triangle can be broken into three triangles of equal altitude {{mvar|r}} and bases {{mvar|a}}, {{mvar|b}}, and {{mvar|c}}. Their combined area is
If {{tmath|r}} is the radius of the [[incircle]] of the triangle, then the triangle can be broken into three triangles of equal altitude {{tmath|r}} and bases {{tmath|a,}} {{tmath|b,}} and {{tmath|c.}} Their combined area is
:<math>A = \tfrac12ar + \tfrac12br + \tfrac12cr = rs,</math>
<math display=block>A = \tfrac12ar + \tfrac12br + \tfrac12cr = rs,</math>
where <math display=inline>s = \tfrac12(a + b + c)</math> is the semiperimeter.
where <math>s = \tfrac12(a + b + c)</math> is the semiperimeter.


The triangle can alternately be broken into six triangles (in congruent pairs) of altitude {{mvar|r}} and bases {{math|''s'' ''a''}}, {{math|''s'' ''b''}}, and {{math|''s'' ''c''}}, of combined area (see [[law of cotangents]])
The triangle can alternately be broken into six triangles (in congruent pairs) of altitude {{tmath|r}} and bases {{tmath|s - a,}} {{tmath|s - b,}} and {{tmath|s - c}} of combined area (see [[law of cotangents]])
<math display=block>\begin{align}
: <math>
\begin{align}
A &= r(s-a) + r(s-b) + r(s-c) \\[2mu]
A &= r(s-a) + r(s-b) + r(s-c) \\[2mu]
&= r^2\left(\frac{s - a}{r} + \frac{s - b}{r} + \frac{s - c}{r}\right) \\[2mu]
&= r^2\left(\frac{s - a}{r} + \frac{s - b}{r} + \frac{s - c}{r}\right) \\[2mu]
Line 185: Line 189:
&= r^2\left(\frac{s - a}{r} \cdot \frac{s - b}{r} \cdot \frac{s - c}{r}\right) \\[3mu]
&= r^2\left(\frac{s - a}{r} \cdot \frac{s - b}{r} \cdot \frac{s - c}{r}\right) \\[3mu]
&= \frac{(s-a)(s-b)(s-c)}{r}.
&= \frac{(s-a)(s-b)(s-c)}{r}.
\end{align}
\end{align}</math>
</math>


The middle step above is <math display=inline>\cot{\tfrac{\alpha}{2}} + \cot{\tfrac{\beta}{2}} + \cot{\tfrac{\gamma}{2}} = \cot{\tfrac{\alpha}{2}}\cot{\tfrac{\beta}{2}}\cot{\tfrac{\gamma}{2}},</math> the [[Proofs of trigonometric identities#Miscellaneous – the triple cotangent identity|triple cotangent identity]], which applies because the sum of half-angles is <math display=inline>\tfrac\alpha2 + \tfrac\beta2 + \tfrac\gamma2 = \tfrac\pi2.</math>
The middle step above is <math display=inline>\cot{\tfrac{\alpha}{2}} + \cot{\tfrac{\beta}{2}} + \cot{\tfrac{\gamma}{2}} = {}</math><math>\cot{\tfrac{\alpha}{2}}\cot{\tfrac{\beta}{2}}\cot{\tfrac{\gamma}{2}},</math> the [[Proofs of trigonometric identities#Miscellaneous – the triple cotangent identity|triple cotangent identity]], which applies because the sum of half-angles is <math display=inline>\tfrac\alpha2 + \tfrac\beta2 + \tfrac\gamma2 = \tfrac\pi2.</math>


Combining the two, we get
Combining the two, we get
: <math>A^2 = s(s - a)(s - b)(s - c),</math>
<math display=block>A^2 = s(s - a)(s - b)(s - c),</math>
from which the result follows.
from which the result follows.


== Numerical stability ==
== Numerical stability ==
Heron's formula as given above is [[Numerical stability|numerically unstable]] for triangles with a very small angle when using [[floating-point arithmetic]]. A stable alternative involves arranging the lengths of the sides so that {{math|''a'' ''b'' ''c''}} and computing<ref>{{cite book |author-first=Pat H. |author-last=Sterbenz |title=Floating-Point Computation |date=1974-05-01 |edition=1st |series=Prentice-Hall Series in Automatic Computation |publisher=[[Prentice Hall]] |location=Englewood Cliffs, New Jersey, USA |isbn=0-13-322495-3<!-- 978-0-13-322495-5 -->}}</ref><ref>{{cite web |url=http://www.cs.berkeley.edu/~wkahan/Triangle.pdf |title=Miscalculating Area and Angles of a Needle-like Triangle |author=William M. Kahan |date=24 March 2000}}</ref>
Heron's formula as given above is [[Numerical stability|numerically unstable]] for triangles with a very small angle when using [[floating-point arithmetic]]. A stable alternative involves arranging the lengths of the sides so that <math>a \ge b \ge c</math> and computing<ref>{{cite book |author-first=Pat H. |author-last=Sterbenz |title=Floating-Point Computation |date=1974-05-01 |edition=1st |series=Prentice-Hall Series in Automatic Computation |publisher=[[Prentice Hall]] |location=Englewood Cliffs, New Jersey, USA |isbn=0-13-322495-3<!-- 978-0-13-322495-5 -->}}</ref><ref>{{cite web |url=http://www.cs.berkeley.edu/~wkahan/Triangle.pdf |title=Miscalculating Area and Angles of a Needle-like Triangle |author=William M. Kahan |date=24 March 2000}}</ref>
: <math>A = \tfrac14 \sqrt{\big(a + (b + c)\big) \big(c - (a - b)\big) \big(c + (a - b)\big) \big(a + (b - c)\big)}.</math>
<math display=block>A = \tfrac14 \sqrt{\big(a + (b + c)\big) \big(c - (a - b)\big) \big(c + (a - b)\big) \big(a + (b - c)\big)}.</math>
The brackets in the above formula are required in order to prevent numerical instability in the evaluation.
The extra brackets indicate the order of operations required to achieve numerical stability in the evaluation.


== Similar triangle-area formulae ==
== Similar triangle-area formulae ==
Line 203: Line 206:
Three other formulae for the area of a general triangle have a similar structure as Heron's formula, expressed in terms of different variables.
Three other formulae for the area of a general triangle have a similar structure as Heron's formula, expressed in terms of different variables.


First, if {{math|''m<sub>a</sub>''}}, {{math|''m<sub>b</sub>''}}, and {{math|''m<sub>c</sub>''}} are the [[median (geometry)|median]]s from sides {{mvar|a}}, {{mvar|b}}, and {{mvar|c}} respectively, and their semi-sum is <math>\sigma = \tfrac12(m_a + m_b + m_c),</math> then<ref>Benyi, Arpad, "A Heron-type formula for the triangle," ''Mathematical Gazette'' 87, July 2003, 324–326.</ref>
First, if {{tmath|m_a,}} {{tmath|m_b,}} and {{tmath|m_c}} are the [[median (geometry)|median]]s from sides {{tmath|a,}} {{tmath|b,}} and {{tmath|c}} respectively, and their semi-sum is <math>\sigma = \tfrac12(m_a + m_b + m_c),</math> then<ref>{{cite journal|last=Bényi |first=Árpád |title=A Heron-type formula for the triangle |journal=Mathematical Gazette |volume=87 |date=July 2003 |pages=324–326 |doi=10.1017/S0025557200172882}}</ref>
:<math>A = \frac{4}{3} \sqrt{\sigma (\sigma - m_a)(\sigma - m_b)(\sigma - m_c)}.</math>
<math display=block>A = \frac{4}{3} \sqrt{\sigma (\sigma - m_a)(\sigma - m_b)(\sigma - m_c)}.</math>


Next, if {{math|''h<sub>a</sub>''}}, {{math|''h<sub>b</sub>''}}, and {{math|''h<sub>c</sub>''}} are the [[altitude (triangle)|altitude]]s from sides {{mvar|a}}, {{mvar|b}}, and {{mvar|c}} respectively, and semi-sum of their reciprocals is <math>H = \tfrac12\bigl(h_a^{-1} + h_b^{-1} + h_c^{-1}\bigr),</math> then<ref>Mitchell, Douglas W., "A Heron-type formula for the reciprocal area of a triangle," ''Mathematical Gazette'' 89, November 2005, 494.</ref>
Next, if {{tmath|h_a}}, {{tmath|h_b}}, and {{tmath|h_c}} are the [[altitude (triangle)|altitude]]s from sides {{tmath|a,}} {{tmath|b,}} and {{tmath|c}} respectively, and semi-sum of their reciprocals is <math>H = \tfrac12\bigl(h_a^{-1} + h_b^{-1} + h_c^{-1}\bigr),</math> then<ref>{{cite journal|last=Mitchell |first=Douglas W. |title=A Heron-type formula for the reciprocal area of a triangle |journal=Mathematical Gazette |volume=89 |date=November 2005 |page=494 |doi=10.1017/S0025557200178532}}</ref>
<math display=block>
:<math>A^{-1} = 4 \sqrt{H\bigl(H-h_a^{-1}\bigr)\bigl(H-h_b^{-1}\bigr)\bigl(H-h_c^{-1}\bigr)}.</math>
A^{-1} = 4 \sqrt{H\bigl(H-h_a^{-1}\bigr)\bigl(H-h_b^{-1}\bigr)\bigl(H-h_c^{-1}\bigr)}.
</math>


Finally, if {{mvar|α}}, {{mvar|β}}, and {{mvar|γ}} are the three angle measures of the triangle, and the semi-sum of their [[sine]]s is <math>S = \tfrac12(\sin\alpha + \sin\beta + \sin\gamma),</math> then<ref>{{cite journal |last=Mitchell |first=Douglas W. |title=A Heron-type area formula in terms of sines |journal=Mathematical Gazette |volume=93 |year=2009 |pages=108–109 |doi=10.1017/S002555720018430X|s2cid=132042882 }}</ref><ref>{{cite journal |last1=Kocik |first1=Jerzy |last2=Solecki |first2=Andrzej |date=2009 |title=Disentangling a triangle |journal=American Mathematical Monthly |volume=116 |number=3 |pages=228–237 |doi=10.1080/00029890.2009.11920932 |s2cid=28155804 |url=http://lagrange.math.siu.edu/Kocik/triangle/monthlyTriangle.pdf}}</ref>
Finally, if {{tmath|\alpha,}} {{tmath|\beta,}} and {{tmath|\gamma}} are the three angle measures of the triangle, and the semi-sum of their [[sine]]s is <math>S = \tfrac12(\sin\alpha + \sin\beta + \sin\gamma),</math> then<ref>{{cite journal |last=Mitchell |first=Douglas W. |title=A Heron-type area formula in terms of sines |journal=Mathematical Gazette |volume=93 |year=2009 |pages=108–109 |doi=10.1017/S002555720018430X|s2cid=132042882 }}</ref><ref>{{cite journal |last1=Kocik |first1=Jerzy |last2=Solecki |first2=Andrzej |date=2009 |title=Disentangling a triangle |journal=American Mathematical Monthly |volume=116 |number=3 |pages=228–237 |doi=10.1080/00029890.2009.11920932 |s2cid=28155804 |url=http://lagrange.math.siu.edu/Kocik/triangle/monthlyTriangle.pdf}}</ref>
:<math>\begin{align}
<math display=block>\begin{align}
A &= D^{2} \sqrt{S(S-\sin \alpha)(S-\sin \beta)(S-\sin \gamma)} \\[5mu]
A
&= D^{2} \sqrt{S(S-\sin \alpha)(S-\sin \beta)(S-\sin \gamma)} \\[5mu]
&= \tfrac12 D^{2} \sin \alpha\,\sin \beta\,\sin \gamma,
&= \tfrac12 D^{2} \sin \alpha\,\sin \beta\,\sin \gamma,
\end{align}</math>
\end{align}</math>


where {{mvar|D}} is the diameter of the [[circumcircle]], <math display=inline>D = \frac a{\sin \alpha} = \frac b{\sin \beta} = \frac c {\sin \gamma}.</math> This last formula coincides with the standard Heron formula when the circumcircle has unit diameter.
where {{tmath|D}} is the diameter of the [[circumcircle]], <math>D = a/{\sin \alpha} = b/{\sin \beta} = c/{\sin \gamma}.</math> This last formula coincides with the standard Heron formula when the circumcircle has unit diameter.


== Generalizations ==
== Generalizations ==
[[File:Cyclicquadrilateral.png|right|Cyclic Quadrilateral|thumb|192x192px]]Heron's formula is a special case of [[Brahmagupta's formula]] for the area of a [[cyclic quadrilateral]]. Heron's formula and Brahmagupta's formula are both special cases of [[Bretschneider's formula]] for the area of a [[quadrilateral]]. Heron's formula can be obtained from Brahmagupta's formula or Bretschneider's formula by setting one of the sides of the quadrilateral to zero.
[[File:Cyclicquadrilateral.png|right|Cyclic Quadrilateral|thumb|192x192px]]Heron's formula is a special case of [[Brahmagupta's formula]] for the area of a [[cyclic quadrilateral]]. Heron's formula and Brahmagupta's formula are both special cases of [[Bretschneider's formula]] for the area of a [[quadrilateral]]. Heron's formula can be obtained from Brahmagupta's formula or Bretschneider's formula by setting one of the sides of the quadrilateral to zero.
Brahmagupta's formula gives the area {{mvar|K}} of a [[cyclic quadrilateral]] whose sides have lengths {{mvar|a}}, {{mvar|b}}, {{mvar|c}}, {{mvar|d}} as
Brahmagupta's formula gives the area {{tmath|K}} of a [[cyclic quadrilateral]] whose sides have lengths {{tmath|a,}} {{tmath|b,}} {{tmath|c,}} {{tmath|d}} as


: <math>K=\sqrt{(s-a)(s-b)(s-c)(s-d)}</math>
<math display=block>K=\sqrt{(s-a)(s-b)(s-c)(s-d)}</math>


where {{mvar|s}}, the [[semiperimeter]], is defined to be
where <math>s = \tfrac12(a + b + c + d)</math> is the [[semiperimeter]].


: <math>s=\frac{a+b+c+d}{2}.</math>
Heron's formula is also a special case of the [[trapezoid#Area|formula]] for the area of a trapezoid or trapezium based only on its sides. Heron's formula is obtained by setting the smaller parallel side to zero.
Heron's formula is also a special case of the [[trapezoid#Area|formula]] for the area of a trapezoid or trapezium based only on its sides. Heron's formula is obtained by setting the smaller parallel side to zero.


Expressing Heron's formula with a [[Cayley–Menger determinant]] in terms of the squares of the [[distance]]s between the three given vertices,
Expressing Heron's formula with a [[Cayley–Menger determinant]] in terms of the squares of the [[distance]]s between the three given vertices,
:<math> A = \frac{1}{4} \sqrt{- \begin{vmatrix}
<math display=block> A = \frac{1}{4} \sqrt{- \begin{vmatrix}
0 & a^2 & b^2 & 1 \\
0 & a^2 & b^2 & 1 \\
a^2 & 0 & c^2 & 1 \\
a^2 & 0 & c^2 & 1 \\
Line 238: Line 241:
illustrates its similarity to [[Tartaglia's formula]] for the [[volume]] of a [[Simplex|three-simplex]].
illustrates its similarity to [[Tartaglia's formula]] for the [[volume]] of a [[Simplex|three-simplex]].


Another generalization of Heron's formula to pentagons and hexagons inscribed in a circle was discovered by [[David P. Robbins]].<ref>D. P. Robbins, "Areas of Polygons Inscribed in a Circle", Discr. Comput. Geom. 12, 223-236, 1994.</ref>
Another generalization of Heron's formula to pentagons and hexagons inscribed in a circle was discovered by [[David P. Robbins]].<ref>{{cite journal|first=D. P. |last=Robbins |author-link=David P. Robbins |title=Areas of Polygons Inscribed in a Circle |journal=Discrete & Computational Geometry |volume=12 |pages=223–236 |date=1994 |issue=2 |doi=10.1007/BF02574377}}</ref>


=== Heron-type formula for the volume of a tetrahedron ===
=== Heron-type formula for the volume of a tetrahedron ===
If {{mvar|U}}, {{mvar|V}}, {{mvar|W}}, {{mvar|u}}, {{mvar|v}}, {{mvar|w}} are lengths of edges of the tetrahedron (first three form a triangle; {{mvar|u}} opposite to {{mvar|U}} and so on), then<ref>W. Kahan, "What has the Volume of a Tetrahedron to do with Computer Programming Languages?", [http://www.cs.berkeley.edu/~wkahan/VtetLang.pdf], pp.&nbsp;16–17.</ref>
If {{tmath|U,}} {{tmath|V,}} {{tmath|W,}} {{tmath|u,}} {{tmath|v,}} {{tmath|w}} are lengths of edges of the tetrahedron (first three form a triangle; {{tmath|u}} opposite to {{tmath|U}} and so on), then<ref>{{cite web |first=William |last=Kahan |author-link=William Kahan |title=What has the Volume of a Tetrahedron to do with Computer Programming Languages? |url=http://www.cs.berkeley.edu/~wkahan/VtetLang.pdf |pages=16–17}}</ref>
:<math>
<math display=block>
\text{volume} = \frac{\sqrt {\,( - a + b + c + d)\,(a - b + c + d)\,(a + b - c + d)\,(a + b + c - d)}}{192\,u\,v\,w}</math>
\text{volume} = \frac
{\sqrt {\,( - a + b + c + d)\,(a - b + c + d)\,(a + b - c + d)\,(a + b + c - d)}}
{192\,u\,v\,w}
where
: <math>
\begin{align} a & = \sqrt {xYZ} \\ b & = \sqrt {yZX} \\ c & = \sqrt {zXY} \\ d & = \sqrt {xyz} \\ X & = (w - U + v)\,(U + v + w) \\ x & = (U - v + w)\,(v - w + U) \\ Y & = (u - V + w)\,(V + w + u) \\ y & = (V - w + u)\,(w - u + V) \\ Z & = (v - W + u)\,(W + u + v) \\ z & = (W - u + v)\,(u - v + W). \end{align}
</math>
</math>
where
<math display=block>\begin{align}
a &= \sqrt {xYZ} \\
b &= \sqrt {yZX} \\
c &= \sqrt {zXY} \\
d &= \sqrt {xyz} \\
X &= (w - U + v)\,(U + v + w) \\
x &= (U - v + w)\,(v - w + U) \\
Y &= (u - V + w)\,(V + w + u) \\
y &= (V - w + u)\,(w - u + V) \\
Z &= (v - W + u)\,(W + u + v) \\
z &= (W - u + v)\,(u - v + W).
\end{align}</math>


===Heron formulae in non-Euclidean geometries===
===Heron formulas in non-Euclidean geometries===
There are also formulae for the area of a triangle in terms of its side lengths for triangles in the [[Spherical geometry|sphere]] or the [[hyperbolic plane]]. <ref>{{cite book
There are also formulas for the area of a triangle in terms of its side lengths for triangles in the [[Spherical geometry|sphere]] or the [[hyperbolic plane]]. <ref>{{cite book
| last1 = Alekseevskij
| last1 = Alekseevskij
| first1 = D. V.
| first1 = D. V.
Line 263: Line 278:
| editor-first2 = E. B.
| editor-first2 = E. B.
| title = Geometry. II: Spaces of constant curvature
| title = Geometry. II: Spaces of constant curvature
|series= Encyclopaedia of Mathematical Sciences
|series=Encycl. Math. Sci.
|volume=29
|volume=29
|page=66
|page=66
Line 270: Line 285:
| isbn = 1-56085-072-8
| isbn = 1-56085-072-8
}} </ref>
}} </ref>
For a triangle in the sphere with side lengths <math>a, b, c</math>, half perimeter <math>s=(a+b+c)/2</math> and area <math>S</math> such a formula is
For a triangle in the sphere with side lengths {{tmath|a,}} {{tmath|b,}} and {{tmath|c}} the semiperimeter <math>s=\tfrac12(a+b+c)</math> and area {{tmath|S}}, such a formula is
<math display=block>
<math display=block>
\tan^2 \frac S 4 = \tan \frac s2 \tan\frac{s-a}2 \tan\frac{s-b}2 \tan\frac{s-c}2
\tan^2 \frac S 4 = \tan \frac s2 \tan\frac{s-a}2 \tan\frac{s-b}2 \tan\frac{s-c}2

Latest revision as of 00:31, 24 December 2024

A triangle with sides a, b, and c

In geometry, Heron's formula (or Hero's formula) gives the area of a triangle in terms of the three side lengths Letting be the semiperimeter of the triangle, the area is[1]

It is named after first-century engineer Heron of Alexandria (or Hero) who proved it in his work Metrica, though it was probably known centuries earlier.

Example

[edit]

Let be the triangle with sides , , and . This triangle's semiperimeter is therefore , , , and the area is

In this example, the triangle's side lengths and area are integers, making it a Heronian triangle. However, Heron's formula works equally well when the side lengths are arbitrary real numbers.

If values are given such that a, b, and c do not correspond to a real triangle, the value for A is imaginary.

Alternate expressions

[edit]

Heron's formula can also be written in terms of just the side lengths instead of using the semiperimeter, in several ways,

After expansion, the expression under the square root is a quadratic polynomial of the squared side lengths , , .

The same relation can be expressed using the Cayley–Menger determinant,[2]

History

[edit]

The formula is credited to Heron (or Hero) of Alexandria (fl. 60 AD),[3] and a proof can be found in his book Metrica. Mathematical historian Thomas Heath suggested that Archimedes knew the formula over two centuries earlier,[4] and since Metrica is a collection of the mathematical knowledge available in the ancient world, it is possible that the formula predates the reference given in that work.[5]

A formula equivalent to Heron's was discovered by the Chinese:

published in Mathematical Treatise in Nine Sections (Qin Jiushao, 1247).[6]

Proofs

[edit]

There are many ways to prove Heron's formula, for example using trigonometry as below, or the incenter and one excircle of the triangle,[7] or as a special case of De Gua's theorem (for the particular case of acute triangles),[8] or as a special case of Brahmagupta's formula (for the case of a degenerate cyclic quadrilateral).

Trigonometric proof using the law of cosines

[edit]

A modern proof, which uses algebra and is quite different from the one provided by Heron, follows.[9] Let be the sides of the triangle and the angles opposite those sides. Applying the law of cosines we get

A triangle with sides a, b and c

From this proof, we get the algebraic statement that

The altitude of the triangle on base has length , and it follows

Algebraic proof using the Pythagorean theorem

[edit]
Triangle with altitude h cutting base c into d + (cd)

The following proof is very similar to one given by Raifaizen.[10] By the Pythagorean theorem we have and according to the figure at the right. Subtracting these yields This equation allows us to express in terms of the sides of the triangle: For the height of the triangle we have that By replacing with the formula given above and applying the difference of squares identity we get

We now apply this result to the formula that calculates the area of a triangle from its height:

Trigonometric proof using the law of cotangents

[edit]
Geometrical significance of sa, sb, and sc. See the law of cotangents for the reasoning behind this.

If is the radius of the incircle of the triangle, then the triangle can be broken into three triangles of equal altitude and bases and Their combined area is where is the semiperimeter.

The triangle can alternately be broken into six triangles (in congruent pairs) of altitude and bases and of combined area (see law of cotangents)

The middle step above is the triple cotangent identity, which applies because the sum of half-angles is

Combining the two, we get from which the result follows.

Numerical stability

[edit]

Heron's formula as given above is numerically unstable for triangles with a very small angle when using floating-point arithmetic. A stable alternative involves arranging the lengths of the sides so that and computing[11][12] The extra brackets indicate the order of operations required to achieve numerical stability in the evaluation.

Similar triangle-area formulae

[edit]

Three other formulae for the area of a general triangle have a similar structure as Heron's formula, expressed in terms of different variables.

First, if and are the medians from sides and respectively, and their semi-sum is then[13]

Next, if , , and are the altitudes from sides and respectively, and semi-sum of their reciprocals is then[14]

Finally, if and are the three angle measures of the triangle, and the semi-sum of their sines is then[15][16]

where is the diameter of the circumcircle, This last formula coincides with the standard Heron formula when the circumcircle has unit diameter.

Generalizations

[edit]
Cyclic Quadrilateral

Heron's formula is a special case of Brahmagupta's formula for the area of a cyclic quadrilateral. Heron's formula and Brahmagupta's formula are both special cases of Bretschneider's formula for the area of a quadrilateral. Heron's formula can be obtained from Brahmagupta's formula or Bretschneider's formula by setting one of the sides of the quadrilateral to zero.

Brahmagupta's formula gives the area of a cyclic quadrilateral whose sides have lengths as

where is the semiperimeter.

Heron's formula is also a special case of the formula for the area of a trapezoid or trapezium based only on its sides. Heron's formula is obtained by setting the smaller parallel side to zero.

Expressing Heron's formula with a Cayley–Menger determinant in terms of the squares of the distances between the three given vertices, illustrates its similarity to Tartaglia's formula for the volume of a three-simplex.

Another generalization of Heron's formula to pentagons and hexagons inscribed in a circle was discovered by David P. Robbins.[17]

Heron-type formula for the volume of a tetrahedron

[edit]

If are lengths of edges of the tetrahedron (first three form a triangle; opposite to and so on), then[18] where

Heron formulas in non-Euclidean geometries

[edit]

There are also formulas for the area of a triangle in terms of its side lengths for triangles in the sphere or the hyperbolic plane. [19] For a triangle in the sphere with side lengths and the semiperimeter and area , such a formula is while for the hyperbolic plane we have

See also

[edit]

References

[edit]
  1. ^ Kendig, Keith (2000). "Is a 2000-year-old formula still keeping some secrets?". The American Mathematical Monthly. 107 (5): 402–415. doi:10.1080/00029890.2000.12005213. JSTOR 2695295. MR 1763392. S2CID 1214184. Archived from the original on 2024-05-29. Retrieved 2021-12-27.
  2. ^ Havel, Timothy F. (1991). "Some examples of the use of distances as coordinates for Euclidean geometry". Journal of Symbolic Computation. 11 (5–6): 579–593. doi:10.1016/S0747-7171(08)80120-4.
  3. ^ Id, Yusuf; Kennedy, E. S. (1969). "A medieval proof of Heron's formula". The Mathematics Teacher. 62 (7): 585–587. doi:10.5951/MT.62.7.0585. JSTOR 27958225. MR 0256819.
  4. ^ Heath, Thomas L. (1921). A History of Greek Mathematics. Vol. II. Oxford University Press. pp. 321–323.
  5. ^ Weisstein, Eric W. "Heron's Formula". MathWorld.
  6. ^ 秦, 九韶 (1773). "卷三上, 三斜求积". 數學九章 (四庫全書本) (in Chinese).
  7. ^ "Personal email communication between mathematicians John Conway and Peter Doyle". 15 December 1997. Retrieved 25 September 2020.
  8. ^ Lévy-Leblond, Jean-Marc (2020-09-14). "A Symmetric 3D Proof of Heron's Formula". The Mathematical Intelligencer. 43 (2): 37–39. doi:10.1007/s00283-020-09996-8. ISSN 0343-6993.
  9. ^ Niven, Ivan (1981). Maxima and Minima Without Calculus. The Mathematical Association of America. pp. 7–8.
  10. ^ Raifaizen, Claude H. (1971). "A Simpler Proof of Heron's Formula". Mathematics Magazine. 44 (1): 27–28. doi:10.1080/0025570X.1971.11976093.
  11. ^ Sterbenz, Pat H. (1974-05-01). Floating-Point Computation. Prentice-Hall Series in Automatic Computation (1st ed.). Englewood Cliffs, New Jersey, USA: Prentice Hall. ISBN 0-13-322495-3.
  12. ^ William M. Kahan (24 March 2000). "Miscalculating Area and Angles of a Needle-like Triangle" (PDF).
  13. ^ Bényi, Árpád (July 2003). "A Heron-type formula for the triangle". Mathematical Gazette. 87: 324–326. doi:10.1017/S0025557200172882.
  14. ^ Mitchell, Douglas W. (November 2005). "A Heron-type formula for the reciprocal area of a triangle". Mathematical Gazette. 89: 494. doi:10.1017/S0025557200178532.
  15. ^ Mitchell, Douglas W. (2009). "A Heron-type area formula in terms of sines". Mathematical Gazette. 93: 108–109. doi:10.1017/S002555720018430X. S2CID 132042882.
  16. ^ Kocik, Jerzy; Solecki, Andrzej (2009). "Disentangling a triangle" (PDF). American Mathematical Monthly. 116 (3): 228–237. doi:10.1080/00029890.2009.11920932. S2CID 28155804.
  17. ^ Robbins, D. P. (1994). "Areas of Polygons Inscribed in a Circle". Discrete & Computational Geometry. 12 (2): 223–236. doi:10.1007/BF02574377.
  18. ^ Kahan, William. "What has the Volume of a Tetrahedron to do with Computer Programming Languages?" (PDF). pp. 16–17.
  19. ^ Alekseevskij, D. V.; Vinberg, E. B.; Solodovnikov, A. S. (1993). "Geometry of spaces of constant curvature". In Gamkrelidze, R. V.; Vinberg, E. B. (eds.). Geometry. II: Spaces of constant curvature. Encyclopaedia of Mathematical Sciences. Vol. 29. Springer-Verlag. p. 66. ISBN 1-56085-072-8.
[edit]