Question
Question: One day, three friends Akash, Aditya and Manoj went to Children Park to play some games. While playi...
One day, three friends Akash, Aditya and Manoj went to Children Park to play some games. While playing at one moment Akash is at point P, Aditya at point A and Manoj is at point B such that Akash's distance from Aditya and Manoj are equal. If the positions of aditya and manoj are given as (1, 2) and (3, 8) respectively and area of PAB = 10 sq. m, then find the coordinates of P. And also find the distance of akash from Aditya and manoj.
Solution
In this question, we have to find the third coordinate using distance formula i.e. (x2−x1)2+(y2−y1)2. It is given that the position of akash is equal to Aditya and Manoj that means from the third unknown coordinate, the first two coordinates are equally placed. So, we have to form an equation using the given coordinates which are equally placed.
Complete step by step answer:
Let’s now discuss the entire question.
The given coordinates are A(1, 2) and B(3, 8) and let the unknown coordinate be P(x, y). As we know that the distance from point A to point P is equal to the distance from the point B to point P. So, by distance formula:
⇒(x2−x1)2+(y2−y1)2=(x2−x1)2+(y2−y1)2
Place the given coordinates:
⇒(x−1)2+(y−2)2=(x−3)2+(y−8)2
Now, by squaring both sides we get:
⇒(x−1)2+(y−2)2=(x−3)2+(y−8)2
Apply the algebraic identity: (a−b)2=a2−2ab+b2, we get:
⇒x2−2x+1+y2−4y+4=x2−6x+9+y2−16y+64
Now, cancel the x2 and y2 terms on both the sides:
⇒−2x+1−4y+4=−6x+9−16y+64
Now, solve the like terms:
⇒−2x−4y+5=−6x−16y+73⇒−2x+6x−4y+16y=73−5⇒4x+12y=68
Take 4 common from left hand side:
⇒4(x + 3y) = 68
Take 4 to the right hand side:
⇒x + 3y = 468
The equation obtained will be:
⇒x + 3y = 17
⇒x = 17 - 3y……(i)
As we know that area of a triangle is:
A = 21 [x1 (y2 - y3 ) + x2 (y3 -y1 ) + x3(y1 -y2)]
Place all the values:
⇒10=21[x(2−8)+1(8−y)+3(y−2)]
On solving further, we get:
⇒10=21[x(−6)+8−y+3y−6]⇒10=21[−6x+8+2y−6]
Add the like terms:
⇒10=21[−6x+2y+2]
Take 2 common from the bracket and cancel the terms:
⇒10=22[−3x+y+1]⇒10=[−3x+y+1]
Take all the terms on the left hand side and equate to zero:
⇒3x−y−1+10=0⇒3x−y+9=0
Replace ‘x’ with equation(i):
⇒3(17−3y)−y+9=0
Now, open the brackets:
⇒51−9y−y+9=0⇒51−10y+9=0
Solve for y:
⇒−10y+60=0⇒−10y=−60⇒y=−10−60
Value of y:
∴y = 6
We got ‘y’ now we want value for ‘x’ also. For that put the obtained value of ‘y’ in equation(i):
⇒x = 17 - 3y
⇒x = 17 – 3(6)
⇒x = 17 – 18
∴x = -1
Now, the next step is to calculate the distance from point P to point A as we got the unknown coordinates of P. The distance formula is:
PA = (x2−x1)2+(y2−y1)2
PA = (−1−1)2+(6−2)2
Solve the brackets:
PA = (−2)2+(4)2
Solve the under root:
PA = 4+16
PA = 20
∴PA = 25cm
As per question, PA = PB. So PB = 25cm
∴Distance of Akash from Aditya and Manoj = 25cm
Note: Before proceeding with the question, first try to draw a rough figure for the given terms. This will give you a clear idea of which value actually needs to be found. Most often we use a substitution method to find a particular variable. The equations formed above are linear equations in one variable.