FACTOID # 6: Clipperton Island wins our prize for the most unusual looking country.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Heron's formula
A triangle with sides a, b, and c.
A triangle with sides a, b, and c.

In geometry, Heron's (or Hero's) formula states that the area (A) of a triangle whose sides have lengths a, b, and c is Image File history File links Triangle_with_notations_2. ... Image File history File links Triangle_with_notations_2. ... For other uses, see Geometry (disambiguation). ... This article is about the physical quantity. ... For other uses, see Triangle (disambiguation). ...

where s is the semiperimeter of the triangle: The semiperimeter of a mathematical shape is defined as half of the shapes perimeter. ...

s=frac{a+b+c}{2}.

Heron's formula can also be written as:

A={ sqrt{(a+b+c)(a+b-c)(b+c-a)(c+a-b),} over 4}
A={ sqrt{2(a^2 b^2+a^2c^2+b^2c^2)-(a^4+b^4+c^4),} over 4}
A={ sqrt{(a^2 + b^2 + c^2)^2 - 2(a^4 + b^4 + c^4),} over 4}.

Contents

History

The formula is credited to Heron of Alexandria, and a proof can be found in his book, Metrica, written c. A.D. 60. It has been suggested that Archimedes knew the formula, and since Metrica is a collection of the mathematical knowledge available in the ancient world, it is possible that it predates the reference given in the work. [1] Heros aeolipile Hero (or Heron) of Alexandria (c. ... For other uses, see Archimedes (disambiguation). ...


A formula equivalent to Heron's namely:

A=frac1{2}sqrt{a^2 c^2 - left( frac{a^2+c^2-b^2}{2} right)^2}

was discovered by the Chinese independently of the Greeks. It was published in Shushu Jiuzhang (“Mathematical Treatise in Nine Sections”), written by Qin Jiushao and published in A.D. 1247. The Mathematical Treatise in Nine Sections (Traditional Chinese: ; Simplified Chinese: ; Hanyu Pinyin: ShùshÅ« JiÇ”zhāng; Wade-Giles: Shshu Chiuchang) is a mathematical text written by Chinese Southern Song dynasty mathematician Qin Jiushao in the year 1247. ... Ch’in Chiu-Shao (秦九韶 or 秦九劭, transcribed Qin Jiushao in pinyin) (ca. ...


Proof

A modern proof, which uses algebra and trigonometry and is quite unlike the one provided by Heron, follows. Let a, b, c be the sides of the triangle and A, B, C the angles opposite those sides. We have This article is about the branch of mathematics. ... Wikibooks has a book on the topic of Trigonometry The Canadarm2 robotic manipulator on the International Space Station is operated by controlling the angles of its joints. ... This article is about angles in geometry. ...

cos(C) = frac{a^2+b^2-c^2}{2ab}

by the law of cosines. From this we get the algebraic statement: Fig. ...

sin(C) = sqrt{1-cos^2(C)} = frac{sqrt{4a^2 b^2 -(a^2 +b^2 -c^2)^2 }}{2ab}.

The altitude of the triangle on base a has length bsin(C), and it follows In geometry, an altitude of a triangle is a straight line through a vertex and perpendicular to (i. ...

 A, = frac{1}{2} (mbox{base}) (mbox{altitude})
= frac{1}{2} absin(C)
= frac{1}{4}sqrt{4a^2 b^2 -(a^2 +b^2 -c^2)^2}
= frac{1}{4}sqrt{(2a b -(a^2 +b^2 -c^2))(2a b +(a^2 +b^2 -c^2))}
= frac{1}{4}sqrt{(c^2 -(a -b)^2)((a +b)^2 -c^2)}
= frac{1}{4}sqrt{(c -(a -b))((c +(a -b))((a +b) -c))((a +b) +c)}
= sqrt{sleft(s-aright)left(s-bright)left(s-cright)}.

The difference of two squares factorization was used in two different steps. In mathematics, the difference of two squares refers to the identity a2 − b2 = (a + b)(a − b) from elementary algebra. ...


Proof using the Pythagorean theorem

Triangle with altitude h cutting base c into d+(c−d).
Triangle with altitude h cutting base c into d+(cd).

Heron's original proof made use of cyclic quadrilaterals, while other arguments appeal to trigonometry as above, or to the incenter and one excircle of the triangle[1]. The following argument reduces Heron's formula directly to the Pythagorean theorem using only elementary means. In geometry, a cyclic quadrilateral is a quadrilateral whose vertices all lie on a single circle. ... Wikibooks has a book on the topic of Trigonometry The Canadarm2 robotic manipulator on the International Space Station is operated by controlling the angles of its joints. ... In geometry, the incircle or inscribed circle of a triangle is the largest circle contained in the triangle; it touches (is tangent to) the three sides. ... In geometry, the incircle or inscribed circle of a triangle is the largest circle contained in the triangle; it touches (is tangent to) the three sides. ... In mathematics, the Pythagorean theorem (AmE) or Pythagoras theorem (BrE) is a relation in Euclidean geometry among the three sides of a right triangle. ...


In the form 4A2 = 4s(sa)(sb)(sc), Heron's formula reduces on the left to (ch)2, or

(cb)2 − (cd)2

using b2d2 = h2 by the Pythagorean theorem, and on the right to In mathematics, the Pythagorean theorem (AmE) or Pythagoras theorem (BrE) is a relation in Euclidean geometry among the three sides of a right triangle. ...

(s(sa) + (sb)(sc))2   −   ((s(sa) − (sb)(sc))2

via the principle (p + q)2 − (pq)2 = 4pq. It therefore suffices to show

cb = s(sa) + (sb)(sc), and
cd = s(sa) − (sb)(sc).

The former follows immediately by substituting (a + b + c) / 2 for s and simplifying. Doing this for the latter reduces s(sa) − (sb)(sc) only as far as (b2 + c2a2) / 2. But if we replace b2 by d2 + h2 and a2 by (cd)2 + h2, both by Pythagoras, simplification then produces cd as required.


Numerical stability

Heron's formula as given above is numerically unstable for triangles with a very small angle. A stable alternative[2] involves arranging the lengths of the sides so that: abc and computing In the mathematical subfield of numerical analysis, numerical stability is a property of numerical algorithms. ...

 A = frac{1}{4}sqrt{(a+(b+c)) (c-(a-b)) (c+(a-b)) (a+(b-c))}.

The parentheses in the above formula are required in order to prevent numerical instability in the evaluation.


Generalizations

Heron's formula is a special case of Brahmagupta's formula for the area of a cyclic quadrilateral; both of which are special cases of Bretschneider's formula for the area of a quadrilateral. In both cases Heron's formula is obtained by setting one of the sides of the quadrilateral to zero. In geometry, Brahmaguptas formula formula finds the area of any quadrilateral. ... In geometry, a cyclic quadrilateral is a quadrilateral whose vertices all lie on a single circle. ... Given a general quadrilateral with sides of lengths , , , and , the area is given by (1) (2) (Coolidge 1939; Ivanov 1960; Beyer 1987, p. ... This article is about the geometric shape. ...


Heron's formula is also a special case of the formula of the area of the trapezoid based only on its sides. Heron's formula is obtained by setting the smaller parallel side to zero. This article is about the geometric figure. ...


Expressing Heron's formula with a determinant in terms of the squares of the distances between the three given vertices, In algebra, a determinant is a function depending on n that associates a scalar, det(A), to every n×n square matrix A. The fundamental geometric meaning of a determinant is as the scale factor for volume when A is regarded as a linear transformation. ... For distance between people, see proxemics. ...

 A = frac{1}{4} sqrt{ begin{vmatrix} 0 & a^2 & b^2 & 1  a^2 & 0 & c^2 & 1  b^2 & c^2 & 0 & 1  1 & 1 & 1 & 0 end{vmatrix} }

illustrates its similarity to Tartaglia's formula for the volume of a three-simplex. Niccolo Fontana Tartaglia. ... For other uses, see Volume (disambiguation). ... A 3-simplex or tetrahedron In geometry, a simplex (plural simplexes or simplices) or n-simplex is an n-dimensional analogue of a triangle. ...


Another generalization of Heron's formula to polygons inscribed in a circle was discovered by David P. Robbins.[citation needed]


See also

Synthetic geometry is a descriptive term that identifies a methodology of geometry which makes use of theorems and synthetic observations to create theorems or solve problems, as opposed to analytic geometry which uses algebra, numbers, computations to draw theorems or solve problems. ... A Heronian triangle is a triangle whose side lengths and area are all rational numbers. ...

References

  1. ^ Heron's Formula - from Wolfram MathWorld
  2. ^ http://http.cs.berkeley.edu/~wkahan/Triangle.pdf
  • Heath, Thomas L. (1921). A History of Greek Mathematics (Vol II). Oxford University Press, 321-323. 

External links

cut-the-knot is an educational website maintained by Alexander Bogomolny and devoted to popular exposition of a great variety of topics in mathematics. ...

  Results from FactBites:
 
Heron's Formula (145 words)
You can calculate the area of a triangle if you know the lengths of all three sides, using a formula that has been know for nearly 2000 years.
The formula is credited to Hero (or Heron) of Alexandria, who was a Greek Engineer and Mathematician in 10 – 70 AD.
In the calculator above I have also used a special formula to calculate the angles (to provide a complete solution).
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.