Find the common tangents for the given circles.

87 Views Asked by At

A circle of radius $2$ units rolls on the outerside of the circle, $x^2 + y^2 + 4x = 0$ , touching it externally. Find the locus of the centre of this outer circle. Also find the equations of the common tangents of the two circles when the line joining the centres of the two circles is inclined at an angle of $60^\circ$ with $x$-axis

My attempt is as follows:-

First part of the question is simple, so I will directly write its answer.

$$x^2+y^2+4x–12=0$$

Now in the second part I am confused they are talking about which two circles, are they talking about the circles given initially?

I had no choice so I took the circles given initially.

$$C_1\equiv(-g,-f)$$ $$C_2\equiv(-2,0)$$

Equation of line $C_1C_2$

$$y=\sqrt{3}(x+2)$$ $$y=x\sqrt{3}+2\sqrt{3}\tag{1}$$

Now as circles are touching externally, so $C_1C_2=r_1+r_2=4$

Let's find possible values of $C_2$ using parametric form of line

For $r=4, C_2\equiv(0,2\sqrt{3})$

For $r=-4, C_2\equiv(-4,-2\sqrt{3})$

Case $1$: $C_2\equiv(0,2\sqrt{3})$

Let's find the equation of internal tangent. Two circles are touching at point $\left(-1,\sqrt{3}\right)$

$$-x+y\sqrt{3}+2(x-1)=0$$ $$x+\sqrt{3}y-2=0$$

Now as $r_1=r_2$, so external tangent will be parallel to $C_1C_2$, hence of equation of external tangent will be $y-\sqrt{3}x+\lambda=0$

$$\dfrac{\left|\lambda+2\sqrt{3}\right|}{2}=2$$ $$\lambda=4-2\sqrt{3},-4-2\sqrt{3}$$

So external tangent will be $y-\sqrt{3}x+4-2\sqrt{3}=0,y-\sqrt{3}x-4-2\sqrt{3}=0$

Case $2$: $C_2\equiv(-4,-2\sqrt{3})$

Let's find the equation of internal tangent. Two circles will touch at $(-3,-\sqrt{3})$

$$-y\sqrt{3}-3x+2(x-3)=0$$ $$-x-\sqrt{3}y-6=0$$ $$x+\sqrt{3}y+6=0$$

External tangents will remain same.

Now actual answer does not contain the internal tangent of case $2$. Is that not valid?

1

There are 1 best solutions below

0
On

enter image description here

Some of the text you used to describe your answer is not entirely clear to me. Can you please compare the method posted bellow with yours and let me know whether you need more clarification? It is important that you read Vasya's comment before proceeding.

The line Joining the two centers makes an angle of $60^0$ with the $x$-axis. Since the two tangents are perpendicular to this line they make an angle of $150^0$ with the $x$-axis. therefore, the equations of tangents can be written as $$y=-\frac{1}{\sqrt{3}}x+d_1\tag{Tangent 1}$$ $$y=-\frac{1}{\sqrt{3}}x+d_2\tag{Tangent 2}$$

Now, to determine $d_1$ and $d_2$, we have to find the coordinates of the points $P_1$ and $P_2$ $$P_1 = \left(-2+2\cos60^0, 2\sin60^0\right)=\left(-1, \sqrt{3}\right)$$ $$P_2 = \left(-2-2\cos60^0, -2\sin60^0\right)=\left(-3, -\sqrt{3}\right)$$

When we substitute these values in the equations of the two tangents, we get $$d_1=\frac{2}{\sqrt{3}}$$ $$d_2=-2\sqrt{3}$$

Therefore the two equations are, $$\sqrt{3}y+x-2=0$$ $$\sqrt{3}y+x+6=0$$

Your answers are correct.