The scalar projection of vector u on vector v is approximately 1.71, while the scalar projection of vector v on vector u is approximately 3.16. Therefore, option 4 is the correct choice. This is calculated using the dot product and magnitudes of the vectors.
;
To find the scalar projections of one vector onto another, we use the dot product and the cosine of the angle between them. The scalar projection of vector u onto vector v and vector v onto vector u can be computed using the following formulas:
Scalar Projection of u onto v (u_v) :
u v = ∣∣ v ∣∣ u ⋅ v
Here, u ⋅ v is the dot product of u and v , and ∣∣ v ∣∣ is the magnitude of vector v .
Calculating u ⋅ v :
u ⋅ v = 2 × 4 + 1 × ( − 1 ) = 8 − 1 = 7
Finding the magnitude of v ∣∣ v ∣∣ :
∣∣ v ∣∣ = 4 2 + ( − 1 ) 2 = 16 + 1 = 17
Substitute these values into the formula:
u v = 17 7 ≈ 1.71
Scalar Projection of v onto u (v_u) :
v u = ∣∣ u ∣∣ u ⋅ v
Finding the magnitude of u ∣∣ u ∣∣ :
∣∣ u ∣∣ = 2 2 + 1 2 = 4 + 1 = 5
Substitute into the formula:
v u = 5 7 ≈ 3.13
Based on these calculations, the scalar projections are:
Scalar Projection of u onto v : 1.71
Scalar Projection of v onto u : 3.13
Thus, the closest option is:
Option 4: u v = 1.71 and v u = 3.16 . It approximates our calculations closely.