Calculate the projection of one vector onto another in 2D and 3D space
Enter two vectors to find the projection of the first vector onto the second. Vector projection is fundamental in linear algebra, physics, and engineering applications.
Click on any example to load it into the calculator
Project vector (3,4) onto (1,0)
u: (3, 4)
v: (1, 0)
Project vector (2,3,1) onto (1,1,1)
u: (2, 3, 1)
v: (1, 1, 1)
Project perpendicular vectors (1,0) and (0,1)
u: (1, 0)
v: (0, 1)
Force projection in 3D space
u: (5, -3, 2)
v: (1, 2, -1)