geometry
GergonnePoint
find the Gergonne point of a given triangle
Calling Sequence
Parameters
Description
Examples
GergonnePoint(G, ABC)
G
-
the name of the Gergonne point
ABC
triangle
Let H, E, and F be the points of contact of the inscribed circle of triangle ABC with the sides BC, CA, AB respectively. AH, BE, CF are concurrent.
The point of concurrency is called the Gergonne point of the triangle, after J. D. Gergonne (1771-1859), founder-editor of the mathematics journal Annales de mathematiques. Just why the point was named after Gergonne is not known.
For a detailed description of the Gergonne point G, use the routine detail (i.e., detail(G))
Note that the routine only works if the vertices of the triangle are known.
The command with(geometry,GergonnePoint) allows the use of the abbreviated form of this command.
with⁡geometry:
triangle⁡T,point⁡A,0,0,point⁡B,2,0,point⁡C,1,3:
GergonnePoint⁡G,T
detail⁡G
name of the objectGform of the objectpoint2dcoordinates of the point1,3⁢10+1019⁢10+10
draw the picture of the above definition for the triangle T
incircle⁡c,T:
segment⁡sg1,A,projection⁡H,center⁡c,line⁡tmp,B,C:
segment⁡sg2,B,projection⁡E,center⁡c,line⁡tmp,C,A:
segment⁡sg3,C,projection⁡F,center⁡c,line⁡tmp,A,B:
draw⁡sg1,sg2,sg3,G⁡symbol=DIAMOND,T⁡color=red,c⁡color=green,style=POINT,color=blue,printtext=true
See Also
geometry[point]
geometry[triangle]
Download Help Document