
William W. answered 10/31/19
Math and science made easy - learn from a retired engineer
A sketch would look like this:
You want vector v2 to add to vector v3 to get vector v1
Vector v1 is only in the x direction. Vector v2 can be broken into 2 components v2x and v2y using trig ratios.
v2x = 40cos45 but we need to remember its in the negative x direction so it equals -28.28. And v2y (also in the negative y direction) is 40sin45 = -28.28
So, summing in the y direction: v2y + v3y = v1y or v3y = v1y - v2y or v3y = 0 - -28.28 so v3y = 28.28.
Summing in the x direction v2x + v3x = v1x or v3x = v1x - v2x or v3x = 100 - -28.28 = 128.28
Putting v3 back together again, using the Pythagorean Theorem,
The magnitude of v3 = sqrt(v3x2 + v3y2) = sqrt(128.282 + 28.282) = 131.365 km/hr. This would need to be adjusted for proper sig figs if your teacher has taught you that.
The direction of v3 comes from taking the inverse tangent. θ = tan-1(v3y/v3x) = tan-1(28.28/128.28) = 12.43° (so 12.43° north of east)