QUESTION IMAGE
Question
lesson 5 - 1
- calculate the distance between the points a(-4,2) and b(15,6).
- calculate the distance between the points r(1.5,7) and s(-2.3,-8).
- describe how to find the distance between two points on the coordinate plane.
Step1: Recall the distance formula
The distance formula between two points \((x_1,y_1)\) and \((x_2,y_2)\) is \(d = \sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}\).
Step2: Solve for the distance between \(A(-4,2)\) and \(B(15,6)\)
Here \(x_1=-4,y_1 = 2,x_2=15,y_2=6\).
$$
LATEXBLOCK0
$$
Step3: Solve for the distance between \(R(1.5,7)\) and \(S(-2.3,-8)\)
Here \(x_1 = 1.5,y_1=7,x_2=-2.3,y_2=-8\).
$$
LATEXBLOCK1
$$
Step4: Describe the distance - finding process
For two points \((x_1,y_1)\) and \((x_2,y_2)\) on the coordinate plane:
- Subtract the \(x\) - coordinates: \(x_2-x_1\).
- Subtract the \(y\) - coordinates: \(y_2 - y_1\).
- Square each of the differences: \((x_2 - x_1)^2\) and \((y_2 - y_1)^2\).
- Add the two squared results: \((x_2 - x_1)^2+(y_2 - y_1)^2\).
- Take the square root of the sum to get the distance \(d=\sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}\).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- The distance between \(A(-4,2)\) and \(B(15,6)\) is \(\sqrt{377}\approx19.42\).
- The distance between \(R(1.5,7)\) and \(S(-2.3,-8)\) is \(\sqrt{239.44}\approx15.47\).
- For two points \((x_1,y_1)\) and \((x_2,y_2)\) on the coordinate plane, use the formula \(d=\sqrt{(x_2 - x_1)^2+(y_2 - y_1)^2}\), which involves subtracting \(x\) and \(y\) coordinates, squaring the differences, adding them, and then taking the square root.