Circle 1 C has equation ${(x + 1)^2 + (y - 1)^2}$ = 121 A circle 2 C with equation ${x^2 + y^2 -4x + 6y + p = 0}$ is drawn inside 1 C . The circles have no points of contact. What is the range of values of p?
From my understanding, circles touch internally if distance ${C_1C_2 = r_1 - r_2}$
Then I need to make sure that distance ${C_1C_2 > r_1 - r_2}$
Using the distance formula, the distance between ${C_1}$ and ${C_2}$ is 5.
${\sqrt {(2 —1)^2 + (-3 -1)^2}}$ = 5
The radius of ${C_1}$ is 11
The radius of ${C_2}$ is ${\sqrt {2^2 + 3^2 - p}}$
=> ${\sqrt {13 - p}}$
Developing this I get
${5 > {\sqrt {13 - p}} - 11}$
I am not sure how to develop this any further.