Fiveable

๐Ÿ”ทHonors Geometry Unit 14 Review

QR code for Honors Geometry practice questions

14.1 Vector basics and operations

14.1 Vector basics and operations

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ”ทHonors Geometry
Unit & Topic Study Guides
Pep mascot

Vector Fundamentals

Vectors describe quantities that have both a size and a direction. Unlike regular numbers (scalars), which only tell you "how much," vectors also tell you "which way." This makes them essential for representing things like forces, velocities, and displacements in geometry and physics.

Graphically, a vector is drawn as an arrow. The tail is the starting point, and the head (the tip of the arrow) is the ending point. The arrow's length represents the vector's magnitude, and the way it points represents its direction.

Pep mascot
more resources to help you study

Properties of Geometric Vectors

  • Magnitude is the length of the vector, measured as the distance from the initial point to the terminal point.
  • Direction is the orientation of the vector in space, typically described as an angle relative to the positive x-axis.
  • Two vectors are equivalent if they have the same magnitude and direction, regardless of where they're positioned. You can slide a vector anywhere in the plane without changing it, as long as you don't rotate or resize it.
  • Parallel vectors point in the same (or exactly opposite) direction but can differ in magnitude. Scaling a vector changes its length while keeping its direction.
  • The zero vector has a magnitude of zero and no defined direction. It's represented as a point rather than an arrow, and it acts as the identity element for vector addition (adding it to any vector leaves that vector unchanged).
Properties of geometric vectors, Scalars and Vectors โ€“ University Physics Volume 1

Vector Operations

Properties of geometric vectors, Vectors | Boundless Physics

Vector Addition and Subtraction

There are two main ways to add vectors: graphically and algebraically.

Graphical addition (tip-to-tail method):

  1. Draw the first vector.
  2. Place the tail of the second vector at the head of the first vector.
  3. The resultant vector runs from the tail of the first vector to the head of the second vector.

This is called the triangle law of vector addition because the two original vectors and the resultant form a triangle.

Algebraic addition:

Express each vector as an ordered pair (a,b)(a, b) in a 2D coordinate system, then add corresponding components:

(a1,b1)+(a2,b2)=(a1+a2,โ€…โ€Šb1+b2)(a_1, b_1) + (a_2, b_2) = (a_1 + a_2,\; b_1 + b_2)

For example, (3,2)+(โˆ’1,5)=(2,7)(3, 2) + (-1, 5) = (2, 7).

Graphical subtraction:

To subtract bโƒ—\vec{b} from aโƒ—\vec{a}, reverse the direction of bโƒ—\vec{b} (flip the arrow) and then add it to aโƒ—\vec{a} using the tip-to-tail method. The resultant runs from the tail of aโƒ—\vec{a} to the head of the reversed bโƒ—\vec{b}.

Algebraic subtraction:

Subtract corresponding components:

(a1,b1)โˆ’(a2,b2)=(a1โˆ’a2,โ€…โ€Šb1โˆ’b2)(a_1, b_1) - (a_2, b_2) = (a_1 - a_2,\; b_1 - b_2)

For example, (5,3)โˆ’(2,7)=(3,โˆ’4)(5, 3) - (2, 7) = (3, -4).

Scalar Multiplication of Vectors

Scalar multiplication means multiplying a vector by a real number (a scalar). If vโƒ—\vec{v} is a vector and cc is a scalar, the result cvโƒ—c\vec{v} is a new vector whose components are each multiplied by cc.

Effect on magnitude:

  • If โˆฃcโˆฃ>1|c| > 1, the vector gets longer (stretched).
  • If 0<โˆฃcโˆฃ<10 < |c| < 1, the vector gets shorter (compressed).
  • If c=0c = 0, the result is the zero vector.

Effect on direction:

  • If c>0c > 0, the new vector points in the same direction as the original.
  • If c<0c < 0, the new vector points in the opposite direction.

For example, if vโƒ—=(3,โˆ’2)\vec{v} = (3, -2), then โˆ’2vโƒ—=(โˆ’6,4)-2\vec{v} = (-6, 4). The result is twice as long and points the opposite way.

Magnitude and Direction in the Plane

Magnitude is calculated using the Pythagorean theorem. For a vector vโƒ—=(a,b)\vec{v} = (a, b):

โˆฃvโƒ—โˆฃ=a2+b2|\vec{v}| = \sqrt{a^2 + b^2}

For example, the magnitude of (3,4)(3, 4) is 9+16=25=5\sqrt{9 + 16} = \sqrt{25} = 5.

Direction is described by the angle ฮธ\theta the vector makes with the positive x-axis:

ฮธ=tanโกโˆ’1โ€‰โฃ(ba)\theta = \tan^{-1}\!\left(\frac{b}{a}\right)

Be careful with this formula. The arctangent function only gives angles in Quadrants I and IV directly. If your vector points into Quadrant II or III (meaning a<0a < 0), you need to add 180ยฐ180ยฐ to the calculator output to get the correct angle.

Unit vectors have a magnitude of exactly 1 and are used to represent direction alone. To find the unit vector in the same direction as vโƒ—\vec{v}:

v^=vโƒ—โˆฃvโƒ—โˆฃ\hat{v} = \frac{\vec{v}}{|\vec{v}|}

You're dividing each component by the magnitude. For instance, the unit vector in the direction of (3,4)(3, 4) is (35,45)\left(\frac{3}{5}, \frac{4}{5}\right). Unit vectors are useful whenever you need to describe a direction without caring about a specific length.