0

Find the equation of the locus of a point whose distance from the point (2, -2) is equal to its distance from the line x-y=0. I can't understand the question.

aki
  • 65

2 Answers2

0

This is related to Eccentricity.

Let the point be $P \equiv (x, y)$.

Distance of P from $(2, 2)$ is $\sqrt{(x-2)^2 + (y-2)^2} $ (1)

Distance of a point $(x_1, y_1)$ from a line $ax+by+c=0$ is $\left|\dfrac{ax_1+by_1+c}{\sqrt{a^2+b^2}}\right|$

So distance of P from $x-y = 0$ is $\left|\dfrac{x-y}{\sqrt2}\right|$. (2)

Now, (1) and (2) are equal.

Therefore, $$\begin{align}\sqrt{(x-2)^2 + (y-2)^2} =\left|\dfrac{x-y}{\sqrt2}\right| \\(x-2)^2 + (y-2)^2 = \dfrac{(x-y)^2}{2}\end{align}$$

Can you simplify after this?

taninamdar
  • 2,618
  • 14
  • 24
0

The question is asking you to find something like this

If you need help solving this, just comment below, and I can work it out.

T.Woody
  • 208