Difference between revisions of "Descartes' Circle Formula"
m |
m |
||
Line 43: | Line 43: | ||
==Proof== | ==Proof== | ||
+ | <asy> | ||
+ | size(200); | ||
+ | defaultpen(linewidth(0.7)); | ||
+ | draw( Circle( (0,1), 0.8660) ); | ||
+ | draw( Circle( (0.8660, -0.5), 0.8660) ); | ||
+ | draw( Circle( (-0.8660,-0.5), 0.8660) ); | ||
+ | draw( Circle( (0,0), 0.1340) ); | ||
+ | draw( Circle( (0,0), 0.5) ); | ||
+ | draw( Circle( (-0.2321, 0.1340), 0.2321 ) ); | ||
+ | draw( Circle( (0.2321, 0.1340), 0.2321 ) ); | ||
+ | draw( Circle( (0, -0.2679), 0.2321 ) ); | ||
+ | </asy> | ||
==Problems== | ==Problems== |
Revision as of 15:08, 22 August 2025
Descartes' Circle Formula is a relation held between four mutually tangent circles.
Definition of Curvature
When discussing mutually tangent circles (or arcs), it is convenient to refer to the curvature of a circle rather than its radius. We define curvature as follows. Suppose that circle A of radius is externally tangent to circle B of radius
. Then the curvatures of the circles are simply the reciprocals of their radii,
and
.
If circle is internally tangent to circle
, however, a the curvature of circle
is still
, while the curvature of circle B is
, the opposite of the reciprocal of its radius.
In the above diagram, the curvature of circle is
while the curvature of circle
is
.
In the above diagram, the curvature of circle is still
while the curvature of circle
is
.
Statement
When four circles and
are pairwise tangent, with respective curvatures
and
, then the following equation holds:
.
Proof