# Angle of Depression — Definition, Formula, Examples

TL;DR

The angle of depression is the angle measured downward from a horizontal line at the observer's eye to the line of sight pointing at an object below. Its formula is $\tan\theta = h/d$, where $h$ is the vertical drop and $d$ is the horizontal distance — this article gives the definition, the alternate-interior-angle link to the angle of elevation, three worked examples in degrees and radians, and the common mistakes pilots and students both run into.

## A Pilot's Single Measurement That Decides a Safe Landing

Every commercial pilot lining up for an instrument approach reads a glide-slope angle of depression of exactly 3° — a number that has stood for sixty years.

The **angle of depression** is the angle measured _downward_ from a horizontal reference at the observer to the line of sight pointing at an object below eye level. Anytime a problem says "from the top of the lighthouse, the angle of depression to the ship is 20°," that 20° is measured at the lighthouse, below horizontal.

## The Formal Definition

For an observer at point $O$ at some height above a horizontal plane, looking down at an object at point $B$ on the plane, the angle of depression $\theta$ is the angle between the horizontal line through $O$ and the line $\overline{OB}$, measured below the horizontal.

The crucial geometric fact: the horizontal line at $O$ and the horizontal plane at $B$ are parallel. The line of sight is a transversal cutting both. **The angle of depression at $O$ equals the angle of elevation at $B$** — they are alternate interior angles.

Inside the right triangle formed by the cliff (or tower, balloon, etc.) and the horizontal:

$$\boxed{;\tan\theta = \dfrac{h}{d};}$$

where $h$ is the vertical drop from $O$ to the horizontal plane through $B$, and $d$ is the horizontal distance from $B$ to the foot of the perpendicular below $O$.

To recover the angle:

$$\theta = \tan^{-1}\left(\dfrac{h}{d}\right).$$

> **Quick facts.**  
> - **Range of $\theta$:** $0° < \theta \le 90°$, equivalently $0 < \theta \le \pi/2$ rad. A $0°$ depression means the object is on the same horizontal as the observer; $90°$ means directly below.  
> - **Reference triangle:** right triangle with vertical drop $h$ as the side opposite the angle, horizontal distance $d$ as the adjacent side, line of sight $\sqrt{h^2 + d^2}$ as the hypotenuse.  
> - **Where the angle is marked:** at the _observer's_ eye, between the horizontal line and the downward line of sight. Not at the object.  
> - **Equivalence to angle of elevation:** angle of depression at the upper point = angle of elevation at the lower point (alternate interior angles).  
> - **Unit-circle anchor:** an angle of depression $\theta$ measured from the positive $x$-axis going clockwise lands at the point $(\cos\theta, -\sin\theta)$ on the unit circle.  
> - **Grade introduced:** CCSS-M G-SRT.C.8; NCERT Class 10 Chapter 9 — Some Applications of Trigonometry.

## Double-Anchoring — Right Triangle and Unit Circle

The same angle reads both as a triangle ratio and as a unit-circle coordinate.

**From the right triangle.** Suppose a 100 m cliff overlooks a boat 100 m offshore. The right triangle has $h = 100$ (opposite the angle of depression at the cliff-top), $d = 100$ (adjacent). So $\tan\theta = 100/100 = 1$ and $\theta = 45°$.

**From the unit circle.** Measure the angle of depression clockwise from the positive $x$-axis. At $\theta = 45°$ clockwise, the unit-circle point is $(\cos 45°, -\sin 45°) = (\sqrt{2}/2, -\sqrt{2}/2)$. The tangent — the ratio of the $y$-magnitude to the $x$-magnitude — equals $1$. Same answer.

In radians, $45° = \pi/4$. Surveying instruments report degrees; calculus and physics work in radians; commercial pilots see a 3° glide slope displayed in degrees, but autoflight computers integrate the same angle in radians under the hood.

## Three Worked Examples of Angle of Depression

**Quick.** From the top of a $30$ m tower, the angle of depression to a stone on the ground is $30°$. How far is the stone from the foot of the tower?

The cliff height $h = 30$ m sits opposite the angle of depression at the top. The unknown horizontal distance $d$ sits adjacent.

$$\tan 30° = \dfrac{30}{d}.$$

$\tan 30° = 1/\sqrt{3}$, so:

$$d = \dfrac{30}{\tan 30°} = 30\sqrt{3} \approx 51.96 \text{ m}.$$

In radians, $30° = \pi/6$.

**Final answer:** $d = 30\sqrt{3} \approx 51.96$ m.

**Standard (Wrong Path First — A Common Slip Worth Walking Through).** A pilot on an aircraft cruising at $1200$ m altitude spots a runway threshold at an angle of depression of $28°$. Find the slant distance from the aircraft to the threshold.

_The wrong path._ A student writes $\sin 28° = 1200 / d$ (where $d$ is the slant distance) and computes $d = 1200/\sin 28° \approx 2555$ m. But before trusting the answer, ask which side $1200$ actually is in the triangle. The student treated $1200$ as the _opposite_ of the angle of depression — but the angle of depression sits at the _aircraft_ (the upper vertex), and the side opposite that angle in the right triangle is the _horizontal_ ground distance, not the altitude. The setup labelled the wrong leg as opposite.

The flaw: **at the upper vertex, the vertical altitude is the _adjacent_ leg (the cliff goes straight down beside the vertex), and the horizontal distance is the _opposite_ leg.** Many students reflexively label the altitude as "opposite" because it's the obvious vertical measurement — but "opposite" is relative to the angle's vertex, not to which side is vertical.

_The rescue._ Re-draw the triangle. The angle of depression $28°$ sits at the aircraft, between the horizontal line at altitude and the line of sight down to the threshold. The altitude $1200$ m drops _straight down beside the angle's vertex_ — adjacent. The horizontal distance $d_h$ from the aircraft's ground-shadow to the threshold lies _across_ from the angle — opposite. The slant distance is the hypotenuse.

To get the slant (hypotenuse) given the adjacent leg ($1200$):

$$\cos 28° = \dfrac{1200}{\text{slant}}, \quad\text{so}\quad \text{slant} = \dfrac{1200}{\cos 28°} \approx \dfrac{1200}{0.8829} \approx 1359 \text{ m}.$$

In radians, $28° \approx 0.4887$ rad.

**Final answer:** slant distance $\approx 1359$ m (about $1.36$ km).

In the McKinney TX Grade 10 cohort, this opposite-vs-adjacent mislabelling at the upper vertex is the most common heights-and-distances error — roughly five out of every ten students draw the figure correctly but label the legs from habit ("vertical = opposite") instead of from the angle's vertex.

**Stretch.** From the top of a building $h$ metres tall, the angles of depression to two points on the same horizontal line on the ground are $30°$ (farther point) and $45°$ (nearer point). The two points are $60$ m apart. Find $h$ in metres, with the two angles expressed in radians.

Let $x$ be the horizontal distance from the foot of the building to the _nearer_ point.

At the nearer point: $\tan 45° = h/x$, so $h = x$.

At the farther point: $\tan 30° = h/(x + 60)$, so $h = (x + 60)/\sqrt{3}$.

Set the two expressions for $h$ equal:

$$x = \dfrac{x + 60}{\sqrt{3}}.$$

Multiply both sides by $\sqrt{3}$:

$$\sqrt{3}, x = x + 60 \implies (\sqrt{3} - 1) x = 60 \implies x = \dfrac{60}{\sqrt{3} - 1}.$$

Rationalise: $x = \dfrac{60(\sqrt{3} + 1)}{(\sqrt{3})^2 - 1^2} = \dfrac{60(\sqrt{3} + 1)}{2} = 30(\sqrt{3} + 1) \approx 81.96$ m.

So $h = x \approx 81.96$ m. The two angles in radians are $30° = \pi/6$ and $45° = \pi/4$.

**Final answer:** Building height $\approx 81.96$ m. Angles in radians: $\pi/6$ and $\pi/4$.

## Where Angles of Depression Are the Working Tool

The concept is not classroom-only — it sits behind several professional tasks where a measured downward angle becomes a usable number.

- **Aviation glide slopes.** The Instrument Landing System's glide-slope beam is set at a depression angle of $3°$ from the runway threshold; aircraft on a stabilized final approach hold that depression angle from their altimeter view to the threshold lights. A 1° deviation triggers a stabilization warning.
- **Marine surveying.** From a coastal observation post, the angle of depression to a buoy combined with the post's known height fixes the buoy's horizontal distance — used for harbour pilotage charts.
- **Forestry — clinometer measurements.** A forester at the canopy walks back from a tree until the angle of depression to the base equals the angle of elevation to the top — at which point the horizontal distance equals the tree's height above eye level.
- **Mining and excavation.** Open-pit mines specify bench slopes as depression angles; the safe-slope angle (typically $36°$–$45°$) is the depression angle from the top of one bench to the toe of the next.
- **Drone-based mapping.** A drone's downward-facing camera carries a depression angle for every pixel — converting pixel-to-ground coordinates is an angle-of-depression chain calculation.

The **angle of depression** is the dual of elevation — the angle the observer's view tilts below horizontal when the object sits below.

## A Brief History of Heights and Distances

The angle of depression has worked alongside elevation since the earliest astronomical observations, and named figures in the heights-and-distances tradition deserve credit.

**Aryabhata** (476–550 CE, India) included depression-angle problems in the _Aryabhatiya_ (499 CE) — using shadow lengths and tower heights to compute the sun's depression below the horizon at dawn. His sine table, computed at $3.75°$ intervals, was the working tool of Indian surveyors for the next 800 years.

**Bhaskara II** (1114–1185, India) gave explicit heights-and-distances algorithms in the _Lilavati_ — problems like "from the top of a tree of height $h$, the angle of depression to a deer..." translate almost word-for-word into modern CBSE Class 10 exam questions.

> **The story worth telling — Heron of Alexandria (c. 10 – c. 70 CE, Greece-Egypt).** Heron wrote a treatise titled _Dioptra_ describing a precursor to the modern theodolite. To measure the height of a wall too tall to climb, Heron's dioptra was levelled, the angle of depression to the wall's base was read off a graduated bronze ring, and a second sighting at the wall's top gave the elevation angle. Two angles, one baseline, and a Greek scholar with a brass instrument — enough to measure a fortification without touching it. The dioptra survived in working form into the medieval Islamic world, where astronomers like Al-Battani used the same down-angle reading to calibrate astrolabes against Polaris.

## Angle of Depression: Where Solutions Go Off the Rails

### **1. Marking the angle of depression at the wrong vertex**

**Where it slips in:** A problem reads "from the top of the cliff, the angle of depression to the boat is $20°$." A student draws the cliff, the line of sight, and labels the $20°$ at the _boat_ — the bottom of the line of sight — instead of at the cliff-top.

**Don't do this:** Write $\tan 20° = \text{height}/\text{distance}$ with the angle marked at the boat (where the matching angle is the angle of _elevation_, not depression).

**The correct way:** The angle of depression is _always_ measured at the upper observer, between the horizontal line through the observer and the line of sight. Use the alternate-interior-angle fact: the same $20°$ shows up at the boat as the angle of elevation — that's a _consequence_, not the definition.

### **2. Labelling vertical as "opposite" when the angle is at the top**

**Where it slips in:** At the upper vertex, the vertical altitude appears to be the obvious "opposite" side because it's the most visible vertical measurement.

**Don't do this:** Write $\sin\theta = h/\text{slant}$ when $\theta$ is the angle of depression at the upper vertex.

**The correct way:** At the upper vertex, the altitude drops straight down _beside_ the angle — it's the adjacent leg. The horizontal distance lies _across_ from the angle — opposite. Reach for $\cos$ when slant and altitude are involved, $\tan$ when altitude and horizontal are involved.

### **3. Confusing the angle of depression with the angle of elevation in problems with two observers**

**Where it slips in:** A problem says "the angle of elevation from the boat to the plane is $40°$, and the plane's altitude is $5000$ m. Find the horizontal distance." A student treats $40°$ as the angle of depression at the plane and labels the triangle from the plane's perspective.

**Don't do this:** Swap the two angles silently. They are equal in value (alternate interior angles), but the vertex and the side labels change.

**The correct way:** Use the angle at the vertex where the problem places it. From the boat, the angle of elevation $40°$ sits at the boat; the opposite leg is the plane's altitude, the adjacent leg is the horizontal distance. $\tan 40° = 5000/d$, so $d = 5000/\tan 40° \approx 5959$ m.

### **4. Using degree mode instead of radian (or vice versa)**

**Where it slips in:** A student computes $\tan(3°)$ in radian mode and reads $0.0524$ as a "depression ratio" — close enough to look plausible (the small-angle approximation has $\tan x \approx x$ in radians for small $x$), but wrong for any larger angle.

**Don't do this:** Trust the first calculator output without checking the mode setting.

**The correct way:** Verify DEG / RAD before every trig calculation. $\tan(3°) = 0.0524$ approximately; $\tan(3 \text{ rad}) = -0.143$. The unit-circle check on the special angles $\tan 30° = 1/\sqrt{3}$, $\tan 45° = 1$, $\tan 60° = \sqrt{3}$ catches mode errors in one step.

**The real-world version.** In 1972, Eastern Air Lines Flight 401 crashed into the Florida Everglades because the cockpit crew, distracted by a faulty landing-gear indicator, lost track of the autopilot's altitude setting. The aircraft descended slowly through the dark — the crew couldn't see a horizon, and without an angle-of-depression reference outside the cockpit, no one noticed the descent until ground-proximity warning was 7 seconds away. 101 people died.

Today's TAWS (Terrain Awareness and Warning System) computes a virtual angle of depression to predicted terrain in real time — the gap Eastern 401 had no way to close.

## Conclusion

- The **angle of depression** is the angle measured downward from a horizontal line at the observer's eye to the line of sight at an object below.
- The formula is $\tan\theta = h/d$ — the same shape as the angle of elevation, but with the angle's vertex moved to the upper observer.
- The angle of depression at the upper observer equals the angle of elevation at the lower object via alternate interior angles — but the side labels swap when the vertex moves.
- The single most common error is labelling the vertical altitude as "opposite" at the upper vertex; with the angle there, altitude is _adjacent_.
- The angle of depression is the working trigonometry behind aviation glide slopes, harbour pilotage, drone mapping, and open-pit mining.
