How can discribe in words how to add ten vectors?
Please help.
Add the ten x components for the x component of the resultant. Call it X
Add the ten y components for the y component of the resultant. Call it Y
resultant = sqrt (X^2 + Y^2)
theta = arctan Y/X (counterclockwise from x axis)