-5-5-4-4-3-3-2-2-1-11122334455u (Airspeed)v (Wind)w (Resultant)
West / East (X)South / North (Y)

Flight Dashboard

Ground Navigation Vectors
Engine Heading Vector (kยทu)
3.2km/h
Dir: 18ยฐ (Coordinates: [3.0, 1.0])
True Ground Path (w)
4.5km/h
Heading: 63ยฐ (Coordinates: [2.0, 4.0])
Tip: Drag the blue and pink handles on the grid directly to change the airspeed and wind vector offsets!

Variable Adjuster

Airspeed X (uโ‚“)3 km/h
-55
Airspeed Y (u_y)1 km/h
-55
Wind X (vโ‚“)-1 km/h
-55
Wind Y (v_y)3 km/h
-55
Engine Scale (k)1
-22

Auto-Sweep Engine

2x

Vector Operations

VECT

Vectors have magnitude and direction. In aviation, the actual ground path (w) is the vector addition of the plane's engine heading (u) and the wind drift (v). Multiplying u by scalar k scales the engine thrust.

wโƒ—=kuโƒ—+vโƒ—=[kux+vxkuy+vy]\begin{aligned}\vec{w} = k\vec{u} + \vec{v} = \begin{bmatrix} ku_x + v_x \\ ku_y + v_y \end{bmatrix}\end{aligned}

Whiteboard Solver Steps

Step 1

Evaluate Heading Vector (u) & Wind Vector (v)

Visual Guide: - Vector u (Blue arrow) represents the plane's airspeed velocity vector, showing its heading and engine power. - Vector v (Pink arrow) represents the wind velocity vector, blowing at an angle. Why this matters: - In 2D space, navigation requires tracking independent components (horizontal xx and vertical yy). The length of the arrow shows speed, and its direction shows heading. - Without vectors, calculating navigation paths under wind drift requires complex trigonometry equations for every course change, which is extremely tedious.

uโƒ—=[3.01.0],vโƒ—=[โˆ’1.03.0]\begin{aligned}\vec{u} = \begin{bmatrix} 3.0 \\ 1.0 \end{bmatrix}, \quad \vec{v} = \begin{bmatrix} -1.0 \\ 3.0 \end{bmatrix}\end{aligned}
Step 2

Apply Engine Power Scalar (k)

Visual Guide: - The scaled vector kยทu represents adjusted engine power. Concept: - Multiplying a vector by a number (scalar) changes its length without changing its structural line. - If k=1.00k = 1.00 is positive, the vector stretches or shrinks in the same direction. If k<0k < 0, the vector reverses direction (like reverse thrust). - Without scalar multiplication, we wouldn't have a simple algebraic way to scale force or speed without re-calculating the entire geometry from scratch.

kuโƒ—=1.00[3.01.0]=[3.001.00]\begin{aligned}k \vec{u} = 1.00 \begin{bmatrix} 3.0 \\ 1.0 \end{bmatrix} = \begin{bmatrix} 3.00 \\ 1.00 \end{bmatrix}\end{aligned}
Step 3

Construct Resultant Ground Path (w = kยทu + v)

Visual Guide: - The resultant path w is drawn in Purple. - Notice the dashed pink line: it starts at the tip of the blue arrow and leads to the tip of the purple arrow. This is the Tip-to-Tail addition method. Real-World Utility: - In aviation and marine navigation, the true direction of a vessel is the vector sum of its thrust and the surrounding current or wind drift. - Vectors simplify this into simple addition: we add the xx-components together and the yy-components together, yielding the exact ground speed (4.47 km/h4.47\text{ km/h}) and true direction (63.4โˆ˜63.4^\circ).

wโƒ—=kuโƒ—+vโƒ—=[3.001.00]+[โˆ’1.03.0]=[2.004.00]\begin{aligned}\vec{w} = k\vec{u} + \vec{v} = \begin{bmatrix} 3.00 \\ 1.00 \end{bmatrix} + \begin{bmatrix} -1.0 \\ 3.0 \end{bmatrix} = \begin{bmatrix} 2.00 \\ 4.00 \end{bmatrix}\end{aligned}