EXERCISE 7.1

Distance formula:

The distance between any two points A( x1, y1) and B( x2, y2) is calculated by

d = √(x2−x1)2 + (y2−y1)2 

Example 1 : Find the distance between the points D and E, in the given figure.
Here points (3, 4), (2, 5)
Solution: DE = √(x2−x1)2 )+ (y2−y1)2 .
= √[(−2)−3]2 + [(−5)−4]2 
= √(−5)2 + (−9)2 
= √(25 + 81)
= √(106 ) = 10.3
This shows that this is same as Pythagoras theorem.
As in Pythagoras theorem 
c = √(a2 + b2 ).

Distance from Origin:
If we have to find the distance of any point from the origin then, one point is P(x,y) and the other point is the origin itself, which is O (0,0). So according to the above distance formula, it will be
OP = √((x−0)2 + (y−0)2 )
OP = √(x2 + y2 ).

Example 1 : The distance of the point P (2, 3) from the x-axis is
(A) 2     (B) 3     (C) 1    (D) 5
Solution: We know that,
(x, y) = (2, 3) is a point on the Cartesian plane in the first quadrant.
x = Perpendicular distance from Y axis
y = Perpendicular distance from X axis
Therefore, the perpendicular distance from X axis = y coordinate = 3

Example 2 : Find a relation between x and y such that the point (x, y) is equidistant from the points (7, 1) and (3, 5).
Solution: Let P(x, y) be equidistant from the points A ( 7, 1) and B ( 3, 5 ).
Then, AP = BP
AP2 = BP2
Using distance formula,
= √ [(x − 7)2 + (y − 1)2 ] ² = √[(x − 3)² + (y − 5)²]²
= (x − 7)2 + (y − 1)² =  (x − 7)2 + (y − 1)
= xy − x − 7y + 7 = xy − 5x − 3y + 15
= −x + 5x − 7y + 3y  = 15 − 7
= 4x −4y = 8
x – y = 2
Hence, the relation between x and y is x – y = 2.

Exercise 7.1
1. Find the distance between the following pairs of points:
(i) (2, 3), (4, 1)
(ii) (5, 7), (1, 3)
(iii) (a, b), ( a, – b)
Solution: Distance formula to find the distance between two points ( x1, y1) and ( x2, y2) is, 
d = √(x2−x1)2 ) + (y2−y1)2 .
(i) Applying Distance Formula to find distance between points (2, 3) and (4,1), we get
d = √(4− 2)2 + (1 − 3)2 
= √(2)2 + (−2)2  = √(8 ) = 2 √2
 

(ii) Applying Distance Formula to find distance between points (–5, 7) and (–1, 3), we get
d = √(−1+ (5)2 ) + (3 − 7) 
= √(4)2 ) + (−4)2 ) = √(32 ) = 4 √2 

(iii) Applying Distance Formula to find distance between points (a, b) and (–a, –b), we get
d = √(−a−a)2  + (−b−b)2 
= √(−2a)2 ) + (−2b²)
= √4a² + 4b²  ⇒  √4 (a² + b²)

2. Find the distance between the points (0, 0) and (36, 15). Can you now find the distance between the two towns A and B discussed in Section 7.2.
Solution: Let us consider, town A at point (0, 0). Therefore, town B will be at point (36, 15).
Distance between points (0, 0) and (36, 15)
d = √(x2− x1)2 ) + (y2− y1)2 .
= √(36 − 0)2  + (15 − 0)2  = √(36)2  + (15)2 
= √(1296 + 225) = √1521 = 39
The distance between town A and B will be 39 km.

3. Determine if the points (1, 5), (2, 3) and (−2, −11) are collinear.
Solution: The sum of the lengths of any two line segments is equal to the length of the third line segment then all three points are collinear.
Consider, A = (1, 5)    B = (2, 3)   and   C = (−2, −11)
Find the distance between points; say AB, BC and CA
AB = √(2−1) ) + (3−5)2 ) = √12 + (−2)2  = √(1 + 4) = √5
BC = √(−2−22 ) + (−11−3)2 ) = √(−4)2 ) + (−14)2  ) = √(16 + 196) = √212
CA = √(−2−1)2 ) + (−11−5)2 ) ) = √(−3)2 ) + (−16)2 ) = √(9 + 256) = √265
Since AB + BC ≠ CA
Therefore, the points (1, 5), (2, 3), and ( – 2, – 11) are not collinear.

4. Check whether (5, – 2), (6, 4) and (7, – 2) are the vertices of an isosceles triangle.
Solution: Since two sides of any isosceles triangle are equal. To check whether given points are vertices of an isosceles triangle, we will find the distance between all the points.
Let the points (5, – 2), (6, 4), and (7, – 2) represent the vertices A, B, and C respectively.

AB = √(6−5)2 ) + (4 + 2)2 ) = √(−1)2 ) + (6)2 ) = √37
BC = √(7−6)2 ) + (−2−42) = √(1)2 ) + (−6)2 ) = √(1 + 36) = √37
CA = √(7−5)2 ) + (−2 + 2)2 ) = √(2)2 ) + (0)2 ) = √4 = 2
Here AB = BC = √37
This implies, that the given points are vertices of an isosceles triangle.

5. In a classroom, 4 friends are seated at the points A, B, C and D as shown in Fig. 7.8. Champa and Chameli walk into the class and after observing for a few minutes Champa asks Chameli, “Don’t you think ABCD is a square?” Chameli disagrees. Using distance formula, find which of them is correct.
Solution: From figure, the coordinates of points A, B, C and D are (3, 4), (6, 7), (9, 4) and (6,1).
Find distance between points using distance formula, we get
AB = √(6 − 3)2  + (7 − 4)2  = √(3)2  + (3)2 ) = √(9 + 9) = 3√2
BC = √(9 − 6)2  + (4 − 7)2 = √(3)2  + (−3)2 = √(9 + 9) = 3√2
CD = √(6 − 9)2  + (1 − 4)2  = √(3)2  + (3)2)  = √(9 + 9) = 3√2
DA = √(6 − 3)2  + (1 − 4)2  = √(3)2  + (−3)2  = √(9 + 9) = 3√2

AB = BC = CD = DA = 3√2
All sides are of equal length.
Therefore, ABCD is a square and hence, Champa was correct.

6. Name the type of quadrilateral formed, if any, by the following points, and give reasons for your answer:
(i) ( 1, – 2), (1, 0), ( 1, 2), (3, 0)
(ii) ( 3, 5), (3, 1), (0, 3), ( 1, – 4)
(iii) (4, 5), (7, 6), (4, 3), (1, 2)

Solution: (i)  Let the points ( 1, – 2), (1, 0), ( – 1, 2), and ( – 3, 0) be
representing the vertices A, B, C, and D of the given quadrilateral respectively.
AB = √(1 + 1)2 ) + (0 + 2)2 = √(2)2) + (2)2  =√(4 + 4) = 2√2
BC = √(−1−1)2 ) + (2−0)2   = √(−2)2 + (2)2  = √(4 + 4) = 2√2
CD = √(−3 + 1)2 ) + (0−2)2  = √(−2)2  + (−2)2  = √(4 + 4) = 2√2
DA= √(−3 + 1)2 ) + (0−2)2  = √(−2)2  + (−2)2  = √(4 + 4) = 2√2
AC = √(−1 + 1) ) + (2 + 2)2  = √(0)2  + (4)2  = √16 = 4
BD = √(−3−1)2 ) + (0− 0)2  = √(−4)2  + (0)2  = √16 = 4
Side length = AB = BC = CD = DA = 2√2
Diagonal Measure = AC = BD = 4
Therefore, the given points are the vertices of a square.

(ii) Let the points ( 3, 5), (3, 1), (0, 3), and ( –1, – 4) be representing the vertices A, B, C, and D of the given quadrilateral respectively.

AB = √(−3−3)2  +(1−5)2  = √(−6)2  +(−4)2 ) = √(36 + 16) = 2√13
BC = √(0−3)2  +(3−1)2  = √(−3)2  +(2)2  = √(9 + 4) = √13
CD = √(−1−0)2  +(−4−3)2  = √(−1)2  +(−7)2  = √(1 + 49) = 5√2
AD= √(−1+3)2 +(−4−5)2 = √(2)2 +(−9)2  = √(4 + 81) = √85
All sides of this quadrilateral are of different lengths.
Therefore, it can be said that it is a general quadrilateral.

(iii) Let the points (4, 5), (7, 6), (4, 3), and (1, 2) be representing the vertices A, B, C, and D of the given quadrilateral respectively.
AB = √(7−4)2  +(6−5)2  = √(3)2  + (1)2   = √(9 + 1) = √10
BC = √(4−7)2  +(3−6)2  = √(−3)2  + (−3)2  = √(9 + 9) = √18
CD = √(1−4)2  +(2−3)2  = √(−3)2 + (−1)2  = √(9 + 1) = √10
AD= √(1−4)2  +(2−5)2  = √(−3)2  + (−3)2  = √(9 + 9) = √18
AC ( diagonal ) = √(4−4)2 +(3−5)2  = √(0)2 +(−2)2 =√(0 + 4) = 2
BD ( diagonal ) = √(1−7)2  +(2−6)2  = √(−6)2+(−4)2 =√(36 + 16) = 2√13
Opposite sides of this quadrilateral are of the same length. However, the diagonals are of different lengths. Therefore, the given points are the vertices of a parallelogram.

7. Find the point on the x -axis which is equidistant from (2, − 5) and (− 2, 9).
Solution: To find a point on x -axis. Therefore, its y-coordinate will be 0.
Let the point on x -axis be (x, 0).

Consider A = (x, 0); B = (2, – 5) and C = ( 2, 9).
AB = √(2−x)2  + (−5−0)2  = √(2−x)2  + (−5)2  = √(2−x)2  + 25 
BC = √(−2−x)2  + (9−0)2  = √(−2−x)2  + (9)2  = √(−2−x)2  + 81 
Since both the distance are equal in measure, so AB = AC
√(2−x)² + 25) = √(−2−x)² + 81)
Simplify the above equation,
Remove square root by taking square of both the sides, we get
(2−x) + 25 = (−2−x)² + 81
x²+ 4 − 4 x + 25 = x2+ 4 + 4 x + 81
8 x = 25−81 = −56
x = −7
Therefore, the point is (− 7, 0).

8. Find the values of y for which the distance between the points P (2, – 3) and Q (10 , y) is 10 units.
Solution: Distance between (2, –3) and (10, y) is 10.
Using distance formula, D =√(x2− x1 ) )2 + (y2 − y1 )2

10 = √(10−2)² + (y + 3)²
Squaring both sides,
64 + (y+3)2 = 100
64 + (y+3)2 = 100
(y + 3)2 = 36    ⇒ y + 3 = ± 6
y + 3= + 6   or   y + 3= – 6
Therefore, y = 3 or – 9.

9. If Q (0, 1) is equidistant from P (5, – 3) and R (x, 6), find the values of x. Also find the distance QR and PR.
Solution: Given: Q (0, 1) is equidistant from P (5, – 3) and R (x, 6), which means PQ = QR
Step 1: Find the distance between PQ and QR using distance formula,
PQ = √(5−0)2 + (−3−1)2  = √(−5)2  + (−4)2 ) = √(25) + 16 = √41
QR = √(0−x)2 + (1−6)2  = √(−x)2 + (−5)2 =√(x)2 + 25
Step 2 : Use  PQ = QR
√41 = √(x)2 ) + 25
Squaring both the sides, to remove the square root
41 = x² + 25
x² = 16  ⇒ x = ± 4
x = 4 or x = −4
Coordinates of Point R will be R (4, 6) or R (−4, 6),
If R (4, 6), then 
QR = √(0−4)2  + (1−6)2  = √(4)2  + (−5)2  = √(16 + 25) = √41
PR = √(5−4)2  + (−3−6)2  = √(1)2  + (−9)2  = √(1 + 81) = √82
If R (−4, 6), then
QR = √(0 + 4)2  + (1− 6)2  = √(4)2  + (−5)2 = √(16 + 25) = √41
PR = √(5 + 4)2  + (−3−6)2  = √(9)2  + (−9)2  = √(81 + 81) = 9√2

10. Find a relation between x and y such that the point (x, y) is equidistant
from the point (3, 6) and ( −3, 4).

Solution: Point (x, y) is equidistant from (3, 6) and ( – 3,4)
= √(x−3)2 +(y − 6)2  = √(x−(−3)2 ) + (y−4)2 
= √(x−3)2 +(y −6)2  = √(x + 3)2 + (y−4)2 
Squaring both sides, (x − 32 ) + (y − 6)2 ) = (x + 3)2 ) + (y −4)2 
x2 + 9 − 6 x + y2 + 36 −12 y = x2 + 9 + 6 x +y2 +16 − 8 y
36−16 = 6 x + 6 x +12 y − 8 y
20 = 12 x +4 y
3 x + y = 5
3 x + y −5 = 0