Difference between revisions of "Angle bisector"
(diagram) |
|||
Line 41: | Line 41: | ||
{{asy image|<asy> | {{asy image|<asy> | ||
size(300); | size(300); | ||
+ | import markers; | ||
pair excenter(pair A, pair B, pair C){ | pair excenter(pair A, pair B, pair C){ | ||
pair X, Z; | pair X, Z; | ||
Line 53: | Line 54: | ||
draw(0.3*(X-Y)+X--Y+0.3*(Y-X));draw(0.3*(Y-Z)+Y--Z+0.3*(Z-Y));draw(0.3*(X-Z)+X--Z+0.3*(Z-X)); | draw(0.3*(X-Y)+X--Y+0.3*(Y-X));draw(0.3*(Y-Z)+Y--Z+0.3*(Z-Y));draw(0.3*(X-Z)+X--Z+0.3*(Z-X)); | ||
draw(X+0.3*(X-exX)--exX,orange);draw(Y+0.3*(Y-exY)--exY,orange);draw(Z+0.3*(Z-exZ)--0.6*(exZ-Z)+Z,orange); | draw(X+0.3*(X-exX)--exX,orange);draw(Y+0.3*(Y-exY)--exY,orange);draw(Z+0.3*(Z-exZ)--0.6*(exZ-Z)+Z,orange); | ||
+ | draw(Y-0.5*(exX-Y)--Y+0.5*(exX-Y),green);draw(Z-0.5*(exX-Z)--Z+0.5*(exX-Z),green);draw(X-0.5*(exY-X)--X+0.5*(exY-X),green); | ||
pair I=extension(X,exX,Z,exZ); | pair I=extension(X,exX,Z,exZ); | ||
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); | ||
− | </asy>|center|Triangle <math>\triangle XYZ</math> with [[incenter]] ''I'', with [[angle bisector]]s ( | + | markangle(n=1,I,Z,X,radius=20,marker(markinterval(stickframe(n=2),true))); |
+ | </asy>|center|Triangle <math>\triangle XYZ</math> with [[incenter]] ''I'', with [[angle bisector]]s (orange), [[incircle]] (blue), and [[inradius|inradii]] (green)}} | ||
[[Image:Incenter.PNG|left|thumb|300px|Triangle ''XYZ'' with [[incenter]] ''I'', with [[angle bisector]]s (orange), [[incircle]] (blue), and [[external angle bisector]]s (green)]] | [[Image:Incenter.PNG|left|thumb|300px|Triangle ''XYZ'' with [[incenter]] ''I'', with [[angle bisector]]s (orange), [[incircle]] (blue), and [[external angle bisector]]s (green)]] |
Revision as of 01:33, 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, with angle bisectors (orange), incircle (blue), and inradii (green) |
See also
This article is a stub. Help us out by expanding it.