Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the tangency points on a circle emanating from a point
ResourceFunction["CircleTangencyPoints"][{a,b},{{h,k},r}] returns tangency points {{x1,y1},{x2,y2}} on the circle centered at {h,k} with radius r which also pass through the point {a,b}. |
Given the point {1,1} and the unit circle centered at the origin, CircleTangencyPoints returns the coordinates of the two tangency points:
In[1]:= |
Out[1]= |
Here is a diagram illustrating this result:
This work is licensed under a Creative Commons Attribution 4.0 International License