- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the coordinates of the point $ Q $ on the $ x $-axis which lies on the perpendicular bisector of the line segment joining the points $ A(-5,-2) $ and $ B(4,-2) $. Name the type of triangle formed by the points $ Q, A $ and $ B $.
The line segment joining the points \( A(-5,-2) \) and \( B(4,-2) \).
To do:
We have to find the coordinates of the point \( Q \) on the \( x \)-axis which lies on the perpendicular bisector of the line segment joining the points \( A(-5,-2) \) and \( B(4,-2) \) and name the type of triangle formed by the points \( Q, A \) and \( B \).
Solution:
Let the coordinates of the point $Q$ be $(x, 0)$.
Point $Q$ is equidistant from $( A(5,2)$ and $B(4,2)$
This implies,
$AQ=BQ$
Using distance formula,
$d=\sqrt{\left(x_{2}-x_{1}\right)^{2}+\left(y_{2}-y_{1}\right)^{2}}$
$A Q=\sqrt{(x-5)^{2}+(0-2)^{2}}$
$B Q=\sqrt{(x-4)^{2}+(0-2)^{2}}$
Therefore,
$\sqrt{(x-5)^{2}+(0-2)^{2}}=\sqrt{(x-4)^{2}+(0-2)^{2}}$
Squaring on both sides, we get,
$(x-5)^2+(-2)^2=(x-4)^2+(-2)^2$
$x^2+25-2(x)(5)+4=x^2-2(x)(4)+4^2+4$
$25-10x=-8x+16$
$10x-8x=25-16$
$2x=9$
$x=\frac{9}{2}$
The co-ordinates of the point $Q$ are $(\frac{9}{2},0)$.
Here,
$A Q=B Q$ and $Q$ lies on the perpendicular bisector of $A B$
This implies,
Triangle $\mathrm{ABQ}$ is an isosceles triangle.
- Related Articles
- The point which lies on the perpendicular bisector of the line segment joining the points \( A(-2,-5) \) and \( B(2,5) \) is(A) \( (0,0) \)(B) \( (0,2) \)(C) \( (2,0) \)(D) \( (-2,0) \)
- Points $P, Q, R$ and $S$ divide the line segment joining the points $A (1, 2)$ and $B (6, 7)$ in 5 equal parts. Find the coordinates of the points $P, Q$ and $R$.
- Let P and Q be the points of trisection of the line segment joining the points $A( 2,\ -2)$ and $B( -7,\ 4)$ such that P is nearer to A. Find the coordinates of P and Q.
- Point $P( x,\ 4)$ lies on the line segment joining the points $A( -5,\ 8)$ and $B( 4,\ -10)$. Find the ratio in which point P divides the line segment AB. Also find the value of x.
- If the point $P (m, 3)$ lies on the line segment joining the points $A (−\frac{2}{5}, 6)$ and $B (2, 8)$, find the value of $m$.
- Find the mid-point of the line segment joining the points $A ( -2,\ 8)$ and $B ( -6,\ -4)$.
- The line segment joining the points $(3, -4)$ and $(1, 2)$ is trisected at the points $P$ and $Q$. If the coordinates of $P$ and $Q$ are $(p, -2)$ and $(\frac{5}{3}, q)$ respectively. Find the values of $p$ and $q$.
- Find the ratio in which the line segment joining the points $A (3, -3)$ and $B (-2, 7)$ is divided by x-axis. Also, find the coordinates of the point of division.
- The mid-point $P$ of the line segment joining the points $A (-10, 4)$ and $B (-2, 0)$ lies on the line segment joining the points $C (-9, -4)$ and $D (-4, y)$. Find the ratio in which $P$ divides $CD$. Also, find the value of $y$.
- Find the ratio in which the segment joining the points $( 1,\ -3)$ and $( 4,\ 5)$ is divided by $x-$axis? Also find the coordinates of this point on $x-$axis.
- A line intersects the y-axis and x-axis at the points P and Q respectively. If $( 2,\ -5)$ is the mid-point then find the coordinates of P and Q.
- Whether the following statement is true or false. Justify your answer.Point A(2,7) lies on the perpendicular bisector of the line segment joining the points P(6,5) and Q$(0, -4)$.
- State whether the following statements are true or false. Justify your answer.The point \( \mathrm{A}(2,7) \) lies on the perpendicular bisector of line segment joining the points \( P(6,5) \) and \( Q(0,-4) \).
- Points $P$ and $Q$ trisect the line segment joining the points $A(-2,0)$ and $B(0,8)$ such that $P$ is near to $A$. Find the coordinates of $P$ and $Q$.
- Find the coordinates of the points which divide the line segment joining $A (-2, 2)$ and $B (2, 8)$ into four equal parts.
