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°.
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:
θ = arctan(h / d) solve for angleh = d · tan(θ) solve for heightd = h / tan(θ) solve for distances = √(h² + d²) line of sightThe 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.
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.
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:
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.577tan 45° = 1.000 (12:12 roof)tan 60° = 1.732For 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.