Loading [MathJax]/jax/output/CommonHTML/jax.js

vector 2d add

21 Sep 2020 • viridi | history

Addition of vectors can be peformed graphically [1] or by adding the corresponding components [2]. We can also use trigonometry through law of sines and cosines.

components addition

Adding corresponding components in performing vector addition is simpler and does not require any drawing but only formula. Suppose that there is first vector

r1=x1 ˆx+y1 ˆy

and second vector

r2=x2 ˆx+y2 ˆy

that will be the operands of vector addition operation in the form of

r3=r1+r2,

which gives that

x3=x1+x2

and

y3=y1+y2.

Let’s substitute Eqns. (1) and (2) into Eqn. (3) and obtain the following result

r3=(x1 ˆx+y1 ˆy)+(x2 ˆx+y2 ˆy)=x1 ˆx+y1 ˆy+x2 ˆx+y2 ˆy=x1 ˆx+x2 ˆx+y1 ˆy+y2 ˆy=(x1+x2) ˆx+(y1+y2) ˆy=x3 ˆx+y3 ˆy,

which simply proof Eqns. (4) and (5). And how about a vector in three-dimensional space, e.g.

ri=xi ˆx+yi ˆy+zi ˆz,

with i=1,2,3 as in Eqns. (1) - (3). See Exercise 4 to for this.

graphical addition

We will discuss first vectors in two-dimensional space since they are easier to visualize than the one in three-dimensional space. The vectors are r1 and r2 as described in Eqns (1) and (2). Two methods will discussed in this part.

parallelogram method

This method related to the two-dimensional form, i.e. parallelogram, that is constructed by the two vectors used as operands in the vector addition.

xy01230123r1xy01230123r2xy01230123r1r2r3
Figure 1 Vectors r1 and r2, and addition of them to produce r3 with parallelogram method.

Fig. 1 shows that r1=3 ˆx+ˆy, r2=ˆx+2 ˆy, and r3=4 ˆx+3 ˆy. The result of r3 is simply according to Eqns. (4) and (5). This graphical method known as parallelogram method. You can find tutorial about this method [3]. You can see in Fig. 1 that vector r1 (solid green line) with its pair (dashed green line) and vector r2 (solid blue line) with its pair (dashed blue line) construct a parallelogram where the result is simply the diagonal between the two vectors (solid red line).

polygon method

In this method, which is simply put start point of a vector to end point of another vector [4].

xy01230123r1xy01230123r2xy01230123r1r2r3
Figure 2 Vectors r1 and r2, and addition of them to produce r3 with polygon method.

Fig. 2 (right) show the difference of this method from the previous one. The start point of vector r2 is put to the end point of vector r1 and the result is from start point of the first vector to the end point of the last vector. The given example of addition of two vectors does not really show the difference between this two methods. It requires more vectors to show the advantage of the second method compared the first one.

addition of four vectors

As an example, we will considered four vectors that their sum or resultant will be calculated. Not all vector are drawn simultaneously in Fig. 3, but only one additional vector in each graph, in order showing how the method works.

xy01230123xy01230123xy01230123rrrrrrrrr121+21+231+2+31+2+341+2+3+4
Figure 3 Addition of four vectors, r1, r2, r3, r4 using parallelogram method.

Fig. 3 shows the results of r1+2=r1+r2 (left), r1+2+3=r3+r1+2 (center), and r1+2+3+4=r4+r1+2+3 (right), where in each step only one vector is added to the other. Actually, we can also do in another way, e.g. (r1+r2)+(r3+r4)=r1+2+r3+4=r1+2+3+4.

Now let’s see how the polygon method works for those four vectors.

xy01230123xy01230123xy01230123rrrrrrrrrrrr121+21231+2+312341+2+3+4
Figure 4 Addition of four vectors, r1, r2, r3, r4 using polygon method.

Fig. 4 shows the results of r1+2=r1+r2 (left), r1+2+3=r1+r2+r3 (center), and r1+2+3+4=r1+r2+r3+r4 (right) using polygon method. With this method all vectors can still be drawn and their contribution to the resultan are clear.

This method will be used later in summing phasors (or rotating vectors), in explaining the interference of multiple slit and diffraction.

trigonometry addition

Law of cosines and sines can also be used to calculate vector addition or resultan of two vectors [5]. Length of both vectors and the angle between them are required fot this method.

exer

  1. Using similar way as in Eqn. (6), find formulation for Cx and Cy, if C=A+B. Use A=Ax ˆx+Ay ˆy, B=Bx ˆx+By ˆy, and C=Cx ˆx+Cy ˆy.
  2. Calculate G=D+E, if D=2 ˆx+3 ˆy and E=3 ˆx4 ˆy.
  3. There are two vectors, B=12 ˆx+3 ˆy and C=7 ˆx+9 ˆy, calculate vector D=B+C and also its magnitude |D|.
  4. Find the formulation to calculate x3, y3, and z3 for vector addition r3=r1+r2, with ri is defined in Eqn. (7).
  5. Fig. 3 show the process of four vectors addition (((r1+r2)+r3)+r4), draw similar graphs for the process (r1+r2)+(r3+r4).

note

  1. Carl R. Nave, “Graphical Vector Addition”, HyperPhysics, 2017, url http://hyperphysics.phy-astr.gsu.edu/hbase/vect.html#vec1 [20200921].
  2. Eric W. Weisstein, “Vector Addition”, from MathWorld–A Wolfram Web Resource, url https://mathworld.wolfram.com/VectorAddition.html [20200921].
  3. Math and Stats Help, “Find the Resultant Force using the Parallelogram Method”, YouTube, 18.11.2019, url https://www.youtube.com/watch?v=WhHO77rEIfk [20200921].
  4. Simon Plus, “Episode 5: Polygon Method for Vector Addition”, YouTube, 24.04.2017, url https://www.youtube.com/watch?v=r-iKebb2FIg [20200921].
  5. -, “Calculating the Resultant using the Law of Cosines and Sines”, Alberta Learning, 16 Jun 2004, url http://www.learnalberta.ca/content/sep20u/html/java/vector_addition_numerical/applethelp/lesson_1.html#2 [20200922].

 

coord sys 2d introvector 2d intro