Angle of Depression Calculator

Find the downward viewing angle from an elevated point.

Home Trig 3 modes Deg + rad
Rate this calculator · 4.0 (1)

Angle of Depression

Trigonometry · tan θ = opposite / adjacent · 3 solve modes

Instructions — Angle of Depression Calculator

1

Pick a solve mode

Choose whether you know height and distance (solve angle), angle and distance (solve height), or angle and height (solve distance).

2

Enter your values

Use meters or feet — the angle output is unit-free. Default 10 m height over 25 m distance gives a 21.8° angle.

3

Read the outputs

You get the answer in degrees, radians, and gradians, plus the line-of-sight (slope distance) and percent slope.

Formulas

Angle from height and distance
$$ \theta = \arctan\left(\frac{h}{d}\right) $$
h is the vertical rise of the observer above the target. d is the horizontal distance between them.
Height from angle and distance
$$ h = d \cdot \tan(\theta) $$
If you know the depression angle and horizontal distance, multiply by the tangent to get height.
Distance from angle and height
$$ d = \frac{h}{\tan(\theta)} $$
Divide vertical rise by the tangent of the angle to get horizontal distance.
Line of sight (slope distance)
$$ s = \sqrt{h^2 + d^2} $$
The straight-line distance from observer to target along the angle of depression itself.

Reference

Common angles of depression
SetupHeightDistanceAngle
Balcony to street2.5 m10 m14.0°
Roof to ground target8 m30 m14.9°
5th floor window20 m50 m21.8°
Survey tower40 m100 m21.8°
Ergonomic screen view0.3 m0.6 m26.6°
1:1 roof slope1 m1 m45.0°
10% road grade1 m10 m5.7°

Article — Angle of Depression Calculator

Angle of Depression Calculator: Trig You Can Walk Around

The angle of depression is the downward angle from a horizontal line at the observer's eye to a point below. It equals arctan(rise / run). A 10 m rise over 25 m of ground gives a 21.8° angle of depression.

The same right-triangle math powers roof pitch tables, road grade signs, laser rangefinders, and the first lesson in any trigonometry textbook. This page covers the formula, where it shows up on a job site, the most common errors, and a quick-reference table of typical angles.

What is the angle of depression?

The angle of depression is the angle measured downward from a horizontal reference line at the observer's eye to a target below. The reference line is parallel to flat ground, not perpendicular to gravity in the strict astronomical sense, but for short distances they are the same.

Three numbers describe the geometry: vertical rise (h), horizontal run (d), and the angle itself (θ). Knowing any two lets you solve for the third. A surveyor on a 40 m tower sighting a target 100 m away on level ground sees the target at a 21.8° angle of depression. Move the target closer to 50 m and the angle jumps to 38.7°.

Did you know

Ancient Egyptian surveyors leveled the base of the Great Pyramid to within 2.1 cm across 230 m of length, an accuracy of 0.009%. They used water-filled trenches as a horizontal reference centuries before instruments could measure depression angles directly.

The angle of depression formula

The core formula is tan θ = opposite / adjacent, where opposite is the vertical rise and adjacent is the horizontal distance. Rearranged for each unknown:

Three forms of the same equation
θ = arctan(h / d) solve for angle
h = d · tan(θ) solve for height
d = h / tan(θ) solve for distance
s = √(h² + d²) line of sight

The line of sight s is the hypotenuse, the actual straight-line distance from observer to target. A laser rangefinder measures s directly. Standard tape measures along the ground give d. The difference matters: for a 45° angle, s is 41% longer than d.

Angle of depression vs. angle of elevation

The angle of depression and the angle of elevation are numerically identical for the same pair of points. They describe the same triangle from two different viewpoints. If a balloon pilot sees a landing pad at 30° below the horizon, the landing crew on the pad sees the balloon at 30° above the horizon.

Confusion comes from sign conventions. In navigation and aviation, depression angles are sometimes reported as negative numbers. In surveying, zenith angles measure from straight up, so a 60° zenith means a 30° depression below horizontal. Always confirm which convention the instrument uses before doing math on the numbers.

Angle of depression in surveying

Total stations and theodolites are the modern descendants of medieval cross-staffs. They sit on a tripod, level to within seconds of arc, and read vertical angles relative to either the horizontal or the zenith. A target prism placed on the ground returns a horizontal distance and a vertical drop, which together give the angle of depression.

The U.S. Geological Survey and the National Geodetic Survey use depression angles for benchmark networks. Aviation TAWS (Terrain Awareness and Warning Systems) compute depression angles from radar returns to alert pilots if terrain rises faster than the aircraft's descent profile. The math is the same; the consequences differ.

Tip

Survey-grade instruments report angles in degrees-minutes-seconds (DMS). 21° 48' 5" equals 21.8013°. Most calculators want decimal degrees, so convert before computing: degrees + minutes/60 + seconds/3600.

Angle of depression in construction

Roof framers, deck builders, and drainage installers all use depression angles, usually disguised as slopes or pitches.

  • Roof pitch: X-in-12 means tan(θ) = X / 12. A 6:12 roof is 26.6° of slope.
  • Wheelchair ramps: ADA caps the angle at arctan(1/12) = 4.76° for new construction.
  • Driveway grade: Most municipal codes cap at 15%, or about 8.5° of depression.
  • Pipe drain slope: 1/4 inch per foot is 1.19° — enough to flow, low enough to keep solids moving.
  • Subdivision streets: Maximum slope often 12%, about 6.8°.
  • Stair angles: A 7-inch rise over 11-inch tread is 32.5°, near the upper IBC limit.

Worked examples

A roofer stands on the eave 4 m above the ground and spots a discarded tile 12 m out on the lawn. Angle of depression = arctan(4 / 12) = 18.4°. The line of sight is √(16 + 144) = 12.65 m.

An ergonomist designs a workstation. The monitor center sits 50 cm in front of the user, and the user's eye is 15 cm above monitor center. The viewing angle is arctan(15 / 50) = 16.7° below horizontal — within the 15° to 20° comfort range recommended by NIOSH for sustained screen work.

Don't mix slope distance with horizontal distance

The depression formula uses the horizontal run, not the line-of-sight distance. A rangefinder gives you the hypotenuse; tape stretched along the ground gives you the adjacent side. If you only have slope distance s and the angle, convert: d = s · cos(θ) for horizontal, h = s · sin(θ) for height.

Common angle-of-depression mistakes

The same four errors show up in homework, on construction sites, and in survey reports.

  • Sin vs. tan confusion: Use tan for h/d. sin maps to height / line-of-sight.
  • Degrees vs. radians: JavaScript's Math.tan expects radians. 30 degrees × π/180 = 0.524 rad.
  • Absolute vs. relative height: The h in the formula is the difference, not the observer's altitude above sea level.
  • Eye height ignored: A 1.7 m surveyor on flat ground sees a target on the ground at θ = arctan(1.7 / d). Eye height matters at short ranges.
  • Adding depression and elevation: They are equal, not additive. Don't sum them to "total" any angle.
  • Treating distance as line of sight: Always clarify whether your distance is horizontal or sloped before computing.

Rules of thumb and quick angles

For mental math, four anchor angles cover most situations:

Anchor angles and ratios
tan 5.7° = 0.10 (10% grade)
tan 14° ≈ 0.25 (1:4)
tan 26.6° = 0.50 (1:2, 6:12 roof)
tan 30° = 0.577
tan 45° = 1.000 (12:12 roof)
tan 60° = 1.732

For very small angles (under 6°), the approximation tan θ ≈ θ in radians works to better than 1% accuracy. Useful when sketching site grades by hand. Beyond 45°, distance changes faster than height and the geometry gets sensitive — small input errors yield big angle changes.

FAQ

The angle below the horizontal line at the observer's eye level, down to a target. If you stand on a balcony 2.5 m above the street and look down at a parked car 10 m away, the angle of depression is arctan(2.5 / 10) = 14°.
They are numerically equal for the same two points, but they describe opposite viewpoints. The depression is the angle the higher observer looks down. The elevation is the angle the lower observer looks up. Both equal arctan(h/d).
From the horizontal — the line through your eye that is parallel to flat ground. 0° means the target is on the horizon. 90° means it is directly below you. Real-world depression angles for buildings and roads sit between 5° and 45°.
Because the inputs you usually know (vertical rise and horizontal distance) form the opposite and adjacent sides of the right triangle. tan = opposite / adjacent maps directly to h/d. sin and cos require the hypotenuse (line of sight), which is rarely given.
Road grade is the percent slope: rise / run × 100. A 10% grade is tan(θ) = 0.10, so θ ≈ 5.7°. Roof pitch X-in-12 means tan(θ) = X/12. A 6:12 roof has θ = arctan(6/12) = 26.6° of depression looking down the slope.
No. The angle is bounded between 0° and 90°. 0° means the target is exactly at your eye-line. 90° means directly below. Values above 90° would imply you are looking behind you, which is a different measurement.
The slope distance from observer to target — the hypotenuse s = sqrt(h² + d²). For 20 m height and 50 m distance, the line of sight is sqrt(400 + 2500) = 53.85 m. This is the actual length a laser rangefinder would measure.
Yes — total stations and theodolites measure vertical (zenith) angles, which convert directly into angles of depression below the horizontal. The same trig calculates building heights, ground elevations, and tower clearances every day on construction sites.