Difference between revisions of "Viviani's theorem"
(→Proof) |
m |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Viviani's Theorem''' states that for an equilateral triangle, the sum of the altitudes from an arbitrary point chosen within or on the triangle is equal to the height from a vertex of the triangle to the other side. | |
== Proof == | == Proof == | ||
Line 24: | Line 24: | ||
draw((10.2,2.9)--(6.502682729332935,4.9998882660912045)); | draw((10.2,2.9)--(6.502682729332935,4.9998882660912045)); | ||
draw((10.2,2.9)--(11.841974292674951,3.8635573752955428)); | draw((10.2,2.9)--(11.841974292674951,3.8635573752955428)); | ||
− | label("$ | + | label("$x+y+z = a$",(7.5043433217971725,-1.565215213000298),SE*labelscalefactor); |
/* dots and labels */ | /* dots and labels */ | ||
dot((3.22,-0.78),dotstyle); | dot((3.22,-0.78),dotstyle); | ||
Line 40: | Line 40: | ||
dot((10.22570196184074,-0.7304021100046675),linewidth(3.pt) + dotstyle); | dot((10.22570196184074,-0.7304021100046675),linewidth(3.pt) + dotstyle); | ||
label("$C'$", (10.3,-0.62), NE * labelscalefactor); | label("$C'$", (10.3,-0.62), NE * labelscalefactor); | ||
− | label("$ | + | label("$x$", (9.88,1.1), NE * labelscalefactor); |
− | label("$ | + | label("$z$", (8.5,4.24), NE * labelscalefactor); |
− | label("$ | + | label("$y$", (11.18,3.12), NE * labelscalefactor); |
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
/* end of picture */</asy> | /* end of picture */</asy> | ||
We label the altitudes from <math>P</math> to each of sides <math>\overline{AB}</math>, <math>\overline{BC}</math> and <math>\overline{AC}</math> <math>x</math>, <math>y</math> and <math>z</math> respectively. Since <math>\triangle ABC</math> is equilateral, we can say that <math>s=AB=BC=AC</math>. Therefore, <math>[ABP]=\dfrac{sx}{2}</math>, <math>[BCP]=\dfrac{sy}{2}</math> and <math>[ACP]=\dfrac{sz}{2}</math>. Since the area of a triangle is the product of its base and altitude, we also have <math>[ABC]=\dfrac{as}{2}</math>. However, the area of <math>\triangle ABC</math> can also be expressed as <math>[ABC]=[ABP]+[BCP]+[ACP]=\dfrac{sx}{2}+\dfrac{sy}{2}+\dfrac{sz}{2}=\dfrac{s}{2}(x+y+z)</math>. Therefore, <math>\dfrac{s}{2}(x+y+z)=\dfrac{s}{2}(a)</math>, so <math>x+y+z=a</math>, which means the sum of the altitudes from any point within the triangle is equal to the altitude from the vertex of a triangle. | We label the altitudes from <math>P</math> to each of sides <math>\overline{AB}</math>, <math>\overline{BC}</math> and <math>\overline{AC}</math> <math>x</math>, <math>y</math> and <math>z</math> respectively. Since <math>\triangle ABC</math> is equilateral, we can say that <math>s=AB=BC=AC</math>. Therefore, <math>[ABP]=\dfrac{sx}{2}</math>, <math>[BCP]=\dfrac{sy}{2}</math> and <math>[ACP]=\dfrac{sz}{2}</math>. Since the area of a triangle is the product of its base and altitude, we also have <math>[ABC]=\dfrac{as}{2}</math>. However, the area of <math>\triangle ABC</math> can also be expressed as <math>[ABC]=[ABP]+[BCP]+[ACP]=\dfrac{sx}{2}+\dfrac{sy}{2}+\dfrac{sz}{2}=\dfrac{s}{2}(x+y+z)</math>. Therefore, <math>\dfrac{s}{2}(x+y+z)=\dfrac{s}{2}(a)</math>, so <math>x+y+z=a</math>, which means the sum of the altitudes from any point within the triangle is equal to the altitude from the vertex of a triangle. | ||
− | == | + | ==See also== |
− | + | [[Category:Theorems]] | |
− | [ | ||
− | |||
− |
Latest revision as of 02:13, 5 February 2025
Viviani's Theorem states that for an equilateral triangle, the sum of the altitudes from an arbitrary point chosen within or on the triangle is equal to the height from a vertex of the triangle to the other side.
Proof
Let be an equilateral triangle and
be a point inside the triangle.
We label the altitudes from
to each of sides
,
and
,
and
respectively. Since
is equilateral, we can say that
. Therefore,
,
and
. Since the area of a triangle is the product of its base and altitude, we also have
. However, the area of
can also be expressed as
. Therefore,
, so
, which means the sum of the altitudes from any point within the triangle is equal to the altitude from the vertex of a triangle.