4.1.4 Angle Bisectors and Perpendicular Lines¶
Constructing and applying properties of angle bisectors, perpendicular lines, and the relationships between them.
定义¶
An angle bisector is a ray that divides an angle into two congruent angles. A line or ray is perpendicular to another line if they intersect at a right angle (90°). The angle bisector theorem states that if a ray bisects an angle of a triangle, it divides the opposite side into segments proportional to the other two sides of the triangle. Perpendicular lines have slopes that are negative reciprocals of each other (if one line has slope \(m\), the perpendicular line has slope \(-\frac{1}{m}\)). The perpendicular bisector of a segment is a line that passes through the midpoint of the segment and is perpendicular to it, and any point on the perpendicular bisector is equidistant from the endpoints of the segment.
核心公式¶
- \(\text{If ray } BD \text{ bisects } \angle ABC, \text{ then } \angle ABD = \angle DBC = \frac{1}{2}\angle ABC\)
- \(\text{Angle Bisector Theorem: } \frac{AD}{DC} = \frac{AB}{BC}\)
- \(\text{If line } L_1 \text{ has slope } m_1 \text{ and line } L_2 \text{ has slope } m_2, \text{ then } L_1 \perp L_2 \iff m_1 \cdot m_2 = -1\)
- \(\text{Distance from point } P(x_0, y_0) \text{ to line } ax + by + c = 0: d = \frac{|ax_0 + by_0 + c|}{\sqrt{a^2 + b^2}}\)
- \(\text{Perpendicular Bisector Property: If } P \text{ is on the perpendicular bisector of segment } AB, \text{ then } PA = PB\)
易错点¶
- ⚠️ Confusing the angle bisector theorem with the converse: students often forget that the theorem applies to the side opposite the bisected angle, not just any side of the triangle.
- ⚠️ Incorrectly calculating perpendicular slopes: students may use the reciprocal instead of the negative reciprocal, or forget that perpendicular lines have slopes whose product equals -1, not their sum.
- ⚠️ Misapplying the perpendicular bisector property: students sometimes assume that any line perpendicular to a segment is a perpendicular bisector, forgetting that it must pass through the midpoint of the segment.
- ⚠️ Mixing up angle bisector with altitude or median: students confuse these three special lines in triangles, each of which has different properties and divides the triangle differently.