Advertisements
Advertisements
प्रश्न
Find the coordinates of a point on the line x + y = 5 which is equidistant from (6, 4) and (5, 2).
Advertisements
उत्तर
A point lies on the line x + y = 5. We can express the y-coordinate in terms of x:
x + y = 5
y = 5 − x
Thus, any point on this line has the form P(x, 5 − x)
The distance between two points (x1, y1) and (x2, y2) is given by distance formula
= `sqrt((x_2 - x_1)^2 + (y_2 - y_1)^2)`
Since the point is equidistant from A(6, 4) and B(5, 2), the distances PA and PB are equal (PA = PB).
Use the equidistant condition:
`sqrt((x - 6)^2 + (y - 4)^2) = sqrt((x - 5)^2 + (y - 2)^2)`
(x − 6)2 + (y − 4)2 = (x − 5)2 + (y − 2)2
(x − 6)2 + ((5 − x) − 4)2 = (x − 5)2 + ((5 − x) − 2)2
(x − 6)2 + (1 − x) )2 = (x − 5)2 + (3 − x)2
(x2 − 12x + 36) + (1 − 2x + x2) = (x2 − 10x + 25) + (9 − 6x + x2)
2x2 − 14x + 37 = 2x2 − 16x + 34
−14x + 16x = 34 − 37
2x = −3
x = −`3/2`
y = 5 − x
= `5 - (-3/2)`
= `(10 + 3)/2`
= `13/2`
The coordinates of the point are (x, y) is `(-3/2, 13/2)`.
