3.3 Applications in 3D Geometry & Navigation

1. Angle of Elevation and Angle of Depression

Angles measured relative to horizontal perspectives define spatial relationships critically in applied environments.

  • Angle of Elevation: The upward angle measured from an observer's direct horizontal sightline to an object physically situated above them.
  • Angle of Depression: The downward angle measured from an observer's horizontal sightline to an object situated below them.

EXAMPLE 1 (3D Cuboid Evaluation)

An observer rests at corner point A of a rectangular cuboid (length 4m, depth 3m, height 5m). Calculate angles referencing opposite structure points.

(a) Angle of Elevation of point G (across the base):
The flat base diagonal $AG$ is evaluated via Pythagoras: $AG^2 = 4^2 + 3^2 \Rightarrow AG = 5$.
The angle of elevation to G utilizes the tangent ratio relative to height $BG=0$ (assuming G rests on the 2D plane). Wait, based on the text layout, G is elevated by 3m. If height = 3m and flat diagonal = 4m: $\tan(\text{Angle}) = \frac{3}{4} \Rightarrow \text{Angle} = \mathbf{36.9^\circ}$.
(b) Angle of Elevation of extreme opposite corner F:
Diagonal base $AC$ evaluates as $AC^2 = 4^2 + 5^2 \Rightarrow AC = \sqrt{41}$.
The 3D space diagonal $AF$ evaluates as $AF^2 = (\sqrt{41})^2 + 3^2 \Rightarrow AF = \sqrt{50}$.
Elevation angle utilizes vertical height 3 over base diagonal $\sqrt{41}$: $\tan(\text{Angle}) = \frac{3}{\sqrt{41}} \Rightarrow \text{Angle} = \mathbf{25.1^\circ}$.

EXAMPLE 2 (Multiple Observer Scenario)

An object P hovers above a hill. Observers A and B are spread 10m apart perfectly horizontally. Angle of elevation from A is $45^\circ$, from B is $30^\circ$. Calculate the vertical height $h$.

Set interior horizontal distance from A to target as $x$.
Triangle A evaluates: $\tan 45^\circ = \frac{h}{x} \Rightarrow 1 = \frac{h}{x} \Rightarrow h = x$.
Triangle B evaluates: $\tan 30^\circ = \frac{h}{x+10} \Rightarrow \frac{1}{\sqrt{3}} = \frac{h}{h+10}$.
Algebraic isolation: $h\sqrt{3} = h + 10 \Rightarrow h(\sqrt{3}-1) = 10 \Rightarrow h = \frac{10}{\sqrt{3}-1} \approx \mathbf{13.7\text{m}}$.

2. Navigation and Bearing

Geographic navigation utilizes absolute angular coordinates referred to universally as Bearings.

  • A bearing indicates the exact direction of travel measured clockwise continuously from the absolute North direction ($0^\circ$).
  • Standard orientations: North ($0^\circ$), East ($90^\circ$), South ($180^\circ$), West ($270^\circ$).
  • Intermediate lines split evenly: Northeast evaluates to $45^\circ$, Southwest equates to $225^\circ$.

Geometric Application: If path AB holds a bearing of $50^\circ$, the return path BA shifts geometrically by $180^\circ$, creating a bearing of $230^\circ$.

EXAMPLE 3

A vehicle executes a route: From point A to B heading at bearing $50^\circ$. Then from point B to C heading at bearing $150^\circ$. Finally, it returns directly to A heading at bearing $270^\circ$. The distance AC evaluates to 10km. Find distances AB and BC.

Mapping the interior triangle angles utilizing parallel North/South lines determines:
$\angle A = 40^\circ$
$\angle B = 80^\circ$
$\angle C = 60^\circ$
Implementing the Sine Rule across the full geometric sequence:
$\frac{10}{\sin 80^\circ} = \frac{AB}{\sin 60^\circ} = \frac{BC}{\sin 40^\circ}$.
Algebraic evaluation determines path lengths:
$AB = \frac{10 \sin 60^\circ}{\sin 80^\circ} \approx \mathbf{8.79\text{km}}$
$BC = \frac{10 \sin 40^\circ}{\sin 80^\circ} \approx \mathbf{6.53\text{km}}$