Mark M. answered 08/10/15
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
projvx = [(v•x)/llvll2] v
v = < 5, 3> x = <a, b>
v•x = 5a + 3b llvll2 = [√(52 + 32)]2 = 34
We are looking for numbers a and b so that [(v•x)/llvll2]v = v
So, [(5a + 3b)/34](<5, 3>) = <5, 3>
(5a + 3b)/34 = 1
5a + 3b = 34 For example, let a = 2 and b = 8
x = <2,8> is a vector such that the projection of x onto <5,3> is <5,3>.