Questions: Find the distance between the points. Give an exact answer and an approximation to three decimal places.
(2,-9) and (-3,-19)
Transcript text: Find the distance between the points. Give an exact answer and an approximation to three decimal places.
\[
(2,-9) \text { and }(-3,-19)
\]
Solution
Solution Steps
To find the distance between two points \((x_1, y_1)\) and \((x_2, y_2)\) in a 2D plane, we use the distance formula:
\[
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
\]
This formula calculates the Euclidean distance by finding the difference in the x-coordinates and y-coordinates, squaring these differences, summing them, and then taking the square root of the result.
Step 1: Identify the Coordinates
The given points are \((2, -9)\) and \((-3, -19)\).
Step 2: Apply the Distance Formula
To find the distance \(d\) between the points, use the distance formula:
\[
d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
\]
Substitute the coordinates into the formula:
\[
d = \sqrt{((-3) - 2)^2 + ((-19) - (-9))^2}
\]
Step 3: Calculate the Differences
Calculate the differences in the coordinates:
\[
x_2 - x_1 = -3 - 2 = -5
\]
\[
y_2 - y_1 = -19 + 9 = -10
\]
Step 4: Square the Differences
Square each of the differences:
\[
(-5)^2 = 25
\]
\[
(-10)^2 = 100
\]
Step 5: Sum the Squares
Add the squared differences:
\[
25 + 100 = 125
\]
Step 6: Take the Square Root
Take the square root of the sum to find the distance:
\[
d = \sqrt{125} \approx 11.1803
\]