Right Triangle Solver
Inputs
| Mode | Two Legs → Hypotenuse & Angles |
|---|---|
| Leg a | 3 |
| Leg b | 4 |
| Leg a | 3 |
| Hypotenuse c | 5 |
| Leg a | 3 |
| Angle A (°) | 30 |
| Hypotenuse c | 5 |
| Angle A (°) | 30 |
Visualization
Right Triangle Solver
Inputs
Results
Enter a value to see results.
Details
\begin{aligned} c &= \sqrt{a^2 + b^2} \\ &= \sqrt{(3)^2 + (4)^2} \\ &= ? \end{aligned}
\begin{aligned} A &= \arctan\!\left(\dfrac{a}{b}\right) \\ &= \arctan\!\left(\dfrac{3}{4}\right) \\ &= ?° \end{aligned}
\begin{aligned} B &= 90° - A \\ &= 90° - ?° \\ &= ?° \end{aligned}
\begin{aligned} S &= \dfrac{ab}{2} \\ &= \dfrac{(3)(4)}{2} \\ &= ? \end{aligned}
\begin{aligned} P &= a + b + c \\ &= 3 + 4 + ? \\ &= ? \end{aligned}
Recommended Next
Pythagorean Theorem Calculator
Calculate any side of a right triangle using the Pythagorean theorem (a² + b² = c²). Enter any two sides to find the third.