2.4.7Trigonometry — Foundation

Applications — heights and distances problems

2,899 words13 min readdifficulty · medium

Heights and distances problems use trigonometric ratios to find unknown lengths or angles when direct measurement is impossible. These are the why trigonometry exists — ancient surveyors needed to measure pyramid heights, sailors needed to navigate by stars, and engineers needed to calculate bridge spans without crossing rivers.


[!intuition] The Core Idea

You're standing on the ground looking up at a building. You can measure:

  • Your distance from the building (horizontal)
  • The angle your eyes make with the horizontal (angle of elevation)

You cannot climb up to measure the building's height directly.

Trigonometry lets you turn angles into lengths. If you know one side of a right triangle and one angle, the ratios (tan, sin, cos) unlock the other sides.

WHY this works: The angle of elevation determines the shape of the triangle. Once shape is fixed, if you scale one side (the distance you measured), all other sides scale proportionally. Tan, sin, cos are just those scale factors.


[!definition] Key Terms

Angle of elevation: The angle between the horizontal line (from your eye level) and the line of sight upward to an object above you.

Angle of depression: The angle between the horizontal line and the line of sight downward to an object below you (like from the top of a cliff looking down at a boat).

WHY these are equal from opposite viewpoints: If you're on the ground looking up at angle α, someone at the top looking down at you sees angle α too — they're alternate interior angles. The horizontal line at your eye level and the horizontal line at the top are the two parallel lines, and the line of sight is the transversal that cuts across both. The vertical height is just the segment between the two lines, not the transversal.

Line of sight: The straight line from your eye to the object. This becomes the hypotenuse of your right triangle.

Horizontal distance: The ground-level distance from you to the base of the object. Always perpendicular to the vertical height.


[!formula] Deriving the Basic Setup

GIVEN: You stand at point A, looking at the top B of a tower. The tower's base is C. You measure:

  • Horizontal distance AC = dd
  • Angle of elevation ∠BAC = θ\theta

FIND: Height of tower BC = hh

Step-by-step derivation:

Step 1: Identify the right triangle.

  • The tower is vertical → ∠ACB = 90°
  • Triangle ABC is right-angled at C

Step 2: Choose the correct trig ratio. We have the adjacent side (AC = dd) and want the opposite side (BC = hh). tanθ=oppositeadjacent=hd\tan \theta = \frac{\text{opposite}}{\text{adjacent}} = \frac{h}{d}

WHY tan? Because tan relates the two legs of the triangle. Sin and cos involve the hypotenuse (line of sight), which we don't know and don't need.

Step 3: Solve for the unknown. h=dtanθh = d \tan \theta

Physical meaning: If the angle doubles, does height double? NO — tan is nonlinear. tan60°=31.73\tan 60° = \sqrt{3} \approx 1.73, but tan30°=1/30.58\tan 30° = 1/\sqrt{3} \approx 0.58. As θ90°\theta \to 90°, tanθ\tan\theta grows without bound (it has a vertical asymptote), so the calculated height shoots off to infinity. Note this growth is not exponential (ekθe^{k\theta}) — it is the specific unbounded growth of the tangent function toward its asymptote at 90°.


[!example] Example 1: Basic Tower

Problem: A student stands 50 m from a tower. The angle of elevation to the top is 30°. Find the tower's height.

Solution:

Given: d = 50 m, θ = 30°
Find: h

h=dtanθ=50×tan30°h = d \tan \theta = 50 \times \tan 30°

WHY this step? Tan connects the known adjacent (50 m) to the unknown opposite (h).

h=50×13=503=5033h = 50 \times \frac{1}{\sqrt{3}} = \frac{50}{\sqrt{3}} = \frac{50\sqrt{3}}{3}

WHY rationalize? Standard form. Numerically: h28.87h \approx 28.87 m.

Verification instinct: Does this make sense? The angle is small (30°), so the tower should be shorter than the base distance (50 m). ✓ Check: 28.87 < 50.


[!example] Example 2: Two Observers (Distance Between)

Problem: From the top of a 75 m cliff, the angle of depression to a boat is 30°. How far is the boat from the base of the cliff?

Solution:

Given: h = 75 m (cliff height), θ = 30° (depression angle)
Find: d (horizontal distance)

CRITICAL INSIGHT: Draw it! The angle of depression from the top equals the angle of elevation from the boat (alternate angles).

From the cliff-top looking down: tan30°=hd=75d\tan 30° = \frac{h}{d} = \frac{75}{d}

WHY this setup? The cliff height (75 m) is opposite to the angle of depression, the boat distance is adjacent.

d=75tan30°=75×3=753d = \frac{75}{\tan 30°} = 75 \times \sqrt{3} = 75\sqrt{3}

Numerically: d129.9d \approx 129.9 m.

Verification: Angle is 30° (small) → distance should be longer than height. ✓ Check: 129.9 > 75.


[!example] Example 3: Change in Angle (Moving Observer)

Problem: A man observes the top of a tower at an angle of 30°. He walks 20 m closer; now the angle is 60°. Find the tower's height.

Solution:

Let tower height = h
Initial distance from tower = x
After walking closer: distance = x - 20

From the first position: tan30°=hx    13=hx    x=h3..(1)\tan 30° = \frac{h}{x} \implies \frac{1}{\sqrt{3}} = \frac{h}{x} \implies x = h\sqrt{3} \quad \text{..(1)}

WHY this step? We express the unknown distance xx in terms of hh, which we want to find.

From the second position: tan60°=hx20    3=hx20    x20=h3..(2)\tan 60° = \frac{h}{x - 20} \implies \sqrt{3} = \frac{h}{x - 20} \implies x - 20 = \frac{h}{\sqrt{3}} \quad \text{..(2)}

Subtract equation (2) from equation (1): x(x20)=h3h3x - (x - 20) = h\sqrt{3} - \frac{h}{\sqrt{3}}

WHY subtract? Eliminates xx, leaving only hh.

20=h(313)=h(313)=h2320 = h\left(\sqrt{3} - \frac{1}{\sqrt{3}}\right) = h\left(\frac{3 - 1}{\sqrt{3}}\right) = h \cdot \frac{2}{\sqrt{3}}

h=20×32=10317.32 mh = 20 \times \frac{\sqrt{3}}{2} = 10\sqrt{3} \approx 17.32 \text{ m}

Physical intuition check: He walked 20 m closer and the angle increased (30° → 60°), which makes sense — moving toward a tower makes it look taller (steeper line of sight). The height (17.32 m) is comparable to how far he walked (20 m), which is reasonable.


[!example] Example 4: Two Angles from a Fixed Point

Problem: From a point on the ground, the angle of elevation to the bottom of a flagpole (mounted on a building) is 30°, and to the top of the flagpole is 45°. If the building is 20 m tall, find the height of the flagpole.

Solution:

Building height = 20 m
Let flagpole height = f
Let horizontal distance from observer to building = d

WHY this setup is consistent (unlike a badly-posed problem): Here both angles are measured from the same fixed point to two different heights on the same vertical line. This always has a clean solution.

Angle to bottom of flagpole (top of building), 30°: tan30°=20d    13=20d    d=203 m..(1)\tan 30° = \frac{20}{d} \implies \frac{1}{\sqrt{3}} = \frac{20}{d} \implies d = 20\sqrt{3} \text{ m} \quad \text{..(1)}

WHY? The building top (20 m) is opposite the 30° angle; dd is adjacent.

Angle to top of flagpole, 45°: tan45°=20+fd    1=20+fd    20+f=d..(2)\tan 45° = \frac{20 + f}{d} \implies 1 = \frac{20 + f}{d} \implies 20 + f = d \quad \text{..(2)}

Substitute (1) into (2): 20+f=20320 + f = 20\sqrt{3} f=20320=20(31)20×0.732=14.64 mf = 20\sqrt{3} - 20 = 20(\sqrt{3} - 1) \approx 20 \times 0.732 = 14.64 \text{ m}

Verification: The angle increased from 30° to 45° as we look higher, so the total height (34.64 m) must exceed the building (20 m). ✓ And 34.64=203=d34.64 = 20\sqrt3 = d, matching the 45° condition (at 45°, height = distance). ✓

Steel-man note: A tempting but ill-posed version says "angle of depression from a bird is 45°, then 30° after flying 100 m." If you assume the bird flies away at constant height, the two conditions force d2d1=100d_2 - d_1 = 100 but the geometry gives d2d1=100(31)73100d_2 - d_1 = 100(\sqrt3 - 1) \approx 73 \neq 100no consistent solution. Always check that the given displacement matches what the angles imply before trusting an answer.


[!mistake] Common Mistakes

Mistake 1: Confusing adjacent and opposite

Wrong thinking: "The tower is next to me, so it's adjacent. I'll use sinθ=h/d\sin \theta = h/d."

WHY it feels right: The tower is physically beside you.

The fix: Adjacent/opposite are relative to the angle, not your physical position. If the angle is at the base where you stand, the tower (vertical) is opposite the angle. The ground distance is adjacent to the angle.

Memory aid: Draw the triangle. Label the angle. The side across from the angle is opposite.


Mistake 2: Using degrees instead of formula values

Wrong: tan30°=30\tan 30° = 30 (treating the angle as a number).

WHY it feels right: In simple arithmetic, we use numbers directly.

The fix: Trig ratios are ratios, not the angles themselves. tan30°=1/30.577\tan 30° = 1/\sqrt{3} \approx 0.577, not 30.

Use standard values:

  • tan30°=1/3\tan 30° = 1/\sqrt{3}
  • tan45°=1\tan 45° = 1
  • tan60°=3\tan 60° = \sqrt{3}

Mistake 3: Forgetting the angle of depression = angle of elevation (alternate angles)

Wrong setup: Drawing the angle of depression from the top as the angle inside the triangle at the top.

WHY it feels right: The observer is at the top, so angle should be there.

The fix: The angle of depression is measured from the horizontal at the observer's eye level. When you transfer this to the triangle, use alternate interior angles: the two horizontal lines are parallel, the line of sight is the transversal, so the depression angle at the top equals the elevation angle at the base.

Visual check: Draw two parallel horizontal lines (one at the cliff top, one at ground). The line of sight is the transversal cutting both. Alternate interior angles are equal.


Mistake 4: Not checking units or reasonableness

Wrong: Calculate height = 500 m for angle of 10° from 50 m away, and accept it.

WHY it feels right: You trust your algebra.

The fix: tan10°0.176\tan 10° \approx 0.176. Height = 50×0.1768.850 \times 0.176 \approx 8.8 m, not 500 m. Always estimate: small angles → height < base distance.


[!recall]- Explain to a 12-year-old

Imagine you want to know how tall a big tree is, but you can't climb it. Here's the trick:

Stand some distance away and look up at the top. Your eyes make an angle with the ground — that's the angle of elevation. It's like tilting your head up.

Now, you've created an invisible triangle: the ground is one side (you can measure this with a tape), the tree is the other side (that's what you want), and your line of sight to the treetop is the slanted side.

Here's the magic: tan of that angle is just a ratio. It tells you: "For every meter you are away, the tree is tan(angle) meters tall."

So if you're 10 meters away and the angle is 45°, tan(45°) = 1, so the tree is 10 × 1 = 10 meters tall. If the angle was 60° (steeper), tan(60°) ≈ 1.7, so the tree would be 10 × 1.7 = 17 meters!

Why does this work? Because angles lock in the shape of triangles. Once you know the shape (from the angle) and the size of one side (your distance), you can figure out all the other sides using these special ratios we call sine, cosine, and tangent.


[!mnemonic] Memory Aid

"STAND-SEE-CLIMB"

  • STAND: Measure your distance (adjacent to the angle)
  • SEE: Measure the angle of elevation (look up)
  • CLIMB: Calculate the height (opposite side) using h=dtanθh = d \cdot \tan\theta

For angle of depression: "What I see DOWN from here = What they see UP to me" (alternate angles, line of sight is the transversal).


Connections

  • 2.4.01-Trigonometric-ratios — The definitions of sin, cos, tan that power all these calculations
  • 2.4.03-Complementary-angles — Why angle of depression equals angle of elevation
  • 2.5.02-Surveying-and-navigation — Real-world applications of these techniques
  • 3.2.04-Similar-triangles — Why angle determines shape, enabling these measurements
  • 1.3.07-Pythagoras-theorem — Used when you need the hypotenuse (line of sight distance)

#flashcards/maths

What is the angle of elevation?
The angle between the horizontal line (from your eye level) and the line of sight upward to an object above you.
What is the angle of depression?
The angle between the horizontal line and the line of sight downward to an object below you.
Why is angle of depression from the top equal to angle of elevation from the bottom?
They are alternate interior angles: the two horizontal lines (at top and bottom) are parallel, and the line of sight is the transversal cutting across both.
If you're distance dd from a tower base and the angle of elevation is θ\theta, the height formula is?
h=dtanθh = d \tan\theta
Why do we use tan for heights and distances?
Because tan relates the two legs of a right triangle (opposite/adjacent), and we typically know the horizontal distance and want the vertical height.
A 30° angle of elevation from 100 m away gives height?
h=100tan30°=100/3=1003/357.7h = 100 \tan 30° = 100/\sqrt{3} = 100\sqrt{3}/3 \approx 57.7 m
If angle changes from 30° to 60° after moving 20 m closer to a tower, what does this tell you?
You can set up two equations (h=xtan30°h = x\tan 30° and h=(x20)tan60°h = (x-20)\tan 60°) and solve for the height by eliminating xx.
What's the key mistake students make with adjacent vs opposite?
Thinking "adjacent" means physically next to them, when it actually means next to the angle in the triangle (relative to the angle's position).
From a 50 m cliff, angle of depression to a boat is 45°. Distance of boat from cliff base?
d=50/tan45°=50/1=50d = 50/\tan 45° = 50/1 = 50 m
Why does a small angle of elevation mean the object is far away relative to its height?
Because tanθ\tan\theta is small when θ\theta is small, so h/dh/d is small, meaning dhd \gg h (distance much greater than height).
As θ → 90°, does the height h = d·tan θ grow exponentially?
No — tan θ grows unboundedly toward its asymptote at 90°, but this is not exponential (ekθe^{k\theta}) growth; it is nonlinear tangent growth.

Concept Map

solved by

uses

looks upward

looks downward

equal via

equal via

becomes

adjacent leg

opposite leg

angle fixes shape

tan links legs

nonlinear

Direct measurement impossible

Heights and distances

Trig ratios

Angle of elevation

Line of sight

Angle of depression

Alternate interior angles

Hypotenuse

Horizontal distance

Right triangle

Vertical height

h = d tan theta

tan grows fast near 90 deg

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho beta, is topic ka core intuition bahut simple hai — kabhi kabhi hum kisi cheez ki height ya distance directly measure nahi kar sakte. Jaise ek building ki height, ya river ke paar wale point ki doori. Ab tum building par chadh ke to measure kar nahi sakte na? Toh yahan trigonometry kaam aati hai. Tumhe sirf do cheezein chahiye — ek toh building se tumhari horizontal distance, aur doosra angle of elevation (yaani tumhari aankh se upar dekhne wala angle). Bas, in do cheezon se tan, sin, cos ratios use karke unknown height nikal sakte ho. Simple funda ye hai ki angle triangle ki shape fix kar deta hai, aur ek side pata ho toh baaki saari sides proportionally nikal aati hain.

Sabse important formula yaad rakho: h = d × tan θ, jab tumhare paas adjacent side (horizontal distance) ho aur opposite side (height) chahiye. Yahan tan hi kyun use karte hain? Kyunki tan dono legs ko relate karta hai — hypotenuse (line of sight) ki zaroorat hi nahi padti. Ek aur mazedaar baat — angle of elevation aur angle of depression barabar hote hain jab do opposite points se dekha jaaye, kyunki wo alternate interior angles hote hain (parallel horizontal lines aur line of sight as transversal). Ye concept problems mein bar bar aata hai, toh yaad rakhna.

Ye matter kyun karta hai? Kyunki yahi trigonometry ka asli reason-of-existence hai — ancient surveyors pyramid ki height nikalte the, sailors stars se navigation karte the, engineers bina river cross kiye bridge span calculate karte the. Aur ek intuition instinct develop karo — jab answer aaye toh check karo ki sensible hai ya nahi. Jaise 30° chota angle hai, toh height base distance se choti honi chahiye. Ye verification habit exam mein tumhe silly mistakes se bachayegi, aur concept bhi strong hoga. Practice karte raho, ye topic scoring hai!

Go deeper — visual, from zero

Test yourself — Trigonometry — Foundation