home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / 11165 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.2 KB

  1. Path: sparky!uunet!usna!dfr
  2. From: dfr@usna.navy.mil (PROF D. Rogers (EAS FAC))
  3. Newsgroups: sci.math
  4. Subject: Re: Help: inscribed circle of three circles
  5. Message-ID: <2112@usna.NAVY.MIL>
  6. Date: 9 Sep 92 16:35:56 GMT
  7. References: <Sep.8.09.46.26.1992.3259@yoko.rutgers.edu>
  8. Sender: news@usna.NAVY.MIL
  9. Organization: U. S. Naval Academy
  10. Lines: 26
  11.  
  12. In article <Sep.8.09.46.26.1992.3259@yoko.rutgers.edu> czako@yoko.rutgers.edu (Gabor M. Czako) writes:
  13. !In a computer program I am writing I need to find the inscribed
  14. !circle(s) of three circles.  In detail, I have three circles with
  15. !centers (x_1, y_1), (x_2, y_2), and (x_3, y_3) and radii r_1, r_2,
  16. !r_3.  I need to find the inscribed circle(s) with center (x, y) and
  17. !radius r which satisfies the following equations:
  18. !
  19. !    (x - x_1)^2 + (y - y_1)^2 = (r + r_1)^2
  20. !    (x - x_2)^2 + (y - y_2)^2 = (r + r_2)^2
  21. !    (x - x_3)^2 + (y - y_3)^2 = (r + r_3)^2
  22. !
  23. !I have not been able to analytically solve for the 0, 1, or 2
  24. !solutions of x, y, and r.  
  25.  
  26. G'day Gabe,
  27.  
  28. Look at the following paper:
  29.  
  30. Rogers, David R., Interactive graphics and numerical control,
  31. CAD Journal pp 253-261, Vol 12 No 5 Sept 1980.
  32.  
  33. This problem as well as many others of this type are solved
  34. for and discussed.
  35.  
  36. Dave Rogers
  37.  
  38.