Heights and distances problems — angle of elevation/depression setup

medium CBSE 4 min read

Question

From the top of a 45 m tall building, the angle of depression to the base of a tower is 30° and to the top of the tower is 60°. Find the height of the tower and the distance between the building and the tower.

(CBSE Class 10 pattern)


Solution — Step by Step

Let the building height = AB = 45 m, tower height = CD = h, and horizontal distance = BD = x.

The angle of depression to the base of the tower = 30° (looking down from A to D). The angle of depression to the top of the tower = 60° (looking down from A to C).

flowchart TD
    A["Heights & Distances\nProblem Setup"] --> B["Step 1: Draw figure\nwith all angles"]
    B --> C["Step 2: Angle of depression\n= Angle of elevation\n(alternate angles)"]
    C --> D["Step 3: Identify right\ntriangles"]
    D --> E["Step 4: Use tan for\nopposite/adjacent"]
    E --> F["Step 5: Solve\nsimultaneous equations"]

Key fact: angle of depression from A to D equals the angle of elevation from D to A (alternate interior angles with the horizontal).

In triangle ABD (right angle at B):

tan30°=ABBD=45x\tan 30° = \frac{AB}{BD} = \frac{45}{x} x=45tan30°=451/3=453 mx = \frac{45}{\tan 30°} = \frac{45}{1/\sqrt{3}} = 45\sqrt{3} \text{ m}

Wait — let us re-examine. The angle of depression to the base D is 30°, so the angle of elevation from D to A is 30°.

tan30°=45x    x=453\tan 30° = \frac{45}{x} \implies x = 45\sqrt{3}

Let E be the point on the building at the same height as the top of the tower C. Then AE = 45 - h (the difference in heights), and ED = x (horizontal distance, same as BD).

Angle of depression to the top of the tower is 60°:

tan60°=AEED=45hx\tan 60° = \frac{AE}{ED} = \frac{45 - h}{x} 3=45h453\sqrt{3} = \frac{45 - h}{45\sqrt{3}} 45h=453×3=45×3=13545 - h = 45\sqrt{3} \times \sqrt{3} = 45 \times 3 = 135

This gives h=45135=90h = 45 - 135 = -90, which is negative — something is off. Let us re-read the angles.

Actually, the angle of depression to the base is 60° and to the top is 30° (the base is further down, so larger depression angle). Let me correct.

Angle of depression to base of tower (D) = 60° → tan60°=45/x\tan 60° = 45/xx=45/3=153x = 45/\sqrt{3} = 15\sqrt{3} m.

Angle of depression to top of tower (C) = 30° → tan30°=(45h)/x\tan 30° = (45-h)/x

13=45h153\frac{1}{\sqrt{3}} = \frac{45-h}{15\sqrt{3}} 45h=153×13=1545 - h = 15\sqrt{3} \times \frac{1}{\sqrt{3}} = 15 h=4515=30 mh = 45 - 15 = \mathbf{30 \text{ m}}

Distance between buildings: x=15325.98 mx = 15\sqrt{3} \approx \mathbf{25.98 \text{ m}}


Why This Works

Heights and distances problems always reduce to finding sides of right triangles using trigonometric ratios. The angle of depression (from a higher point looking down) equals the angle of elevation (from the lower point looking up) because they are alternate interior angles between the horizontal line of sight and the line joining the two points.

We use tan\tan most often because heights and distances problems typically give vertical (opposite) and horizontal (adjacent) sides — and tan=opposite/adjacent\tan = \text{opposite}/\text{adjacent}.


Alternative Method — Using sin or cos Instead

If the problem gives the slant distance (line of sight) instead of horizontal distance, use sin\sin or cos\cos:

  • sinθ=height/slant distance\sin\theta = \text{height}/\text{slant distance}
  • cosθ=horizontal/slant distance\cos\theta = \text{horizontal}/\text{slant distance}

In CBSE Class 10, always draw the diagram first and mark all angles. Use 3\sqrt{3} values: tan30°=1/3\tan 30° = 1/\sqrt{3}, tan45°=1\tan 45° = 1, tan60°=3\tan 60° = \sqrt{3}. These three cover almost every problem. Keep your answer in surd form (15315\sqrt{3}) unless the question asks for a decimal approximation.


Common Mistake

The most common error: confusing angle of depression with angle of elevation in the diagram. The angle of depression is measured from the horizontal (line of sight) downward. Students sometimes measure it from the vertical, which gives the complement of the actual angle. Always draw the horizontal line from the observer’s eye level and measure the angle below it.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next