Given Vector A: 10cm at 240 degrees, Vector B: 20cm at 135 degrees, Vector C: 15 cm at 30 degrees. How do you add and subtract these three vectors?

1 Answer
Jan 15, 2017

I have taken you to a point where you can take over. You need to determine the magnitude of the resultant and its angle.

Explanation:

It is usually a good move to do a quick sketch. In an exam there is no reason why you can not do so on the question paper. Or on rough work paper if it is provided. Emphasising the work 'quick'. Or as an alternative; draw a margin on the right hand side of your answer paper clearly labelling it as rough work and do any sketching etc in that area.
Tony B

Let vertical component be #y#
Let horizontal component be #x#

(traditionally you would use #i,j and k# as the vector axis)

Let the resultant vector be #R#

#color(blue)("Consider vector A")#

#x_A = -rsin(theta) = -10sin(30) = -10xx1/2=-10/2#
#y_A=-rcos(theta)=-10cos(30) =-(10sqrt(3))/2#

....................................................................................................................
#color(blue)("Consider vector B")#

#x_B=-rcos(theta)=-20cos(45)=-20xx1/sqrt(2) =-(10sqrt(2))/2#

#y_B=+rsin(theta)=+20sin(45)=+20xx1/sqrt(2)=+(10sqrt(2))/2#

....................................................................................................................
#color(blue)("Consider vector C")#

#x_C=+rcos(theta) =+15cos(45)=+15xx1/sqrt(2)=+(15sqrt(2))/2#

#y_c=+rsine(theta)=+15sin(45)=+15xx1/sqrt(2)=+(15sqrt(2))/2#

++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++

#color(blue)("Putting it all together")#

#x_R=x_A+x_B+x_C = -10/2-(10sqrt(2))/2+(15sqrt(2))/2#

#" "=-10/2 +(5sqrt(2))/2#

#y_R=y_A+y_B+y_C = -(10sqrt(3))/2+(10sqrt(2))/2+(15sqrt(2))/2#

#" "=(25sqrt(2))/2-(10sqrt(3))/2#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So #R^2=(x_R)^2+(y_R)^2" "->" "||R||=sqrt(R^2)#

So #tan(theta_R)=(y_R)/(x_R)" "->" "theta_R=tan^(-1)((y_R)/(x_R))#

Tony B