What is the distance between the following polar coordinates?: # (11,(17pi)/12), (4,(pi)/8) #

Redirected from "How do I change #int_0^1int_0^sqrt(1-x^2)int_sqrt(x^2+y^2)^sqrt(2-x^2-y^2)xydzdydx# to cylindrical or spherical coordinates?"
1 Answer
Jul 9, 2018

#color(green)("Distance between the polar coordinates " ~~ 13.8047#

Explanation:

Distance between tow points knowing the polar coordinates is given by the formula using cosine rule

#d = sqrt(r_1 ^2 + r_2 ^2 - 2 r_1 r_2 cos (theta_2 - theta_1)#

#"Given " r_1 = 11, r_2 = 4, theta_1 = ((17pi)/12)^c, theta_2 = ((pi)/8)^c#

#d = sqrt (11^2 +4^2 - (2 * 11 * 4* cos ((pi)/8 - (17pi)/12))#

#color(green)(d )= sqrt (137 - 88 cos ((-31pi)/24)) color(green)(~~ 13.8047)#