What is the distance between (3 ,( 5 pi)/12 )(3,5π12) and (-2 , ( 3 pi )/2 )(2,3π2)?

1 Answer
Jun 20, 2016

The distance between the two points is approximately 1.181.18 units.

Explanation:

You can find the distance between two points using the Pythagorean theorem c^2 = a^2 + b^2c2=a2+b2, where cc is the distance between the points (this is what you're looking for), aa is the distance between the points in the xx direction and bb is the distance between the points in the yy direction.

To find the distance between the points in the xx and yy directions, first convert the polar co-ordinates you have here, in form (r,\theta)(r,θ), to Cartesian co-ordinates.

The equations that transform between polar and Cartesian co-ordinates are:

x = r cos\thetax=rcosθ
y = r sin \thetay=rsinθ

Converting the first point
x = 3 cos(\frac{5\pi}{12})x=3cos(5π12)
x = 0.77646x=0.77646

y = 3 sin (\frac{5\pi}{12})y=3sin(5π12)
y = 2.8978y=2.8978

Cartesian co-ordinate of first point: (0.776, 2.90)(0.776,2.90)

Converting the second point
x = -2 cos(\frac{3\pi}{2})x=2cos(3π2)
x = 0x=0

y = -2 sin (\frac{3\pi}{2})y=2sin(3π2)
y = 2y=2

Cartesian co-ordinate of first point: (0, 2)(0,2)

Calculating aa
Distance in the xx direction is therefore 0.776-0 = 0.7760.7760=0.776

Calculating bb
Distance in the yy direction is therefore 2.90-2 = 0.902.902=0.90

Calculating cc
Distance between the two points is therefore cc, where
c^2 = a^2 + b^2c2=a2+b2
c^2 = 0.776^2 + 0.9^2c2=0.7762+0.92
c^2 = 1.4122c2=1.4122
c = 1.1884c=1.1884
c \approx 1.18c1.18

The distance between the two points is approximately 1.181.18 units.

The diagrams about halfway down this page, in the section 'Vector addition using components' might be useful in understanding the process just performed.