3

Finding the inverse of $2+\sqrt{5}+2\sqrt{7}$ in the field $\mathbb{Q}(\sqrt{5},\sqrt{7})$.

I know that all the elements of $\mathbb{Q}(\sqrt{5},\sqrt{7})$ are of the form:

$a+b\sqrt{5}+c\sqrt{7}+d\sqrt{35}$, where $a,b,c,d \in \mathbb{Q} $

So I could simply solve: $(2+\sqrt{5}+2\sqrt{7})(a+b\sqrt{5}+c\sqrt{7}+d\sqrt{35})=1$

Which I believe works. Is there a better way of solving this problem?

Thomas Andrews
  • 177,126
  • 1
    This will work - you end up solving four equations in four unknowns. This view of the problem actually leads to the view of $2+\sqrt{5}+2\sqrt{7}$ as a $4\times 4$ matrix. But, as others have pointed out, there is a better way. – Thomas Andrews Apr 15 '15 at 17:59

2 Answers2

2

Hint: Consider the product $(2+\sqrt{5}+2\sqrt{7})(2-\sqrt{5}+2\sqrt{7})(2+\sqrt{5}-2\sqrt{7})(2-\sqrt{5}-2\sqrt{7})$.

André Nicolas
  • 507,029
2

\begin{align} \frac{1}{2+\sqrt{5}+2\sqrt{7}} &=\frac{2+\sqrt{5}-2\sqrt{7}}{(2+\sqrt{5})^2-28}\\ &=\frac{2+\sqrt{5}-2\sqrt{7}}{-19+4\sqrt{5}}\\ &=\frac{(2+\sqrt{5}-\sqrt{7})(-19-4\sqrt{5})}{361-80}\\ &=\dots \end{align}

egreg
  • 238,574