Ask Question
30 January, 09:49

What is the projection of (2,5) onto (1,3) ?

+3
Answers (1)
  1. 30 January, 11:01
    0
    First, you have to calculate the dot product of a (2, 5) and b (1, 3)

    a · b = (2, 5) · (1, 3) = 2*1 + 5*3 = 17

    Then, you have to calculate the magnitude of b

    |b| = √ (1² + 3²) = √10

    The scalar projection will be:

    sp = (a · b) / |b| = 17/√10 = (17√10) / 10

    The vector projection will be:

    vp = [ (a · b) / |b|² ] b = 17/10 (1, 3) = (17/10, 51/10)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the projection of (2,5) onto (1,3) ? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers