Determine similarity between two triangles, compute the scale factor, find unknown side lengths, and visualize proportional relationships. Based on AA, SSS, SAS similarity theorems.
Two triangles are similar if their corresponding angles are congruent and corresponding sides are proportional. The constant of proportionality is the scale factor (k). Similarity preserves shape but not size, forming the basis of scale drawings, shadow measurements, and indirect measurement — a technique used since Thales of Miletus (circa 600 BCE).
If ΔABC ~ ΔA'B'C', then: ∠A = ∠A', ∠B = ∠B', ∠C = ∠C' and a/a' = b/b' = c/c' = k (or a' = k·a).
Eratosthenes measured Earth's circumference using similar triangles. In modern times, surveyors use a 2-meter pole and its shadow to calculate the height of a tree or building. If the pole casts a 1.5m shadow and a tree casts a 12m shadow, the tree height = (pole height × tree shadow) / pole shadow = (2 × 12)/1.5 = 16 meters. Our calculator automates proportional reasoning.
The tool checks triangle validity (triangle inequality) for both triangles, then computes side ratios (a₂/a₁, b₂/b₁, c₂/c₁). If all three ratios are equal within a tolerance of 1e-6, the triangles are declared similar, and the scale factor is returned. If side lengths for triangle B are incomplete but a scale factor k is provided, the calculator generates missing sides of triangle B directly, ensuring perfect similarity. The system also validates numeric stability and provides clear alerts for degenerate or non‑similar cases.
The scale factor k relates perimeters, altitudes, medians, and angle bisectors: all linear measures scale by k, area scales by k². The concept links directly to homothety and geometric transformations. Unlike the orthocenter in non‑similar triangles, similar triangles share proportional altitude lengths and corresponding segment ratios are invariant — a foundational concept in fractal geometry and scaling laws.
| Triangle Pair | Side set A | Side set B | Scale factor k | Similar? |
|---|---|---|---|---|
| 3-4-5 & 6-8-10 | 3,4,5 | 6,8,10 | 2.0 | Yes (SSS) |
| 5-12-13 & 7.5-18-19.5 | 5,12,13 | 7.5,18,19.5 | 1.5 | Yes |
| Right isosceles (1,1,√2) | 1,1,1.414 | 2,2,2.828 | 2.0 | Yes |
| 4-5-6 vs 8-9-12 | 4,5,6 | 8,9,12 | 2.0,1.8,2.0 | No (ratios differ) |
Thales used similar triangles to calculate the height of the Great Pyramid. Euclid’s Elements (Book VI) formalized proportional segments. The concept of similarity is central to trigonometry, coordinate geometry, and modern computer vision (scale-invariant feature transform). Our calculator implements exact rational comparisons when possible and floating-point tolerance for real‑world inputs.