home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usna!dfr
- From: dfr@usna.navy.mil (PROF D. Rogers (EAS FAC))
- Newsgroups: sci.math
- Subject: Re: Help: inscribed circle of three circles
- Message-ID: <2112@usna.NAVY.MIL>
- Date: 9 Sep 92 16:35:56 GMT
- References: <Sep.8.09.46.26.1992.3259@yoko.rutgers.edu>
- Sender: news@usna.NAVY.MIL
- Organization: U. S. Naval Academy
- Lines: 26
-
- In article <Sep.8.09.46.26.1992.3259@yoko.rutgers.edu> czako@yoko.rutgers.edu (Gabor M. Czako) writes:
- !In a computer program I am writing I need to find the inscribed
- !circle(s) of three circles. In detail, I have three circles with
- !centers (x_1, y_1), (x_2, y_2), and (x_3, y_3) and radii r_1, r_2,
- !r_3. I need to find the inscribed circle(s) with center (x, y) and
- !radius r which satisfies the following equations:
- !
- ! (x - x_1)^2 + (y - y_1)^2 = (r + r_1)^2
- ! (x - x_2)^2 + (y - y_2)^2 = (r + r_2)^2
- ! (x - x_3)^2 + (y - y_3)^2 = (r + r_3)^2
- !
- !I have not been able to analytically solve for the 0, 1, or 2
- !solutions of x, y, and r.
-
- G'day Gabe,
-
- Look at the following paper:
-
- Rogers, David R., Interactive graphics and numerical control,
- CAD Journal pp 253-261, Vol 12 No 5 Sept 1980.
-
- This problem as well as many others of this type are solved
- for and discussed.
-
- Dave Rogers
-
-