Kevin K. answered 10/26/21
BS Physics, AP Physics Teacher 3 years tutoring calc experience
law of cosines is:
c2 = a2 + b2 - 2ab*cos(θ)
the main point of this question is highlighting a few things:
- velocity is a vector, and we can use trig style functions to solve it, like the law of cosines
- the θ we're solving for is the angle between vectors a and b.
- plug in the correct values we're given
since we want the angle between the car and bicycle, c is the *net*:
49^2 = 62^2 + 20^2 - 2*20*62*cos(θ)
then we can get cos(θ) by itself.
(62^2 + 20^2 - 49^2) / (2*20*62 = cos(θ) = 0.74
don't forget to convert to degrees:
θ = arccos(0.74) * 180 / 2π = 21ο
fun note:
since the car is going east, this result says that the bike is going 21ο with respect to east. This could mean that the bike is either north-east or south-east.
Luke J.
Slight error at the end of your solution, to convert to degrees, it would either be 180 deg / π radians or 360 deg / 2π radians, not 180 / 2π essentially, your final solution of 21 deg is halved meaning the true answer is 42 deg or (due to the double feature-ness of trig) 318 deg since the cosine of either of those angles returns ~0.74.10/26/21