Skip to main content
Back to Circles
JEE Main 2018
Circles
Circle
Easy

Question

The two circles x 2 + y 2 = ax, and x 2 + y 2 = c 2 (c > 0) touch each other if :

Options

Solution

Key Concepts and Formulas

  • Equation of a circle: The standard equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. The general equation is x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, with center (g,f)(-g, -f) and radius g2+f2c\sqrt{g^2 + f^2 - c}.
  • Conditions for circles to touch: Two circles with centers C1,C2C_1, C_2 and radii r1,r2r_1, r_2 touch each other if the distance between their centers C1C2C_1C_2 is equal to the sum of their radii (external touching) or the absolute difference of their radii (internal touching).
    • External touching: C1C2=r1+r2C_1C_2 = r_1 + r_2
    • Internal touching: C1C2=r1r2C_1C_2 = |r_1 - r_2|
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

Step-by-Step Solution

Step 1: Find the center and radius of the first circle

The equation of the first circle is x2+y2=axx^2 + y^2 = ax. We rewrite it in the standard form to find its center and radius. x2ax+y2=0x^2 - ax + y^2 = 0 Completing the square for the xx terms, we add and subtract (a/2)2(a/2)^2: x2ax+(a2)2+y2=(a2)2x^2 - ax + \left(\frac{a}{2}\right)^2 + y^2 = \left(\frac{a}{2}\right)^2 (xa2)2+y2=(a2)2\left(x - \frac{a}{2}\right)^2 + y^2 = \left(\frac{a}{2}\right)^2 Thus, the center of the first circle C1C_1 is (a2,0)\left(\frac{a}{2}, 0\right) and its radius r1r_1 is a2\left|\frac{a}{2}\right|.

Step 2: Find the center and radius of the second circle

The equation of the second circle is x2+y2=c2x^2 + y^2 = c^2. This is in the standard form (x0)2+(y0)2=c2(x - 0)^2 + (y - 0)^2 = c^2. Thus, the center of the second circle C2C_2 is (0,0)(0, 0) and its radius r2r_2 is cc.

Step 3: Calculate the distance between the centers

The distance between the centers C1(a2,0)C_1\left(\frac{a}{2}, 0\right) and C2(0,0)C_2(0, 0) is: C1C2=(a20)2+(00)2=(a2)2=a2C_1C_2 = \sqrt{\left(\frac{a}{2} - 0\right)^2 + (0 - 0)^2} = \sqrt{\left(\frac{a}{2}\right)^2} = \left|\frac{a}{2}\right|

Step 4: Apply the touching condition

Since the circles touch each other, the distance between their centers must be equal to either the sum or the absolute difference of their radii: C1C2=r1+r2orC1C2=r1r2C_1C_2 = r_1 + r_2 \quad \text{or} \quad C_1C_2 = |r_1 - r_2| Substituting the values we found: a2=a2+cora2=a2c\left|\frac{a}{2}\right| = \left|\frac{a}{2}\right| + c \quad \text{or} \quad \left|\frac{a}{2}\right| = \left| \left|\frac{a}{2}\right| - c \right|

The first case, a2=a2+c\left|\frac{a}{2}\right| = \left|\frac{a}{2}\right| + c, implies c=0c = 0, which contradicts the given condition c>0c > 0. Therefore, we consider the second case: a2=a2c\left|\frac{a}{2}\right| = \left| \left|\frac{a}{2}\right| - c \right| Squaring both sides: (a2)2=(a2c)2\left(\frac{a}{2}\right)^2 = \left( \left|\frac{a}{2}\right| - c \right)^2 a24=(a2c)2\frac{a^2}{4} = \left(\frac{|a|}{2} - c\right)^2 Taking the square root of both sides: a2=a2c\left|\frac{a}{2}\right| = \left| \left|\frac{a}{2}\right| - c \right| This means either a2=a2c\frac{a}{2} = \frac{|a|}{2} - c or a2=(a2c)=ca2\frac{a}{2} = -(\frac{|a|}{2} - c) = c - \frac{|a|}{2}.

Case 1: a2c=a2\frac{|a|}{2} - c = \frac{a}{2} If a0a \ge 0, then a2c=a2\frac{a}{2} - c = \frac{a}{2}, which gives c=0c = 0, a contradiction. If a<0a < 0, then a2c=a2-\frac{a}{2} - c = \frac{a}{2}, which gives a=c-a = c, so a=ca = -c. Thus, a=c|a| = c.

Case 2: ca2=a2c - \frac{|a|}{2} = \frac{a}{2} If a0a \ge 0, then ca2=a2c - \frac{a}{2} = \frac{a}{2}, which gives c=ac = a, so a=c|a| = c. If a<0a < 0, then ca2=a2c - \frac{-a}{2} = \frac{a}{2}, which gives c+a2=a2c + \frac{a}{2} = \frac{a}{2}, so c=0c = 0, a contradiction.

In both valid sub-cases, we have a=c|a| = c.

Common Mistakes & Tips

  • Remember to consider both external and internal touching conditions.
  • Don't forget the absolute value when taking the square root of a squared term.
  • Be careful with signs when dealing with the distance formula and completing the square.

Summary

We found the centers and radii of the two circles. Then, we used the condition for the circles to touch, considering both external and internal touching. By carefully analyzing the resulting equations, we arrived at the condition a=c|a| = c.

Final Answer

The final answer is \boxed{| a | = c}, which corresponds to option (A).

Practice More Circles Questions

View All Questions