🌱 Tony's Memex Tony's Intertwingled Memex
Digital Garden | OER Curriculum
Home / Digital Garden / Vectors

Vectors

📊 Interactive Desmos Graph Open in Desmos ↗
Core Definition

A mathematical object characterized by both a magnitude (length) and a direction. Algebraically represented by components relative to standard axes, written as v=⟨v1,v2,v3⟩\mathbf{v} = \langle v_1, v_2, v_3 \rangle in 3D cartesian coordinates.

Concept Explanation

Unlike scalars (which only represent quantity), vectors establish direction in coordinate space. Addition of vectors coordinates spatial combining (head-to-tail), and multiplication by scalars scales magnitude without changing orientation (unless the scalar is negative).

Visual / Geometric Intuition

Interactive Desmos Graph

Engineering Applications

Everywhere in force analysis. Mechanical engineers use vectors to resolve load weights on bridges, electrical engineers use vectors to define electromagnetic fields, and dynamics systems track motion trajectories using velocity and acceleration vectors.

Example Problem

Find the magnitude and unit vector in the direction of v=⟨3,−4,0⟩\mathbf{v} = \langle 3, -4, 0 \rangle.

Solution

Step 1: Find the magnitude ∣v∣|\mathbf{v}|

∣v∣=32+(−4)2+02=9+16=5|\mathbf{v}| = \sqrt{3^2 + (-4)^2 + 0^2} = \sqrt{9 + 16} = 5

Step 2: Find the unit vector u\mathbf{u}

u=v∣v∣=15⟨3,−4,0⟩=⟨35,−45,0⟩\mathbf{u} = \frac{\mathbf{v}}{|\mathbf{v}|} = \frac{1}{5}\langle 3, -4, 0 \rangle = \left\langle \frac{3}{5}, -\frac{4}{5}, 0 \right\rangle


Connections & References