Google Answers Logo
View Question
 
Q: how to get the common tangent between two ellipses? ( No Answer,   0 Comments )
Question  
Subject: how to get the common tangent between two ellipses?
Category: Computers > Programming
Asked by: jdragon2k-ga
List Price: $2.00
Posted: 15 Sep 2004 15:51 PDT
Expires: 15 Oct 2004 15:51 PDT
Question ID: 401740
if I know two ellipse, how could I get the common tangent between them?

by algebra, I got this equations
already(http://mathforum.org/library/drmath/view/61599.html):

a1*x1*x1+b1*x1*y1+c1*y1*y1+d1*x1+e1*y1+f1=0  (x1,y1) is on ellipse 1
a2*x2*x2+b2*x2*y2+c2*y2*y2+d2*x2+e2*y2+f2=0  (x2,y2) is on ellipse 2

(2*a1*x1+b1*y1+d1)/(b1*x1+2c1y1+e1) = (y2-y1)/x2-x1)  the slope of
tangent at point(x1,y1) equals the slop of the common tangent

(2*a2*x2+b2*y2+d2)/(b2*x2+2c2y2+e2) = (y2-y1)/x2-x1)  the slope of
tangent at point(x2,y2) equals the slop of the common tangent

based on those four euqations, we should be able to get the solutions
(x1,y1)(x2,y2)

but does anybody know how to get it and maybe in a computer program
how to formalize it to code? or get the approximate solutions by
iterations. 
I know it's kind of difficult to solve this problem, I would like to
pay more based on the speed and degree of the your work. thanks!
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy