Vectors obey rules of geometry, not arithmetic. To add forces, velocities or displacements you must respect direction. The triangle and parallelogram laws give magnitude and direction in closed form, while component resolution turns any sum into easy algebra.
Concept
Triangle law: Place the tail of b at the tip of a. The sum a+b runs from the start to the final tip.
Parallelogram law: Place tails of a,b together; the diagonal of the parallelogram from the common point is a+b.
Component form:a=axi^+ayj^, b=bxi^+byj^, so a+b=(ax+bx)i^+(ay+by)j^.
If θ is the angle between a and b,
∣a+b∣=a2+b2+2abcosθ.
The resultant makes angle α with a where tanα=a+bcosθbsinθ.
Derivation
Drop a perpendicular from the tip of b onto the line of a extended. The component along a is bcosθ; perpendicular is bsinθ. By Pythagoras on the right triangle formed by a+bcosθ and bsinθ:
R2=(a+bcosθ)2+(bsinθ)2=a2+2abcosθ+b2.
The direction follows from tanα=bsinθ/(a+bcosθ).