What is the projection of < -2, 4, 7><2,4,7> onto < -5, 9, -5><5,9,5>?

1 Answer
Jul 22, 2018

The projection is =(11)/131*<-5,9,-5>=11131<5,9,5>

Explanation:

The vector projection of vecbb onto vecaa is

proj_(veca)vecb=(veca.vecb)/(|veca|^2)vecaprojab=a.ba2a

Here,

veca= <-5,9,-5>a=<5,9,5>

vecb = <-2,4,7>b=<2,4,7>

Therefore,

The dot product is

veca.vecb=<-5,9,-5> . <-2,4,7> =10+36-35=11a.b=<5,9,5>.<2,4,7>=10+3635=11

The modulus of vecaa is

|veca| = |<-5,9,-5>| = sqrt(25+81+25)= sqrt131a=|<5,9,5>|=25+81+25=131

Therefore

proj_(veca)vecb=(11)/131*<-5,9,-5>projab=11131<5,9,5>