Tutorial 8 min read

Trigonometry Word Problems: A Step-by-Step Solving Framework

Master trigonometry word problems with this step-by-step framework. Learn to identify patterns and solve lighthouse, angle, and distance problems confidently.

Student solving trigonometry word problem with lighthouse diagram, showing angles of elevation and distance calculations on paper

Trig word problems can feel like reading a foreign language. There’s a lighthouse, a boat, some angle you’ve never heard of, and somehow you’re supposed to find a distance? It’s frustrating when you actually know the math but can’t figure out how to start.

Here’s the thing though—these problems aren’t as random as they seem. They follow patterns. Once you learn to spot those patterns and attack problems the same way every time, you’ll stop freezing up and start solving. This guide gives you a repeatable framework that works on pretty much any trig word problem your teacher throws at you.

Why Word Problems Feel So Hard

Before we get into the method, let’s talk about why these problems mess with people. It’s usually not the math—it’s everything that comes before the math:

  1. Translating words into math (this is where most people get stuck)
  2. Picturing something you can’t see (no one’s handing you an actual lighthouse)
  3. Picking the right formula when you’ve got several options
  4. Actually doing the calculation correctly

Most students struggle with steps 1 and 2, not the actual trig. That’s why this framework focuses heavily on setup—because once you set up the problem right, the rest is just plugging in numbers.

The 5-Step DRIVE Framework

Use the DRIVE framework to work through any trigonometry word problem:

  • Draw the diagram
  • Record known values
  • Identify what you’re solving for
  • Verify which formula applies
  • Execute and evaluate

Let’s break down each step.

Step 1: Draw the Diagram

Seriously, draw it. Every. Single. Time.

Key Insight

A good diagram is worth 100 re-readings of the problem. Even a rough sketch makes everything clearer.

Here’s how to make your diagram actually useful:

Start with a ground line. Most problems have horizontal and vertical pieces—the ground, a building, a cliff. Draw a horizontal line first.

Add the main objects. Building? Tree? Person? Draw simple shapes. Stick figures are fine.

Mark the right angle. Usually where the ground meets something vertical. Draw that little square in the corner.

Draw sight lines and angles. Angles of elevation point UP from horizontal. Angles of depression point DOWN. Use dotted lines for these.

Label everything. Write the numbers from the problem directly on your drawing.

Step 2: Record Known Values

List out every piece of information the problem gives you:

  • All distances (horizontal, vertical, diagonal)
  • All angles (assume degrees unless it says otherwise)
  • Any relationships between measurements
Pro Tip

Circle the numbers in the original problem as you add them to your diagram. This way you won’t miss anything.

Step 3: Identify What You’re Solving For

Write down exactly what the problem asks for. This sounds obvious, but you’d be surprised how many people solve for the wrong thing because they didn’t nail this down first.

What trig problems usually ask for:

  • “How tall is the building?” → vertical distance
  • “How far away is the boat?” → horizontal distance
  • “What angle does the ladder make?” → an angle

Put a variable (usually x) on your diagram where the unknown goes.

Step 4: Verify Which Formula Applies

Look at your diagram. What kind of triangle do you have? What do you know, and what do you need?

For right triangles, you’ll use one of these:

SOH CAH TOA Ratios

sin(θ) = opposite / hypotenuse cos(θ) = adjacent / hypotenuse
tan(θ) = opposite / adjacent

Pythagorean Theorem

a² + b² = c²

How to pick the right one:

  • Have an angle and need to relate two sides? → SOH CAH TOA
  • Know two sides and need the third? → Pythagorean Theorem
  • Know two sides and need an angle? → Inverse trig functions

For more on these ratios, check out our guide on sine, cosine, and tangent.

Step 5: Execute and Evaluate

Plug in your values, solve, and then—this part matters—ask yourself if your answer makes sense.

Reality check your answer:

  • Did you get 5000 meters for a building height? Probably wrong.
  • Is your angle 150° when it should be acute? Check your work.
  • Is a distance negative? Something’s off.
Check Your Answer with Our Right Triangle Calculator

Worked Examples Using the DRIVE Framework

Let’s use DRIVE on three classic problem types.

Example 1: Angle of Elevation Problem

Problem: A surveyor stands 50 meters from the base of a building. She measures the angle of elevation to the top of the building as 62°. How tall is the building?

D - Draw the diagram: Picture a right triangle:

  • Horizontal leg = distance from surveyor to building (along the ground)
  • Vertical leg = building height
  • 62° angle at the surveyor’s feet

R - Record known values:

  • Horizontal distance = 50 m
  • Angle of elevation = 62°
  • Right angle at the building’s base

I - Identify the unknown:

  • Building height = x meters (vertical leg, opposite the 62° angle)

V - Verify the formula: We have:

  • An angle (62°)
  • The adjacent side (50 m)
  • We need the opposite side (x)

That’s tangent: tan(θ) = opposite / adjacent

E - Execute and evaluate:

tan(62°) = x / 50

Solving for x:

  • x = 50 × tan(62°)
  • x = 50 × 1.8807
  • x ≈ 94.04 meters

Reality check: A 94-meter building is about 30 stories. Tall, but reasonable. Answer checks out.

Example 2: Angle of Depression Problem

Problem: From the top of a 120-foot cliff, a lifeguard spots a swimmer in distress. The angle of depression to the swimmer is 34°. How far is the swimmer from the base of the cliff?

Common Mistake

The angle of depression is measured DOWN from horizontal, but it equals the angle of elevation from the swimmer looking UP. A lot of people put this angle in the wrong spot.

D - Draw the diagram:

  • Vertical cliff (120 ft tall)
  • Horizontal line from the top (lifeguard’s eye level)
  • Angle of depression (34°) goes DOWN from this horizontal line
  • The angle at the swimmer (inside the triangle) is also 34° (alternate interior angles)

R - Record known values:

  • Cliff height = 120 ft (opposite side)
  • Angle of depression = 34°
  • Right angle at cliff base

I - Identify the unknown:

  • Horizontal distance from cliff to swimmer = x ft (adjacent side)

V - Verify the formula: We have opposite, need adjacent, know the angle. That’s tangent again.

E - Execute and evaluate:

tan(34°) = 120 / x

Solving for x:

  • x = 120 / tan(34°)
  • x = 120 / 0.6745
  • x ≈ 177.9 feet

Reality check: About 178 feet from shore—roughly 60 yards. Reasonable swimming distance from a cliff.

Calculate the Direct Distance with Our Pythagorean Theorem Calculator

Example 3: Finding an Angle

Problem: A 20-foot ladder leans against a wall with its base 5 feet from the wall. What angle does the ladder make with the ground?

D - Draw the diagram:

  • Wall is vertical
  • Ground is horizontal
  • Ladder is the hypotenuse
  • Right angle where wall meets ground

R - Record known values:

  • Ladder length = 20 ft (hypotenuse)
  • Distance from wall = 5 ft (adjacent to the angle we want)
  • Right angle at wall-ground intersection

I - Identify the unknown:

  • Angle between ladder and ground = θ

V - Verify the formula: We have adjacent (5 ft) and hypotenuse (20 ft). We need the angle.

cos(θ) = adjacent / hypotenuse

Then use inverse cosine to find θ.

E - Execute and evaluate:

cos(θ) = 5 / 20 = 0.25

θ = arccos(0.25)

θ ≈ 75.5°

Reality check: 75° is steep—the ladder is almost vertical. Makes sense since the base is only 5 feet from a 20-foot ladder.

Fun fact: this 75° angle is actually the recommended safe angle for ladder use. There’s real-world trig for you.

Common Word Problem Patterns

After you’ve done enough of these, you’ll start recognizing the same setups:

Pattern 1: Shadow Problems

Something vertical casts a shadow. You’re given shadow length and sun angle.

  • Height is opposite to the sun angle
  • Shadow is adjacent

Pattern 2: Distance Across Problems

Find the width of a river or canyon without crossing it.

  • Usually involves measuring a baseline and angles
  • Sometimes needs Law of Sines for non-right triangles

Pattern 3: Height From Two Angles

You observe the same object from two spots, measuring elevation angles from each.

  • Creates two right triangles sharing the same vertical leg
  • Set up two equations and solve together

Pattern 4: Navigation and Bearing Problems

Ships or planes travel on specific compass directions.

  • Draw carefully—bearings are measured from North
  • Often involves multiple triangles

Troubleshooting Common Errors

Calculator Mode Check

If your answers are wildly wrong, check if your calculator is in degree or radian mode. Most word problems use degrees. This trips up more people than you’d think.

Your answer is way off:

  • Did you mix up opposite and adjacent? They’re relative to YOUR angle, not just any angle.
  • Calculator in the right mode?
  • Did you solve for the right thing?

You get “math error” or undefined:

  • You might have tried arcsin or arccos of a number bigger than 1
  • Check for dividing by zero

You don’t know which trig ratio to use:

  • Make a quick table: angle, opposite, adjacent, hypotenuse
  • Fill in what you know and what you need
  • The ratio that connects your knowns to your unknown is the one to use

For more troubleshooting, see our guide on common right triangle mistakes.

Practice Problems

Try these using the DRIVE framework:

  1. From the top of a 200-foot lighthouse, the angle of depression to a boat is 25°. How far is the boat from the base of the lighthouse?

  2. A kite string is 100 meters long and makes a 55° angle with the ground. How high is the kite?

  3. A ramp is 15 feet long and rises 3 feet. What angle does it make with the ground?

  4. Standing 80 meters from a tree, you measure the angle of elevation to the top as 28°. Your eye level is 1.5 meters above the ground. How tall is the tree?

(Answers: 1) ≈429 ft, 2) ≈82 m, 3) ≈11.5°, 4) ≈44 m)

Check Your Work with Our Triangle Solver

Final Thoughts

Trig word problems aren’t about being a math genius—they’re about having a system. The DRIVE framework gives you that system:

  1. Draw a clear diagram
  2. Record all known values
  3. Identify exactly what you need to find
  4. Verify which formula connects your knowns to your unknown
  5. Execute the math and check if your answer makes sense

With practice, you’ll recognize problem types instantly and move through these steps without thinking about it. The problems that used to freeze you up will start feeling routine.

Keep practicing, use the calculators to check your work, and you’ll get faster with every problem you solve.

Related Articles

Back to All Articles