Un punto del piano può essere individuato non solo dalla coppia cartesiana , ma anche dalla coppia polare : la distanza dal polo e l’angolo con l’asse polare. Le coordinate polari sono particolarmente comode quando il problema ha una simmetria centrale, e sono il linguaggio naturale delle curve come cardioidi e spirali e, in seguito, dei numeri complessi.
A point of the plane can be located not only by the Cartesian pair , but also by the polar pair : the distance from the pole and the angle with the polar axis. Polar coordinates are particularly convenient when the problem has central symmetry, and they are the natural language of curves such as cardioids and spirals and, later on, of complex numbers.
Fino a questo punto un punto del piano è stato individuato da una coppia di coordinate cartesiane. Esiste un’altra coppia naturale per descriverlo, particolarmente comoda quando il problema ha una simmetria centrale (cerchi, spirali, traiettorie attorno a un’origine): le coordinate polari.
Definizione — Coordinate polari
Fissato nel piano un punto (polo) e una semiretta uscente da (asse polare, di solito coincidente con il semiasse positivo delle ), le coordinate polari di un punto sono la coppia dove:
- è la distanza di dal polo (raggio o modulo);
- (oppure ) è l’angolo orientato che la semiretta forma con l’asse polare (anomalia o argomento).
Per il polo stesso, e è indefinito.
Il punto è individuato dalla distanza dal polo e dall’angolo con l’asse polare.
Collegamenti
Argomenti: Goniometria
Concetti: Anomalia · Coordinate cartesiane · Coordinate polari · Piano cartesiano · Raggio
Up to now a point of the plane has been located by a pair of Cartesian coordinates. There is another natural pair for describing it, particularly handy when the problem has a central symmetry (circles, spirals, trajectories about an origin): the polar coordinates.
Definition — Polar coordinates
Having fixed in the plane a point (pole) and a ray issuing from (polar axis, usually coinciding with the positive -semiaxis), the polar coordinates of a point are the pair where:
- is the distance of from the pole (radius or modulus);
- (or ) is the oriented angle that the ray makes with the polar axis (anomaly or argument).
For the pole itself, and is undefined.
The point is located by the distance from the pole and by the angle with the polar axis.
Links
Topics: Trigonometry
Concepts: Anomaly · Cartesian coordinates · Polar coordinates · Cartesian plane · Radius
Le due descrizioni di un punto, polare e cartesiana, si convertono l’una nell’altra con seno, coseno e l’arcotangente.
Proprietà — Conversione polari ↔ cartesiane
\text{(polari} \to \text{cartesiane)}\quad & x = \rho\cos\theta, & y = \rho\sin\theta. \\ \text{(cartesiane} \to \text{polari)}\quad & \rho = \sqrt{x^2+y^2}, & \theta = \arctan\!\left(\frac{y}{x}\right)\ \text{(con scelta del quadrante)}. \end{aligned}$$
Attenzione — Il quadrante nell'inversione
restituisce un angolo in : bisogna correggerlo guardando i segni di e . In molti linguaggi (Python, C, MATLAB) esiste la funzione
atan2che fa la cosa giusta restituendo .
Esempio — Conversione nei due sensi
in polari: , (primo quadrante). Coordinate polari: .
in cartesiane: , . Quindi .
Collegamenti
Argomenti: Goniometria
Concetti: Arcotangente · Coordinate cartesiane · Coordinate polari · Piano cartesiano
Metodi: Conversione polari cartesiano
Competenze: Calcolare · Ragionare per casi · Usare formule
The two descriptions of a point, polar and Cartesian, are converted into each other using sine, cosine and the arctangent.
Property — Conversion polar ↔ Cartesian
\text{(polar} \to \text{Cartesian)}\quad & x = \rho\cos\theta, & y = \rho\sin\theta. \\ \text{(Cartesian} \to \text{polar)}\quad & \rho = \sqrt{x^2+y^2}, & \theta = \arctan\!\left(\frac{y}{x}\right)\ \text{(with a choice of quadrant)}. \end{aligned}$$
Warning — The quadrant in the inversion
returns an angle in : it must be corrected by looking at the signs of and . In many languages (Python, C, MATLAB) there is the function
atan2which does the right thing, returning .
Example — Conversion both ways
in polar: , (first quadrant). Polar coordinates: .
in Cartesian: , . So .
Links
Topics: Trigonometry
Concepts: Arctangent · Cartesian coordinates · Polar coordinates · Cartesian plane
Methods: Polar-Cartesian conversion
Skills: Calculating · Reasoning by cases · Using formulae
Osservazione — Due linguaggi per lo stesso punto
Cartesiane e polari sono due linguaggi diversi che parlano dello stesso oggetto geometrico (un punto del piano): la traduzione è biunivoca (salvo il polo, “parola intraducibile”). Un cerchio centrato nell’origine ha equazione in una lingua e nell’altra: la seconda è dieci volte più corta. Saper cambiare linguaggio è una competenza matematica chiave: come per le lingue naturali, alcune cose sono più facili da dire in una lingua piuttosto che nell’altra (Esty).
Collegamenti
Argomenti: Goniometria
Concetti: Coordinate cartesiane · Coordinate polari · Piano cartesiano
Remark — Two languages for the same point
Cartesian and polar are two different languages speaking of the same geometric object (a point of the plane): the translation is one-to-one (except for the pole, an “untranslatable word”). A circle centred at the origin has equation in one language and in the other: the second is ten times shorter. Being able to change language is a key mathematical skill: as with natural languages, some things are easier to say in one language rather than the other (Esty).
Links
Topics: Trigonometry
Concepts: Cartesian coordinates · Polar coordinates · Cartesian plane
Molte curve hanno un’equazione polare molto più semplice di quella cartesiana. Basta esprimere in funzione di (o imporre una condizione su di essi).
Proprietà — Curve elementari in coordinate polari
- Cerchio centrato nel polo, raggio : .
- Retta passante per il polo, inclinazione : .
- Retta perpendicolare all’asse polare a distanza : (cioè ).
- Cerchio passante per il polo, di raggio e centro sull’asse polare: .
- Cardioide: .
- Rosa a petali: ().
- Spirale di Archimede: , .
- Spirale logaritmica: .
Cardioide .
Rosa a petali .
Spirale di Archimede .
Esempio — Da polare a cartesiano: il cerchio
Moltiplichiamo entrambi i membri per : , cioè . Riscrivendo: : è il cerchio di centro e raggio , passante per l’origine.
Esempio — Da cartesiano a polare: la retta
Sostituendo , : , cioè , da cui (una semiretta) oppure (l’altra semiretta).
Collegamenti
Argomenti: Goniometria
Concetti: Cardioide · Coordinate polari · Equazione polare · Piano cartesiano · Spirale
Metodi: Equazione polare
Competenze: Tracciare grafico · Usare formule
Many curves have a polar equation far simpler than their Cartesian one. It is enough to express as a function of (or to impose a condition relating them).
Property — Elementary curves in polar coordinates
- Circle centred at the pole, radius : .
- Line through the pole, inclination : .
- Line perpendicular to the polar axis at distance : (that is, ).
- Circle through the pole, of radius and centre on the polar axis: .
- Cardioid: .
- -petal rose: ().
- Archimedean spiral: , .
- Logarithmic spiral: .
Cardioid .
-petal rose .
Archimedean spiral .
Example — From polar to Cartesian: the circle
Multiply both sides by : , that is . Rewriting: : it is the circle of centre and radius , passing through the origin.
Example — From Cartesian to polar: the line
Substituting , : , that is , whence (one ray) or (the other ray).
Links
Topics: Goniometry
Concepts: Cardioid · Polar coordinates · Polar equation · Cartesian plane · Spiral
Methods: Polar equation
Skills: Plotting a graph · Using formulae
Osservazione — Anticipazione: numeri complessi
Nel capitolo sui numeri complessi la coordinata polare di è proprio la coppia : (forma di Eulero). Le coordinate polari sono dunque il linguaggio naturale per moltiplicare ed elevare a potenza i numeri complessi.
Collegamenti
Argomenti: Goniometria
Concetti: Coordinate polari · Numeri complessi · Piano cartesiano
Remark — A look ahead: complex numbers
In the chapter on complex numbers the polar coordinate of is precisely the pair : (Euler’s form). Polar coordinates are therefore the natural language for multiplying complex numbers and raising them to powers.
Links
Topics: Goniometry
Concepts: Polar coordinates · Complex numbers · Cartesian plane