Definition
A vector projection is the decomposition of one vector into a component that is parallel to another vector . It represents the “shadow” or effective influence of in the direction of .
Why It Matters
In any system with multiple forces, we only care about the component that acts in our direction of interest. Projection is the tool that extracts “effective power” from “total power,” allowing us to calculate work and resolve conflicts efficiently.
Core Concepts
- Vector Projection: The result is a vector in the direction of : .
- How to read: “Projection of u onto v equals (u dot v over magnitude of v squared) times v.”
- Meaning: The component of lying along ; use for work () and force resolution.
- Scalar Component: The signed length of the projection, .
- How to read: “Scalar component of u on v equals u dot v over magnitude of v.”
- Meaning: Signed length of the shadow; positive if and point roughly the same way.
- Relationship: The vector projection is the scalar component multiplied by the unit vector of : .
- How to read: “Projection equals scalar component times v over magnitude of v.”
- Meaning: Scalar length times unit direction gives the full projection vector.