Fiveable

📈College Algebra Unit 10 Review

QR code for College Algebra practice questions

10.8 Vectors

10.8 Vectors

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Vector Fundamentals

Vectors let you represent 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 describing things like forces, velocities, and displacements.

Vectors as geometric objects

A vector is drawn as a directed line segment: its length represents the vector's magnitude (how big it is), and the arrow indicates its direction (where it points).

  • Vectors are denoted using boldface letters (v\mathbf{v}) or letters with arrows (v\vec{v})
  • The magnitude of v\vec{v} is written as v|\vec{v}|
  • Two vectors are equal if they have the same magnitude and direction, even if they're drawn at different positions in space

Vector magnitude and direction

For a vector v=(x,y)\vec{v} = (x, y) in the coordinate plane, you can find its magnitude using the Pythagorean theorem:

v=x2+y2|\vec{v}| = \sqrt{x^2 + y^2}

For example, the vector v=(3,4)\vec{v} = (3, 4) has magnitude v=9+16=5|\vec{v}| = \sqrt{9 + 16} = 5.

The direction of a vector is the angle it makes with the positive x-axis. You find it with the arctangent function:

θ=tan1(yx)\theta = \tan^{-1}\left(\frac{y}{x}\right)

One thing to watch out for: tan1\tan^{-1} only gives you angles in Quadrants I and IV. If your vector points into Quadrant II or III (meaning x<0x < 0), you need to add 180°180° to the result to get the correct angle.

Basic vector operations

Vector addition: Add corresponding components.

u+v=(u1+v1,  u2+v2)\vec{u} + \vec{v} = (u_1 + v_1,\; u_2 + v_2)

For example, (2,3)+(1,5)=(3,2)(2, 3) + (1, -5) = (3, -2). Geometrically, you can visualize this by placing the tail of v\vec{v} at the head of u\vec{u} (the head-to-tail method). The resultant vector goes from the tail of u\vec{u} to the head of v\vec{v}.

Scalar multiplication: Multiply each component by the scalar.

cv=(cx,  cy)c\vec{v} = (cx,\; cy)

This scales the magnitude by c|c|. If cc is positive, the direction stays the same. If cc is negative, the vector flips to point in the opposite direction.

Vectors as geometric objects, Vectors | Algebra and Trigonometry

Vector Representation and Products

Vectors in component form

The standard unit vectors in the plane are:

  • i^=(1,0)\hat{i} = (1, 0), pointing in the positive x-direction
  • j^=(0,1)\hat{j} = (0, 1), pointing in the positive y-direction

Any vector v=(x,y)\vec{v} = (x, y) can be written as a linear combination of these unit vectors:

v=xi^+yj^\vec{v} = x\hat{i} + y\hat{j}

So the vector (3,2)(3, -2) becomes 3i^2j^3\hat{i} - 2\hat{j}. This notation makes addition and scalar multiplication straightforward since you just work with the i^\hat{i} and j^\hat{j} components separately.

Dot product of vectors

The dot product of u=(u1,u2)\vec{u} = (u_1, u_2) and v=(v1,v2)\vec{v} = (v_1, v_2) is:

uv=u1v1+u2v2\vec{u} \cdot \vec{v} = u_1 v_1 + u_2 v_2

Notice the result is a scalar (a number), not a vector.

The dot product is also related to the angle θ\theta between the two vectors:

uv=u  v  cos(θ)\vec{u} \cdot \vec{v} = |\vec{u}|\;|\vec{v}|\;\cos(\theta)

This gives you two useful applications:

  • Finding the angle between vectors: Rearrange to get cos(θ)=uvu  v\cos(\theta) = \frac{\vec{u} \cdot \vec{v}}{|\vec{u}|\;|\vec{v}|}
  • Testing for perpendicularity: Two vectors are orthogonal (perpendicular) if and only if uv=0\vec{u} \cdot \vec{v} = 0, because cos(90°)=0\cos(90°) = 0
Vectors as geometric objects, Vectors – Algebra and Trigonometry OpenStax

Unit vectors in direction

A unit vector has a magnitude of exactly 1. To find the unit vector in the direction of any nonzero vector v\vec{v}, divide by its magnitude:

u^=vv\hat{u} = \frac{\vec{v}}{|\vec{v}|}

For example, the unit vector in the direction of (3,4)(3, 4) is 15(3,4)=(0.6,  0.8)\frac{1}{5}(3, 4) = (0.6,\; 0.8). Unit vectors are useful when you care about direction only, without any particular magnitude attached.

Applications of Vectors

Vector applications in physics

Vectors represent physical quantities that have both magnitude and direction: displacement, velocity, acceleration, and force are the most common examples.

A typical application is finding the resultant force on an object when multiple forces act on it:

  1. Express each force as a vector in component form
  2. Add all the force vectors component-wise to get the resultant vector
  3. Calculate the magnitude of the resultant using v=x2+y2|\vec{v}| = \sqrt{x^2 + y^2}
  4. Find the direction using θ=tan1(yx)\theta = \tan^{-1}\left(\frac{y}{x}\right), adjusting for the correct quadrant

The dot product also shows up in physics through the concept of work: the work done by a force F\vec{F} over a displacement d\vec{d} is W=FdW = \vec{F} \cdot \vec{d}. This captures the idea that only the component of force in the direction of motion does work.