1. **Define the positions of points A and B:**
- Point A moves on a circle centered at O(0,0) with radius r. Its coordinates are given by:
A=(rcosβ,rsinβ)
where β is a variable angle.
- Point B moves on a circle centered at C(−2r,0) with radius r. Its coordinates are given by:
B=(−2r+rcos(α+β),rsin(α+β))
where α is a constant angle and β is the same variable angle as for point A.
2. **Find the midpoint M of segment AB:**
- The coordinates of the midpoint M are given by the average of the coordinates of A and B:
M=(2rcosβ+(−2r+rcos(α+β)),2rsinβ+rsin(α+β))
Simplifying the coordinates of M:
M=(2rcosβ−2r+rcos(α+β),2rsinβ+rsin(α+β))
M=(2r(cosβ+cos(α+β))−2r,2r(sinβ+sin(α+β)))
M=(2r(cosβ+cos(α+β))−2r,2r(sinβ+sin(α+β)))
3. **Determine the equation of the perpendicular bisector of AB:**
- The slope of AB is given by:
slope of AB=−2r+rcos(α+β)−rcosβrsin(α+β)−rsinβ
Simplifying the slope:
slope of AB=r(cos(α+β)−cosβ)−2rr(sin(α+β)−sinβ)
slope of AB=cos(α+β)−cosβ−2sin(α+β)−sinβ
- The slope of the perpendicular bisector is the negative reciprocal of the slope of AB:
slope of perpendicular bisector=−sin(α+β)−sinβcos(α+β)−cosβ−2
4. Find the fixed point through which the perpendicular bisector passes:
- The perpendicular bisector of AB always passes through a fixed point D. To find this point, we need to determine the coordinates of D such that it satisfies the equation of the perpendicular bisector for all values of β.
- Given the coordinates of D as (−r,−rcot2α), we need to verify that this point lies on the perpendicular bisector for all β.
5. Verification:
- The coordinates of D are (−r,−rcot2α).
- The perpendicular bisector of AB passes through D if the coordinates of D satisfy the equation of the perpendicular bisector for all β.
- Since the coordinates of D are independent of β, D is indeed a fixed point through which the perpendicular bisector of AB passes.
■