User Rating 0.0
Total Usage 0 times
Triangle 1
Triangle 2
Presets:
Is this tool helpful?

Your feedback helps us improve.

About

Two right triangles are similar when their corresponding acute angles are equal. Since one angle is already fixed at 90°, only one additional angle match is needed (the AA criterion reduces to a single-angle check). Getting the similarity assessment wrong propagates errors in scaled engineering drawings, surveying computations, and trigonometric substitutions. This calculator compares two right triangles using either their leg/hypotenuse measurements or their acute angles, determines the applicable similarity criterion, and computes the scale factor k. It assumes Euclidean geometry and validates that inputs form valid right triangles via the Pythagorean constraint a2 + b2 = c2 before comparison.

right triangle similarity AA similarity triangle similarity checker geometry calculator scale factor similar triangles right triangle calculator

Formulas

For a right triangle with legs a, b and hypotenuse c, the Pythagorean theorem must hold:

c = a2 + b2

Acute angles are derived from sides using inverse trigonometric functions:

α = arctan(ab)
β = 90° α

Two right triangles ▵1 and ▵2 are similar if their sorted acute angle sets match. For the SSS criterion, the scale factor is computed as:

k = a1a2

Similarity holds when all ratios of sorted corresponding sides are equal within tolerance ε:

|a1a2 b1b2| < ε

Where a = shorter leg, b = longer leg, c = hypotenuse, α = angle opposite shorter leg, β = angle opposite longer leg, k = scale factor (ratio of corresponding sides), ε = comparison tolerance (default 0.01).

Reference Data

CriterionCondition for Right TrianglesMinimum Data NeededNotes
AA (Angle-Angle)One acute angle of ▵1 = one acute angle of ▵21 acute angle per triangleStrongest for right triangles; one angle suffices since the right angle is shared
SSS (Side-Side-Side)a1a2 = b1b2 = c1c2All 3 sides per triangleRatios must be equal within tolerance
SAS (Side-Angle-Side)Two sides proportional included angle equal2 sides + included angleIn right triangles, the right angle is always included between legs
HL (Hypotenuse-Leg)Hypotenuse and one leg proportionalHypotenuse + 1 legSpecial case of SSS for right triangles (congruence variant)
Scale Factork = side of ▵1corresponding side of ▵2At least 1 pair of corresponding sidesk = 1 means congruent
Common Right Triangle3-4-5 - Angles ≈ 36.87° and 53.13°
Common Right Triangle5-12-13 - Angles ≈ 22.62° and 67.38°
Common Right Triangle8-15-17 - Angles ≈ 28.07° and 61.93°
Common Right Triangle7-24-25 - Angles ≈ 16.26° and 73.74°
Common Right Triangle9-40-41 - Angles ≈ 12.68° and 77.32°
Isosceles Right Triangle1-1-√2 - Angles: 45° and 45°
30-60-90 Triangle1-√3-2 - Angles: 30° and 60°
Area Ratiok2Scale factor kAreas scale as the square of the linear scale factor
Perimeter RatiokScale factor kPerimeters scale linearly with k
Tolerance0.01 (1%) - Default ratio comparison tolerance for floating-point inputs

Frequently Asked Questions

Every right triangle already shares a 90° angle. The AA (Angle-Angle) similarity postulate requires two angle matches. Since the right angle is guaranteed, matching just one acute angle (e.g., α1 = α2) automatically satisfies the criterion. The third angle is determined because α + β = 90°.
The calculator uses a configurable tolerance ε of 0.01 (1%). Two ratios are considered equal if their absolute difference falls below this threshold. This accommodates real-world measurements where legs might be 3.001 instead of 3.000. For critical engineering applications, tighten the tolerance in the advanced settings.
If three sides are entered and a2 + b2 c2 within tolerance, the calculator flags the input as an invalid right triangle. It will not force-fit the data. You can enter only two sides (two legs, or one leg and the hypotenuse) and the calculator derives the third side automatically.
No. If the linear scale factor is k, the area ratio is k2. For example, if ▵1 has legs 3 and 4, and ▵2 has legs 6 and 8, then k = 2, but the area ratio is 4. The calculator displays both the scale factor and the area ratio.
Yes. Consider a 3-4-5 triangle and a 1-√24-5 triangle. Both have hypotenuse 5, but their acute angles differ (36.87° vs 11.54°). Equal hypotenuse alone does not imply similarity. At least one pair of corresponding sides must be proportional, or one pair of acute angles must match.
Sides of each triangle are sorted in ascending order (shortest leg, longest leg, hypotenuse). The calculator then pairs them positionally: smallest with smallest, middle with middle, largest with largest. This ensures the correct geometric correspondence regardless of the input order.