0

I would like to get a hint fo the following problem:

Find $f \in \mathbb{Q}[X]$ such that $f(a) = a^{-1}$, where $a :=\sqrt{3} + \sqrt{5}$.

I know that $a^{-1} = \frac{1}{\sqrt{3} + \sqrt{5}} = \frac{1}{2}\left( \sqrt{5} - \sqrt{3}\right)$ and the minimal polynomial of $a$ is $g = x^4 - 16x^2 + 4$ and the minimal polynomial of $a^{-1}$ is $4x^4 - 16x^2 + 1$.

Bill Dubuque
  • 272,048
ViktorStein
  • 4,838

4 Answers4

1

If $\mu_a(X)$ is the minimal polynomial of $a$, then $\mathbb{Q}(a)\simeq \mathbb{Q}[X]/(\mu_a(X))$, with $a$ corresponding to the class of $x$, so $af(a)=1$ becomes $Xf(X)\equiv 1$ mod $\mu_a(X)$.

Captain Lama
  • 25,743
1

$a f(a)=1\,$ in $\Bbb Q(a)\!\iff\! x\color{#c00}{f(x)}= 1\,$ in $\,\Bbb Q[x]/g(x)\,\cong\, \Bbb Q[x]\bmod{\!g(x)}$

$\!\!\bmod g\!:\,\ 0\equiv -g/4 = x(\color{#c00}{-x^3/4\!+\!4x})-1 \,\Rightarrow\, f\equiv\, \color{#c00}\cdots \,$ by uniqueness of inverses.

Remark $\ $ Generally we can read off inverse of $\:a \ne 0\:$ from its minimal polynomial $\:f(x)\in F[x],\:$ viz. $\,f(x) = g(x)x-c\,\Rightarrow\, c^{-1}g(x)\,x = 1\,\Rightarrow c^{-1}g(a)a = 1\,\Rightarrow\, a^{-1} = c^{-1}g(a)\,$

This is a special case of using the Euclidean algorithm to compute inverses via the Bezout identity, viz. $\: (x,f(x)) = 1\ \Rightarrow\ g(x)\ x + b(x)\ f(x) = 1\ $ so $\: g(a)\ a = 1\ $ by evaluating at $\rm\:x = a.\:$

This can be viewed as generalization of rationalizing denominators in low-degree extensions, i.e. we can compute an inverse of $\,a\:$ by "rationalizing" (to $\rm\:F)\,$ the denominator of $\:1/a,\:$ which can also be done using norms (computed e.g. by resultants, etc). See here for much further discussion.

Bill Dubuque
  • 272,048
0

Here is a hint: what is $a^3$?

Let me know if you need another hint.

J. W. Tanner
  • 60,406
0

Hint: $a^4 - 16a^2 = -4$. Try factoring the LHS.

lhf
  • 216,483