LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Collapse and expand sections

To get acquainted with the document, the best thing to do is to select the "Collapse all sections" item from the "View" menu. This will leave visible only the titles of the top-level sections.

Clicking on a section title toggles the visibility of the section content. If you have collapsed all of the sections, this will let you discover the document progressively, from the top-level sections to the lower-level ones.

Cross-references and related material

Generally speaking, anything that is blue is clickable.

Clicking on a reference link (like an equation number, for instance) will display the reference as close as possible, without breaking the layout. Clicking on the displayed content or on the reference link hides the content. This is recursive: if the content includes a reference, clicking on it will have the same effect. These "links" are not necessarily numbers, as it is possible in LaTeX2Web to use full text for a reference.

Clicking on a bibliographical reference (i.e., a number within brackets) will display the reference.

Speech bubbles indicate a footnote. Click on the bubble to reveal the footnote (there is no page in a web document, so footnotes are placed inside the text flow). Acronyms work the same way as footnotes, except that you have the acronym instead of the speech bubble.

Discussions

By default, discussions are open in a document. Click on the discussion button below to reveal the discussion thread. However, you must be registered to participate in the discussion.

If a thread has been initialized, you can reply to it. Any modification to any comment, or a reply to it, in the discussion is signified by email to the owner of the document and to the author of the comment.

Table of contents

First published on Saturday, Jul 6, 2024 and last modified on Thursday, Apr 10, 2025 by François Chaplais.

The Polar Coordinates and the Rotations

Fabienne Chaplais Mathedu SAS

1 Introduction

The usual manner to reference vectors is their cartesian coordinates in the canonical base.

But in the euclidean plane \( \mathbb{P}\) , the canonical base is orthonormal and we can define angles between vectors.

Because of that, we may define another powerful mean to reference non-zero vectors, the polar coordinates, made of its norm \( R\) and its angle with the \( x\) axis \( \theta\) .

And the polar coordinates are very useful to manipulate angles between non-zero vectors, as well as to define and manipulate rotations in the euclidean plane \( \mathbb{P}\) .

The present note let you discover all these topics.

2 Discover the Polar Coordinates

The non-zero vectors don’t only have cartasion coordinates, they may also be defined by a length and an angle, their polar coordinates.

2.1 The Polar Coordinates of a Non Zero Vector

The Polar Coordinates of a Non Zero Vector
Figure 1. The Polar Coordinates of a Non Zero Vector

Definition 1

Assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non zero vector.

Then its polar coordinates in the canonical orthonormal base \( (\overrightarrow{i},\overrightarrow{j})\) are defined as:

  • the positive real number \( R=\left\| \overrightarrow{u} \right\|\) ,
  • and the angle defined modulo \( 2\pi\) : \( \theta=(\widehat{\overrightarrow{i},\overrightarrow{u}})\) , called its “polar angle”.

2.2 Conversion of the Polar Coordinates to the Cartesian Coordinates

Theorem 1

Assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non zero vector.

Assume its polar coordinates in the canonical orthonormal base \( (\overrightarrow{i},\overrightarrow{j})\) are \( R\) and \( \theta\) .

Then its cartesian coordinates in the base \( (\overrightarrow{i},\overrightarrow{j})\) are:

  • its abscissa \( x=R\cos(\theta)\) ,
  • and its ordinate \( y=R\sin(\theta)\)

Proof

Assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non zero vector.

Assume its polar coordinates in the canonical orthonormal base \( (\overrightarrow{i},\overrightarrow{j})\) are \( R\) and \( \theta\) .

Consider the unit vector \( \overrightarrow{u}_0=\frac{\overrightarrow{u}}{R}\) .

Then, as \( \theta=(\widehat{\overrightarrow{i},\overrightarrow{u}})=(\widehat{\overrightarrow{i},\overrightarrow{u}_{0}})\) , \( \overrightarrow{u}_{0}\) is equal to the column vector \( \overrightarrow{u}_0=\begin{bmatrix} \cos(\theta)\\\sin(\theta)\end{bmatrix}\) .

Consequently, as \( \overrightarrow{u}=R\overrightarrow{u}_{0}\) , \( \overrightarrow{u}\) is equal to the column vector \( \overrightarrow{u}=\begin{bmatrix} R\cos(\theta)\\R\sin(\theta)\end{bmatrix}\) , and cartesian its coordinates are:

  • its abscissa \( x=R\cos(\theta)\) ,
  • and its ordinate \( y=R\sin(\theta)\)

2.3 Examples of Polar Coordinates

As a consequence of the theorem 1, if the cartesian coordinates of the non zero vector \( \overrightarrow{u}\in\mathbb{P}^*\) are \( x\) and \( y\) , then the following formulae apply for its polar coordinates \( R\) and \( \theta\) :

  • \( R=\sqrt{x^{2}+y^{2}}\) ,

  • \( \cos(\theta)=\frac{x}{R}\) ,

  • and \( \sin(\theta)=\frac{y}{R}\) .

The following examples deduce the polar angles of the vectors from their cosine and sine, as they were part of the examples given in the lecture 24 about the trigonometry in the unit circle.

2.3.1 First Example

Polar Coordinates: Example 1
Figure 2. Polar Coordinates: Example 1

The first example is \( \overrightarrow{u}_{1}=\begin{bmatrix}1\\0\end{bmatrix}\) .

The cartesian coordinates of \( \overrightarrow{u}_{1}\) are:

  • its abscissa \( x_{1}=1\) ,

  • and its ordinate \( y_{1}=0\)

Its norm is \( R_{1}=\sqrt{1^{2}+0^{2}}=1\) .

So that the cosine and sine of its polar angle are:

  • \( \cos(\theta_{1})=\frac{1}{1}=1\) ,

  • and \( \sin(\theta_{1})=\frac{0}{1}=0\) .

Consequently, its polar angle is \( \theta_{1}=0\) modulo \( 2\pi\) .

2.3.2 Second Example

Polar Coordinates: Example 2
Figure 3. Polar Coordinates: Example 2

The second example is \( \overrightarrow{u}_{2}=\begin{bmatrix}0\\2\end{bmatrix}\) .

The cartesian coordinates of \( \overrightarrow{u}_{2}\) are:

  • its abscissa \( x_{2}=0\) ,

  • and its ordinate \( y_{2}=2\)

Its norm is \( R_{2}=\sqrt{0^{2}+2^{2}}=\sqrt{4}=2\) .

So that the cosine and sine of its polar angle are:

  • \( \cos(\theta_{2})=\frac{0}{2}=0\) ,

  • and \( \sin(\theta_{2})=\frac{2}{2}=1\) .

Consequently, its polar angle is \( \theta_{2}=\frac{\pi}{2}\) modulo \( 2\pi\) .

2.3.3 Third Example

Polar Coordinates: Example 3
Figure 4. Polar Coordinates: Example 3

The third example is \( \overrightarrow{u}_{3}=\begin{bmatrix}\sqrt{2}\\\sqrt{2}\end{bmatrix}\) .

The cartesian coordinates of \( \overrightarrow{u}_{3}\) are:

  • its abscissa \( x_{3}=\sqrt{2}\) ,

  • and its ordinate \( y_{3}=\sqrt{2}\)

Its norm is \( R_3=\sqrt{\sqrt{2}^2+\sqrt{2}^2}=\sqrt{2+2}=\sqrt{4}=2\) .

So that the cosine and sine of its polar angle are:

  • \( \cos(\theta_{2})=\frac{\sqrt{2}}{2}\) ,

  • and \( \sin(\theta_{2})=\frac{\sqrt{2}}{2}\) .

Consequently, its polar angle is \( \theta_{3}=\frac{\pi}{4}\) modulo \( 2\pi\) .

2.3.4 Fourth Example

Polar Coordinates: Example 4
Figure 5. Polar Coordinates: Example 4

The fourth example is \( \overrightarrow{u}_4=\begin{bmatrix}\frac{1}{2}\\{-\frac{1}{2}}\end{bmatrix}\) .

The cartesian coordinates of \( \overrightarrow{u}_{4}\) are:

  • its abscissa \( x_{4}=-\frac{1}{2}\) ,

  • and its ordinate \( y_{4}=\frac{1}{2}\)

Its norm is \( R_4=\sqrt{\frac{1}{2}^2+\left(-\frac{1}{2}\right)^2} =\sqrt{\frac{1}{4}+\frac{1}{4}}=\sqrt{\frac{1}{2}}=\frac{\sqrt{2}}{2}\) .

So that the cosine and sine of its polar angle are:

  • \( \cos(\theta_{4})=\frac{-\frac{1}{2}}{\frac{\sqrt{2}}{2}}=-\frac{1}{\sqrt{2}}=-\frac{\sqrt{2}}{2}\) ,

  • and \( \sin(\theta_{4})=\frac{\frac{1}{2}}{\frac{\sqrt{2}}{2}}=\frac{1}{\sqrt{2}}=\frac{\sqrt{2}}{2}\) .

Consequently, its polar angle is \( \theta_{4}=\frac{3\pi}{4}\) modulo \( 2\pi\) .

2.3.5 Fifth Example

Polar Coordinates: Example 5
Figure 6. Polar Coordinates: Example 5

The fifth example is \( \overrightarrow{u}_5=\begin{bmatrix}\frac{\sqrt{3}}{2}\\{-\frac{1}{2}}\end{bmatrix}\) .

The cartesian coordinates of \( \overrightarrow{u}_{5}\) are:

  • its abscissa \( x_{5}=\frac{\sqrt{3}}{2}\) ,

  • and its ordinate \( y_{5}=-\frac{1}{2}\)

Its norm is \( R_5=\sqrt{\left(\frac{\sqrt{3}}{2}\right)^2+\left(-\frac{1}{2}\right)^2} =\sqrt{\frac{3}{4}+\frac{1}{4}}=\sqrt{1}=1\) .

So that the cosine and sine of its polar angle are:

  • \( \cos(\theta_{5})=\frac{\frac{\sqrt{3}}{2}}{1}=\frac{\sqrt{3}}{2}\) ,

  • and \( \sin(\theta_{4})=\frac{-\frac{1}{2}}{1}=-\frac{1}{2}\) .

Consequently, its polar angle is \( \theta_{5}=-\frac{\pi}{3}\) modulo \( 2\pi\) .

3 Particular Configurations of Polar Angles

Particular configurations of the polar angles of two vectors correspond to particular, aligned or orthogonal, configurations of these vectors.

3.1 Angle between two Non Zero Vectors as a function of their Polar Angles

Angle between two Non Zero Vectors as a function of their Polar Angles
Figure 7. Angle between two Non Zero Vectors as a function of their Polar Angles

Theorem 2

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Then the angle \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) is equal to \( \theta=\theta_v-\theta_u\) modulo \( 2\pi\) .

Proof

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Let’s denote \( \theta=(\widehat{\overrightarrow{u},\overrightarrow{v}})\) .

Then \( \theta_{u}=(\widehat{\overrightarrow{i},\overrightarrow{u}})\) and \( \theta_{v}=(\widehat{\overrightarrow{i},\overrightarrow{v}})\) .

Consequently, by definition of \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) , \( \theta=\theta_v-\theta_u\) modulo \( 2\pi\) .

3.2 Non Zero Vectors with Equal Polar Angles

Non Zero Vectors with Equal Polar Angles
Figure 8. Non Zero Vectors with Equal Polar Angles

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Assume \( \theta_v=\theta_u\) or, more precisely, \( \theta_v\equiv\theta_u\mod 2\pi\) .

Then the angle \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) is equal to \( \theta=\theta_v-\theta_u=0\) modulo \( 2\pi\) .

Consequently, \( \overrightarrow{u}\) and \( \overrightarrow{v}\) are positively aligned.

3.3 Non Zero Vectors with Polar Angles Different by \( \pi\)

Non Zero Vectors with Polar Angles Different by )
Figure 9. Non Zero Vectors with Polar Angles Different by \( \pi\)

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Assume \( \theta_v=\theta_u+\pi\) or, more precisely, \( \theta_v\equiv\theta_u+\pi\mod 2\pi\) .

Then the angle \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) is equal to \( \theta=\theta_v-\theta_u=\pi\) modulo \( 2\pi\) .

Consequently, \( \overrightarrow{u}\) and \( \overrightarrow{v}\) are negatively aligned.

3.4 Non Zero Vectors with Polar Angles Different by \( \frac{\pi}{2}\)

Non Zero Vectors with Polar Angles Different by 2)
Figure 10. Non Zero Vectors with Polar Angles Different by \( \frac{\pi}{2}\)

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Assume \( \theta_v=\theta_u+\frac{\pi}{2}\) or, more precisely, \( \theta_v\equiv\theta_u+\frac{\pi}{2}\mod 2\pi\) .

Then the angle \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) is equal to \( \theta=\theta_v-\theta_u=\frac{\pi}{2}\) modulo \( 2\pi\) .

Consequently and by definition, \( \overrightarrow{u}\) and \( \overrightarrow{v}\) are orthogonal in the direct direction.

3.5 Non Zero Vectors with Polar Angles Different by \( -\frac{\pi}{2}\)

Non Zero Vectors with Polar Angles Different by - 2)
Figure 11. Non Zero Vectors with Polar Angles Different by \( -\frac{\pi}{2}\)

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^2\) are non zero vectors with polar angles \( \theta_{u}\) and \( \theta_{v}\) .

Assume \( \theta_v=\theta_u-\frac{\pi}{2}\) or, more precisely, \( \theta_v\equiv\theta_u-\frac{\pi}{2}\mod 2\pi\) .

Then the angle \( (\widehat{\overrightarrow{u},\overrightarrow{v}})\) is equal to \( \theta=\theta_v-\theta_u=-\frac{\pi}{2}\) modulo \( 2\pi\) .

Consequently and by definition, \( \overrightarrow{u}\) and \( \overrightarrow{v}\) are orthogonal in the reverse direction.

4 Convert Cartesian Coordinates into Polar Coordinates

Now we shall use the ‘arccosine’ and ‘arcsine’ inverse trigonometric functions to convert cartesian coordinates of a non-zero vector into its polar coordinates.

4.1 The Inverse Trigonometric Function Arccosine

The Inverse Trigonometric Function Arcsine
Figure 12. The Inverse Trigonometric Function Arcsine

When \( \theta\) goes from \( 0\) to \( \pi\) , \( \cos(\theta)\) goes from \( 1\) down to \( -1\) .

Consequently, the cosine function is one to one from \( [0,\pi]\) onto \( [-1,1]\) .

We define the function ‘arccosine’ as the inverse of the cosine function restricted to \( [0,\pi]\) .

That is that, for any \( x\in[-1,1]\) , \( \arccos(x)\) is the angle \( \theta\in[0,\pi]\) so that \( \cos(\theta)=x\) .

4.2 The Inverse Trigonometric Function Arcsine

The Inverse Trigonometric Function Arsine
Figure 13. The Inverse Trigonometric Function Arsine

When \( \theta\) goes from \( -\frac{\pi}{2}\) to \( \frac{\pi}{2}\) , \( \sin(\theta)\) goes from \( -1\) to \( 1\) .

Consequently, the sine function is one to one from \( \left[-\frac{\pi}{2},\frac{\pi}{2}\right]\) onto \( [-1,1]\) .

We define the function ‘arcsine’ as the inverse of the sine function restricted to \( \left[-\frac{\pi}{2},\frac{\pi}{2}\right]\) .

That is that, for any \( x\in[-1,1]\) , \( \arcsin(x)\) is the angle \( \theta\in\left[-\frac{\pi}{2},\frac{\pi}{2}\right]\) so that \( \sin(\theta)=x\) .

4.3 Calculate the Polar Angle of a Unit Vector given by its Cartesian Coordinates

Assume \( (x,y)\in\mathbb{R}^2\) are the cartesian coordinates of a unit vector \( \overrightarrow{u}\) , that are so that \( x^2+y^2=1\) , \( -1\le x\le 1\) and \( -1\le y\le 1\) .

4.3.1 \( x^{+}\) semi-axis

Calculate the polar angle of the unit vector of the 
	 x^{+}) semi-axis given by its cartesian coordinates
Figure 14. Calculate the polar angle of the unit vector of the \( x^{+}\) semi-axis given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is on the \( x^{+}\) semi-axis, then its abscissa is equal to \( 1\) and its ordinate is equal to \( 0\) .

Consequently, \( \overrightarrow{u}=\overrightarrow{i}\) , and its polar angle is \( \theta=\widehat{(\overrightarrow{i},\overrightarrow{i})}=0\) modulo \( 2\pi\) .

As that angle is between \( 0\) and \( \pi\) , and as \( \cos(\theta)=x\) , we have \( \theta=\arccos(x)\) .

4.3.2 First Quadrant of the Unit Circle

Calculate the polar angle of a unit vector in the 
	first quadrant of the unit circle given by its cartesian coordinates
Figure 15. Calculate the polar angle of a unit vector in the first quadrant of the unit circle given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is in the first quadrant of the unit circle, then its abscissa and ordinate are strictly comprised between \( 0\) and \( 1\) and its polar angle is strictly comprised between \( 0\) and \( \frac{\pi}{2}\) .

The polar angle is thus between \( 0\) and \( \pi\) , and \( \cos(\theta)=x\) , so that \( \theta=\arccos(x)\) .

4.3.3 \( y^{+}\) semi-axis

Calculate the polar angle of the unit vector of the 
	 y^{+}) semi-axis given by its cartesian coordinates
Figure 16. Calculate the polar angle of the unit vector of the \( y^{+}\) semi-axis given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is on the \( y^{+}\) semi-axis, then its abscissa is equal to \( 0\) and its ordinate is equal to \( 1\) .

Consequently, \( \overrightarrow{u}=\overrightarrow{j}\) , and its polar angle is \( \theta=\widehat{(\overrightarrow{i},\overrightarrow{j})}=\frac{\pi}{2}\) modulo \( 2\pi\) .

As that angle is between \( 0\) and \( \pi\) , and as \( \cos(\theta)=x\) , we have \( \theta=\arccos(x)\) .

4.3.4 Second Quadrant of the Unit Circle

Calculate the polar angle of a unit vector in the 
	second quadrant of the unit circle given by its cartesian coordinates
Figure 17. Calculate the polar angle of a unit vector in the second quadrant of the unit circle given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is in the second quadrant of the unit circle, then its abscissa strictly comprised between \( -1\) and \( 0\) , its ordinate is strictly comprised between \( 0\) and \( 1\) , and its polar angle is strictly comprised between \( \frac{\pi}{2}\) and \( \pi\) .

The polar angle is thus between \( 0\) and \( \pi\) , and \( \cos(\theta)=x\) , so that \( \theta=\arccos(x)\) .

4.3.5 \( x^{-}\) semi-axis

Calculate the polar angle of the unit vector of the 
	 x^{-}) semi-axis given by its cartesian coordinates
Figure 18. Calculate the polar angle of the unit vector of the \( x^{-}\) semi-axis given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is on the \( x^{-}\) semi-axis, then its abscissa is equal to \( -1\) and its ordinate is equal to \( 0\) .

Consequently, \( \overrightarrow{u}=-\overrightarrow{i}\) , and its polar angle is \( \theta=\widehat{(\overrightarrow{i},-\overrightarrow{i})}=\pi\) modulo \( 2\pi\) .

As that angle is between \( 0\) and \( \pi\) , and as \( \cos(\theta)=x\) , we have \( \theta=\arccos(x)\) .

4.3.6 Third Quadrant of the Unit Circle

Calculate the polar angle of a unit vector in the 
	third quadrant of the unit circle given by its cartesian coordinates
Figure 19. Calculate the polar angle of a unit vector in the third quadrant of the unit circle given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is in the third quadrant of the unit circle, then its abscissa and ordinate are strictly comprised between \( -1\) and \( 0\) and its polar angle \( \theta\) is strictly comprised between \( -\pi\) and \( -\frac{\pi}{2}\) .

The angle \( \theta+\pi\) is thus between \( 0\) and \( \pi\) and is so that

\( \cos(\theta+\pi)=-\cos(\theta)=-x\) .

Consequently, \( \theta=\arccos(-x)-\pi\) .

4.3.7 \( y^{-}\) semi-axis

Calculate the polar angle of the unit vector of the 
	 y^{-}) semi-axis given by its cartesian coordinates
Figure 20. Calculate the polar angle of the unit vector of the \( y^{-}\) semi-axis given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is on the \( y^{-}\) semi-axis, then its abscissa is equal to \( 0\) and its ordinate is equal to \( -1\) .

Consequently, \( \overrightarrow{u}=-\overrightarrow{j}\) , and its polar angle is \( \theta=\widehat{(\overrightarrow{i},-\overrightarrow{j})}=-\frac{\pi}{2}\) modulo \( 2\pi\) .

As that angle is between \( -\frac{\pi}{2}\) and \( \frac{\pi}{2}\) , and as \( \sin(\theta)=y\) , we have \( \theta=\arcsin(y)\) .

4.3.8 Fourth Quadrant of the Unit Circle

Calculate the polar angle of a unit vector in the 
	fourth quadrant of the unit circle given by its cartesian coordinates
Figure 21. Calculate the polar angle of a unit vector in the fourth quadrant of the unit circle given by its cartesian coordinates

If the unit vector \( \overrightarrow{u}\) is in the fourth quadrant of the unit circle, then its abscissa strictly comprised between \( 0\) and \( 1\) , its ordinate is strictly comprised between \( -1\) and \( 10\) , and its polar angle is strictly comprised between \( -\frac{\pi}{2}\) and \( 0\) .

The polar angle is thus between \( -\frac{\pi}{2}\) and \( \frac{\pi}{2}\) , and \( \sin(\theta)=y\) , so that \( \theta=\arcsin(y)\) .

4.3.9 Recapitulative Table

The table 1 recapitulates the calculation of the polar angles of unit vectors, depending on their geometrical configurations.

Table Polar angles of unit vectors
Abscissa RangeOrdinate RangePolar AnglePolar Angle Range
\( x^{+}\) semi-axis\( x=1\)\( y=0\)\( \theta=\arccos(x)\)\( \theta=0\)
Quadrant I\( 0<x<1\)\( 0<y<1\)\( \theta=\arccos(x)\)\( 0<\theta<\frac{\pi}{2}\)
\( y^{+}\) semi-axis\( x=0\)\( y=1\)\( \theta=\arccos(x)\)\( \theta=\frac{\pi}{2}\)
Quadrant II\( -1<x<0\)\( 0<y<1\)\( \theta=\arccos(x)\)\( \frac{\pi}{2}<\theta<\pi\)
\( x^{-}\) semi-axis\( x=-1\)\( y=0\)\( \theta=\arccos(x)\)\( \theta=\pi\)
Quadrant III\( -1<x<0\)\( -1<y<0\)\( \theta=\arccos(-x)-\pi\)\( -\pi<\theta<-\frac{\pi}{2}\)
\( y^{-}\) semi-axis\( x=0\)\( y=-1\)\( \theta=\arcsin(y)\)\( \theta=-\frac{\pi}{2}\)
Quadrant IV\( 0<x<1\)\( -1<y<0\)\( \theta=\arcsin(y)\)\( -\frac{\pi}{2}<\theta<0\)

4.4 Cartesian Coordinates into Polar Coordinates Conversion Table

Assume \( (x,y)\in\mathbb{R}^2\) are the cartesian coordinates of a non zero vector \( \overrightarrow{u}\in\mathbb{P}^*\) .

Then the norm of \( \overrightarrow{u}\) is equal to \( R=\sqrt{x^2+y^2}\) and its polar angle is equal to the polar angle of the unit vector \( \overrightarrow{u}_{0}=\frac{\overrightarrow{u}}{R}=\frac{\overrightarrow{u}}{\sqrt{x^2+y^2}}\) , which abscissa is \( x_{0}=\frac{x}{\sqrt{x^2+y^2}}\) and ordinate is \( y_{0}=\frac{y}{\sqrt{x^2+y^2}}\) .

Consequently, the table of conversion of cartesian coordinates to polar coordiantes of a non zero vector may be deduced from table 1.

Table Polar angles of unit vectors
Abscissa RangeOrdinate RangeNormPolar AnglePolar Angle Range
\( x^{+}\) semi-axis\( x>0\)\( y=0\)\( R=x\)\( \theta=\arccos\left(\frac{x}{\sqrt{x^2+y^2}}\right)\)\( \theta=0\)
Quadrant I\( x>0\)\( y>0\)\( R=\sqrt{x^2+y^2}\)\( \theta=\arccos\left(\frac{x}{\sqrt{x^2+y^2}}\right)\)\( 0<\theta<\frac{\pi}{2}\)
\( y^{+}\) semi-axis\( x=0\)\( y>0\)\( R=y\)\( \theta=\arccos\left(\frac{x}{\sqrt{x^2+y^2}}\right)\)\( \theta=\frac{\pi}{2}\)
Quadrant II\( x<0\)\( y>0\)\( R=\sqrt{x^2+y^2}\)\( \theta=\arccos\left(\frac{x}{\sqrt{x^2+y^2}}\right)\)\( \frac{\pi}{2}<\theta<\pi\)
\( x^{-}\) semi-axis\( x<0\)\( y=0\)\( R=-x\)\( \theta=\arccos\left(\frac{x}{\sqrt{x^2+y^2}}\right)\)\( \theta=\pi\)
Quadrant III\( x<0\)\( y<0\)\( R=\sqrt{x^2+y^2}\)\( \theta=\arccos\left(-\frac{x}{\sqrt{x^2+y^2}}\right)-\pi\)\( -\pi<\theta<-\frac{\pi}{2}\)
\( y^{-}\) semi-axis\( x=0\)\( y<0\)\( R=-y\)\( \theta=\arcsin\left(\frac{y}{\sqrt{x^2+y^2}}\right)\)\( \theta=-\frac{\pi}{2}\)
Quadrant IV\( x>0\)\( y<0\)\( R=\sqrt{x^2+y^2}\)\( \theta=\arcsin\left(\frac{y}{\sqrt{x^2+y^2}}\right)\)\( -\frac{\pi}{2}<\theta<0\)

5 Rotation of a Vector in Polar Coordinates

Now we shall discover the power of the polar coordinates to define the rotations in the euclidean plane \( \mathbb{P}\) as maps that leave the norm of a non-zero vector unchanged and translate its polar angle.

5.1 Definition of the Rotated of Angle \( \theta\) of a Non Zero Vector

Definition of the Rotated of Angle ) of a Non Zero Vector
Figure 22. Definition of the Rotated of Angle \( \theta\) of a Non Zero Vector

Definition 2

Assume \( \theta\in\mathbb{R}\) is a real number and assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non-zero vector.

Then the rotated of angle \( \theta\) of the vector \( \overrightarrow{u}\) is the vector \( \overrightarrow{v}\) such as:

  • \( \left\| \overrightarrow{v} \right\|=\left\| \overrightarrow{u} \right\|\)

  • \( \widehat{(\overrightarrow{u},\overrightarrow{v})}=\theta\)

5.2 Definition of the Rotation of Angle \( \theta\)

Definition 3

Assume \( \theta\in\mathbb{R}\) is a real number.

Then the rotation of angle \( \theta\) is the map \( \rho_{\theta}\) from the euclidean plane \( \mathbb{P}\) to itself, defined as follows:

  • \( \rho_{\theta}(\overrightarrow{0})=\overrightarrow{0}\) ,

  • and for any non zero vector \( \overrightarrow{u}\in\mathbb{P}^*\) , \( \rho_{\theta}(\overrightarrow{u})\) is the rotated of angle \( \theta\) of the vector \( \overrightarrow{u}\) .

5.3 Properties of the Rotations in the Euclidean Plane \( \mathbb{P}\)

Theorem 3

The following properties of the rotations hold:

  1. The rotation \( \rho_{0}\) is the identity mapping.

  2. The rotation \( \rho_{pi}\) transforms a vector in its opposite.

  3. For any \( \theta\in\mathbb{R}\) , the application \( \rho_{\theta}\) is one-to-one and its inverse is \( \rho_{\theta}^{-1}=\rho_{(-\theta)}\) .

Proof

Assume \( (\overrightarrow{u},\overrightarrow{v})\in(\mathbb{P}^*)^{2}\) is a non-zero vector.

  1. \( \rho_{0}(\overrightarrow{0})=\overrightarrow{0}\) and, as \( (\widehat{\overrightarrow{u},\overrightarrow{u}})=0\) , \( \rho_{0}(\overrightarrow{u})=\overrightarrow{u}\) .

  2. \( \rho_{\pi}(\overrightarrow{0})=\overrightarrow{0}=-\overrightarrow{0}\) and, as \( (\widehat{\overrightarrow{u},-\overrightarrow{u}})=\pi\) , \( \rho_{\pi}(\overrightarrow{u})=-\overrightarrow{u}\) .

  3. \( \rho_{\theta}(\overrightarrow{0})=\overrightarrow{0}\) and \( \rho_{-\theta}(\overrightarrow{0})=\overrightarrow{0}\) .

    Moreover, as \( (\widehat{\overrightarrow{v},\overrightarrow{u}})=-\widehat{(\overrightarrow{u},\overrightarrow{v}})\) , if \( \rho_{\theta}(\overrightarrow{u})=\overrightarrow{v}\) , then \( \rho_{-\theta}(\overrightarrow{v})=\overrightarrow{u}\) .

5.4 Effect of the Rotation of Angle \( \theta\) on the Polar Coordinates of a Non Zero Vector

Effect of the Rotation of Angle ) on the Polar Coordinates of a Non Zero Vector
Figure 23. Effect of the Rotation of Angle \( \theta\) on the Polar Coordinates of a Non Zero Vector

Theorem 4

Assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non-zero vector with polar coordinates \( (R,\alpha)\) .

Assume \( \overrightarrow{v}\in\mathbb{P}^*\) is a non-zero vector with polar coordinates \( (R',\beta)\) .

Assume \( \overrightarrow{v}=\rho_{\theta}(\overrightarrow{u})\) .

Then the following assertions hold:

  • \( R'=R\) ,

  • and \( \beta=\alpha+\theta\) modulo \( 2\pi\) .

Proof

Assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non-zero vector with polar coordinates \( (R,\alpha)\) .

Assume \( \overrightarrow{v}\in\mathbb{P}^*\) is a non-zero vector with polar coordinates \( (R',\beta)\) .

Assume \( \overrightarrow{v}=\rho_{\theta}(\overrightarrow{u})\) .

Then, as \( \left\| \overrightarrow{v} \right\|=\left\| \overrightarrow{u} \right\|\) , \( R'=R\) .

Moreover, as \( \alpha=\widehat{(\overrightarrow{i},\overrightarrow{u})}\) , \( \beta=\widehat{(\overrightarrow{i},\overrightarrow{v})}\) and \( \theta=\widehat{(\overrightarrow{u},\overrightarrow{v})}\) , then \( \beta=\alpha+\theta modulo \( 2\pi\) \) .

5.5 Composition of Rotations in \( \mathbb{P}\)

Definition 4

The composed map \( f\circ g\) of two maps \( f\) and \( g\) from \( \mathbb{P}\) to \( \mathbb{P}\) is the map in that, to any vector \( \overrightarrow{u}\in\mathbb{P}\) assigns the vector \( (f\circ g)(\overrightarrow{u})=f(g(\overrightarrow{u}))\) .

Theorem 5

Assume \( (\theta,\mu)\in\mathbb{R}^2\) are real numbers.

Consider the rotation \( \rho_{\theta}\) of angle \( \theta\) and the rotation \( \rho_{\mu}\) of angle \( \mu\) .

Then \( \rho_{\mu}\circ\rho_{\theta}=\rho_{(\theta+\mu)}\) .

Corollary 1

The set of the rotations in \( \mathbb{P}\) with the composition of maps is a commutative group.

Proof (of the theorem 5)

Assume \( (\theta,\mu,R,\alpha)\in\mathbb{R}^4\) are real numbers, and assume \( \overrightarrow{u}\in\mathbb{P}^*\) is a non-zero vector with polar coordinates \( (R,\alpha)\) .

Then the following assertions hold:

  • The non-zero vector \( \overrightarrow{v}=\rho_{\mu}(\overrightarrow{u})\) has the polar coordinates \( (R,\alpha+\theta)\) .

  • The non-zero vector \( \overrightarrow{w}=\rho_{\mu}(\overrightarrow{v})\) has the polar coordinates \( (R,\alpha+\theta+\mu)\) .

Consequently, \( \overrightarrow{w}=\rho_{(\theta+\mu)}(\overrightarrow{u})\) .

But \( \overrightarrow{w}=(\rho_{\mu}\circ\rho_{\theta})(\overrightarrow{u})\) .

Consequently, \( (\rho_{\mu}\circ\rho_{\theta})(\overrightarrow{u})=\rho_{(\theta+\mu)}(\overrightarrow{u})\) , and this is true for any non-zero vector \( \overrightarrow{u}\in\mathbb{P}^*\) .

Moreover, \( (\rho_{\mu}\circ\rho_{\theta})(\overrightarrow{0})=\rho_{\mu}(\overrightarrow{0})=\overrightarrow{0}\) and \( \rho_{(\theta+\mu)}(\overrightarrow{0})=\overrightarrow{0}\) as well.

Consequently, \( \rho_{\mu}\circ\rho_{\theta}=\rho_{(\theta+\mu)}\) .

Proof (of the corollary 1)

Assume \( (\theta,\mu,\lambda)\in\mathbb{R}^3\) are real numbers.

Then the following properties may be proved.

Commutativity of \( \circ\) : Because of the commutativity of the addition in \( \mathbb{R}\) :

\( \rho_{\mu}\circ\rho_{\theta}=\rho_{(\theta+\mu)}=\rho_{\mu+\theta}=\rho_{\theta}\circ\rho_{\mu}\)

Associativity of \( \circ\) : Because of the associativity of the addition in \( \mathbb{R}\) :

\( (\rho_{\lambda}\circ\rho_{\mu})\circ\rho_{\theta}=\rho_{(\mu+\lambda)}\circ\rho_{\theta} =\rho_{\theta+(\mu+\lambda)}=\rho_{(\theta+\mu)+\lambda} =\rho_{\lambda}\circ\rho_{\theta+\mu}=\rho_{\lambda}\circ(\rho_{\mu}\circ\rho_{\theta})\)

Neutral element \( \rho_{0}=\text{Id}_{\mathbb{P}}\) for \( \circ\) :

Because \( 0\) is neutral for the addition in \( \mathbb{R}\) : \( \text{Id}_{\mathbb{P}}\circ\rho_{\theta}=\rho_{0}\circ\rho_{\theta}=\rho_{\theta+0}=\rho_{\theta}\)

The inverse of \( \rho_{\theta}\) for \( \circ\) is \( \rho_{\theta}^{-1}=\rho_{(-\theta)}\) :

Because \( -\theta\) is the opposite (additive inverse) of \( \theta\) in \( \mathbb{R}\) : \( \rho_{\theta}^{-1}\circ\rho_{\theta}=\rho_{-\theta}\circ\rho_{\theta}=\rho_{\theta+(-\theta)} =\rho_{0}=\text{Id}_{\mathbb{P}}\)

Consequently, the set of the rotations in \( \mathbb{P}\) with the composition of maps is a commutative group.

6 Conclusion

You discovered in that note the power of the polar coordinates of non-zero vectors in the euclidean plane \( \mathbb{P}\) to manipulate angles of vectors and to define and manipulate the rotations in \( \mathbb{P}\) .

And now, you are ready for another poweful application of the polar coordinates: the definition and multiplication of the complex numbers in their set \( \mathbb{C}\) .