Heron's formula: Difference between revisions
Badaochua23 (talk | contribs) Tags: Reverted Visual edit |
You can't just plug any old values into the formula, I think it's worth mentioning this. |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 23: | Line 23: | ||
}}</ref> |
}}</ref> |
||
<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 29: | Line 29: | ||
==Example== |
==Example== |
||
Let {{tmath|\triangle ABC}} be the triangle with sides |
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> |
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 |
||
⚫ | |||
and so the area is |
|||
A &= {\textstyle \sqrt{s(s-a)(s-b)(s-c)}} \\[3mu] |
|||
⚫ | |||
&= {\textstyle \sqrt{16 \cdot 12 \cdot 3 \cdot 1 \vphantom)} } \\[3mu] |
|||
&= 24. |
|||
&= \sqrt{16 \cdot 12 \cdot 3 \cdot 1} = \sqrt{576} = 24. |
|||
\end{align}</math> |
\end{align}</math> |
||
In this example, the side lengths and area are [[integer]]s, making it a [[Heronian triangle]]. However, Heron's formula works equally well |
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. |
||
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 == |
== Alternate expressions == |
||
Line 43: | 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 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 56: | Line 58: | ||
| 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 = |
| issue = 5–6 |
||
| journal = [[Journal of Symbolic Computation]] |
| journal = [[Journal of Symbolic Computation]] |
||
| pages = 579–593 |
| pages = 579–593 |
||
Line 64: | Line 66: | ||
}}</ref> |
}}</ref> |
||
<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 92: | 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 |
A formula equivalent to Heron's was discovered by the Chinese: |
||
<math display=block> |
|||
A = \frac1{2}\sqrt{a^2 c^2 - \left(\frac{a^2 + c^2 - b^2}{2}\right)^2} |
A = \frac1{2}\sqrt{a^2 c^2 - \left(\frac{a^2 + c^2 - b^2}{2}\right)^2}, |
||
</math> |
</math> |
||
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 115: | Line 117: | ||
Applying the [[law of cosines]] we get |
Applying the [[law of cosines]] we get |
||
<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 {{mvar|a}}, {{mvar|b}} and {{mvar|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 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 {{tmath|a}} has length {{tmath|b\sin\gamma}}, and it follows |
The [[altitude (triangle)|altitude]] of the triangle on base {{tmath|a}} has length {{tmath|b\sin\gamma}}, and it follows |
||
<math display=block>\begin{align} |
|||
A |
A |
||
&= \tfrac12 (\mbox{base}) (\mbox{altitude}) \\[6mu] |
&= \tfrac12 (\mbox{base}) (\mbox{altitude}) \\[6mu] |
||
Line 141: | Line 143: | ||
===Algebraic proof using the Pythagorean theorem=== |
===Algebraic proof using the Pythagorean theorem=== |
||
[[Image:Triangle with notations 3.svg|thumb|270px|Triangle with altitude {{mvar|h}} cutting base {{mvar|c}} into {{math|''d'' + (''c'' − ''d'')}}]] |
[[Image:Triangle with notations 3.svg|thumb|270px|Triangle with altitude {{mvar|h}} cutting base {{mvar|c}} into {{math|''d'' + (''c'' − ''d'')}}]] |
||
The following proof is very similar to one given by Raifaizen.<ref>{{Cite journal |
|||
| last = Raifaizen |
| last = Raifaizen |
||
| first = Claude H. |
| first = Claude H. |
||
Line 153: | Line 155: | ||
}}</ref> |
}}</ref> |
||
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: |
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 display=block>d = \frac{-a^2 + b^2 + c^2}{2c}.</math> |
|||
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 |
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 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 167: | 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> |
|||
: |
|||
: '''''<u>Method 2:</u>''''' |
|||
: [[File:Illustrations for Proving Heron's Formular.png|thumb]][[File:Bản tiếng anh chứng minh công thức Heron.png|left|thumb]][[File:Bản tiếng anh chứng minh công thức Heron part 2.png|center|thumb]] |
|||
: |
|||
===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 {{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 |
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 display=block>A = \tfrac12ar + \tfrac12br + \tfrac12cr = rs,</math> |
|||
where <math>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 {{tmath|r}} and bases {{tmath|s - a,}} {{tmath|s - b,}} and {{tmath|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 194: | 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}} = {}</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> |
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 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 \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> |
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 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 |
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 212: | 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 {{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> |
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 display=block>A = \frac{4}{3} \sqrt{\sigma (\sigma - m_a)(\sigma - m_b)(\sigma - m_c)}.</math> |
|||
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>Mitchell |
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> |
|||
A^{-1} = 4 \sqrt{H\bigl(H-h_a^{-1}\bigr)\bigl(H-h_b^{-1}\bigr)\bigl(H-h_c^{-1}\bigr)}. |
A^{-1} = 4 \sqrt{H\bigl(H-h_a^{-1}\bigr)\bigl(H-h_b^{-1}\bigr)\bigl(H-h_c^{-1}\bigr)}. |
||
</math> |
</math> |
||
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> |
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 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, |
||
Line 232: | Line 226: | ||
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 |
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 display=block>K=\sqrt{(s-a)(s-b)(s-c)(s-d)}</math> |
|||
where <math>s = \tfrac12(a + b + c + d)</math> is the [[semiperimeter]]. |
where <math>s = \tfrac12(a + b + c + d)</math> is the [[semiperimeter]]. |
||
Line 239: | Line 233: | ||
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 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 247: | 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 |
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 {{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> |
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 display=block> |
|||
\text{volume} = \frac |
\text{volume} = \frac |
||
{\sqrt {\,( - a + b + c + d)\,(a - b + c + d)\,(a + b - c + d)\,(a + b + c - d)}} |
{\sqrt {\,( - a + b + c + d)\,(a - b + c + d)\,(a + b - c + d)\,(a + b + c - d)}} |
||
Line 257: | Line 251: | ||
</math> |
</math> |
||
where |
where |
||
<math display=block>\begin{align} |
|||
a &= \sqrt {xYZ} \\ |
a &= \sqrt {xYZ} \\ |
||
b &= \sqrt {yZX} \\ |
b &= \sqrt {yZX} \\ |
||
Line 270: | Line 264: | ||
\end{align}</math> |
\end{align}</math> |
||
===Heron |
===Heron formulas in non-Euclidean geometries=== |
||
There are also |
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 284: | 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 292: | Line 286: | ||
}} </ref> |
}} </ref> |
||
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 |
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> |
|||
\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 |
||
</math> |
</math> |
||
while for the hyperbolic plane we have |
while for the hyperbolic plane we have |
||
<math display=block> |
|||
\tan^2 \frac S 4 = \tanh \frac s2 \tanh\frac{s-a}2 \tanh\frac{s-b}2 \tanh\frac{s-c}2. |
\tan^2 \frac S 4 = \tanh \frac s2 \tanh\frac{s-a}2 \tanh\frac{s-b}2 \tanh\frac{s-c}2. |
||
</math> |
</math> |
Latest revision as of 00:31, 24 December 2024
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
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]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]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]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]- ^ 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.
- ^ 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.
- ^ 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.
- ^ Heath, Thomas L. (1921). A History of Greek Mathematics. Vol. II. Oxford University Press. pp. 321–323.
- ^ Weisstein, Eric W. "Heron's Formula". MathWorld.
- ^ 秦, 九韶 (1773). "卷三上, 三斜求积". 數學九章 (四庫全書本) (in Chinese).
- ^ "Personal email communication between mathematicians John Conway and Peter Doyle". 15 December 1997. Retrieved 25 September 2020.
- ^ 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.
- ^ Niven, Ivan (1981). Maxima and Minima Without Calculus. The Mathematical Association of America. pp. 7–8.
- ^ Raifaizen, Claude H. (1971). "A Simpler Proof of Heron's Formula". Mathematics Magazine. 44 (1): 27–28. doi:10.1080/0025570X.1971.11976093.
- ^ 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.
- ^ William M. Kahan (24 March 2000). "Miscalculating Area and Angles of a Needle-like Triangle" (PDF).
- ^ Bényi, Árpád (July 2003). "A Heron-type formula for the triangle". Mathematical Gazette. 87: 324–326. doi:10.1017/S0025557200172882.
- ^ Mitchell, Douglas W. (November 2005). "A Heron-type formula for the reciprocal area of a triangle". Mathematical Gazette. 89: 494. doi:10.1017/S0025557200178532.
- ^ Mitchell, Douglas W. (2009). "A Heron-type area formula in terms of sines". Mathematical Gazette. 93: 108–109. doi:10.1017/S002555720018430X. S2CID 132042882.
- ^ Kocik, Jerzy; Solecki, Andrzej (2009). "Disentangling a triangle" (PDF). American Mathematical Monthly. 116 (3): 228–237. doi:10.1080/00029890.2009.11920932. S2CID 28155804.
- ^ Robbins, D. P. (1994). "Areas of Polygons Inscribed in a Circle". Discrete & Computational Geometry. 12 (2): 223–236. doi:10.1007/BF02574377.
- ^ Kahan, William. "What has the Volume of a Tetrahedron to do with Computer Programming Languages?" (PDF). pp. 16–17.
- ^ 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.
External links
[edit]- A Proof of the Pythagorean Theorem From Heron's Formula at cut-the-knot
- Interactive applet and area calculator using Heron's Formula
- J. H. Conway discussion on Heron's Formula
- "Heron's Formula and Brahmagupta's Generalization". MathPages.com.
- A Geometric Proof of Heron's Formula
- An alternative proof of Heron's Formula without words
- Factoring Heron