geometry
CircleOfSimilitude
find the circle of similitude of two circles
Calling Sequence
Parameters
Description
Examples
CircleOfSimilitude(c, c1, c2, 'centername' = cn)
c
-
the name of the circle of similitude
c1, c2
two circles
'centername' = cn
(optional) where cn is the name of the center of the circle of similitude
Let I and E be the internal and external centers of similitude of two given nonconcentric circles c1 and c2 having unequal radii. Then the circle on IE as diameter is called the circle of similitude of the two given circles.
If the third optional is given and is of the form 'centername' = cn where cn is name, cn will be the name of the center of c.
For a detailed description of the center of similitude c, use the routine detail (i.e., detail(c))
The command with(geometry,CircleOfSimilitude) allows the use of the abbreviated form of this command.
with⁡geometry:
_EnvHorizontalName≔x:_EnvVerticalName≔y:
circle⁡c1,x2+y2=1,centername=o1:
circle⁡c2,point⁡A,3,3,4,centername=o2:
CircleOfSimilitude⁡c,c1,c2,centername=o
detail⁡c
name of the objectcform of the objectcircle2dname of the centerocoordinates of the center−15,−15radius of the circle128⁢2550equation of the circle−65+x2+y2+25⁢x+25⁢y=0
draw⁡c,c1,c2,printtext=true,view=−2..4,−2..4
See Also
geometry[HorizontalName]
geometry[similitude]
geometry[VerticalName]
Download Help Document