Find the locus of a point equidistant from (2,0) and (0,3)

hard 3 min read

Question

Find the locus of a point P(x,y)P(x, y) that is equidistant from the points A(2,0)A(2, 0) and B(0,3)B(0, 3).

Solution — Step by Step

Let P(x,y)P(x, y) be any point on the locus. The condition is:

PA=PBPA = PB

where PAPA and PBPB are the distances from PP to A(2,0)A(2,0) and B(0,3)B(0,3) respectively.

Using the distance formula:

PA=(x2)2+(y0)2=(x2)2+y2PA = \sqrt{(x-2)^2 + (y-0)^2} = \sqrt{(x-2)^2 + y^2} PB=(x0)2+(y3)2=x2+(y3)2PB = \sqrt{(x-0)^2 + (y-3)^2} = \sqrt{x^2 + (y-3)^2}

Setting PA=PBPA = PB:

(x2)2+y2=x2+(y3)2\sqrt{(x-2)^2 + y^2} = \sqrt{x^2 + (y-3)^2}

Squaring both sides (valid since both sides are non-negative):

(x2)2+y2=x2+(y3)2(x-2)^2 + y^2 = x^2 + (y-3)^2

Expand:

x24x+4+y2=x2+y26y+9x^2 - 4x + 4 + y^2 = x^2 + y^2 - 6y + 9

The x2x^2 and y2y^2 terms cancel:

4x+4=6y+9-4x + 4 = -6y + 9 4x+6y=94=5-4x + 6y = 9 - 4 = 5 4x6y+5=0\boxed{4x - 6y + 5 = 0}

Why This Works

The set of all points equidistant from two fixed points is called the perpendicular bisector of the segment joining them. The locus is a straight line.

We can verify this geometrically: the perpendicular bisector of ABAB passes through the midpoint of ABAB and is perpendicular to ABAB.

  • Midpoint of AB=(2+02,0+32)=(1,1.5)AB = \left(\frac{2+0}{2}, \frac{0+3}{2}\right) = (1, 1.5)
  • Slope of AB=3002=32AB = \frac{3-0}{0-2} = -\frac{3}{2}
  • Slope of perpendicular bisector = 23\frac{2}{3} (negative reciprocal)

Equation of perpendicular bisector: y1.5=23(x1)y - 1.5 = \frac{2}{3}(x - 1)

3(y1.5)=2(x1)3(y - 1.5) = 2(x - 1)

3y4.5=2x23y - 4.5 = 2x - 2

2x3y+4.52=02x3y+2.5=04x6y+5=02x - 3y + 4.5 - 2 = 0 \Rightarrow 2x - 3y + 2.5 = 0 \Rightarrow 4x - 6y + 5 = 0

Same answer, confirming both methods are consistent.

Alternative Method

The perpendicular bisector approach (using midpoint and slope) is often faster in exams than the distance-equation approach, especially if you recognise the geometric meaning immediately. For locus problems involving equal distances from two points, the answer is always a straight line — the perpendicular bisector. This shortcut saves time.

However, the algebraic distance-squaring method is more systematic and works even in cases where geometric insight isn’t obvious (like equidistant from a point and a line, which gives a parabola).

Common Mistake

A very common error is cancelling terms before expanding. Students write (x2)2=x222=x24(x-2)^2 = x^2 - 2^2 = x^2 - 4 instead of (x2)2=x24x+4(x-2)^2 = x^2 - 4x + 4. This is the “wrong” application of difference of squares — (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2, NOT a2b2a^2 - b^2. Always expand the square fully.

For JEE, remember: the locus equidistant from two POINTS is a straight line (perpendicular bisector). The locus equidistant from a POINT and a LINE is a parabola. The locus equidistant from two LINES is a pair of angle bisectors. These are the three fundamental locus types that appear repeatedly.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next