Multivariable Calculus - Scalar projection

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
Larrytsai
Messages
222
Reaction score
0

Homework Statement


Find the scalar and vector projection of the vector b=(3,5,3) onto the vector a=(0,1,-5) .


Homework Equations





The Attempt at a Solution



What I've tried is multiplying all the i's and j's and k's together and adding up everything because you get a scalar answer in the end so basically...

3*0 + 1*5 + 3*(-5)
= -10
then i tried to divide by the magnitude of vector |a|

|a|=sqrt(26)

so i get scalar projection as -10/(sqrt(26)) as my answer
 
Physics news on Phys.org
Can you please explain why we divide by the magnitude of vector "a" and if my work is correct or not please?
 
Larrytsai said:
Can you please explain why we divide by the magnitude of vector "a" and if my work is correct or not please?

The scalar projection should be |b|*cos(theta) where theta is the angle between a and b. Since the dot product is given by (a.b)=|a||b|cos(theta) the scalar projection should be (a.b)/|a|. Yes, you are doing fine so far.