polar - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


geom3d

  

polar

  

find the polar of a given point with respect to a given sphere

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

polar(p, A, s)

Parameters

p

-

the name of the polar

A

-

point

s

-

sphere

Description

• 

The polar of a point A with respect to a sphere is defined to be the locus of all points conjugate to A.

• 

For a detailed description of the polar of p, use the routine detail.

• 

The command with(geom3d,polar) allows the use of the abbreviated form of this command.

Examples

> 

with⁡geom3d:

Write down the equations of the polars of the points 1,2,−1, 3,5,−2 and 0,12,−12 with respect to the sphere x2+y2+z2−3⁢x+y+z−5=0 and show that they form a pencil of planes.

> 

point⁡A,1,2,−1,point⁡B,3,5,−2,point⁡C,0,12,−12

A,B,C

(1)
> 

sphere⁡s,x2+y2+z2−3⁢x+y+z−5=0,x,y,z:

> 

polar⁡p1,A,s

p1

(2)
> 

polar⁡p2,B,s

p2

(3)
> 

polar⁡p3,C,s

p3

(4)
> 

detail⁡p3

name of the objectp3form of the objectplane3dequation of the plane−5−3⁢x2+y=0

(5)
> 

intersection⁡l1,p1,p2

l1

(6)
> 

intersection⁡l2,p1,p3

l2

(7)
> 

intersection⁡l3,p2,p3

l3

(8)
> 

AreDistinct⁡l1,l2,l3

false

(9)

The answers show that three planes p1, p2, and p3 form a pencil of planes.

See Also

geom3d[pole]