Circle A has a center at #(2 ,8 )# and an area of #8 pi#. Circle B has a center at #(3 ,2 )# and an area of #27 pi#. Do the circles overlap?

1 Answer
Feb 20, 2016

Checking to see if the sum of the radii of the circles is greater than the distance between the circles' centers, we find that yes, they do overlap.

Explanation:

The distance between two points #(x_1, y_1)# and #(x_2, y_2)# is given by

#"distance" = sqrt((x_2-x_1)^2 + (y_2-y_1)^2)#

Applying that in this case, we get the distance between the centers of the circle to be

#sqrt((3-2)^2+(2-8)^2) = sqrt(1+36) = sqrt(37)#

Then, the circles only overlap if the sum of their radii is greater than #sqrt(37)#.

The area of a circle with radius #r# is given by

#"area" = pir^2#

Then, letting #r_a# be the radius of circle #A# and #r_b# be the radius of circle #B#, we have

#{(pir_a^2 = 8pi),(pir_b^2=27pi):}#

#=>{(r_a=sqrt(8)),(r_b=sqrt(27)):}#

As a matter of estimation, we can tell that

#r_a = sqrt(8)~~sqrt(9) = 3#
#r+b = sqrt(27)~~sqrt(25)=5#

and

#sqrt(37)~~sqrt(36)=6#

meaning we should expect #r_a + r_b > sqrt(37)# and thus for the circles to overlap.

If we actually calculate the values, we get

#r_a+r_b = sqrt(8)+sqrt(27)~~8.02458 > 6.08276 ~~ sqrt(37)#

meaning the estimation was correct, and the circles do overlap.