geom3d[RadicalPlane] - find the radical plane of two given spheres
geom3d[RadicalLine] - find the radical line of three given spheres
geom3d[RadicalCenter] - find the radical center of four given spheres
|
Calling Sequence
|
|
RadicalPlane(p1, s1, s2)
RadicalLine(p1, s1, s2, s3)
RadicalCenter(p1, s1, s2, s3, s4)
|
|
Parameters
|
|
p
|
-
|
name
|
s1, s2, s3, s4
|
-
|
spheres
|
|
|
|
|
Description
|
|
•
|
The locus of points which have the same power with respect to the two given spheres s1, s2 is a plane called radical plane.
|
•
|
Let us introduce a third sphere s3. Now we have three radical planes that form a pencil whose axis is the straight line. This line is called the radical line of the three sphere.
|
•
|
Now add a fourth sphere s4, and we have four radical lines. These four lines are clearly concurrent at the radical center.
|
|
|
Examples
|
|
>
|
|
Define two spheres s1, s2
>
|
|
>
|
|
Find the radical plane of s1 and s2
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
Simple check:
Generate a randpoint point on the radical plane:
>
|
|
| (4) |
The power of point P with respect to two spheres s1 and s2 must be the same:
>
|
|
| (5) |
Plotting:
>
|
|
Find the radical line of three spheres:
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
Warning, assume that the parameter in the parametric equations is _t
| |
| (8) |
Find the radical center of four given spheres:
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
|
|
Download Help Document
Was this information helpful?