Facebook Pixel
Mathos AI logo

Proofs Using Similarity

Proofs Using Similarity

In geometry, proving that two triangles are similar is a powerful tool. Once you establish that triangles are similar, you can prove that their corresponding angles are congruent and their corresponding sides are proportional. This forms the foundation for many important geometric proofs.

Core Similarity Theorems

To use similarity in a proof, you first need to prove that the triangles are similar using one of these three methods:

  • AA (Angle-Angle) Similarity: If two angles of one triangle are congruent to two angles of another, the triangles are similar.
  • SAS (Side-Angle-Side) Similarity: If two sides are proportional and their included angle is congruent, the triangles are similar.
  • SSS (Side-Side-Side) Similarity: If all three corresponding sides are proportional, the triangles are similar.

Proving Proportional Relationships

When you prove โ–ณABCโˆผโ–ณDEF\triangle ABC \sim \triangle DEF, you instantly know that their side lengths form equal ratios: ABDE=BCEF=ACDF\frac{AB}{DE} = \frac{BC}{EF} = \frac{AC}{DF} Cross-multiplying these ratios allows you to prove segment products.

Example: Intersecting Chords Theorem If two chords ABAB and CDCD intersect inside a circle at point EE, we can prove that AEโ‹…EB=CEโ‹…EDAE \cdot EB = CE \cdot ED.

  1. Draw line segments ACAC and BDBD to form โ–ณAEC\triangle AEC and โ–ณDEB\triangle DEB.
  2. โˆ Aโ‰…โˆ D\angle A \cong \angle D because they are inscribed angles intercepting the same arc CBCB.
  3. โˆ Cโ‰…โˆ B\angle C \cong \angle B because they intercept the same arc ADAD.
  4. By AA Similarity, โ–ณAECโˆผโ–ณDEB\triangle AEC \sim \triangle DEB.
  5. Because corresponding sides are proportional: AEDE=CEBE\frac{AE}{DE} = \frac{CE}{BE}.
  6. Cross-multiply to get the final proof: AEโ‹…BE=CEโ‹…DEAE \cdot BE = CE \cdot DE.

Proving the Pythagorean Theorem via Similarity

Similarity provides one of the most elegant proofs of the Pythagorean Theorem (a2+b2=c2a^2 + b^2 = c^2).

Consider a right triangle โ–ณABC\triangle ABC with the right angle at CC. Draw an altitude from CC to the hypotenuse ABAB at point DD. This altitude splits the hypotenuse cc into two segments, xx (adjacent to side bb) and yy (adjacent to side aa).

  1. Identify Similar Triangles: The altitude to the hypotenuse of a right triangle divides it into two smaller triangles that are similar to the original triangle and to each other. Therefore, โ–ณABCโˆผโ–ณACDโˆผโ–ณCBD\triangle ABC \sim \triangle ACD \sim \triangle CBD.
  2. Set Up Proportions:
    • From โ–ณABCโˆผโ–ณACD\triangle ABC \sim \triangle ACD, the ratio of the hypotenuse to the shorter leg is constant: cb=bx\frac{c}{b} = \frac{b}{x}. Cross-multiplying gives b2=cxb^2 = cx.
    • From โ–ณABCโˆผโ–ณCBD\triangle ABC \sim \triangle CBD, the ratio of the hypotenuse to the longer leg is constant: ca=ay\frac{c}{a} = \frac{a}{y}. Cross-multiplying gives a2=cya^2 = cy.
  3. Combine the Equations: Add the two equations together: a2+b2=cy+cxa^2 + b^2 = cy + cx
  4. Factor and Substitute: Factor out cc on the right side: a2+b2=c(y+x)a^2 + b^2 = c(y + x) Since the segments xx and yy make up the entire hypotenuse cc (x+y=cx + y = c), we substitute cc back in: a2+b2=c(c)a^2 + b^2 = c(c) a2+b2=c2a^2 + b^2 = c^2