Heights and Distances for NDA — Angles of Elevation and Depression

intermediate 18 min read

Concept

Heights and distances is applied trigonometry — you use ratios of sides in right-angled triangles to find lengths and angles that cannot be measured directly. A surveyor cannot walk up a cliff face to measure it; an air-traffic controller cannot pull a tape measure to a plane. Instead, they measure an angle and a horizontal or slant distance, then let tan, sin, or cos do the rest.

Two angles define everything here:

Here is the analogy that sticks — think of yourself standing on flat ground and holding a horizontal stick at eye level. If you tilt the stick upward to point at a hilltop, the tilt angle is the angle of elevation. If you tilt it downward to point at a boat on the sea below, that tilt is the angle of depression. In both cases, the stick started perfectly horizontal.

One geometric fact you must never forget: the angle of elevation from point A to point B equals the angle of depression from point B to point A. They are alternate interior angles when a transversal cuts two parallel lines (the horizontal at each level). This symmetry rescues you in problems that describe the view from the top of a tower.

The core equation for almost every problem is:

tan(θ)=perpendicular (vertical height)base (horizontal distance)\tan(\theta) = \frac{\text{perpendicular (vertical height)}}{\text{base (horizontal distance)}}

When the angle is not 30°, 45°, or 60° — and NDA does throw uncommon angles — you reach for sin or cos directly, and that is when the half-angle and compound-angle formulas become the real tools being tested, not the "heights and distances" concept itself.


Deep Dive

The Basic Setup

Draw the scene before writing a single equation. Every heights-and-distances problem has:

  1. One or more observation points (ground level or elevated).
  2. One or more objects whose height or distance is unknown.
  3. Known angles (of elevation/depression) and at least one known length.

Label all unknowns with single letters. If the tower height is h and the base distance is d, you get one equation per observation point. Two unknowns need two equations — standard system of simultaneous equations.

Standard Angle Values You Must Know Cold

| Angle | sin | cos | tan | |-------|-----|-----|-----| | 30° | 1/2 | √3/2 | 1/√3 | | 45° | 1/√2 | 1/√2 | 1 | | 60° | √3/2 | 1/2 | √3 |

If NDA gives you 22.5°, 67.5°, or 15°, they are testing half-angle formulas — not standard values. Recognise this immediately and switch tools.

Half-Angle Formulas — The NDA Differentiator

These appear in NDA when angles like 67.5° (= 135°/2) show up:

sinθ2=1cosθ2,cosθ2=1+cosθ2\sin\frac{\theta}{2} = \sqrt{\frac{1 - \cos\theta}{2}}, \quad \cos\frac{\theta}{2} = \sqrt{\frac{1 + \cos\theta}{2}}

So sin 67.5° = cos 22.5° (since 67.5° + 22.5° = 90°), and:

cos22.5°=1+cos45°2=1+222=2+24=2+22\cos 22.5° = \sqrt{\frac{1 + \cos 45°}{2}} = \sqrt{\frac{1 + \frac{\sqrt{2}}{2}}{2}} = \sqrt{\frac{2 + \sqrt{2}}{4}} = \frac{\sqrt{2 + \sqrt{2}}}{2}

Multi-Point Problems (Collinear Observation)

This is the NDA favourite. Three or more observers on the same horizontal line look at the same tower top. You get one tan equation per observer, all involving the same height h.

Let the tower foot be N, height MN = h. Observers at P, Q, R with angles 30°, 45°, 60°:

PN=hcot30°=h3,QN=hcot45°=h,RN=hcot60°=h3PN = h\cot 30° = h\sqrt{3}, \quad QN = h\cot 45° = h, \quad RN = h\cot 60° = \frac{h}{\sqrt{3}}

Since P, Q, R, N lie on the same line with P farthest from N:

PQ=PNQN=h(31)=a    h=a31=a(3+1)2PQ = PN - QN = h(\sqrt{3} - 1) = a \implies h = \frac{a}{\sqrt{3}-1} = \frac{a(\sqrt{3}+1)}{2}

QR=QNRN=h(113)=h(31)3=b    h=b331=b(3+3)2QR = QN - RN = h\left(1 - \frac{1}{\sqrt{3}}\right) = \frac{h(\sqrt{3}-1)}{\sqrt{3}} = b \implies h = \frac{b\sqrt{3}}{\sqrt{3}-1} = \frac{b(3+\sqrt{3})}{2}

Then PN = h√3 and MN = h. Substitute and simplify. The rationalisation step (multiply by (√3+1)/(√3+1)) is where most errors happen.

Angle Difference Problems

When you observe two objects from the same point and the question asks for the angle between the two lines of sight (say, from M to the chimney top R and from M to the smoke top Q), use the tangent subtraction formula:

tan(αβ)=tanαtanβ1+tanαtanβ\tan(\alpha - \beta) = \frac{\tan\alpha - \tan\beta}{1 + \tan\alpha \tan\beta}

This is not just a formula — it is the only efficient route. Never try to work these out geometrically without it.

Bearing and 3D Extensions

NDA occasionally places observers not in a straight line but at known distances from a tower base in different directions. In such cases the "base" of your right triangle is a diagonal of a rectangle or the hypotenuse of a horizontal right triangle. Use Pythagoras first to find the horizontal distance, then apply tan.

Key Structural Moves


Memory Tricks & Shortcuts

patternELEVATION UP, DEPRESSION DOWN

When you see "angle of elevation", the object is above you — draw the angle opening upward from horizontal. When you see "angle of depression", the object is below you — the angle opens downward. Never swap these. A quick check: if the problem says a cliff observer sees a boat, the observer uses depression; the boat observer (if asked to look back) uses elevation. Standard method: students re-read the problem 3-4 times to check which is which (30s). With this visual rule: 5s.

patternCOT is your best friend in tower problems

When the unknown is a horizontal distance d and you know height h and angle θ, write d = h cot θ directly instead of tan θ = h/d and then solving for d. This removes one algebraic inversion step per equation. In a 3-observer collinear problem, you write three cot expressions immediately and subtract — standard inversion approach: 6 steps per equation × 3 equations = 18 steps. cot approach: 3 steps total before subtraction.

patternSpot the half-angle instantly

If the angle given is not a multiple of 15° that maps to a standard value, check whether it is exactly half of a standard angle. 67.5° = 135°/2, 22.5° = 45°/2, 15° = 30°/2. Once you recognise this, immediately write the half-angle formula. Students who miss this spend 3-4 minutes trying to decompose the angle other ways. Recognition takes under 5 seconds and the formula produces the answer in 4 lines.

eliminationRationalise before substituting

After you find h in terms of the known quantity (say a or b), rationalise the denominator before plugging h into any further expression. Example: h = a/(√3-1) → rationalise to h = a(√3+1)/2 → now compute PN = h√3 = a√3(√3+1)/2 = a(3+√3)/2. If you skip rationalisation and carry h = a/(√3-1) into h√3, you get a√3/(√3-1) and rationalising that expression takes twice the work. Steps saved: approximately 4 per substitution.

substitutionTangent subtraction for angle-between-lines problems

When asked for the angle between two lines of sight from a single observer, do not attempt to construct a new triangle. Compute tan α and tan β for each line of sight (both trivially computable from the right triangles), then apply tan(α−β) = (tan α − tan β)/(1 + tan α · tan β). This converts a geometry problem into a pure arithmetic problem in one substitution. Standard geometric construction approach: 8-10 steps with potential diagram errors. Formula substitution: 3 arithmetic steps.


Fast-Solving Framework

Read the problem and answer these questions in order:

  1. How many observation points? One → single right triangle, one equation. Two or more → system of equations.

  2. Are they collinear? Yes → use cot notation, subtract expressions for distances, solve for h. No → find horizontal distances separately using Pythagoras first.

  3. Is the angle standard (30°/45°/60°)? Yes → use table values. No → is it half of a standard angle? Yes → half-angle formula. Is it a difference of standard angles? Yes → subtraction formula.

  4. What is the question asking for? Height → express h directly. Horizontal distance → use h cot θ. An angle → find both tan values and apply the subtraction formula.

  5. Before final answer: Check that larger angles correspond to points closer to the base. Rationalise all surds. Verify the answer has the correct units (km, m — whichever the question uses).

Typical NDA heights-and-distances problem: 3-4 minutes using this flow. Do not start computing before completing step 1-2, or you will set up the wrong number of equations.


Solved PYQs

Why this question: This problem tests whether you recognise 67.5° as a half-angle situation and can apply the half-angle formula for sin (or equivalently cos after complementary angle conversion). Many candidates pick option (d) after an arithmetic slip in the formula.

Previous Year Questionपिछले वर्ष का प्रश्न2026
A plane is observed to be approaching the airport. It is at a distance of 10 km from the point of observation and makes an angle of elevation of 67.5°. What is the height of the plane above the ground?
  1. 10√(2+√2) km
  2. 10√(2-√2) km
  3. 5√(2+√2) km
  4. 5√(2-√2) km
Solutionसमाधान
Height = 10 sin 67.5°. sin 67.5° = cos 22.5° = √((1+cos 45°)/2) = √((1+√2/2)/2) = √((2+√2)/4) = √(2+√2)/2. So height = 10 · √(2+√2)/2 = 5√(2+√2). This is option (c). Note: Verifying — sin 67.5° = √(2+√2)/2, so height = 5√(2+√2) km, option (c).

Solving path: The distance 10 km is the slant distance from the observation point to the plane (not the horizontal ground distance). So height = 10 sin 67.5°. Convert: sin 67.5° = cos 22.5° (complementary angles). Apply the half-angle formula with θ = 45°:

cos22.5°=1+cos45°2=1+222=2+24=2+22\cos 22.5° = \sqrt{\frac{1 + \cos 45°}{2}} = \sqrt{\frac{1 + \frac{\sqrt{2}}{2}}{2}} = \sqrt{\frac{2 + \sqrt{2}}{4}} = \frac{\sqrt{2+\sqrt{2}}}{2}

Therefore height =10×2+22=52+2= 10 \times \frac{\sqrt{2+\sqrt{2}}}{2} = 5\sqrt{2+\sqrt{2}} km. This is option (c).


Why this question: This is a three-point collinear observation problem testing cot manipulation and rationalisation in the same calculation. It appeared as a two-part question in 2025 — Part 1 asks for PN, Part 2 asks for MN. Efficient setup makes both parts trivial.

Previous Year Questionपिछले वर्ष का प्रश्न2025
The top (M) of a tower is observed from three points P, Q and R lying in a horizontal straight line which passes directly along the foot (N) of the tower. The angles of elevations of M from P, Q and R are 30°, 45° and 60° respectively. Let PQ = a and QR = b. What is PN equal to?
  1. ((3-√3)/2)a
  2. ((3+√3)/2)a
  3. ((3-√3)/4)a
  4. ((3+√3)/4)a
Solutionसमाधान
Let MN = h. From P: tan30° = h/PN, so PN = h√3. From Q: tan45° = h/QN, so QN = h. From R: tan60° = h/RN, so RN = h/√3. PQ = PN - QN = h√3 - h = h(√3 - 1) = a, giving h = a/(√3-1) = a(√3+1)/2. Therefore PN = h√3 = a√3(√3+1)/2 = a(3+√3)/2.

Solving path: Let MN = h (tower height). Write horizontal distances using cot:

PN=hcot30°=h3,QN=hcot45°=h,RN=hcot60°=h3PN = h\cot 30° = h\sqrt{3}, \quad QN = h\cot 45° = h, \quad RN = h\cot 60° = \frac{h}{\sqrt{3}}

Since P, Q, R are in order away from N: PQ = PN − QN = h√3 − h = h(√3 − 1) = a.

Rationalise: h=a31×3+13+1=a(3+1)2h = \frac{a}{\sqrt{3}-1} \times \frac{\sqrt{3}+1}{\sqrt{3}+1} = \frac{a(\sqrt{3}+1)}{2}

Then PN=h3=a3(3+1)2=a(3+3)2PN = h\sqrt{3} = \frac{a\sqrt{3}(\sqrt{3}+1)}{2} = \frac{a(3+\sqrt{3})}{2}. Answer: option (b).


Why this question: The continuation of the same diagram for MN. Having already found h in the previous part, this part requires using the QR = b relation to express the same h differently — the two expressions for h are consistent but the question asks you to express MN in terms of b, not a.

Previous Year Questionपिछले वर्ष का प्रश्न2025
The top (M) of a tower is observed from three points P, Q and R lying in a horizontal straight line which passes directly along the foot (N) of the tower. The angles of elevations of M from P, Q and R are 30°, 45° and 60° respectively. Let PQ = a and QR = b. What is MN equal to?
  1. ((3+√3)/2)b
  2. ((3-√3)/2)b
  3. ((3-√3)/4)b
  4. ((3+√3)/4)b
Solutionसमाधान
Using QN = h and RN = h/√3, we have QR = QN - RN = h - h/√3 = h(√3-1)/√3 = b. So h = b√3/(√3-1) = b√3(√3+1)/2 = b(3+√3)/2. Therefore MN = (3+√3)b/2.

Solving path: From the same diagram: QR=QNRN=hh3=h(313)=bQR = QN - RN = h - \frac{h}{\sqrt{3}} = h\left(\frac{\sqrt{3}-1}{\sqrt{3}}\right) = b

So h=b331×3+13+1=b3(3+1)2=b(3+3)2h = \frac{b\sqrt{3}}{\sqrt{3}-1} \times \frac{\sqrt{3}+1}{\sqrt{3}+1} = \frac{b\sqrt{3}(\sqrt{3}+1)}{2} = \frac{b(3+\sqrt{3})}{2}

Therefore MN=h=(3+3)b2MN = h = \frac{(3+\sqrt{3})b}{2}. Answer: option (a).


Why this question: This problem layers a chimney problem with a smoke column and asks for the angle between two lines of sight — a pure tangent-subtraction problem disguised as a heights-and-distances scenario. Missing the formula and trying a geometric approach costs 4-5 minutes.

Previous Year Questionपिछले वर्ष का प्रश्न2025
A man at M, standing 100 m away from the base (P) of a chimney of height 50 m, observes the angle of elevation of the highest point (Q) of the smoke to be 45°. The highest point of the chimney is at R. Further P, R and Q are in a straight line and the straight line is perpendicular to PM. What is the angle RMQ equal to?
  1. tan⁻¹(1/2)
  2. tan⁻¹(1/3)
  3. tan⁻¹(2/3)
  4. tan⁻¹(3/4)
Solutionसमाधान
PM = 100, PR = 50 (chimney height). Q is the highest point of smoke directly above P (since P,R,Q collinear and perpendicular to PM). Angle QMP = 45°, so PQ = 100. Angle RMP = tan⁻¹(50/100) = tan⁻¹(1/2). Angle RMQ = QMP - RMP = 45° - tan⁻¹(1/2). Using tan(RMQ) = (1 - 1/2)/(1 + 1·1/2) = (1/2)/(3/2) = 1/3. So angle RMQ = tan⁻¹(1/3).

Solving path: Set up coordinates with P at origin, M at (−100, 0) (100 m from base P along the ground). Chimney top R is at (0, 50). Q (smoke top) is directly above P on the line PR extended, and angle QMP = 45°, so PQ = PM = 100, placing Q at (0, 100).

From M: tan(QMP)=PQPM=100100=1\tan(\angle QMP) = \frac{PQ}{PM} = \frac{100}{100} = 1, so QMP=45°\angle QMP = 45°. ✓

From M: tan(RMP)=PRPM=50100=12\tan(\angle RMP) = \frac{PR}{PM} = \frac{50}{100} = \frac{1}{2}, so RMP=tan1 ⁣(12)\angle RMP = \tan^{-1}\!\left(\frac{1}{2}\right).

Now RMQ=QMPRMP=45°tan1 ⁣(12)\angle RMQ = \angle QMP - \angle RMP = 45° - \tan^{-1}\!\left(\frac{1}{2}\right).

Apply tangent subtraction with tan(45°)=1\tan(45°) = 1 and tan ⁣(tan112)=12\tan\!\left(\tan^{-1}\frac{1}{2}\right) = \frac{1}{2}:

tan(RMQ)=1121+112=1232=13\tan(\angle RMQ) = \frac{1 - \frac{1}{2}}{1 + 1 \cdot \frac{1}{2}} = \frac{\frac{1}{2}}{\frac{3}{2}} = \frac{1}{3}

Therefore RMQ=tan1 ⁣(13)\angle RMQ = \tan^{-1}\!\left(\frac{1}{3}\right). Answer: option (b).


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →