- 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 a point on y-axis which is equidistant from the points $(5, -2)$ and $(-3, 2)$.
Given points are $(5, -2)$ and $(-3, 2)$.
To do:
We have to find the point on y-axis which is equidistant from $(5, -2)$ and $(-3, 2)$.
Solution:
Let the co-ordinates of the two points be $A (5, -2)$ and $B (-3, 2)$.
We know that,
The x co-ordinate of a point on y-axis is $0$.
Let the co-ordinates of the point which is equidistant from the points $A$ and $B$ be $C(0, y)$.
This implies,
$AC = CB$
The distance between two points \( \mathrm{A}\left(x_{1}, y_{1}\right) \) and \( \mathrm{B}\left(x_{2}, y_{2}\right) \) is \( \sqrt{\left(x_{2}-x_{1}\right)^{2}+\left(y_{2}-y_{1}\right)^{2}} \).
Therefore,
\( AC=\sqrt{(0-5)^2+(y+2)^2} \)
\( =\sqrt{25+(y+2)^2} \)
\( CB=\sqrt{(0+3)^{2}+(y-2)^{2}} \)
\( =\sqrt{9+(y-2)^{2}} \)
\( \Rightarrow \sqrt{25+(y+2)^{2}}=\sqrt{9+(y-2)^{2}} \)
Squaring on both sides, we get,
\( 25+(y+2)^{2}=9+(y-2)^{2} \)
\( y^{2}+4 y+4+25=y^{2}-4 y+4+9 \)
\( 4 y+4 y=9-25 \)
\( 8y=-16 \)
\( \Rightarrow y=\frac{-16}{8} \)
\( y=-2 \)
Therefore, the required point is $(0, -2)$.
- Related Articles
- Find the point on $y-$axis which is equidistant from the points $( 5,\ - 2)$ and $( -3,\ 2)$.
- Find the point on x-axis which is equidistant from the points $(-2, 5)$ and $(2, -3)$.
- Find the points on the \( y \)-axis which is equidistant from the points \( (-5,-2) \) and \( (3,2) \).
- Which point on y-axis is equidistant from $(2, 3)$ and $(-4, 1)$?
- Find the point on the x-axis which is equidistant from $(3,\ -5)$ and $(-2,\ 4)$.
- Find the point on the x-axis which is equidistant from $(2,\ -5)$ and $(-2,\ 9)$.
- Find the point on the x-axis which is equidistant from $(0,\ -5)$ and $(-2,\ 0)$.
- Find the point on the x-axis which is equidistant from $(2,\ -4)$ and $(-2,\ 6)$.
- Find a point on the x-axis which is equidistant from the points $(7, 6)$ and $(-3, 4)$.
- Find the point on the x-axis which is equidistant from $( 5,\ -5)$ and $( 0,\ 9)$.
- Find the points on the \( x \)-axis which is equidistant from the points \( (3,4) \) and \( (1,-3) \).
- Which point on x-axis is equidistant from $(5, 9)$ and $(-4, 6)$?
- A point $A( 0,\ 2)$ is equidistant from the points $B( 3,\ p)$ and $C( p,\ 5)$, then find the value of P.
- If the point $P (2, 2)$ is equidistant from the points $A (-2, k)$ and $B (-2k, -3)$, find $k$. Also, find the length of AP.
- If a point $A (0, 2)$ is equidistant from the points $B (3, p)$ and $C (p, 5)$, then find the value of $p$.
