geometry
Apollonius
find the Apollonius circles of three given circles
Calling Sequence
Parameters
Description
Examples
Apollonius(c1, c2, c3)
c1, c2, c3
-
three circles
The problem of constructing, in a given plane, a circle tangent to three given circles. The circle representing the solution of this problem is known as Apollonius circle. The problem was named after Apollonius of Perge (3rd- century B.C.)
The routine returns a list of Apollonius circles. In general, there are eight circles.
Note that the coordinates of the centers and the radii of the circles must be numeric.
The command with(geometry,Apollonius) allows the use of the abbreviated form of this command.
with⁡geometry:
circle⁡c1,x+32+y2=4,x,y:
circle⁡c2,point⁡O1,6,0,3,x,y:
circle⁡c3,x2+y−72=1,x,y:
A≔Apollonius⁡c1,c2,c3:
draw⁡A
See Also
geometry[circle]
geometry[draw]
Download Help Document