geometry
RadicalCenter
find the radical center of three given circles
Calling Sequence
Parameters
Description
Examples
RadicalCenter(o, c1, c2, c3)
o
-
the name of the radical center
c1, c2, c3
three circles
The point of concurrence of the radical axes of three circles with noncollinear centers, taken in pairs, is called the radical center of the three circles.
For a detailed description of the radical center o, use the routine detail (i.e., detail(o))
The command with(geometry,RadicalCenter) allows the use of the abbreviated form of this command.
with⁡geometry:
circle⁡c1,x2+y2=1,x,y,circle⁡c2,point⁡A,3,3,4,x,y:
circle⁡c3,x−22+y2=94,x,y:
RadicalCenter⁡o,c1,c2,c3
form⁡o
point2d
coordinates⁡o
1116,−316
See Also
geometry[circle]
geometry[point]
geometry[RadicalAxis]
Download Help Document