204k views
3 votes
Does anyone know how to solve this?

Does anyone know how to solve this?-example-1
User Amsbarry
by
6.7k points

1 Answer

5 votes

Answer:

You can use this step to answer your question

Explanation:

he vector projection of #vecu# onto #vecv# is

#=(vecu.vecv)/(||vecv||^2)*vecv#

The dot product is

#vecu.vecv=<3,15>.<-1,5>=-3+75=72#

The modulus of #vecv# is

#||vecv||=||<-1,5>||=sqrt(1+25)=sqrt26#

The vector projection is

#=72/26<-1,5> = 36/13<-1,5>#

The scalar projection is

#(vecu.vecv)/(||vecv||)=72/sqrt26#

User Johnny Willer
by
7.2k points