Project (3, 4) onto (1, 0)
Find the vector projection and the perpendicular component.
Solution
- Vectors a = (3, 4), b = (1, 0)
- Dot product a · b = 3
- Magnitude squared |b|² = 1
- Scalar projection comp_b(a) = (a · b)/|b| = 3
- Coefficient (a · b)/|b|² = 3
- Projection onto b proj_b(a) = (3, 0)
- Perpendicular component a − proj_b(a) = (0, 4)
Try a similar problem yourself
Use the Vector Projection to solve a similar problem with your own values.
Open the solver