194k views
2 votes
6. Find the MAGNITUDE and ANGLE (counter-clockwise, from q=00, on the x-axis) of the vector C = A + B.

User MoritzLost
by
6.4k points

1 Answer

1 vote

Answer:

Magnitude of C=
\sqrt{(Ax+Bx)^2+(Ay+By)^2)

Angle=arctan(Ay+By/Ax+Bx)

Step-by-step explanation:

Let

A = Axi + Ayj

B = Bxi + Byj

where i and j are unit vectors in the direction of x and y axes respectively.

C=A+B

C = (Ax + Bx)i + (Ay + By)j

The magnitude of vector C can be calculated by adding the square of magnitude of its componets and then taking sqaure root.

Magnitude of C=
\sqrt{(Ax+Bx)^2+(Ay+By)^2)

And the angle will be

Angle=arctan(Ay+By/Ax+Bx)

User Karol Kolenda
by
6.1k points