Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

6.1 Q-7

Question Statement

We are given two circles with the following equations:

  1. x2+y2βˆ’3xβˆ’2yβˆ’7=0x^2 + y^2 - 3x - 2y - 7 = 0
  2. x2+y2βˆ’6x+4y+9=0x^2 + y^2 - 6x + 4y + 9 = 0

We need to show that these two circles touch externally.


Background and Explanation

To determine whether two circles touch externally, we need to check the following condition:

  • The distance between the centers of the two circles should be equal to the sum of their radii.

Key Concepts:

  1. The center of a circle in the form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 is (βˆ’g,βˆ’f)(-g, -f).
  2. The radius of a circle is given by: r=g2+f2βˆ’cr = \sqrt{g^2 + f^2 - c}

We will use these formulas to extract the centers and radii of both circles, then check if the sum of their radii equals the distance between their centers.


Solution

Step 1: Extract the centers and radii of both circles

Circle (1): x2+y2βˆ’3xβˆ’2yβˆ’7=0x^2 + y^2 - 3x - 2y - 7 = 0

  • The equation is in the general form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, where:
    • g=βˆ’32g = -\frac{3}{2}, f=βˆ’22f = -\frac{2}{2}, and c=βˆ’7c = -7.
  • The center is (βˆ’g,βˆ’f)=(1,1)(-g, -f) = (1, 1).
  • The radius is:
r1=g2+f2βˆ’c=(32)2+(22)2+7=1+1+7=3 r_1 = \sqrt{g^2 + f^2 - c} = \sqrt{\left( \frac{3}{2} \right)^2 + \left( \frac{2}{2} \right)^2 + 7} = \sqrt{1 + 1 + 7} = 3

Circle (2): x2+y2βˆ’6x+4y+9=0x^2 + y^2 - 6x + 4y + 9 = 0

  • The equation is in the form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, where:
    • g=βˆ’62=βˆ’3g = -\frac{6}{2} = -3, f=42=2f = \frac{4}{2} = 2, and c=9c = 9.
  • The center is (βˆ’g,βˆ’f)=(3,βˆ’2)(-g, -f) = (3, -2).
  • The radius is:
r2=g2+f2βˆ’c=(βˆ’3)2+22βˆ’9=9+4βˆ’9=2 r_2 = \sqrt{g^2 + f^2 - c} = \sqrt{(-3)^2 + 2^2 - 9} = \sqrt{9 + 4 - 9} = 2

Step 2: Calculate the distance between the centers

The distance dd between the centers (1,1)(1, 1) and (3,βˆ’2)(3, -2) is given by the distance formula:

d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Substitute the coordinates of the centers:

d=(3βˆ’1)2+(βˆ’2βˆ’1)2=22+(βˆ’3)2=4+9=5d = \sqrt{(3 - 1)^2 + (-2 - 1)^2} = \sqrt{2^2 + (-3)^2} = \sqrt{4 + 9} = 5

Step 3: Check the condition for external tangency

For the circles to touch externally, the distance between the centers should be equal to the sum of their radii:

r1+r2=3+2=5r_1 + r_2 = 3 + 2 = 5

Since the sum of the radii is equal to the distance between the centers, we can conclude that the circles touch externally.


Key Formulas or Methods Used

  • Center of a Circle:
    From the general equation x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0, the center is (βˆ’g,βˆ’f)(-g, -f).

  • Radius of a Circle:
    The radius is given by: r=g2+f2βˆ’cr = \sqrt{g^2 + f^2 - c}

  • Distance Between Two Points:
    The distance between the centers (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is: d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}


Summary of Steps

  1. Step 1: Extract the centers and radii of both circles.
  2. Step 2: Calculate the distance between the centers.
  3. Step 3: Check if the sum of the radii equals the distance between the centers.
  4. Step 4: Conclude that the circles touch externally because the sum of the radii equals the distance between their centers.