geometry
RadicalAxis
find the radical axis of two given circles
Calling Sequence
Parameters
Description
Examples
RadicalAxis(l, c1, c2)
l
-
the name of the radical axis
c1, c2
two circles
The locus of a point whose powers with respect to two given circles are equal is called the radical axis of the two given circles.
Note that the routine in particular, and the geometry package in general, does not work with extended plane, i.e. the radical axis of two concentric circles does not exist (though in extended plane, when c1 and c2 are concentric but not equal, the radical axis is frequently defined to be the line at infinity in the plane of the circles, and the radical axis of two equal concentric circles is left undefined.)
For a detailed description of the radical axis l, use the routine detail (e.g., detail(l))
The command with(geometry,RadicalAxis) 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:
RadicalAxis⁡l,c1,c2
form⁡l
line2d
Equation⁡l
−3+6⁢x+6⁢y=0
See Also
geometry[circle]
geometry[line]
geometry[powerpc]
geometry[RadicalCenter]
Download Help Document