Construction & Trades
Right Triangle Solver
Solve a right triangle from two of leg A, leg B, hypotenuse, and angle A (opposite A).
Construction & TradesEngineering Fundamentals
Solve a right triangle from two of leg A, leg B, hypotenuse, and angle A (opposite A).
App id: GEOM-01. Reference version 1.0.
How to fill it
Fill 2 values. The tool solves the rest.
On the tool screen, Calc is the working sheet. Presets stores values you reuse. Reference is the formula, assumptions, and provenance below.
Formula
c = √(a² + b²); tan A = a/bInputs
| Name | Unit |
|---|---|
| Leg A (optional) | ft |
| Leg B (optional) | ft |
| Hypotenuse (optional) | ft |
| Angle A (opposite A) (optional) | deg |
Outputs
| Name | Unit |
|---|---|
| Hypotenuse (hero result) | ft |
| Leg A | ft |
| Leg B | ft |
| Angle A | deg |
| Angle B | deg |
Diagnose
This tool does not attach diagnose observations.
Provenance
- Right angle is between A and B. Mixed units convert before solving.