I have this exercise:
Let $I=<x^3-2>$ be ideal of $\mathbb{Q}[x]$. Consider the element $a=(x^2-2)+I\in\mathbb{Q}[x]/I$, compute $a^{-1}$.
I know that $\mathbb{Q}[x]/I$ is a field, and $a=(x^2-2)+k(x)(x^3-2)$ for some $k(x)\in\mathbb{Q}[x]$, then i want to have some $b\in\mathbb{Q}[x]$ such that $ab=ba=1$, but i haven't managed to know how to continue, can you help me please?
Well, we do know that all elements can be reduced to the form $ax^2 + bx + c$, so that reduces our search space.
Now, we can actually just compute this directly, as we want \begin{align*} 1 &= (ax^2 + bx + c)(x^2 - 2)\\ &= ax^4 + bx^3 + (c-2a)x^2 - 2bx - 2c\\ &= (c-2a)x^2 + (2a-2b)x + 2b-2c \end{align*} Thus we just have to solve \begin{align*} c-2a &= 0\\ a-b &= 0\\ 2b-2c &= 1 \end{align*} So we get $b=a=-1/2$ and $c=-1$