Does there exist a positive integer $n$ such that $P^n = I$, where $P$ is a rotation matrix?

85 Views Asked by At

Does there exist a positive integer $n$ such that $P^n = I$, where $P$ is a $2 \times 2$ rotation matrix for a rotation of the plane by an angle $2\pi q$ radians?

  1. if $q$ is a rational number
  2. if $q$ is an irrational number

How should I go about answering this question? Do I need to think geometrically?

3

There are 3 best solutions below

0
On

For $q \in \Bbb R$, let $P_q$ denote the $2 \times 2$ matrix that represents rotation by $2\pi q$.

Hints:

  1. Show that $P_q^n = P_{nq}$ for all integers $n \ge 1$.
  2. Show that $P_q = P_{q'}$ iff $q - q' \in \Bbb Z$.
  3. Note that $I = P_0$. Conclude that $P_q^n = I$ iff $nq \in \Bbb Z$.
  4. Find an $n$ which works for rational $q$ (think about the denominator).
  5. Show that no $n$ works for irrational $q$. (what if some $n$ worked? Get a contradiction.)
0
On

$$P^n$$ corresponds to a rotation by angle $2\pi qn$ radians, or $qn$ full turns. $qn$ can only be an integer when $q$ is rational.

0
On

For a rotation matrix that rotates 2πq, $Pˆn = I$ iff nq is an integer. Therefore, for any rational number, there is an n that makes nq an integer (a rational number can be represented as $a/b$, coprime and integers hence if n is a multiple of b it works.

An irrational number, by definition, can not be written as $a/b$ hence no integer n can make nq an intger

hope that helps