When adding two non-perpendicular vectors (Example: a puck travels 4.2m [S 38 degrees W], then travels 2.7 [E 25 degrees north]), when would you split the two vectors into vector components to solve for the total displacement, and when would you just use the Sine and Cosine law?
This is similar to, but distinct from the US Army notation for bearing, so I assume the first letter is a reference direction, the second letter is a direction perpendicular to the first and the number is how far away from the reference direction in the direction of the second we go.
Other ways to write this: is 4.2 m (bearing 180+38°) + 2.7 m ( bearing 90-25°) = 4.2 m (bearing 218°) + 2.7 m ( bearing 65°)
The component in the North direction (bearing 0°) would be 4.2 m × cosine 218° + 2.7 m × cosine 65° = -2.16857585844834374040986478686170550967467739837066621857368... m
The component in the East direction (bearing 90°) would be 4.2 m × sine 218° + 2.7 m × sine 65° = -0.13874717136880987385411441670669778383108557238904873078984... m
The total length would be gotten by the Pythagorean theorem or 2.173009901359820514354921965398885364351415371918016070487032... = 3/10 sqrt(277-252 cos(27°))
The bearing (expressed as an angle clockwise from N) is obtained via the inverse tangent. Since the mathematical arctangent is computed counterclockwise from the + X direction (or E on a map), swapping the arguments is the correct thing to do for the two argument form: arctan( - 0.138.. , -2.168... ) =
-93.6608387482601393686507842989043585540288178787473191165320...°
If you don't have the two argument inverse tangent available to you, then you have to use the single argument version on the ratio and figure out which quadrant it belongs to.
Or 2.173 m bearing 266.34° or 2.173 m [S 86.34° W] or 2.173 m [W 3.66° S]
But if all you want is the total (unsigned) displacement from the sum of two vectors, the law of cosines is enough and is much less work IF you keep your angle conventions straight.
$$\sqrt{ 4.2^2 + 2.7^2 - 2 \times 4.2 \times 2.7 \times \cos (180^\circ + 65^\circ - 218^\circ) } = \frac{3}{10} \sqrt{ 14^2 + 9^2 - 2 \times 14 \times 9 \times \cos (27^\circ) } = \frac{3}{10} \sqrt{ 277 - 252 \times \cos (27^\circ) } \approx 2.173 \, \textrm{m}$$