- 3,802
- 95
Homework Statement
Find the equation of the locus of midpoints of all chords of length 2 units in the circle with equation x^2+y^2-2y-3=0
Homework Equations
d=\sqrt{x_2-x_1)^2+(y_2-y_1)^2}
The Attempt at a Solution
I don't know how to begin solving this problem. All I know is (x_2-x_1)^2+(y_2-y_1)^2=4, and the variables, (x_1,y_1) and (x_2,y_2) satisfy the circle equation.
I transformed the circle equation into the general form ~ x^2+(y-1)^2=4 So the circle is centred (0,1) and radius 2.
Actually while writing this, I realize the locus of the circle will have the same centre thus, x^2+(y-1)^2=r^2, and the perpendicular bisector of a chord in a circle passes through its centre, so I can use pythagoras' theorem:
c^2=r^2+b^2
4=r^2+(\frac{2}{2})^2
r^2=3, r=\sqrt{3}
Therefore, the circle equation is: x^2+(y-1)^2=3
Somehow while trying to explain my problem, I figure it out for myself? Anyway, are there any other methods to solve this problem? I thought it would've involved the distance formula in some way.