Module 2: Force and Motion
"The miracle of the appropriateness of the language of mathematics for the formulation of the laws of physics is a wonderful gift which we neither understand nor deserve."
— Eugene Wigner
Physics describes a world that moves in three dimensions — and most physical quantities that matter, like force, velocity, and displacement, have both a size and a direction. These are vector quantities, and understanding how to work with them mathematically is the foundation of everything in this course. In this lesson, you will build the tools to represent vectors in component form using unit vectors, to add and subtract vectors analytically, and to compute two distinct types of vector products — the dot product and the cross product — each of which appears repeatedly in mechanics, energy, and rotation. The calculus-based approach developed here moves beyond geometric arrows on a page; you will work with vectors expressed as derivatives and integrals of position, velocity, and force fields throughout the semester.
A ★ indicates that this page contains content related to that LO.
CC2.1 Analyze the components of motion and any applied forces
★ LO2.1.1 Apply Newton's Laws and the formulas of motion to be able to predict the behavior of the motion
★ LO2.1.2 Identify the behavior of a particle of motion
LO2.1.3 Identify the initial conditions of the motion of the particle
LO2.1.4 Apply the equations of motion to describe how the particle will move
LO2.1.5 Determine the uniform circular motion of an object
Click the blue buttons to go to the OpenStax reading assignments. Complete all four sections before watching the videos.
Watch each video in order. The pre-lecture videos introduce the core concepts from the reading; the mini-lectures walk through worked examples step by step.
Arrange the following steps in the correct order for finding the resultant of two or more vectors using the analytical (component) method.
Arrange the following items in the correct order.
From the list below, select all quantities that are vector quantities (they have both magnitude and direction).
Select all vector quantities from the list.
Match each vector symbol or expression on the left to its correct meaning or description.
Select each set of two matching items.
Click each card to flip it and check your understanding of the key terms from this lesson.
A scalar quantity is fully described by a single number and a unit — it has magnitude only, no direction. Examples: mass (5.0 kg), temperature (300 K), distance (12 m), speed (25 m/s), time (4.0 s).
A · B = AB cos φ, where φ is the angle between the two vectors. The result is a scalar. In component form: A · B = AxBx + AyBy + AzBz. The dot product is used to compute work and find angles between vectors.
A unit vector has a magnitude of exactly 1 and carries no physical units. Its only purpose is to specify direction. The standard unit vectors î, ĵ, k̂ point in the positive x, y, and z directions respectively. Any vector A can be written as A = Axî + Ayĵ + Azk̂.
The cross product produces a vector perpendicular to both A and B, with magnitude |A × B| = AB sin φ. Its direction is found using the right-hand rule: point fingers in the direction of A, curl them toward B — your thumb points in the direction of A × B. Note: A × B = −B × A (anticommutative).
Use the relation cos φ = (A · B) / (AB). Steps: (1) Compute the dot product using components: AxBx + AyBy + AzBz. (2) Find the magnitudes A and B. (3) Divide and take the inverse cosine: φ = cos-1[(A · B) / (AB)].
The resultant is the vector sum of two or more vectors: R = A + B + ... Analytically, add corresponding scalar components: Rx = Ax + Bx, Ry = Ay + By, Rz = Az + Bz. Then write R = Rxî + Ryĵ + Rzk̂ and compute its magnitude and direction angle.
Follow these formatting rules when entering answers:
A displacement vector has a magnitude of 8.50 m and points at an angle of 32.0° above the positive x-axis. (a) Find the scalar x- and y-components of this vector. (b) Express the vector in component form using unit vectors. (c) Find the unit vector of its direction.
Show Solution
A displacement vector has a magnitude of 8.50 m and points at an angle of 32.0° above the positive x-axis. (a) Find the scalar x- and y-components. (b) Express in component form. (c) Find the unit vector of direction.
Given: A = 8.50 m, θ = 32.0°
Part (a) — Scalar components:
Ax = A cos θ = (8.50 m) cos 32.0° = (8.50)(0.848) = 7.21 m
Ay = A sin θ = (8.50 m) sin 32.0° = (8.50)(0.530) = 4.50 m
Part (b) — Component form:
A = 7.21î + 4.50ĵ (m)
Part (c) — Unit vector of direction:
 = A / A = (7.21î + 4.50ĵ) / 8.50 = 0.848î + 0.530ĵ
Check: |Â| = √(0.848² + 0.530²) = √(0.719 + 0.281) = √1.000 = 1.00 ✓
Three displacement vectors are given in component form: A = (4.0î − 3.0ĵ) m, B = (−2.0î + 6.0ĵ − 1.0k̂) m, and C = (1.0î + 0.0ĵ + 5.0k̂) m. Find the resultant R = A + B + C and its magnitude.
Show Solution
Three displacement vectors: A = (4.0î − 3.0ĵ) m, B = (−2.0î + 6.0ĵ − 1.0k̂) m, C = (1.0î + 0.0ĵ + 5.0k̂) m. Find R = A + B + C and its magnitude.
Add corresponding components:
Rx = Ax + Bx + Cx = 4.0 + (−2.0) + 1.0 = 3.0 m
Ry = Ay + By + Cy = (−3.0) + 6.0 + 0.0 = 3.0 m
Rz = Az + Bz + Cz = 0.0 + (−1.0) + 5.0 = 4.0 m
Resultant vector:
R = 3.0î + 3.0ĵ + 4.0k̂ (m)
Magnitude:
R = √(Rx2 + Ry2 + Rz2) = √(3.02 + 3.02 + 4.02)
R = √(9.0 + 9.0 + 16.0) = √34.0 = 5.83 m
Two force vectors are F1 = (6.0î + 4.0ĵ − 2.0k̂) N and F2 = (−3.0î + 2.0ĵ + 5.0k̂) N. (a) Find the dot product F1 · F2. (b) Find the angle between the two force vectors.
Show Solution
F1 = (6.0î + 4.0ĵ − 2.0k̂) N, F2 = (−3.0î + 2.0ĵ + 5.0k̂) N. Find the dot product and angle between them.
Part (a) — Dot product:
F1 · F2 = F1xF2x + F1yF2y + F1zF2z
= (6.0)(−3.0) + (4.0)(2.0) + (−2.0)(5.0)
= −18.0 + 8.0 − 10.0 = −20.0 N2
Part (b) — Angle between the vectors:
F1 = √(6.02 + 4.02 + (−2.0)2) = √(36 + 16 + 4) = √56 = 7.48 N
F2 = √((−3.0)2 + 2.02 + 5.02) = √(9 + 4 + 25) = √38 = 6.16 N
cos φ = (F1 · F2) / (F1 F2) = −20.0 / (7.48 × 6.16) = −20.0 / 46.1 = −0.434
φ = cos-1(−0.434) = 115.7°
The negative dot product confirms the angle is greater than 90°, meaning the force vectors point in generally opposite directions.
A wrench applies a force F = (15.0ĵ) N at a position r = (0.25î) m from a bolt. (a) Find the torque vector τ = r × F. (b) Find the magnitude of the torque. (c) Describe the direction of the torque vector and explain what it means physically.
Show Solution
r = (0.25î) m, F = (15.0ĵ) N. Find τ = r × F, its magnitude, and direction.
Part (a) — Cross product:
τ = r × F = (0.25î) × (15.0ĵ)
= (0.25)(15.0)(î × ĵ)
Since î × ĵ = k̂ (cyclic order in the right-hand coordinate system):
τ = (0.25)(15.0)k̂ = 3.75k̂ N·m
Part (b) — Magnitude:
|τ| = rF sin φ = (0.25 m)(15.0 N) sin 90° = (0.25)(15.0)(1) = 3.75 N·m
(The angle between r and F is 90° because r points in the x-direction and F points in the y-direction.)
Part (c) — Direction and physical meaning:
The torque vector points in the +z direction (out of the xy-plane, toward you). Physically, this means the force applied by the wrench will cause the bolt to rotate counterclockwise when viewed from above (from the +z direction), by the right-hand rule. The magnitude 3.75 N·m is the turning effectiveness of the applied force.
Before moving on to M2L2, confirm you can do each of the following:
If any of these feel uncertain, revisit the reading or videos before continuing. Vectors are the language of the rest of this course!