Find the length of the common chord of two intersecting circles
Let the two circles be \(C_1\) with radius \(r_1\) and center \(O_1\), and \(C_2\) with radius \(r_2\) and center \(O_2\). The distance between the centers is \(d\). The common chord has endpoints where the circles intersect.
Let the length of the chord be \(2l\). The perpendicular distance from the midpoint of the chord to the line joining the centers is given by:
$$h = \sqrt{r_1^2 – l^2} = \sqrt{r_2^2 – l^2}$$
From the triangle formed by \(O_1, O_2\) and the midpoint of the chord, we have:
$$O_1M^2 + O_2M^2 = d^2$$
Substituting, we get:
$$\sqrt{r_1^2 – l^2} + \sqrt{r_2^2 – l^2} = d$$
Solving for \(l\),
$$l = \sqrt{r_1^2 – \left(\frac{d}{2}\right)^2} = \sqrt{r_2^2 – \left(\frac{d}{2}\right)^2}$$
Thus, the length of the common chord is:
$$2l = 2\sqrt{r_1^2 – \left(\frac{d}{2}\right)^2}$$