I have to prove that $S=\{a+b\sqrt{2} \mid a,b \in \mathbb Q\}$ is a field and so far everything worked out for me except for finding the multiplicative inverse over $(S\backslash\{0\}, \cdot)$ which is: $$\forall a \in S: \exists (a^{-1}) \in S: a\cdot(a^{-1})=1$$
As a proof I thought of: $(a+b\sqrt{2}) \cdot (a+b\sqrt{2})^{-1} \Rightarrow (a+b\sqrt{2}) \cdot \frac{1}{(a+b\sqrt{2})}$ but I am stuck with the fraction. It is non-trivial for me to compute the inverse of an element $a \in S$.
Any help is highly appreciated! Thank you!