Vector and Scalar Quantities
Physics describes the world using two types of quantities: scalars and vectors. Scalars only have a size (magnitude), while vectors carry both a size and a direction. Understanding the difference, and knowing how to work with vectors mathematically, is essential for nearly every topic you'll encounter in this course.
Scalar vs. Vector Quantities
A scalar is any quantity fully described by its magnitude alone. There's no direction involved.
- Mass (5 kg)
- Temperature (98.6ยฐF)
- Time (3.2 s)
- Speed (60 mph)
- Energy (200 J)
A vector is a quantity that requires both magnitude and direction to be fully described.
- Displacement (10 m east)
- Velocity (25 m/s at 30ยฐ north of east)
- Acceleration (9.8 m/sยฒ downward)
- Force (50 N to the right)
- Momentum (12 kgยทm/s at 45ยฐ)
A common point of confusion: speed is a scalar, but velocity is a vector. Speed tells you how fast something moves; velocity tells you how fast and in what direction. The same distinction applies to distance (scalar) vs. displacement (vector).

Vector Operations and Calculations
Vector Addition combines two or more vectors into a single resultant vector . You can do this two ways:
- Graphically (tip-to-tail method): Draw the first vector, then place the tail of the second vector at the tip of the first. The resultant points from the tail of the first to the tip of the last.
- Analytically (component method): Add the corresponding components: , . This is the method you'll use most in problem-solving.
Vector Subtraction works by adding the negative of a vector. Flipping a vector's direction gives you its negative:
Scalar Multiplication scales a vector's magnitude and can reverse its direction. Multiplying by a scalar :
If , the direction stays the same. If , the vector flips direction.
Vector Magnitude and Direction
To find the magnitude (length) of a vector from its components:
- In two dimensions:
- In three dimensions:
To find the direction angle measured from the positive x-axis:
Be careful with this formula. Your calculator's inverse tangent only returns values between and , so you need to check which quadrant the vector actually points into and adjust accordingly. If , add to the calculator's result.
A unit vector points in the same direction as the original vector but has a magnitude of exactly 1. You calculate it by dividing the vector by its magnitude:
The standard unit vectors , , and point along the x, y, and z axes, respectively.
Vector Components and Analysis
Resolving a vector means breaking it into perpendicular components along the x and y axes. If a vector has magnitude and makes an angle with the positive x-axis:
- x-component:
- y-component:
This is one of the most-used skills in introductory physics. You'll apply it to:
- Projectile motion: Breaking initial velocity into horizontal and vertical components
- Forces on inclined planes: Splitting gravity into components parallel and perpendicular to the surface
- Relative motion: Adding velocity vectors of objects moving in different directions
Dot Product (Scalar Product) multiplies two vectors and returns a scalar:
where is the angle between the two vectors. This shows up in work calculations, where . When the vectors are perpendicular (), the dot product is zero.
Cross Product (Vector Product) multiplies two vectors and returns a new vector:
The direction of the resulting vector is perpendicular to both and , determined by the right-hand rule: point your fingers along , curl them toward , and your thumb points in the direction of . Cross products appear in torque () and magnetic force calculations. When the vectors are parallel (), the cross product is zero.