[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

244.0. "Two tangent circles" by METOO::YARBROUGH () Wed Mar 20 1985 15:50

Two circles with radii r and R are externally tangent; R>r. Consider the
convex hull of the circles, i.e. the circumferences plus two external tangents,
and a square inscribed in the convex hull. If one side of the square is tangent
to both circles, what is the ratio R/r? (All four corners of the square lie on
the convex hull.)
T.RTitleUserPersonal
Name
DateLines
244.1RAINBO::GRANTSat Mar 23 1985 00:1559
Part 1: Size of square:

Say R = 1.

Drop a perpindicular from the center of that circle to the
side of the square that is entirely inside that circle.

Call the length of this perpindicular, x.

By extending this perpindicular to where the circles meet, we have bisected
the square, and seen that the side of the square is 1 + x.

By completing the right triangle started by the perpindicular and half of
the square, we can use pythagoras to express 1/2 of the side of the square
as square_root(1-x**2).

So, since squares will be squares, all sides equal, 

1+x = 2*(square_root(1-x**2)),  which gives x = .6  (for x>0).

So, side of square is 1.6

Part 2:  Size of smaller circle:

Drop a perpindicular from where the circles meet to the mutual 
tangent line. (This is half of our square, and so is .8 in length.)

A wonderful fact about tangent circles: The triangle whose vertices
are the two centers and the point on the tangent line we just found is
a right triangle.  (To see this, extend the tangent line and the line 
between the centers out to where they meet, and start marking equal, 
supplementary, and complementary angles.)

The legs of this right triangle are both bases of smaller right triangles,
and their lengths can be calculated as 

sqrt(1**2 + .8**2) 

and

sqrt(r**2 + .8**2)

This makes the base calculable as both 1 + r and the square root of the sums
of the squares of the two terms above.

Everything cancels nicely:

1+r  =  sqrt( 1**2 + .8**2  + r**2  + .8**2)

square both sides:

1 + 2r + r**2  = 2.28 + r**2

r = .64.

Which is also the ratio of the two circles.

There is probably a quicker proof, but I wanted to stick to simple geometry
that I thought I was sure of.