0

I am trying to find all units in $\mathbb Z[\sqrt{2}]$. Suppose $x=a+b\sqrt{2}$ is a unit. Then there is $y=c+d\sqrt{2}$ such that $$xy=(a+b\sqrt{2})(c+d\sqrt{2})=1$$ So $$ac+2bd+(ad+bc)\sqrt{2}=1$$

From here one deduces $$ad+bc=0,$$$$ac+2bd=1$$

I've tried to find $c$ and $d$ from here or to get restrictions for $x=a+b\sqrt{2}$ but I couldn't. I would appreciate some help.

user16924
  • 2,611
  • By (1), take $c=at$ and $d=-at.$ Substitute them in to (2) and find $t.$ Then you will get the multiplicative inverse $c+d \sqrt{2}$ of $a+b \sqrt{2}$ in $\mathbb Z[\sqrt{2}].$ – Bumblebee Sep 12 '14 at 08:13

2 Answers2

3

The unit group of $\mathbb{Z}[\sqrt{2}]$ has rank $1$ according to Dirchlet's theorem, so we need to find a fundamental unit. Let $a=x+\sqrt{2}y$. Then the norm equation $N(a)=\pm 1$ says that $x^2-2y^2=\pm 1$. Here $x=y=1$ is a solution. We see that $\epsilon=1+\sqrt{2}$ is a fundamental unit, and all units are given by $\pm (1+\sqrt{2})^n$ for $n\in \mathbb{Z}$. Because of $-(1+\sqrt{2})^{-1}=(1-\sqrt{2})$ we can rewrite this as the set of $\pm(1\pm \sqrt{2})^n$ for all postive integers $n$.

Dietrich Burde
  • 130,978
1

You can show that $|a^2-2b^2|$ is an Euclidean norm, and then you can imply that $x$ is a unit iff it's norm is 1

Snufsan
  • 2,125