M HYPE SPLASH
// updates

Circle bisecting the circumference of another circle

By John Peck
$\begingroup$

If the circle $x^2+y^2+4x+22y+l=0$ bisects the circumference of the circle $x^2+y^2-2x+8y-m=0$,then $l+m$ is equal to

(A)$\ 60$

(B)$\ 50$

(C)$\ 46$

(D)$\ 40$

I don't know the condition when one circle intersects the circumference of other circle. So could not solve this question. Can someone help me in this question?

$\endgroup$ 2

3 Answers

$\begingroup$

Circle $C_1: x^2+y^2+4x+22y+l=0$ has its center $(-2, -11)$ & a radius $\sqrt{(-2)^2+(-11)^2-l}=\sqrt{125-l}$

Similarly, circle $C_2: x^2+y^2-2x+8y-m=0$ has its center $(1, -4)$ & a radius $\sqrt{(1)^2+(-4)^2-(-m)}=\sqrt{m+17}$

Now, solving the equations of circles $C_1$ & $C_2$ by substituting the value of $(x^2+y^2)$ from $C_2$ into $C_1$, we get the $\color{blue}{\text{equation of common chord}}$ as follows $$(2x-8y+m)+4x+22y+l=0$$ $$\color{blue}{6x+14y+(l+m)=0}\tag 1$$

Now, since the circumference of circle $C_2$ is bisected by the circle $C_1$ hence the center $(1, -4)$ of circle $C_2$ must lie on the common chord or in other words, the common chord must pass through the center of circle $C_2$

Now, satisfying the above equation of common chord by center point $(1, -4)$ as follows $$6(1)+14(-4)+(l+m)=0$$ $$6-56+l+m=0$$ $$\bbox[5px, border:2px solid #C0A000]{l+m=50}$$

$\endgroup$ $\begingroup$

The condition for a circle (Circle A) to bisect the circumference of another circle (Circle B) is:

The common chord of A and B should pass through the center of B

$\endgroup$ 1 $\begingroup$

Let us consider the equation of bisecting circle to be "S1"...and the equation of bisected circle be "S2"

S1: x²+y² +4x+22y+l

S2: x²+y²-2x+8y-m

In order to calculate the value of "l+m"......we first need to calculate the value of common tangent...... Let us denote the eqn of common tangent with "L"

The eqn of common tangent will be = S1-S2

So eqn of common tangent is= x²+y²+4x+22y+l - (x²+y²-2x+8y-m)

Eqn of common tangent = 6x+14y+(l+m)=0

Also the centre of the bisected circle should lie on the common tangent.....

Centre of bisected circle = (1,-4). (-g,-f)

Putting the coordinates of centre of the circle in eqn of common tangent.....

6(1)+14(-4)+(l+m)=0

6-56+(l+m)=0

-50 +(l+m)=0

l+m=50

Hence the correct option is (B)

$\endgroup$ 1