Processing math: 4%

Rules for vector subtraction using components (3-4)

Question 1 of 6

Question

y component of the vector \boldsymbol{\vec{B}}

Feedback
{"title":"x component of the vector D = A - B","description":"Incorrect","type":"incorrect","color":"#99CCFF","code":"[{\"shape\":\"poly\",\"coords\":\"82,133\"},{\"shape\":\"rect\",\"coords\":\"84,21,113,52\"}]"} {"title":"x component of the vector A","description":"Incorrect","type":"incorrect","color":"#ffcc00","code":"[{\"shape\":\"rect\",\"coords\":\"183,27,213,53\"}]"} {"title":"x component of the vector B","description":"Incorrect","type":"incorrect","color":"#333300","code":"[{\"shape\":\"rect\",\"coords\":\"272,28,301,52\"},{\"shape\":\"poly\",\"coords\":\"113,132\"}]"} {"title":"y component of the vector D = A - B","description":"Incorrect","type":"incorrect","color":"#000080","code":"[{\"shape\":\"rect\",\"coords\":\"75,111,120,144\"}]"} {"title":"y component of the vector A","description":"Incorrect","type":"incorrect","color":"#333333","code":"[{\"shape\":\"rect\",\"coords\":\"178,105,212,139\"}]"} {"title":"y component of the vector B","description":"Correct!","type":"correct","color":"#800000","code":"[{\"shape\":\"rect\",\"coords\":\"259,112,300,137\"}]"}

Review

If we subtract \boldsymbol{\vec{B}} from \boldsymbol{\vec{A}} to form the vector difference \boldsymbol{\vec{D} = \vec{A} - \vec{B} = \vec{A} + (- \vec{B})} , each component of \boldsymbol{\vec{D}} is equal to the sum of the corresponding components of \boldsymbol{\vec{A}} and \boldsymbol{-\vec{B}}. The components of \boldsymbol{-\vec{B}} are -\vec{B}_x and -\vec{B}_y, so the components of \boldsymbol{\vec{D}} are \vec{D}_x = A_x + (-B_x) = A_x - B_x and D_y = A_y + (-B_y) = A_y - B_y.