Difference between revisions of "Angle bisector"
(add external angle bisectors) |
|||
Line 58: | Line 58: | ||
dot("I",I,(-1,2)); | dot("I",I,(-1,2)); | ||
draw(circle(I,length(I-foot(I,X,Y))),blue); | draw(circle(I,length(I-foot(I,X,Y))),blue); | ||
− | markangle(n=1, | + | markangle(n=1,3*(Z-X)+X,Z,exX,radius=22,marker(markinterval(stickframe(n=3),true))); |
− | + | markangle(n=1,exX,Z,Y,radius=20,marker(markinterval(stickframe(n=3),true))); | |
+ | markangle(n=1,3*(Y-Z)+Z,Y,exZ,radius=22,marker(markinterval(stickframe(n=2),true))); | ||
+ | markangle(n=1,exZ,Y,X,radius=20,marker(markinterval(stickframe(n=2),true))); | ||
+ | markangle(n=1,3*(X-Y)+Y,X,exY,radius=22,marker(markinterval(stickframe(n=1),true))); | ||
+ | markangle(n=1,exY,X,Z,radius=20,marker(markinterval(stickframe(n=1),true))); | ||
− | + | markangle(n=3,I,Z,X,radius=20); | |
+ | markangle(n=3,Y,Z,I,radius=22); | ||
+ | markangle(n=2,Z,X,I,radius=20); | ||
+ | markangle(n=2,I,X,Y,radius=22); | ||
+ | markangle(n=1,X,Y,I,radius=22); | ||
+ | markangle(n=1,I,Y,Z,radius=20); | ||
+ | </asy>|center|Triangle <math>\triangle XYZ</math> with [[incenter]] ''I'', [[incircle]] (blue), [[angle bisector]]s (orange), and [[angle bisector|external angle bisectors]] (green)}} | ||
==See also== | ==See also== | ||
Line 68: | Line 78: | ||
* [[Stewart's Theorem]] | * [[Stewart's Theorem]] | ||
− | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 02:00, 1 July 2020
This is an AoPSWiki Word of the Week for June 6-12 |
For an angle , the (internal) angle bisector of is the line from B such that the angle between this line and is congruent to the angle between this line and :
A given angle also has an external angle bisector, which bisects external angle :
The external angle is defined by , and the two angle bisectors are perpendicular to each other.
Features of Angle Bisectors
- The distances from a point on an angle bisector to both of its sides are equal.
- The angle bisectors are the locus of points which are equidistant from the two sides of the angle.
- A reflection about either angle bisector maps the two sides of the angle to each other.
- In a triangle, the Angle Bisector Theorem gives the ratio in which the angle bisector cuts the opposite side.
- In a triangle, the internal angle bisectors (which are cevians) all intersect at the incenter of the triangle. The internal angle bisector of one angle and the external angle bisectors of the other two angles all intersect at an excenter of the triangle.
- A bisector of an angle can be constructed using a compass and straightedge.
|
Triangle with incenter I, incircle (blue), angle bisectors (orange), and external angle bisectors (green) |