User:Bjc

Revision as of 18:23, 29 June 2020 by Bjc (talk | contribs) (A cool drawing of a 3-4-5 triangle and stuff)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[center][b]bjc's Entry:[/b][/center] 3-4-5 triangle with circumcircle/center, incircle/center, orthocenter, centroid and 3 excircles [asy] size(12cm); dot((0,0)); dot((4,0)); dot((0,3)); dot((2,1.5)); dot((1,1)); dot((1.333,1)); dot((6,6)); dot((-2,2)); dot((3,-3)); draw((0,0)--(4,0)--(0,3)--(0,0)); draw((0,3)--(2,0)); draw((4,0)--(0,1.5)); draw(circle((2,1.5) , 2.5)); draw(circle((1,1) , 1)); draw(circle((6,6) , 6)); draw(circle((-2,2) , 2)); draw(circle((3,-3) , 3)); draw((-2,4.5)--(8,-3)); draw((0,0)--(2,1.5)); draw((0,-4.5)--(0,6.5)); draw((-2.5,0)--(6.5,0)); label( "$A=H$" , (0,0), SW); label( "$B$" , (4,0), E); label( "$C$" , (0,3), N); label( "$G$" , (1.33333,1) , S); label( "$O$" , (2,1.5), NE); label( "$3$" , (0,0)--(0,3) , W); label( "$4$" , (0,0)--(4,0) , S); label( "$5$" , (0,4.6)--(3.9,0)); label( "$I$" , (1,1) , W); label( "$O_A$" , (6,6) , SW); label( "$O_B$" , (-2,2) , SW); label( "$O_C$" , (3,-3) , S); [/asy]