Question

Difficulty: MediumLoci and Geometric Constructions

A point P(x,y)P(x, y) moves in a Cartesian plane such that the square of its distance from A(3,0)A(3, 0) exceeds the square of its distance from B(1,2)B(-1, 2) by 44 units. Which of the following equations represents the locus of PP?

  1. 2xy=02x - y = 0Answer
  2. B
    2x+y4=02x + y - 4 = 0
  3. C
    x2y+1=0x - 2y + 1 = 0
  4. D
    x2+y24x+2y4=0x^2 + y^2 - 4x + 2y - 4 = 0

Answer

The equation representing the locus of PP is 2xy=02x - y = 0.
Using the distance formula, PA2=(x3)2+y2=x26x+9+y2PA^2 = (x - 3)^2 + y^2 = x^2 - 6x + 9 + y^2 and PB2=(x+1)2+(y2)2=x2+2x+1+y24y+4PB^2 = (x + 1)^2 + (y - 2)^2 = x^2 + 2x + 1 + y^2 - 4y + 4. Subtracting PB2PB^2 from PA2PA^2 yields (x2+y26x+9)(x2+y2+2x4y+5)=4(x^2 + y^2 - 6x + 9) - (x^2 + y^2 + 2x - 4y + 5) = 4, which simplifies to 8x+4y=0-8x + 4y = 0, or 2xy=02x - y = 0.

Step-by-Step Solution

1
Express the square of the distance from P(x,y)P(x, y) to A(3,0)A(3, 0) using the distance formula
PA2=(x3)2+(y0)2=x26x+9+y2PA^2 = (x - 3)^2 + (y - 0)^2 = x^2 - 6x + 9 + y^2
The distance formula gives PA2=(xxA)2+(yyA)2PA^2 = (x - x_A)^2 + (y - y_A)^2.
2
Express the square of the distance from P(x,y)P(x, y) to B(1,2)B(-1, 2)
PB2=(x(1))2+(y2)2=(x+1)2+(y2)2=x2+2x+1+y24y+4=x2+y2+2x4y+5PB^2 = (x - (-1))^2 + (y - 2)^2 = (x + 1)^2 + (y - 2)^2 = x^2 + 2x + 1 + y^2 - 4y + 4 = x^2 + y^2 + 2x - 4y + 5
Expand both algebraic squares for PB2PB^2.
3
Set up the locus condition PA2PB2=4PA^2 - PB^2 = 4 and simplify
(x2+y26x+9)(x2+y2+2x4y+5)=4    8x+4y+4=4(x^2 + y^2 - 6x + 9) - (x^2 + y^2 + 2x - 4y + 5) = 4 \implies -8x + 4y + 4 = 4
Subtracting PB2PB^2 from PA2PA^2 cancels the quadratic x2x^2 and y2y^2 terms.
4
Rearrange into standard linear equation form
8x+4y=0    2xy=0-8x + 4y = 0 \implies 2x - y = 0
Divide the entire equation by 4-4 to simplify.

Key Concept

Locus defined by difference of squares of distances to two fixed points
Estimated Time:1m 30s
Rate this question