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

Online Help

All Products    Maple    MapleSim


geometry

  

Polar

  

find the polar of a given point with respect to a given conic or a given circle

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Polar(l, P, c)

Parameters

l

-

the name of the polar

P

-

point

c

-

conic or circle

Description

• 

Let c=O⁡r be a fixed circle, and let P be any ordinary point other than O. Let P' be the inverse of P in circle c. Then the line p through P' and perpendicular to OPP' is called the polar of P for the circle c. Since the package does not work with the extended plane, the routine does not find the polar of center O or of the ideal point.

• 

If the point lies on the conic then the polar of P is the tangent line of the conic at that point.

• 

For a detailed description of the polar of P, use the routine detail

• 

The command with(geometry,Polar) allows the use of the abbreviated form of this command.

Examples

> 

with⁡geometry:

> 

circle⁡c,x2+y2=1,x,y,ellipse⁡e,x24+y2=1,x,y:

> 

point⁡A,3,0:

> 

Polar⁡l1,A,c

l1

(1)
> 

Equation⁡l1

−1+3⁢x=0

(2)
> 

Polar⁡l2,A,e

l2

(3)
> 

detail⁡l2

name of the objectl2form of the objectline2dequation of the line−1+3⁢x4=0

(4)

See Also

geometry[inversion]

geometry[Pole]