William W. answered 12/08/22
Experienced Tutor and Retired Engineer
You don't ask a question but I'll take a guess that you'd like to know how far the geese are from the researcher and in what direction.
Here is a sketch:
I'll define the first vector (due west) as V1 and the second vector (north by 30°) as V2.
Obviously the 2 vectors cannot be added as they are because they are in different directions. One way to add them is the break V2 up into an x-component and a y-component. That way, we can add the x-component with V1 because they will then both be in the same direction.
Using trig ratios with the second vector:
cos(30°) = V2x/5 and simplifying: V2x = 5cos(30°) = 4.33
sin(30°) = V2y/5 and simplifying: V2y = 5sin(30°) = 2.5
Combining V2x with V1 we get: 4.33 + 5 = 9.33 and, of course we have V2y = 2.5 like this:
To find "d", use the Pythagorean Theorem: 9.332 + 2.52 = d2 so d = 9.66 km
To find the angle θ, use inverse tangent: θ = tan-1(2.5/9.33) = 15° north of due west
Another way to do this is to use the Law of Cosines on the first sketch I drew:
d2 = 52 + 52 - 2(5)(5)cos(150°)
and then use the Law of Sines to find θ:
sin(150)/d = sin(θ)/5