How do you find the resultant as a sum of two components?

1 Answer
Aug 4, 2018


Please read the explanation.

Explanation:


How do we use the components of two vectors to find the resultant vector by adding the two vectors ?

A Vector is defined as a quantity with both magnitude and direction.

Two vectors are shown below:

OAandOB

We will also be using these vectors in our example later.

enter image source here

OA=ˆu=(2ˆi+5ˆj)

In component form

ˆu=<2,5>

OB=ˆv=(4ˆi8ˆj)

In component form

ˆv=<4,8>

Let us see how we can add these two vectors:

ˆu+ˆv=(2ˆi+5ˆj)+(4ˆi8ˆj)

Using component form:

ˆu+ˆv=<2,5>+<48>

Add i components and j components together:

ˆu+ˆv=<2+4>+<58>

ˆu+ˆv=<6,3>

We can represent this solution graphically as follows:

enter image source here

The solution is represented by

w=ˆu+ˆv=<6,3>

OR

w=ˆu+ˆv=(6i3j)

Note: Alternative graphical solution process:

OA can also be translated to the line in green (BC).

OR

OB can be translated to the line in blue (AC).

We can see that w is the solution.

Hope it helps.