Vectors and Scalars
Vectors carry magnitude and direction while scalars carry magnitude only — and understanding how vectors add, subtract, and multiply is essential for kinematics.
Kinematics is the study of motion without consideration of the forces that cause it — it provides a language and mathematical framework for describing the position, velocity, and acceleration of objects. Central to kinematics is the distinction between vector and scalar quantities, which describe different aspects of motion.
Key Takeaways
Vectors have magnitude and direction (displacement, velocity, acceleration, force); scalars have magnitude only (distance, speed, mass, energy).
Vectors can be added graphically (tip-to-tail) or analytically (by summing x- and y-components, then applying the Pythagorean theorem and inverse tangent).
Vector subtraction is addition of the negative vector: A − B = A + (−B).
Multiplying a vector by a scalar rescales its magnitude and, if the scalar is negative, reverses its direction.
The dot product (A · B = |A||B| cos θ) yields a scalar and is used for work; the cross product (A × B = |A||B| sin θ n̂), found using the right-hand rule, yields a vector and is used for torque and angular momentum.
Vector Quantities vs. Scalar Quantities
Vector quantities have both magnitude and direction, making them essential for a complete description of physical phenomena. Scalar quantities describe magnitude only, with no directional component.
Vector Quantities (magnitude + direction) | Scalar Quantities (magnitude only) |
|---|---|
Displacement — how far, and in what direction | Distance — how much ground was covered |
Velocity — speed plus direction of movement | Speed — rate of distance covered per unit time |
Acceleration — how quickly velocity changes | Mass — amount of matter |
Force and weight — strength plus direction of action | Energy, density, temperature |
For example, displacement isn't just how far an object traveled — it's also the direction from its starting point to its final position. Distance, by contrast, only tells you how much ground was covered, with no reference to direction.
Vector Addition
Vector addition combines two or more vectors into a resultant vector, which represents the cumulative effect of the individual vectors. There are two primary methods.
Graphical (Tip-to-Tail) Method
The tip-to-tail method involves drawing vectors to scale and using geometric principles to find the resultant:
Draw the first vector (A) on a coordinate plane, maintaining correct scale and direction.
Place the second vector (B) so its tail sits at the tip of vector A, drawn to scale and in the correct direction.
Draw the resultant vector (R) from the tail of A to the tip of B.
Label the resultant: R = A + B.
The sum or difference of two or more vectors is called the resultant of the vectors.
Analytical (Component) Method
The component method breaks vectors down into their components along the coordinate axes (typically x and y) and adds those components separately — useful for precise calculations:
Resolve each vector into components: for a vector V, find its x-component (Vx) and y-component (Vy).
Add the x-components of all vectors being summed to get the resultant's x-component, Rx. Add the y-components to get Ry.
Find the magnitude of the resultant using the Pythagorean theorem: R = √(Rx² + Ry²).
Find the direction θ of the resultant using inverse tangent: θ = tan⁻¹(Ry / Rx).
Vector Subtraction
Vector subtraction is closely related to addition: subtracting one vector from another is equivalent to adding the first vector to the negative of the second. Mathematically:
A − B = A + (−B)
As with addition, the x-component of the resultant is the difference of the x-components being subtracted, and the y-component is the difference of the y-components. Geometrically, this means flipping the direction of the vector being subtracted, then adding tip-to-tail as usual.
Multiplying a Vector by a Scalar
Multiplying a vector by a scalar produces a new vector: B = nA. This operation affects magnitude, and may or may not affect direction, depending on the sign and size of the scalar n:
If n > 1: the magnitude of the vector increases.
If 0 < n < 1: the magnitude decreases.
If n < 0: the magnitude changes and the direction reverses.
If n > 0: vector B points in the same direction as A.
If n < 0: vector B points in the opposite direction of A.
Multiplying Vectors by Vectors
Multiplying two vectors together can be done in two distinct ways — the dot product and the cross product — each producing a different type of result and serving a different physical purpose.
The Dot Product
The dot product is an operation between two vectors that produces a scalar (a single number). It measures how much two vectors overlap in the same direction:
A · B = |A||B| cos θ
where θ is the angle between the two vectors. The dot product is largest when the vectors are aligned (θ = 0°) and equals zero when the vectors are perpendicular (θ = 90°). It's useful for calculating work done by a force on an object, as well as projections and angles between vectors — topics covered in depth in the chapter on work and energy.
The Cross Product and the Right-Hand Rule
The cross product is an operation between two vectors that produces a vector as the result, perpendicular to the plane formed by the original two vectors:
A × B = |A||B| sin θ n̂
where θ is the angle between the vectors and n̂ is the unit vector giving the resultant's direction. That direction is found using the right-hand rule:
Point your thumb in the direction of the first vector, A.
Extend your fingers in the direction of the second vector, B.
Your palm faces the direction of the resultant vector, C = A × B.
The cross product is zero when the two vectors are parallel (θ = 0° or 180°), since the sine of 0° and 180° is zero — no area is formed if the vectors point in the same or opposite direction. The cross product is a key tool for calculating torque, angular momentum, and magnetic fields, covered later in this course.
Dot Product | Cross Product | |
|---|---|---|
Result type | Scalar | Vector |
Formula | A · B = |A||B| cos θ | A × B = |A||B| sin θ n̂ |
Maximum when | Vectors are parallel (θ = 0°) | Vectors are perpendicular (θ = 90°) |
Zero when | Vectors are perpendicular (θ = 90°) | Vectors are parallel (θ = 0° or 180°) |
Used for | Work | Torque, angular momentum, magnetic fields |
MCAT Callout — Order Matters for the Cross Product: reversing the order of a cross product reverses the direction of the result — A × B and B × A point in opposite directions. The dot product, by contrast, gives the same scalar regardless of order.
Common MCAT Mistakes
Treating vector subtraction as a separate operation from addition. A − B is just A + (−B) — flip the direction of the second vector, then add tip-to-tail as usual, rather than memorizing a distinct subtraction procedure.
Forgetting that a negative scalar reverses direction. Multiplying a vector by n < 0 doesn't just shrink or grow it — it also flips it 180° from the original direction, which is easy to miss under time pressure.
Confusing when to use the dot product vs. the cross product. The dot product gives a scalar and peaks when vectors are parallel; the cross product gives a vector and peaks when vectors are perpendicular — mixing these up leads to using cos θ where sin θ is needed, or vice versa.
Getting the right-hand rule direction backwards. Point the thumb along the first vector and curl the fingers toward the second — the palm (or curl direction) gives the resultant. Reversing the vector order (B × A instead of A × B) flips the resultant's direction.
MCAT-Style Concept Check
Question: Two vectors, A and B, are perpendicular to each other. Which of the following statements is correct?
A) A · B is at its maximum value, and A × B equals zero.
B) A · B equals zero, and the magnitude of A × B is at its maximum value.
C) Both A · B and A × B equal zero.
D) Both A · B and A × B are at their maximum values.
Answer: B
Explanation: The dot product A · B = |A||B| cos θ equals zero when θ = 90° because cos 90° = 0. The cross product's magnitude, |A||B| sin θ, is at its maximum when θ = 90° because sin 90° = 1. So when two vectors are perpendicular, the dot product is zero and the cross product's magnitude is maximized — the opposite of what happens when vectors are parallel.
FAQ
What's the difference between a vector and a scalar?
A vector has both magnitude and direction (like displacement, velocity, acceleration, or force), while a scalar has only magnitude, with no directional component (like distance, speed, mass, or energy).
How do you add two vectors together?
Vectors can be added graphically using the tip-to-tail method (drawing the vectors to scale, placing the second vector's tail at the first vector's tip, and drawing the resultant from the first tail to the last tip) or analytically using the component method (summing the x- and y-components separately, then finding the resultant's magnitude with the Pythagorean theorem and its direction with inverse tangent).
What's the difference between the dot product and the cross product?
The dot product (A · B = |A||B| cos θ) produces a scalar and is maximized when two vectors are parallel; the cross product (A × B = |A||B| sin θ n̂) produces a vector, found using the right-hand rule, and is maximized when two vectors are perpendicular.
What happens when you multiply a vector by a negative scalar?
The vector's magnitude changes according to the scalar's absolute value, and its direction reverses 180° from the original — a positive scalar preserves the original direction, while a negative scalar flips it.
Part of: