Accedmychevron_right11thchevron_rightmathchevron_rightVectors In Spacechevron_rightVectors in Space (Introduction)

Vectors in Space (Introduction)

auto_storiesAcademic Material

Vectors, magnitude, direction, and basic 3D representation.

14.1 Vector idea

A vector has:

  • magnitude (length)
  • direction

In 3D we often write a vector as:

TEXT
v = <a, b, c>

14.2 Magnitude

TEXT
|v| = √(a^2 + b^2 + c^2)