Plotting Cartesian Circles to Touch Unit Circle Once

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Cartesian Circles
AI Thread Summary
The discussion revolves around finding a fourth circle that touches three given circles at exactly one point each. The circles are defined by their equations, with the first being the unit circle and the others having specific centers and radii. A key insight is that the center of the desired circle must lie on a specific line derived from the midpoints of the centers of the second and third circles. Participants suggest using Pythagorean principles and distances between circle centers to derive the necessary equations, but the complexity of the calculations poses challenges. Ultimately, the goal remains to solve for the circle's center and radius that satisfies the touching condition with all three circles.
Mentallic
Homework Helper
Messages
3,802
Reaction score
95
I have 3 circles, all cleverly plotted so as to touch the unit circle just once:

x^2+y^2=1 (1)

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

(x-\frac{\sqrt{7}}{2})^2+(y-\frac{1}{2})^2=3-2\sqrt{2} (3)

What I need is a circle (in general form like those above) that touches all 3 circles just once. This is possible just by looking at the graph of the 3 circles. I know that this 4th circle will have its centre somewhere along the line that is perpendicular and passing through the midpoint to the line passing through the centre of the circles (2) and (3). This equation comes to be:

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

From here I'm stuck. Usually I would find the distance between the centres of 2 circles to find the radius of 1 circle if I know the other, but in this case the centre is variates depending on how large the radius is.
 
Physics news on Phys.org
Mentallic said:
What I need is a circle (in general form like those above) that touches all 3 circles just once. This is possible just by looking at the graph of the 3 circles. I know that this 4th circle will have its centre somewhere along the line that is perpendicular and passing through the midpoint to the line passing through the centre of the circles (2) and (3). This equation comes to be:

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

From here I'm stuck.

Hi Mentallic! :smile:

Why not just choose a general point on that line, and calculate the distances to the centres of the circles? :wink:
 
Because I need to find the perfect distance (which is going to end up being some complicated surd) so that the circle will touch all 3 circles just once and perfectly. Maybe a diagram would be more appropriate in this case:

http://img523.imageshack.us/img523/176/cartesiancirclesxw6.th.png http://g.imageshack.us/thpix.php

All the horizontal and vertical lines are just the exact intersections of the circles.

Let x^2+y^2=1be circle #1<br /> <br /> (x+1)^2+(y-1)^2=3-2\sqrt{2}be circle #2 (left-most circle)<br /> <br /> (x-\frac{\sqrt{7}}{2})^2+(y-\frac{1}{2})^2=3-2\sqrt{2}be circle #3 (right-most circle)<br /> <br /> The intersection between circle #1 and #2 is:<br /> (\frac{1}{2}[1+\sqrt{2}][\sqrt{3-2\sqrt{2}}-1],\frac{1}{\sqrt{2}}\sqrt{-\sqrt{2}+3\sqrt{3-2\sqrt{2}}+2\sqrt{6-4\sqrt{2}}})<br /> <br /> The intersection between circle #1 and #3 is:<br /> (\frac{1}{4}[1+\sqrt{2}][\sqrt{7}-\sqrt{21-14\sqrt{2}}],\frac{1}{2\sqrt{2}}\sqrt{-6-7\sqrt{2}+7[3+2\sqrt{2}]\sqrt{3-2\sqrt{2}}})<br /> <br /> With the intersection of circles #1 and #3, the x-value of these seemed to intersect the perpendicular bisector 3x+(2-\sqrt{7})y=0at roughly the spot where I expected the centre of the circle to be. Since I was stuck with my attempts to try and find a solution, I used this x-value as the centre of the circle and by finding the distances between the intersection of the perpendicular bisector and the top-edge of circle #1, with this suspected centre of the required circle, I ended up with the equation:<br /> <br /> (x-\frac{1}{4}[1+\sqrt{2}][\sqrt{7}-\sqrt{21-14\sqrt{2}}])^2+(y-\frac{3}{4[\sqrt{7}-2]}[1+\sqrt{2}][\sqrt{7}-\sqrt{21-14\sqrt{2}}])^2=[\frac{1}{4}[1+\sqrt{2}][\sqrt{7}-\sqrt{21-14\sqrt{2}}]-\frac{\sqrt{3-\sqrt{7}}}{2\sqrt{2}}]^2+[\frac{3}{4[\sqrt{7}-2]}[1+\sqrt{2}][\sqrt{7}-\sqrt{21-14\sqrt{2}}]-\frac{\sqrt{5+\sqrt{7}}}{2\sqrt{2}}]^2<br /> <br /> But even though this circle is perfectly touching circle #1 just once also where the perpendicular bisector cuts circle #1, this circle doesn't touch circles #2 and #3 perfectly. They are ever-so slightly off. I need another approach to find the centre of the circle.<br /> <br /> EDIT: The latex images weren't appearing because they might be a little too long, so I removed the images and left them in text.
 
Last edited by a moderator:
I just began learning about taking the square root of complex numbers, so using the same idea I was able to simplify the coordinates of each intersection. Maybe it will help as I am still stumped on how to find the answer.

Again:

All the horizontal and vertical lines are just the exact intersections of the circles.

Let x^2+y^2=1 be circle #1

(x+1)^2+(y-1)^2=3-2\sqrt{2} be circle #2 (left-most circle)

(x-\frac{\sqrt{7}}{2})^2+(y-\frac{1}{2})^2=3-2\sqrt{2} be circle #3 (right-most circle)

The intersection between circle #1 and #2 is:
(\frac{-1}{\sqrt{2}},\frac{1}{\sqrt{2}})

The intersection between circle #1 and #3 is:
(\frac{\sqrt{14}}{4},\frac{\sqrt{2}}{4})

I don't know how to go about finding the answer though, any thoughts would be greatly appreciated.
 
Hi Mentallic! :smile:

You're making this far too complicated …

you don't need the points of contact of the circles …

just use the radii and the centres …

if the radii are r1 r2 and r3, and the centres are at C1 C2 and C3, you want the point P (on the line of symmetry) such that PC1 - r1 = PC2 - r2 = PC3 - r3 :smile:

(and you can use + instead of - for the other solutions :wink:)

EDIT: btw, why have you called this "Cartesian circles"?

I just looked that up in wiki, and it's "a mistake in reasoning attributed to René Descartes". :confused:
 
Thanks tiny-tim, I'll see what results I can gather up from your suggestions when I get the chance.

I called them Cartesian circles because they are circles on the cartesian number plane :rolleyes:
When my classmates saw this question (yes I asked them too) they quickly thought, circle geometry? Anyway I still prefer what I called this to circle geometry, which isn't right either.
 
tiny-tim said:
if the radii are r1 r2 and r3, and the centres are at C1 C2 and C3, you want the point P (on the line of symmetry) such that PC1 - r1 = PC2 - r2 = PC3 - r3 :smile:

Well I took a shot at it, and this is what I got:

Let the centre of the circle be P(xo,yo)

\sqrt{x_o^2+y_o^2}-1=\sqrt{(x_o+1)^2+(y_o-1)^2}-3+2\sqrt{2}=\sqrt{(x_o-\frac{\sqrt{7}}{2})^2+(y_o-\frac{1}{2})^2}-3+2\sqrt{2}

Trying to isolate xo or yo has proven far too difficult for me to accomplish. Are my feudal attempts to find a solution to this problem at a halt, or is the solution to this equation easier than meets the eye?
 
Mentallic said:
Well I took a shot at it, and this is what I got:

Let the centre of the circle be P(xo,yo)

\sqrt{x_o^2+y_o^2}-1=\sqrt{(x_o+1)^2+(y_o-1)^2}-3+2\sqrt{2}=\sqrt{(x_o-\frac{\sqrt{7}}{2})^2+(y_o-\frac{1}{2})^2}-3+2\sqrt{2}

Trying to isolate xo or yo has proven far too difficult for me to accomplish. Are my feudal attempts to find a solution to this problem at a halt, or is the solution to this equation easier than meets the eye?

ooh, yes, that does look horrible …

(and whyever have you used x0 and y0 instead of x and y?)

Hint: don't use Cartesian coordinates, go back to good ol' Pythagoras! :biggrin:

You know that the centre lies on a particular line …

call its distance along that line from the centre of the big circle r, then use Pythagoras to find its distance to one of the other centres, and make them equal! :smile:
 
tiny-tim said:
ooh, yes, that does look horrible …

(and whyever have you used x0 and y0 instead of x and y?)
I guess I like to keep coordinates distinguished from variables. My mind might begin to play tricks on me, making me think I'm searching for an equation rather than a coordinate... (I'm sure that lie was a good cover-up :biggrin:)

tiny-tim said:
Hint: don't use Cartesian coordinates, go back to good ol' Pythagoras! :biggrin:

You know that the centre lies on a particular line …

call its distance along that line from the centre of the big circle r, then use Pythagoras to find its distance to one of the other centres, and make them equal! :smile:
ok so I know the point is along 3x+(2-\sqrt{7})y=0 so using pythagoras, let the distance from the centre to the point P(x,y) be r (notice I'm not using xo :wink:).
I obtain: r^2=x^2+y^2
where 3x+(2-\sqrt{7})y=0
therefore y=(2+\sqrt{7})x
substitute back into distance equation: r^2=x^2+(x[2+\sqrt{7}])^2
simplified: r=2x\sqrt{3+\sqrt{7}}

ok so I have an expression for the distance from the centre of the circle needed, to the centre of the unit circle. Tiny-tim, I have a problem with what you have suggested me doing. Finding the distance from the centre of the other circle sounds like a bad idea, simply because the radius of the big circle (unit circle) and one of the others is not the same. It is probably possible to solve the equation in my last post, maybe someone on PF has an idea of how it can be done? Because I know squaring all sides only creates more chaos, I need another approach.

EDIT:
oh I just realized what you were asking of me. Yes I could use pythagoras (I guess it could be considered an easier approach to the distance problems) but the end result will still be chaotic like that equation.
for e.g.
the distance to the centre of the circle from the outside of the unit circle is given by \sqrt{x^2+y^2}-1 however, using the same idea as I did previously in this post, substitute y=x(2+\sqrt{7}) since the y coordinate is a function of x, I end up with r^2=4x^2(3+\sqrt{7})-1 where if I try to make r the subject, I will just get more chaos again. Because I need to find the distance to the outside of the circles, rather than the centre, this is what creates the difficulty.
 
Last edited:
  • #10
Hi Mentallic! :smile:

You're still making this too complicated …

let the centres be O1 O2 and O3

let the midpoint of O2 O3 be P, and let O1P meet circle 1 at Q, and let the centre we're looking for be at R

then you want RQ = RO2 - (√2 - 1), and using Pythagoras that should give you an equation of the form RP + a = √(RP2 + b) :smile:
 
  • #11
Mentallic said:
I know that this 4th circle will have its centre somewhere along the line that is perpendicular and passing through the midpoint to the line passing through the centre of the circles (2) and (3). This equation comes to be:

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

This is correct and should help you greatly! :smile:

Mentallic said:
Well I took a shot at it, and this is what I got:

Let the centre of the circle be P(xo,yo)

\sqrt{x_o^2+y_o^2}-1=\sqrt{(x_o+1)^2+(y_o-1)^2}-3+2\sqrt{2}=\sqrt{(x_o-\frac{\sqrt{7}}{2})^2+(y_o-\frac{1}{2})^2}-3+2\sqrt{2}

This equation is incorrect. In fact, you should have 3 separate equations! (actually six- since there are two possible circles ):

Letting the center of the unknown circle(s) be P(x,y) and letting the Radius of the circle(s) be R you should find that when you calculate the distance from P the centers of each of the other three circles, you get:

Case 1 the unknown circle actually contains all 3 of the other circles within it:

x^2+y^2=(R-1)^2

(x+1)^2+(y-1)^2=\left( R-\sqrt{3-2\sqrt{2}} \right)^2

and

\left( x-\frac{\sqrt{7}}{2} \right)^2+\left( y-\frac{1}{2} \right)^2=\left( R-\sqrt{3-2\sqrt{2}} \right)^2

Case 2 the unknown circle doesn't contain any of the other circles within it:

x^2+y^2=(R+1)^2

(x+1)^2+(y-1)^2=\left( R+\sqrt{3-2\sqrt{2}} \right)^2

and

\left( x-\frac{\sqrt{7}}{2} \right)^2+\left( y-\frac{1}{2} \right)^2=\left( R+\sqrt{3-2\sqrt{2}} \right)^2
 
  • #12
It looks like you're finding the centre of the circles required by finding the intersection of R satisfying all 3 equations.
I took a rather backwards approach :-p

And I have to say, quite ingenious that you subtracted the radius of the circles from the variable radius in the first case :smile:
 
  • #13
gabbagabbahey said:
Case 1 the unknown circle actually contains all 3 of the other circles within it:

x^2+y^2=(R-1)^2

(x+1)^2+(y-1)^2=\left( R-\sqrt{3-2\sqrt{2}} \right)^2

and

\left( x-\frac{\sqrt{7}}{2} \right)^2+\left( y-\frac{1}{2} \right)^2=\left( R-\sqrt{3-2\sqrt{2}} \right)^2

Isn't this just a system of 3 equations that I need to solve to find a value for R? When I saw this I knew what I needed to do, but doing it has proven much more difficult than expected.

Since the centre lies on the line:
y=(\sqrt{7}+2)x

So I used this fact to simplify this system of equations into 2 equations (I used the first two listed) with 2 variables, x and R.

x^2+\left( (\sqrt{7}+2)x \right) ^2=(R-1)^2
and
(x+1)^2+\left((\sqrt{7}+2)x-1\right)^2=\left( R-\sqrt{3-2\sqrt{2}} \right)^2

I have tried manipulating them in various ways, but I just cannot figure out how I could find R... :confused:
 
  • #14
x^2+\left( (\sqrt{7}+2)x \right) ^2=(R-1)^2

\implies x^2(1+(\sqrt{7}+2)^2)=4x^2(3+\sqrt{7})=(R-1)^2

\implies R=2x\sqrt{3+\sqrt{7}}+1

\implies (x+1)^2+\left((\sqrt{7}+2)x-1\right)^2=\left( 2x\sqrt{3+\sqrt{7}}+1-\sqrt{3-2\sqrt{2}} \right)^2

which gives you a quadratic in x (albeit one with ugly looking coefficients:smile:) which I'm sure you know how to solve.
 
Last edited:
  • #15
I'm not getting the correct answer. Gabbagabbahey did you answer the question too and try graphing it? It would at least be able to support/reject my conclusion that the equations must be incorrect.
 
  • #16
Yup, I used these equations and got an answer that worked. I posted a graph in the other thread.
 
  • #17
Here's another approach, if you want to try something interesting.

There's a transformation called an "inversion"; you pick a point in the plane, a radius p, and then you apply the transformation (r', \theta') = (p/r, \theta) (that's polar coordinates centered at your chosen point).

This transformation maps circles&lines to circles&lines. In particular, if the chosen point is on the intersection of two of your circles, then the inverse of those circes will be a pair of parallel lines. The third circle will still be a circle.

Now, your problem is to find either:
(1) A line parallel to the given two and tangent to the circle
(2) A circle tangent to both lines and to the circle

A much easier problem. Then, you just repeat the inversion to get your final answer.
 
Back
Top