RadicalAxis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


geometry

  

RadicalAxis

  

find the radical axis of two given circles

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

RadicalAxis(l, c1, c2)

Parameters

l

-

the name of the radical axis

c1, c2

-

two circles

Description

• 

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.

Examples

withgeometry:

circlec1,x2+y2=1,x,y,circlec2,pointA,3,3,4,x,y:

RadicalAxisl,c1,c2

l

(1)

forml

line2d

(2)

Equationl

3+6x+6y=0

(3)

See Also

geometry[circle]

geometry[line]

geometry[powerpc]

geometry[RadicalCenter]