Fiveable
Fiveable

11.2 Dot Product and Vector Projections

2 min readLast Updated on July 25, 2024

Vector operations are the building blocks of 3D math. They help us understand how objects move and interact in space. Dot products, in particular, reveal relationships between vectors, measuring how parallel they are and enabling us to calculate angles.

These concepts have real-world applications in physics and engineering. We use them to analyze forces, calculate work done, and solve problems in mechanics. Understanding vector operations opens doors to advanced topics in mathematics and science.

Vector Operations and Applications

Geometric meaning of dot product

Top images from around the web for Geometric meaning of dot product
Top images from around the web for Geometric meaning of dot product
  • Definition of dot product measures scalar projection of one vector onto another
    • Algebraic form: ab=a1b1+a2b2+a3b3a \cdot b = a_1b_1 + a_2b_2 + a_3b_3 sums component-wise products
    • Geometric form: ab=abcosθa \cdot b = |a||b|\cos\theta relates magnitudes and angle between vectors
  • Properties of dot product enhance calculation efficiency
    • Commutative: ab=baa \cdot b = b \cdot a order doesn't matter
    • Distributive: a(b+c)=ab+aca \cdot (b + c) = a \cdot b + a \cdot c splits sum inside dot product
    • Scalar multiplication: (ka)b=k(ab)(ka) \cdot b = k(a \cdot b) scalar can be factored out
  • Geometric interpretation reveals vector relationships
    • Measures how parallel two vectors are indicating alignment
    • Positive when vectors form acute angle (< 90°)
    • Negative when vectors form obtuse angle (> 90°)
    • Zero when vectors are perpendicular (90°)

Angles between vectors

  • Rearranging geometric form of dot product isolates angle
    • cosθ=abab\cos\theta = \frac{a \cdot b}{|a||b|} expresses cosine in terms of dot product and magnitudes
  • Solving for angle θ\theta using inverse cosine
    • θ=arccos(abab)\theta = \arccos(\frac{a \cdot b}{|a||b|}) gives angle in radians
  • Steps to find angle between vectors
    1. Calculate dot product using algebraic form
    2. Determine magnitudes of vectors
    3. Apply formula and solve for θ\theta using calculator's arccos function

Vector projections

  • Vector projection formula finds component of one vector in direction of another
    • projba=abb2bproj_b a = \frac{a \cdot b}{|b|^2}b gives vector parallel to b
  • Scalar projection calculates magnitude of vector projection
    • compba=abbcomp_b a = \frac{a \cdot b}{|b|} gives length of projection
  • Relationship between vector and scalar projections links concepts
    • Vector projection equals scalar projection multiplied by unit vector in b direction
  • Geometric interpretation visualizes projection concept
    • Represents shadow cast by one vector onto direction of another (perpendicular light source)

Applications of dot product

  • Work formula in physics relates force and displacement
    • W=Fd=FdcosθW = F \cdot d = |F||d|\cos\theta calculates work done by force
  • Force and displacement relationship shows efficiency
    • Only component of force parallel to displacement contributes to work done
  • Problem-solving steps for physics applications
    1. Identify force and displacement vectors from problem
    2. Calculate dot product using given information
    3. Interpret result in context of problem (energy transferred)
  • Applications in mechanics demonstrate practical use
    • Determining efficiency of machines (pulleys, levers)
    • Analyzing forces in structural engineering (trusses, beams)
© 2025 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2025 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2025 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary