- 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 relation between $x$ and $y$ such that the point $(x, y)$ is equidistant from the points $(3, 6)$ and $(-3, 4)$.
Given:
The points $(3, 6)$ and $(-3, 4)$ are equidistant from the point $(x, y)$.
To do:
We have to find a relation between $x$ and $y$.
Solution:
We know that,
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,
The distance between $(3,6)$ and \( (x, y) \) \( =\sqrt{(x-3)^{2}+(y-6)^{2}} \)
The distance between $(-3,4)$ and \( (x, y) \) \( =\sqrt{(x+3)^{2}+(y-4)^{2}} \)
The points $(3,6)$ and $(-3,4)$ are equidistant from \( (x, y) \).
\( \therefore \sqrt{(x-3)^{2}+(y-6)^{2}}=\sqrt{(x+3)^{2}+(y-4)^{2}} \)
Squaring on both sides, we get,
\( \Rightarrow(x-3)^{2}+(y-6)^{2}=(x+3)^{2}+(y-4)^{2} \)
\( \Rightarrow x^{2}-6 x+9+y^{2}-12 y+36=x^{2}+6 x+9+y^{2}-8y+16 \)
\( \Rightarrow x^{2}-6 x+y^{2}-12 y+36-x^{2}-6 x-y^{2}+8 y-16=0 \)
\( \Rightarrow-12 x-4 y+20=0 \)
\( \Rightarrow -4(3x+ y-5)=0 \)
\( \Rightarrow 3x+y-5=0 \)
The required relation is $3x+y-5=0$.
- Related Articles
- Find a relation between x and y such that point$ (x, y)$ is equidistant from the point (7, 1) and (3, 5)
- If the point \( P(x, y) \) is equidistant from the points \( A(6,1) \) and \( B(1,6) \), find the relation between \( x \) and \( y \).
- Find a point on the x-axis which is equidistant from the points $(7, 6)$ and $(-3, 4)$.
- If the point $P (x, y)$ is equidistant from the points $A (5, 1)$ and $B (1,5)$, prove that $x = y$.
- If $A (3, y)$ is equidistant from points $P (8, -3)$ and $Q (7, 6)$, find the value of $y$ and find the distance AQ.
- Find the relation between $x$ and $y$ if the points $A( x,\ y),\ B( -5,\ 7)$ and $C( -4,\ 5)$ are collinear.
- If $x+y=5$ and $xy=6$ then find $x^3+y^3$.
- Find a point on y-axis which is equidistant from the points $(5, -2)$ and $(-3, 2)$.
- If \( a \) and \( b \) are distinct positive primes such that \( \sqrt[3]{a^{6} b^{-4}}=a^{x} b^{2 y} \), find \( x \) and \( y \).
- Find the point on $y-$axis which is equidistant from the points $( 5,\ - 2)$ and $( -3,\ 2)$.
- Find the relation between $x$ and $y$ if the points $ A( x,\ y) ,\ B( -5,\ 7)$ and $\displaystyle C( -4,\ 5)$ are collinear.
- Find a relation between $x$ and $y$, if the points $(x, y), (1, 2)$ and $(7, 0)$ are collinear.
- Add the following algebraic expressions.a) \( x+5 \) and \( x+3 \)b) \( 3 x+4 \) and \( 4 x+9 \)c) \( 5 y-2 \) and \( 2 y+7 \) d) \( 8 y-3 \) and \( 5 y-6 \)
- If the points $(2, 1)$ and $(1, -2)$ are equidistant from the point $(x, y)$, show that $x + 3y = 0$.
- Factorize:\( x^{3}-2 x^{2} y+3 x y^{2}-6 y^{3} \)
