Zum Inhalt springen

Satz des Heron

aus Wikipedia, der freien Enzyklopädie
Datei:Triangle with notations.svg
Ein Dreieck mit den Seitenlängen a, b und c

Der Satz des Heron ist ein Lehrsatz der Elementargeometrie, welcher nach dem antiken Mathematiker Heron von Alexandria benannt ist. Der Satz beschreibt eine mathematische Formel, mit deren Hilfe der Flächeninhalt eines Dreiecks aus den drei Seitenlängen berechenbar ist. Man nennt die Formel auch heronsche Formel bzw. heronische Formel oder auch die Formel von Heron. Heron hat diesen Satz in seinem Werk "Metrika" (Mitte des 1. Jahrhunderts) beschrieben und darin auch einen Beweis dafür geliefert.

Der Satz und die Formel waren spätestens im 13. Jahrhundert auch schon den chinesischen Mathematikern bekannt. Sie kommt - in einer gleichwertigen Darstellung (siehe unten zu V3) - in der Mathematischen Abhandlung in neun Kapiteln des Qin Jiushao vor.

Formulierung des Satzes

Der Flächeninhalt <math>A</math> eines Dreiecks der euklidischen Ebene mit den Seitenlängen <math>a</math>, <math>b</math>, <math>c</math> und halbem Umfang

<math>s \, = \, \frac{a+b+c}{2}</math>

ist

<math>A = \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)}</math><ref>Ausführlicher Beweis siehe auch Wikibooks-Beweisarchiv.</ref>

Andere Darstellungen

Diese Formel lässt sich auch so ausdrücken:

<math>A = \frac{1}{4} \cdot \sqrt{(a + b + c) \cdot (-a + b + c) \cdot (a - b + c) \cdot (a + b - c)}</math>   (V1)

Ausmultipliziert erhält man:

<math>A = \frac{1}{4} \cdot \sqrt{2 \cdot a^2 \cdot b^2 + 2 \cdot b^2 \cdot c^2 + 2 \cdot c^2 \cdot a^2 - a^4 - b^4 - c^4} </math>    (V2)

Als weitere Darstellung der heronischen Formel ist auch die folgende gängig:

<math>A = \frac{1}{4} \cdot \sqrt{4 \cdot a^2 \cdot b^2 - (a^2 + b^2 - c^2)^2} </math>        (V3)<ref>Zu beachten ist hierbei, dass sich die Rollen der Seitenlängen <math>a,b,c</math> beliebig vertauschen lassen.</ref>,

welche man aus der Version (V1) durch Umgruppieren und Anwendung der binomischen Formeln mit den folgenden Gleichungen gewinnt:

<math>

\begin{align} 16 \cdot A^2 &= \bigl(((a + b) + c) \cdot ((a + b) - c)\bigr) \cdot \bigl((c + (a - b)) \cdot (c - (a - b))\bigr) \\ &= \bigl((a + b)^2 - c^2\bigr) \cdot \bigl(c^2 - (a - b)^2\bigr) \\ &= \bigl(a^2 + 2 \cdot a \cdot b + b^2 - c^2\bigr) \cdot \bigl(c^2 - a^2 + 2 \cdot a \cdot b - b^2\bigr) \\ &= \bigl(2 \cdot a \cdot b + (a^2 + b^2 - c^2)\bigr) \cdot \bigl(2 \cdot a \cdot b - (a^2 + b^2 - c^2)\bigr) \\ &= 4 \cdot a^2 \cdot b^2 - (a^2 + b^2 - c^2)^2 \end{align} </math>

Aus der Version (V3) lässt sich schließlich eine Darstellung mit einer Determinante ableiten:<ref>{{#invoke:Vorlage:Literatur|f}}</ref><ref>{{#invoke:Vorlage:Literatur|f}}</ref>

<math>A = \frac{1}{4} \cdot {\sqrt{ - \det \left( \begin{matrix} 0&1&1&1 \\ 1&0&a^2&b^2 \\ 1&a^2&0&c^2 \\ 1&b^2&c^2&0 \end{matrix} \right) }} </math> <ref>Auch hier lassen sich die Rollen der Seitenlängen <math>a,b,c</math> vertauschen, was zu einer gleichwertigen, aber entsprechend abgewandelten Darstellung führt.</ref>       (V4)

Dies ist ein Spezialfall der Cayley-Menger-Determinante, mit der man das Volumen eines Simplexes, der Verallgemeinerung von Dreiecken auf beliebige Dimensionen, zum Beispiel ein Tetraeder in drei Dimensionen, berechnen kann.

(V4) erhält man aus (V3) unter Anwendung des Entwicklungssatzes von Laplace und elementarer Matrizenumformungen wie folgt:

<math>

\begin{align} 4 \cdot a^2 \cdot b^2 - (a^2 + b^2 - c^2)^2 &= 4 \cdot a^2 \cdot b^2 - (c^2 - a^2 - b^2)^2 \\ &= \det\left(\begin{matrix} -2 \cdot a^2 & c^2 - a^2 - b^2 \\ c^2 - a^2 - b^2 & -2 \cdot b^2 \end{matrix}\right) \\ &= \det\left(\begin{matrix} 1 & a^2 & b^2 \\ 0 & -2 \cdot a^2 & c^2 - a^2 - b^2 \\ 0 & c^2 - a^2 - b^2 & -2 \cdot b^2 \end{matrix}\right) \\ &= \det\left(\begin{matrix} 1 & a^2 & b^2 \\ 1 & -a^2 & c^2 - a^2 \\ 1 & c^2 - b^2 & -b^2 \end{matrix}\right) \\ &= -\det\left(\begin{matrix} 0 & 1 & 0 & 0 \\ 1 & 0 & a^2 & b^2 \\ 1 & a^2 & -a^2 & c^2 - a^2 \\ 1 & b^2 & c^2 - b^2 & -b^2 \end{matrix}\right) \\ &= -\det\left(\begin{matrix} 0 & 1 & 1 & 1 \\ 1 & 0 & a^2 & b^2 \\ 1 & a^2 & 0 & c^2 \\ 1 & b^2 & c^2 & 0 \end{matrix}\right) \end{align} </math>

Zahlenbeispiel

Ein Dreieck mit den Seitenlängen <math>a = 4</math>, <math>\ b = 13</math> und <math>c = 15</math> hat den halben Umfang

<math>s = \frac{a + b + c}{2} = \frac{4 + 13 + 15}{2} = 16</math>.

Eingesetzt in die Formel erhält man den Flächeninhalt

<math>A = \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)}</math><math>{} = \sqrt{16 \cdot (16 - 4) \cdot (16 - 13) \cdot (16 - 15)}</math><math>{} = \sqrt{16 \cdot 12 \cdot 3 \cdot 1}</math><math>{} = \sqrt{576} = 24</math>.

Eine andere Darstellung der Formel ergibt

<math>A = \frac{1}{4} \cdot \sqrt{(a + b + c) \cdot (-a + b + c) \cdot (a - b + c) \cdot (a + b - c)}</math><math>{} = \frac{1}{4} \cdot \sqrt{(4 + 13 + 15) \cdot (-4 + 13 + 15) \cdot (4 - 13 + 15) \cdot (4 + 13 - 15)}</math><math>{} = \frac{1}{4} \cdot \sqrt{32 \cdot 24 \cdot 6 \cdot 2} = \frac{1}{4} \cdot \sqrt{9216} = \frac{1}{4} \cdot 96 = 24 </math>.

In diesem Beispiel sind die Seitenlängen und der Flächeninhalt ganze Zahlen. Deshalb ist ein Dreieck mit den Seitenlängen 4, 13 und 15 ein heronisches Dreieck.

Zusammenhang mit Sehnenvierecken

Die Formel kann als Grenzfall aus der Formel für den Flächeninhalt eines Sehnenvierecks gewonnen werden, wenn zwei der Eckpunkte ineinander übergehen, so dass eine der Seiten des Sehnenvierecks die Länge Null annimmt. Für den Flächeninhalt eines Sehnenvierecks gilt nämlich nach der Formel von Brahmagupta

<math>A = \sqrt{(s - a) \cdot (s - b) \cdot (s - c) \cdot (s - d)}</math>,

wobei hier der halbe Umfang

<math>s = \frac{a + b + c + d}{2}</math>

ist.

Beweis

Beweis mit dem Satz des Pythagoras

Datei:Triangle with notations 3.svg

Nach dem Satz des Pythagoras gilt <math>b^2 = h^2 + d^2</math> und <math>a^2 = h^2 + (c - d)^2</math> (siehe Abbildung). Subtraktion ergibt <math>a^2 - b^2 = c^2 - 2 \cdot c \cdot d</math>, also

<math>d = \frac{-a^2 + b^2 + c^2}{2 \cdot c}</math>

Für die Höhe <math>h</math> des Dreiecks gilt <math>h^2 = b^2 - d^2</math>. Einsetzen der letzten Gleichung liefert

<math>

\begin{align} h^2 & = b^2 - \left(\frac{-a^2 + b^2 + c^2}{2 \cdot c}\right)^2 \\ & = \left(\frac{2 \cdot b \cdot c}{2 \cdot c}\right)^2 - \left(\frac{-a^2 + b^2 + c^2}{2 \cdot c}\right)^2 \\ & = \frac{(2 \cdot b \cdot c + (-a^2 + b^2 + c^2)) \cdot (2 \cdot b \cdot c - (-a^2 + b^2 + c^2))}{4 \cdot c^2} \\ & = \frac{((b + c)^2 - a^2) \cdot (a^2 - (b - c)^2)}{4 \cdot c^2} \\ & = \frac{((b + c) + a) \cdot ((b + c) - a) \cdot (a + (b - c)) \cdot (a - (b - c))}{4 \cdot c^2} \\ & = \frac{2 \cdot s \cdot 2 \cdot (s - a) \cdot 2 \cdot (s - c) \cdot 2 \cdot (s - b)}{4 \cdot c^2} \\ & = \frac{4 \cdot s \cdot (s - a) \cdot (s - b) \cdot (s - c)}{c^2} \end{align} </math> Anwenden der Quadratwurzel auf beiden Seiten ergibt

<math>h = \frac{2}{c} \cdot \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)}</math>

Daraus folgt für den Flächeninhalt des Dreiecks

<math>

\begin{align} A & = \frac{c \cdot h}{2} \\ & = \frac{c}{2} \cdot \frac{2}{c} \cdot \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)} \\ & = \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)} \end{align} </math>

Beweis mit dem Kosinussatz

Nach dem Kosinussatz gilt

<math>\cos\gamma = \frac{a^2 + b^2 - c^2}{2 \cdot a \cdot b}</math>

Eingesetzt in den trigonometrischen Pythagoras folgt daraus

<math>\sin\gamma = \sqrt{1 - \cos^2\gamma} = \sqrt{\left(\frac{2 \cdot a \cdot b}{2 \cdot a \cdot b}\right)^2 - \left(\frac{a^2 + b^2 - c^2}{2 \cdot a \cdot b}\right)^2} = \frac{1}{2 \cdot a \cdot b} \cdot \sqrt{(2 \cdot a \cdot b)^2 - (a^2 + b^2 - c^2)^2}</math>

Die Höhe des Dreiecks auf der Seite <math>a</math> hat die Länge <math>b \cdot \sin\gamma</math>. Einsetzen der letzten Gleichung liefert

<math>

\begin{align} A & = \frac{a \cdot b \cdot \sin\gamma}{2} \\ & = \frac{1}{4} \cdot \sqrt{(2 \cdot a \cdot b)^2 - (a^2 + b^2 - c^2)^2} \\ & = \frac{1}{4} \cdot \sqrt{(2 \cdot a \cdot b + (a^2 + b^2 - c^2)) \cdot (2 \cdot a \cdot b - (a^2 + b^2 - c^2))} \\ & = \frac{1}{4} \cdot \sqrt{((a + b)^2 - c^2) \cdot (c^2 - (a - b)^2)} \\ & = \frac{1}{4} \cdot \sqrt{((a + b) + c) \cdot ((a + b) - c) \cdot (c + (a - b)) \cdot (c - (a - b))} \\ & = \frac{1}{4} \cdot \sqrt{(a + b + c) \cdot (-a + b + c) \cdot (a - b + c) \cdot (a + b - c)} \\ & = \sqrt{s \cdot (s - a) \cdot (s - b) \cdot (s - c)} \end{align} </math>

Beweis mit dem Kotangenssatz

Datei:Heron-dreieck-02.svg

Der Inkreisradius des Dreiecks sei <math>r</math>. Mit Hilfe des Kotangenssatz erhält man für den Flächeninhalt

<math>

\begin{align} A &= r \cdot ((s - a) + (s - b) + (s - c)) \\ &= r^2 \cdot \left(\frac{s - a}{r} + \frac{s - b}{r} + \frac{s - c}{r}\right) \\ &= r^2 \cdot \left(\cot\frac{\alpha}{2} + \cot\frac{\beta}{2} + \cot\frac{\gamma}{2}\right) \end{align} </math> Mit der Gleichung <math> \cot\frac{\alpha}{2} + \cot\frac{\beta}{2} + \cot\frac{\gamma}{2} = \cot\frac{\alpha}{2} \cdot \cot\frac{\beta}{2} \cdot \cot\frac{\gamma}{2} </math> für Dreiecke (siehe Formelsammlung Trigonometrie) folgt daraus

<math>

\begin{align} A &= r^2 \cdot \left(\cot\frac{\alpha}{2} \cdot \cot\frac{\beta}{2} \cdot \cot\frac{\gamma}{2}\right) \\ &= r^2 \cdot \left( \frac{s - a}{r} \cdot \frac{s - b}{r} \cdot \frac{s - c}{r}\right) \\ &= \frac{(s - a) \cdot (s - b) \cdot (s - c)}{r} \end{align} </math> Außerdem gilt <math> A = \frac{r \cdot (a + b + c)}{2} = r \cdot s </math> (siehe Abbildung). Aus der Multiplikation dieser Gleichungen ergibt sich

<math>A^2 = s \cdot (s - a) \cdot (s - b) \cdot (s - c)</math>

und daraus der Satz des Heron.

Beweis mithilfe ähnlicher Dreiecke

Datei:2025-02-11 Satz des Heron.jpg
Satz des Heron, Beweis mithilfe ähnlicher Dreiecke

Für das Dreieck <math>\triangle ABC</math> werden der Inkreis mit Mittelpunkt <math>I</math> und der Ankreis gegenüber <math>A</math> mit Mittelpunkt <math>I_a</math> betrachtet. Die beiden rechtwinkligen Dreiecke <math>\triangle ADI</math> und <math>\triangle AEI_a</math> sind ähnlich. Unter Berücksichtigung der Identität: <math>s = (s-a)+(s-b)+(s-c)</math> folgt:

<math>\frac{s-a}{\rho} = \frac{s}{\rho_a} \qquad\text{bzw.}\qquad \text{(I)} \quad \frac{s-a}{s} = \frac{\rho}{\rho_a}</math>

Die beiden rechtwinkligen Dreiecke <math>\triangle IDB</math> und <math>\triangle BEI_a</math> sind ebenfalls ähnlich, und entsprechend ergibt sich:

<math>\frac{s-b}{\rho} = \frac{\rho_a}{s-c} \qquad\text{bzw.}\qquad \text{(II)} \quad (s-b)(s-c) = \rho \cdot \rho_a</math>

Multiplizieren der beiden Gleichungen (I) und (II) liefert:

<math>\frac{(s-a)(s-b)(s-c)}{s} = \rho^2</math>

Nochmaliges Multiplizieren mit <math>s^2</math> ergibt:

<math>s(s-a)(s-b)(s-c) = s^2 \cdot \rho^2 = (s \cdot \rho)^2 = A^2</math>

und daraus folgt der Satz des Heron.

Literatur

  • {{#invoke:Vorlage:Literatur|f}}
  • {{#invoke:Vorlage:Literatur|f}}
  • {{#invoke:Vorlage:Literatur|f}}
  • {{#invoke:Vorlage:Literatur|f}}
  • {{#invoke:Vorlage:Literatur|f}}

Weblinks

[[b:{{#if:|{{{lang}}}:}}{{#if:Beweisarchiv: Geometrie: Planimetrie: Dreieck: Satz des Heron|Beweisarchiv: Geometrie: Planimetrie: Dreieck: Satz des Heron|Satz des Heron}}|Wikibooks: {{#if:|{{{2}}}|{{#if:Beweisarchiv: Geometrie: Planimetrie: Dreieck: Satz des Heron|Beweisarchiv: Geometrie: Planimetrie: Dreieck: Satz des Heron|Satz des Heron}}}}]]{{#switch: 1

|1|= – Lern- und Lehrmaterialien |0|-= |X|x={{#switch: 0

      |0|4|10|12|14|100=}}

|#default= – {{{suffix}}}

}}{{#if: | ({{#invoke:Multilingual|format|{{{lang}}}|slang=!|shift=m}}) }}

{{#invoke:TemplatePar|check

  |opt= 1= 2= lang= suffix=
  |template=Vorlage:Wikibooks
  |cat=Wikipedia:Vorlagenfehler/Schwesterprojekt
  }}

Einzelnachweise

<references />