Question
Question: What is the distance between the Point A \(\left( 2,-3 \right)\) and the Point B \(\left( 2,4 \right...
What is the distance between the Point A (2,−3) and the Point B (2,4) ?
Solution
Here, we need to find out the distance between the two give points. First, we write the formula for the distance between two points. After that, we substitute the given points in the formula to get the distance.
Complete step-by-step answer:
Coordinate systems are of various types. The major types are Cartesian coordinate system, Cylindrical coordinate system and the Spherical coordinate system. Any point in the Cartesian coordinate system is represented as (x,y,z) in three dimension and (x,y) in two dimensions. The first part is called the abscissa or the x-coordinate and the second part is called the ordinate or the y-coordinate.
Let there be two points on the x-y plane, which are A(x1,y1) and B(x2,y2) . The distance between the two points is the length of the line segment joining them, which is AB. Now, if we observe closely, we find that the triangle ΔABC is a right-angled triangle with the right angle at C. The length BC will be x2−x1 and that of AC is y2−y1 . The length AB will then be, by Pythagoras theorem,
AB=(x2−x1)2+(y2−y1)2
We are given that the two points are (2,−3) and (2,4) . Substituting them in the above formula, we get,
⇒AB=(2−2)2+(4−(−3))2⇒AB=7units
Therefore, we can conclude that the distance between the two points is 7units .
Note: This problem can also be solved in another way. If we observe carefully, the two points (2,−3) and (2,4) lie on the same x=2 line. This means that we can simply subtract the ordinates of the two points, keeping in mind that the distance cannot be negative. The answer will be 4−(−3)=7 .