Solveeit Logo

Question

Question: Find the value of x such that \[PQ=QR\] where the coordinates of \[P,Q\] and \[R\] are \[\left( 6,-1...

Find the value of x such that PQ=QRPQ=QR where the coordinates of P,QP,Q and RR are \left( 6,-1 \right)$$$$\left( 1,3 \right) and (x,8)\left( x,8 \right) respectively.

Explanation

Solution

Hint: To solve this type of problem first we have to know the distance formula between two points. Then applying the distance formula and equating both as given in the question and solving gives the value of x.

Complete step-by-step answer:
Given PQ=QRPQ=QR
The points given are P=(6,1)P=\left( 6,-1 \right),Q=(1,3)Q=\left( 1,3 \right),R=(x,8)R=\left( x,8 \right).
If the two points considered are A(x1,y1)A\left( {{x}_{1}},{{y}_{1}} \right)and B(x2,y2)B\left( {{x}_{2}},{{y}_{2}} \right)then the distance between two points is given by AB=(x2x1)2+(y2y1)2AB=\sqrt{{{\left( {{x}_{2}}-{{x}_{1}} \right)}^{2}}+{{\left( {{y}_{2}}-{{y}_{1}} \right)}^{2}}} . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (1)
In the question it was given that PQ=QRPQ=QR, Now writing the distance between PQPQ and QRQR.
PQ=(16)2+(3(1))2PQ=\sqrt{{{\left( 1-6 \right)}^{2}}+{{\left( 3-(-1) \right)}^{2}}} . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (a)
QR=(x1)2+(83)2QR=\sqrt{{{\left( x-1 \right)}^{2}}+{{\left( 8-3 \right)}^{2}}} . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (b)
Now equating both (a) and (b) we get,
(16)2+(3(1))2=(x1)2+(83)2\sqrt{{{\left( 1-6 \right)}^{2}}+{{\left( 3-(-1) \right)}^{2}}}=\sqrt{{{\left( x-1 \right)}^{2}}+{{\left( 8-3 \right)}^{2}}}
Squaring on both sides we get,
(16)2+(3(1))2=(x1)2+(83)2{{\left( 1-6 \right)}^{2}}+{{\left( 3-(-1) \right)}^{2}}={{\left( x-1 \right)}^{2}}+{{\left( 8-3 \right)}^{2}}
25+16=x22x+1+2525+16={{x}^{2}}-2x+1+25
x22x=4126{{x}^{2}}-2x=41-26
x22x=15{{x}^{2}}-2x=15
x22x15=0{{x}^{2}}-2x-15=0
We have got quadratic equation we have to find the roots,
x22x15=0{{x}^{2}}-2x-15=0
x25x+3x15=0{{x}^{2}}-5x+3x-15=0
x(x5)+3(x5)=0x(x-5)+3(x-5)=0
(x5)(x+3)=0\left( x-5 \right)\left( x+3 \right)=0
x=5,3x=5,-3
The values of x are x=5,3x=5,-3.

Note: This is a direct problem, with knowing the formula of distance between two points we can solve this. The distance between any two points cannot be negative. If we get a negative value also we have to apply modulus. Take care while doing calculations.