Angle Calculator (Right Triangle Solver)

Calculate missing angles and sides of a right-angled triangle. Find solutions using Trigonometry (SOHCAHTOA) and the Pythagorean Theorem. Shows step-by-step formulas.

Full original guide (expanded)

Angle Calculator (Right Triangle Solver)

This calculator solves for the missing angles and sides of any right-angled triangle. Enter the minimum two known values (two sides, or one side and one acute angle) in the corresponding fields below.

Enter Known Values (Minimum 2)

Angle $\gamma = 90^\circ$

The Core Formulas of Right Triangle Trigonometry

A right triangle is fully defined by three key relationships:

1. Pythagorean Theorem (Sides)

Used to find the length of any side when the other two sides are known:

$$a^2 + b^2 = c^2$$

Where $c$ is the hypotenuse (the side opposite the $90^\circ$ angle), and $a$ and $b$ are the legs.

2. Angle Sum Rule

The sum of the internal angles of any triangle is $180^\circ$ (or $\pi$ radians). Since the right angle $\gamma$ is $90^\circ$, the two acute angles ($\alpha$ and $\beta$) must sum to $90^\circ$:

$$\alpha + \beta + 90^\circ = 180^\circ \quad \text{or} \quad \alpha + \beta = 90^\circ$$

3. SOHCAHTOA (Sides and Angles)

The trigonometric ratios relate the angles to the ratio of side lengths:

$$\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} \quad \cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} \quad \tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}}$$

To find a missing angle ($\theta$) when all sides are known, we use the inverse functions (arcsin, arccos, arctan): $\theta = \sin^{-1}(\frac{O}{H})$.

Frequently Asked Questions (FAQ)

What is SOHCAHTOA?

What is the sum of angles in a triangle?

What is the Law of Sines and Law of Cosines?

What is the required minimum input to solve a right triangle?


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\]
','
Formula (extracted LaTeX)
\[a^2 + b^2 = c^2\]
a^2 + b^2 = c^2
Formula (extracted LaTeX)
\[\alpha + \beta + 90^\circ = 180^\circ \quad \text{or} \quad \alpha + \beta = 90^\circ\]
\alpha + \beta + 90^\circ = 180^\circ \quad \text{or} \quad \alpha + \beta = 90^\circ
Formula (extracted LaTeX)
\[\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} \quad \cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} \quad \tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}}\]
\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} \quad \cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} \quad \tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}}
Formula (extracted LaTeX)
\[c^2 = a^2 + b^2\]
c^2 = a^2 + b^2
Formula (extracted LaTeX)
\[\tan(\alpha) = \frac{a}{b}\]
\tan(\alpha) = \frac{a}{b}
Formula (extracted text)
$\alpha + \beta + 90^\circ = 180^\circ \quad \text{or} \quad \alpha + \beta = 90^\circ$
Formula (extracted text)
$\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} \quad \cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} \quad \tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}}$
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).