Re: Intersecting Circles: a question



You have to be careful dealing with even the three-circle problem.
There are several possible topoligies with three disks in a plane, and
not all are linked together by the same mathematical relationship. A
situation in which one disk is inside the area of other two does not
yield to the same treatment as one in which each disk has a region
external to the others.

With that in mind, I propose a solution for the case where all three
pairs of disks are known to have partial overlap. In that case the
topological quesation is whether the figure has a hole like a badly
shaped donut, or is filled in the center like a badly shaped danish.

Imagine that the three circles are great circles of spheres. Then the
circles will enclose a common region iff the spheres have two points of
intersection in the three-dimensional space; the enclosed region is the
cross-section of a (non-polyhedral) solid whose vertices are the points
of intersection of the spheres. We can then form a tetrahedron with
vertices A = center of circle 1, B = center of circle 2, C = center of
circle 3, and D = either point of intersection of the spheres. We know
A, B, and C and thus the distances between them; and while we do not
know D (or whether it even exists), we know that AD must be the radius
of circle A, BD must be the radius of circle B, and CD must be the
radius of circle D. This enables one to form the Slater matrix using
the six distances:

0 AB^2 AC^2 AC^2
AB^2 0 BC^2 BD^2
AC^2 BC^2 0 BD^2
AD^2 BC^2 CD^2 0

The deteminant of this matrix is 288 times the volume of the tetrahedron
squared, meaning the tetrahedron can exist only if this determinant is
positive. (We do have the borderline case of a plane figure in the case
where the determinant is exactly zero.) Therefore a positive Slater
determinant is a necessary condition for the disks in the plane to
overlap in a region. With a little geometry and trignonometry, we can
also show that a positive Slater determinant is also sufficient for the
existence of a nondegenerate tetrahedron and therefore a region of
overlap. (A zero determinant means the overlap is reduced to one point
inside the triangle fomremed by the circle centers.)

For your case, plugging in the information for your circles gives at
most a fourth-degree polynomial function of gamma. No inverse cosines
required.

--OL

.



Relevant Pages

  • Re: Distinct linear orderings on Z
    ... bringing to my definition some pre-defined definition of circle. ... > are defined in terms of equal distance from an origin on a plane. ... We first define a straight line and then ... -- "I know that most men, including those at ease with problems of the greatest complexity, can seldom accept even the simplest and most obvious truth if it be such as would oblige them to admit the falsity of conclusions which they have delighted in explaining to colleagues, which they have proudly taught to others, and which they have woven, thread by thread, into the fabric of their lives." ...
    (sci.math)
  • Re: Is it permitted in math to go beyond?
    ... perpendicular bisectors of the triangle are concurrent in an ordinary ... It's a standard result in hyperbolic plane geometry. ... Poincare disk is the set of all points in the interior of the unit disk: ... circle (orthogonal: they intersect the unit circle and the tangents at the ...
    (sci.math)
  • Re: Fitting a 3D circle to a lobsided set of points
    ... points would be on the perimeter of a circle. ... so i guess you mean "on" the sphere: ... the sphere to be on that plane, it narrows things down a bit. ... I misunderstood the problem, nevertheless the trick above (fit by sphere, ...
    (sci.math.num-analysis)
  • Re: Fitting a 3D circle to a lobsided set of points
    ... a circle, and I want to find the plane that they are on, as well as ... they are on a plane or on the sphere ... points would be on the perimeter of a circle. ... I misunderstood the problem, nevertheless the trick above (fit by sphere, ...
    (sci.math.num-analysis)
  • Re: Distinct linear orderings on Z
    ... >> Mainly because rotation presumes circular rotation which assumes the ... This is the same definition I learned in plane geometry, ... all this definition seems to do is say that a circle is equal distance ... We first define a straight line and then ...
    (sci.math)