4.2.4 Triangle Similarity¶
Identifying similar triangles using similarity criteria (AA, SSS, SAS) and applying proportional relationships.
定义¶
Triangle similarity is the geometric relationship between two triangles that have the same shape but not necessarily the same size. Two triangles are similar if their corresponding angles are congruent and their corresponding sides are proportional. Similarity is denoted by the symbol \(\sim\). For triangles \(\triangle ABC\) and \(\triangle DEF\), we write \(\triangle ABC \sim \triangle DEF\) when all corresponding angles are equal and the ratios of corresponding sides are equal: \(\frac{AB}{DE} = \frac{BC}{EF} = \frac{AC}{DF} = k\), where \(k\) is the constant of proportionality (scale factor). Similar triangles preserve all angle measures and maintain constant ratios between corresponding linear measurements, including sides, altitudes, medians, and perimeters.
核心公式¶
- \(\text{AA (Angle-Angle) Criterion: If two angles of one triangle are congruent to two angles of another triangle, then the triangles are similar.}\)
- \(\text{SSS (Side-Side-Side) Criterion: If the ratios of all three pairs of corresponding sides are equal, then } \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} = k, \text{ the triangles are similar.}\)
- \(\text{SAS (Side-Angle-Side) Criterion: If two pairs of corresponding sides are proportional and the included angles are congruent, then } \frac{a_1}{a_2} = \frac{b_1}{b_2} \text{ and } \angle C_1 = \angle C_2, \text{ the triangles are similar.}\)
- \(\text{If } \triangle ABC \sim \triangle DEF \text{ with scale factor } k, \text{ then: } \frac{\text{Perimeter of } \triangle ABC}{\text{Perimeter of } \triangle DEF} = k \text{ and } \frac{\text{Area of } \triangle ABC}{\text{Area of } \triangle DEF} = k^2\)
- \(\text{Basic Proportionality Theorem (Thales' Theorem): If a line parallel to one side of a triangle intersects the other two sides, then } \frac{AD}{DB} = \frac{AE}{EC}\)
易错点¶
- ⚠️ Confusing similarity with congruence: Students often forget that similar triangles have the same shape but different sizes. Congruent triangles have both the same shape AND size (scale factor = 1), while similar triangles only require the same shape with a proportional scale factor.
- ⚠️ Incorrectly applying the AA criterion: Students may assume that having only one pair of equal angles makes triangles similar, or they may incorrectly identify corresponding angles when triangles are oriented differently. Remember that exactly two pairs of corresponding angles must be congruent (the third pair follows automatically).
- ⚠️ Mixing up the scale factor relationship for area and perimeter: A common error is assuming that if the linear scale factor is \(k\), then the area scale factor is also \(k\). The correct relationship is that the area scale factor is \(k^2\). Similarly, the perimeter scale factor is \(k\), not \(k^2\).
- ⚠️ Incorrectly identifying corresponding sides: When triangles are positioned differently or have vertices labeled in different orders, students may match the wrong sides as corresponding. Always verify that corresponding sides are opposite to corresponding angles, and check that the ratios are consistent across all three pairs.