What is the distance between the following polar coordinates?: # (1,(4pi)/3), (4,(pi)/6) #
1 Answer
Nov 4, 2017
Explanation:
Plotting the coordinates, you may notice that the distance between the points and the origin form two sides of a triangle, and the distance between the two points themselves forms the third side.
Since we know the lengths of these two sides and the angle between them, we can use the Law of Cosines.
The angle is
#c^2 = a^2 + b^2 - 2ab cos C#
#c^2 = 1^2 + 4^2 - [2 * 1 *4 *cos ((7pi)/6)]#
#c^2 = 17 - [8 cos ((7pi)/6)]#
#c^2 = 17 - (8 * - sqrt3/2)#
#c^2 = 17 + 4sqrt3#
#c = sqrt(17 + 4sqrt3) ~~ 4.89#