Un punto del piano può essere individuato non solo dalla coppia cartesiana (x,y)(x,y), ma anche dalla coppia polare (ρ,θ)(\rho,\theta): 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 (x,y)(x,y), but also by the polar pair (ρ,θ)(\rho,\theta): 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 (x,y)(x,y) 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 OO (polo) e una semiretta uscente da OO (asse polare, di solito coincidente con il semiasse positivo delle xx), le coordinate polari di un punto POP\ne O sono la coppia (ρ,θ)(\rho,\theta) dove:

  • ρ=OP0\rho = \overline{OP}\ge 0 è la distanza di PP dal polo (raggio o modulo);
  • θ[0,2π)\theta\in[0,2\pi) (oppure (π,π](-\pi,\pi]) è l’angolo orientato che la semiretta OPOP forma con l’asse polare (anomalia o argomento).

Per il polo stesso, ρ=0\rho = 0 e θ\theta è indefinito.

Il punto PP è individuato dalla distanza ρ\rho dal polo OO e dall’angolo θ\theta 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 (x,y)(x,y) 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 OO (pole) and a ray issuing from OO (polar axis, usually coinciding with the positive xx-semiaxis), the polar coordinates of a point POP\ne O are the pair (ρ,θ)(\rho,\theta) where:

  • ρ=OP0\rho = \overline{OP}\ge 0 is the distance of PP from the pole (radius or modulus);
  • θ[0,2π)\theta\in[0,2\pi) (or (π,π](-\pi,\pi]) is the oriented angle that the ray OPOP makes with the polar axis (anomaly or argument).

For the pole itself, ρ=0\rho = 0 and θ\theta is undefined.

The point PP is located by the distance ρ\rho from the pole OO and by the angle θ\theta with the polar axis.

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

arctan(y/x)\arctan(y/x) restituisce un angolo in (π/2,π/2)(-\pi/2, \pi/2): bisogna correggerlo guardando i segni di xx e yy. In molti linguaggi (Python, C, MATLAB) esiste la funzione atan2(y,x)(y,x) che fa la cosa giusta restituendo θ(π,π]\theta\in(-\pi,\pi].

Esempio — Conversione nei due sensi

P(x,y)=(1,3)P(x,y) = (1,\sqrt 3) in polari: ρ=1+3=2\rho = \sqrt{1+3} = 2, θ=arctan(3)=π/3\theta = \arctan(\sqrt 3) = \pi/3 (primo quadrante). Coordinate polari: (2,π/3)(2,\pi/3).

Q(ρ,θ)=(4,3π/4)Q(\rho,\theta) = (4,\,3\pi/4) in cartesiane: x=4cos(3π/4)=22x = 4\cos(3\pi/4) = -2\sqrt 2, y=4sin(3π/4)=22y = 4\sin(3\pi/4) = 2\sqrt 2. Quindi Q=(22,22)Q = (-2\sqrt 2,\,2\sqrt 2).

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

arctan(y/x)\arctan(y/x) returns an angle in (π/2,π/2)(-\pi/2, \pi/2): it must be corrected by looking at the signs of xx and yy. In many languages (Python, C, MATLAB) there is the function atan2(y,x)(y,x) which does the right thing, returning θ(π,π]\theta\in(-\pi,\pi].

Example — Conversion both ways

P(x,y)=(1,3)P(x,y) = (1,\sqrt 3) in polar: ρ=1+3=2\rho = \sqrt{1+3} = 2, θ=arctan(3)=π/3\theta = \arctan(\sqrt 3) = \pi/3 (first quadrant). Polar coordinates: (2,π/3)(2,\pi/3).

Q(ρ,θ)=(4,3π/4)Q(\rho,\theta) = (4,\,3\pi/4) in Cartesian: x=4cos(3π/4)=22x = 4\cos(3\pi/4) = -2\sqrt 2, y=4sin(3π/4)=22y = 4\sin(3\pi/4) = 2\sqrt 2. So Q=(22,22)Q = (-2\sqrt 2,\,2\sqrt 2).

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 x2+y2=a2x^2+y^2=a^2 in una lingua e ρ=a\rho=a 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 x2+y2=a2x^2+y^2=a^2 in one language and ρ=a\rho=a 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).

Topics: Trigonometry
Concepts: Cartesian coordinates · Polar coordinates · Cartesian plane

Molte curve hanno un’equazione polare molto più semplice di quella cartesiana. Basta esprimere ρ\rho in funzione di θ\theta (o imporre una condizione su di essi).

Proprietà — Curve elementari in coordinate polari

  • Cerchio centrato nel polo, raggio aa: ρ=a\rho = a.
  • Retta passante per il polo, inclinazione θ0\theta_0: θ=θ0\theta = \theta_0.
  • Retta perpendicolare all’asse polare a distanza dd: ρcosθ=d\rho\cos\theta = d (cioè x=dx = d).
  • Cerchio passante per il polo, di raggio aa e centro sull’asse polare: ρ=2acosθ\rho = 2a\cos\theta.
  • Cardioide: ρ=a(1+cosθ)\rho = a(1 + \cos\theta).
  • Rosa a 44 petali: ρ=acos(2θ)\rho = a\cos(2\theta) (a>0a>0).
  • Spirale di Archimede: ρ=aθ\rho = a\theta, θ0\theta\ge 0.
  • Spirale logaritmica: ρ=aebθ\rho = a\,e^{b\theta}.

Cardioide ρ=1+cosθ\rho = 1+\cos\theta.

Rosa a 44 petali ρ=cos(2θ)\rho = \cos(2\theta).

Spirale di Archimede ρ=θ\rho = \theta.

Esempio — Da polare a cartesiano: il cerchio ρ=2acosθ\rho = 2a\cos\theta

Moltiplichiamo entrambi i membri per ρ\rho: ρ2=2aρcosθ\rho^2 = 2a\rho\cos\theta, cioè x2+y2=2axx^2+y^2 = 2ax. Riscrivendo: (xa)2+y2=a2(x-a)^2 + y^2 = a^2: è il cerchio di centro (a,0)(a,0) e raggio aa, passante per l’origine.

Esempio — Da cartesiano a polare: la retta y=xy = x

Sostituendo x=ρcosθx = \rho\cos\theta, y=ρsinθy = \rho\sin\theta: ρsinθ=ρcosθ\rho\sin\theta = \rho\cos\theta, cioè tanθ=1\tan\theta = 1, da cui θ=π/4\theta = \pi/4 (una semiretta) oppure θ=3π/4\theta = -3\pi/4 (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 ρ\rho as a function of θ\theta (or to impose a condition relating them).

Property — Elementary curves in polar coordinates

  • Circle centred at the pole, radius aa: ρ=a\rho = a.
  • Line through the pole, inclination θ0\theta_0: θ=θ0\theta = \theta_0.
  • Line perpendicular to the polar axis at distance dd: ρcosθ=d\rho\cos\theta = d (that is, x=dx = d).
  • Circle through the pole, of radius aa and centre on the polar axis: ρ=2acosθ\rho = 2a\cos\theta.
  • Cardioid: ρ=a(1+cosθ)\rho = a(1 + \cos\theta).
  • 44-petal rose: ρ=acos(2θ)\rho = a\cos(2\theta) (a>0a>0).
  • Archimedean spiral: ρ=aθ\rho = a\theta, θ0\theta\ge 0.
  • Logarithmic spiral: ρ=aebθ\rho = a\,e^{b\theta}.

Cardioid ρ=1+cosθ\rho = 1+\cos\theta.

44-petal rose ρ=cos(2θ)\rho = \cos(2\theta).

Archimedean spiral ρ=θ\rho = \theta.

Example — From polar to Cartesian: the circle ρ=2acosθ\rho = 2a\cos\theta

Multiply both sides by ρ\rho: ρ2=2aρcosθ\rho^2 = 2a\rho\cos\theta, that is x2+y2=2axx^2+y^2 = 2ax. Rewriting: (xa)2+y2=a2(x-a)^2 + y^2 = a^2: it is the circle of centre (a,0)(a,0) and radius aa, passing through the origin.

Example — From Cartesian to polar: the line y=xy = x

Substituting x=ρcosθx = \rho\cos\theta, y=ρsinθy = \rho\sin\theta: ρsinθ=ρcosθ\rho\sin\theta = \rho\cos\theta, that is tanθ=1\tan\theta = 1, whence θ=π/4\theta = \pi/4 (one ray) or θ=3π/4\theta = -3\pi/4 (the other ray).

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 z=x+iyz = x+iy è proprio la coppia (ρ,θ)(\rho,\theta): z=ρ(cosθ+isinθ)=ρeiθz = \rho(\cos\theta + i\sin\theta) = \rho\,e^{i\theta} (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 z=x+iyz = x+iy is precisely the pair (ρ,θ)(\rho,\theta): z=ρ(cosθ+isinθ)=ρeiθz = \rho(\cos\theta + i\sin\theta) = \rho\,e^{i\theta} (Euler’s form). Polar coordinates are therefore the natural language for multiplying complex numbers and raising them to powers.

Topics: Goniometry
Concepts: Polar coordinates · Complex numbers · Cartesian plane