EASA / CAR Part-66 · Module 1 · 1.3 Geometry · Cat B1/B2

Rectangular & Polar Coordinates

Objective: one point, two ways of naming it. Drag the point and watch its rectangular pair (x, y) and its polar pair (r, θ) update together, then convert between them by hand and check yourself.

The point in both systemsdrag the point

r
0
θ
0°
x = r cosθ
0
y = r sinθ
0
r = √(x² + y²)  ·  θ = tan⁻¹(y / x)  ·  x = r cosθ  ·  y = r sinθ

Rectangular says how far along and how far up; polar says how far and in what direction. Neither is more correct. Rectangular suits anything laid out on a grid, polar suits anything measured as a bearing and a distance, which is why navigation and vector work use it.

Converting to polar is Pythagoras plus an inverse tangent. The distance r is the hypotenuse of the triangle made by x and y, and the angle comes from the ratio of the two sides.

Watch the quadrant when you use tan⁻¹. A calculator returns an angle between −90° and +90°, so for points to the left of the axis you must add 180° to land in the right quadrant. This simulation does that correction, and the readout shows the true bearing.