eguruchela

Vector Addition Calculator


Add two vectors.


 

Let u = (u1, u2) and v = (v1, v2) be two vectors.

Then sum of u and v is the vector u+v = (u1 + v1, u2 + v2)

The sum of two or more vectors is called the resultant.

Lets consider the two vector a = first vector and b = second vector for addition

Let's consider two vector a=[5i , 8j , 6k] and b=[7i , 2j , 1k].

So now we can say c = a + b

therefore a + b

= {5i + 7i} , {8j + 2j}, {6k + 1k}

= 12i , 10k , 7k)