Skip to main content

Solving Right Triangles: Finding Missing Angles

Use inverse trig functions — arcsin, arccos, arctan — to find a missing angle when two sides of a right triangle are known.

Lesson 6 of 15 Trigonometry Intermediate ⏱ 10 min read
🔥 Why This Matters

Sometimes you don't know the angle — you know the sides. A ramp has a rise of 3 feet and a run of 20 feet: what is the angle? A cable is attached 50 feet up a wall and anchored 30 feet from the base: at what angle does it meet the ground? Inverse trig functions (arcsin, arccos, arctan) reverse the process, turning a known side ratio back into an angle. This is essential in engineering, robotics, game physics, and any field where geometry is measured.

🎯 What You'll Learn
  • Understand what "inverse trig" means and when to use it
  • Apply \(\arcsin\), \(\arccos\), and \(\arctan\) to find a missing angle
  • Select the correct inverse function based on which two sides are known
  • Solve a right triangle completely given two sides
📖 Key Vocabulary
arcsin (sin⁻¹)Inverse sine: returns the angle whose sine equals a given ratio. Range: −90° to 90°. arccos (cos⁻¹)Inverse cosine: returns the angle whose cosine equals a given ratio. Range: 0° to 180°. arctan (tan⁻¹)Inverse tangent: returns the angle whose tangent equals a given ratio. Range: −90° to 90°. Principal valueThe single "standard" angle returned by an inverse trig function on a calculator.
Key Concept — The Inverse Process

If \(\sin\theta = 0.5\), then \(\theta = \arcsin(0.5) = 30°\). Use inverse trig when two sides are known and you need the angle.

\[ \theta = \arcsin\!\left(\frac{\text{opp}}{\text{hyp}}\right) \qquad \theta = \arccos\!\left(\frac{\text{adj}}{\text{hyp}}\right) \qquad \theta = \arctan\!\left(\frac{\text{opp}}{\text{adj}}\right) \]

On a calculator: use the sin⁻¹, cos⁻¹, or tan⁻¹ button (often accessed via 2nd + sin/cos/tan).

Which Inverse Function to Use?

Sides KnownInverse FunctionFormula
Opposite + Hypotenusearcsin\(\theta = \sin^{-1}(\text{opp}/\text{hyp})\)
Adjacent + Hypotenusearccos\(\theta = \cos^{-1}(\text{adj}/\text{hyp})\)
Opposite + Adjacentarctan\(\theta = \tan^{-1}(\text{opp}/\text{adj})\)
Worked Example 1 — Basic: Arctan

A right triangle has opposite = 5 and adjacent = 12. Find angle θ.

\[ \theta = \arctan\!\left(\frac{5}{12}\right) = \arctan(0.4167) \approx \mathbf{22.6°} \]
Worked Example 2 — Intermediate: Complete the Triangle

A right triangle has legs a = 9 and b = 12. Find both acute angles and the hypotenuse.

  • Hypotenuse: \(c = \sqrt{81+144} = \sqrt{225} = 15\)
  • Angle A (opposite a, adjacent b): \(\theta_A = \arctan(9/12) = \arctan(0.75) \approx \mathbf{36.87°}\)
  • Angle B: \(90° - 36.87° = \mathbf{53.13°}\) (angles of a triangle sum to 180°)
Worked Example 3 — Real World: Ramp Angle

A loading ramp rises 2.5 feet over a horizontal run of 18 feet. What angle does the ramp make with the ground?

\[ \theta = \arctan\!\left(\frac{2.5}{18}\right) = \arctan(0.1389) \approx \mathbf{7.9°} \]

The ramp angle is about 7.9°. ADA regulations require ramps to be ≤ 4.76° for accessible slopes — this ramp is steeper than recommended.

✏️ Quick Check
  1. Opposite = 8, hypotenuse = 17. Find θ using arcsin.
  2. Adjacent = 6, hypotenuse = 10. Find θ using arccos.
  3. A 15-foot ladder leans against a wall with its base 6 feet from the wall. What angle does the ladder make with the ground?
▶ Show Answers
  1. \(\theta = \sin^{-1}(8/17) = \sin^{-1}(0.471) \approx \mathbf{28.1°}\).
  2. \(\theta = \cos^{-1}(6/10) = \cos^{-1}(0.6) \approx \mathbf{53.1°}\).
  3. \(\theta = \cos^{-1}(6/15) = \cos^{-1}(0.4) \approx \mathbf{66.4°}\).
⚠️ Common Mistakes
  • Using sin instead of sin⁻¹: \(\sin(0.5) \approx 0.479\) (not 30°). You need \(\sin^{-1}(0.5) = 30°\). Make sure you're pressing the inverse button.
  • Calculator in wrong mode: Inverse trig on a calculator in radian mode gives radians (e.g., 0.524 rad ≈ 30°). If you want degrees, set your calculator to degree mode first.
  • Forgetting the second angle: In a right triangle, once you find one acute angle, the other is \(90° - \theta\). Always complete the picture.
✅ Key Takeaways
  • Two sides known, angle unknown → inverse trig function.
  • Use \(\arcsin\) (opp/hyp), \(\arccos\) (adj/hyp), or \(\arctan\) (opp/adj).
  • The other acute angle is always \(90° - \theta\).
  • Always check: all three angles must sum to 180°.
💼 Career Connection — Robotics & Automation

Robot arms need to know the angle of every joint to position a tool precisely. Given the desired x-y coordinates of the tool tip and the arm segment lengths, inverse kinematics uses arctan (often the two-argument version, atan2) to compute joint angles. This is the same math — sides-to-angles — applied to servo motor positioning, drone flight control, and CNC machine movement.

Calculator Connection

The Right Triangle Solver uses inverse trig internally to find missing angles from any two known sides. The Inverse Trig Functions Calculator gives arcsin, arccos, and arctan for any ratio.

Try it with the Calculator

Apply what you've learned with these tools.

Right Triangle Solver
Finds missing sides and angles of a right triangle using Pythagorean theorem.
Use calculator →
Inverse Trig (Principal Values)
Find principal values and quadrants for inverse trig.
Use calculator →
← Previous Lesson
Back to
Solving Right Triangles: Finding Missing Sides
Continue Learning
Up Next: The Unit Circle (Foundations)
Next Lesson →
Test Your Knowledge

Solving Right Triangles: Finding Missing Angles — Quiz

5 questions per attempt  ·  Beginner  ·  Pass at 70%

Start Quiz →

More in Trigonometry

Understanding Angles: Degrees and Radians Sine, Cosine, and Tangent Introduction to Sine, Cosine, and Tangent (SOHCAHTOA)
← All Trigonometry lessons