I was given the following problem as part of an algebra assignment:
Let: $$f(x)=15x^3+8x^2+5x+9 \in ℝ[x]$$ and $$I=\langle f(x)\rangle$$
the ideal generated by $f(x)$.
If $ℝ[x]/I$ is the quotient ring modulo I, then find all the invertible elements of $ℝ[x]/I$ and similarly all the invertible elements of the quotient ring $ℚ[x]/I$.
My approach so far:
I imagine that we are not expected to come up with a certain set of specific elements, but rather describe them in their general form.
So, let $p(x)$ be an element of $ℝ[x]/I$. Then, $p(x)$ is of the form: $$ax^2+bx+c$$
Since $$deg(p(x))<deg(f(x))$$ and $a,b,c \in ℝ$, not all zero
Let $p(x)\in U(ℝ[x]/I)$, where $U(ℝ[x]/I)$ denotes the set of all invertible elements in $ℝ[x]/I$.
Then, let $$q(x)=a'x^2+b'x+c'$$ be its inverse. It follows that: $$(q(x)+I)(p(x)+I)=1_{ℝ[x]}+I=1+I$$
So, $$(q(x)p(x)-1)\in I$$ and if we use the expressions of $q,p$:
$$(a'x^2+b'x+c')(ax^2+bx+c)-1 \in I$$
$$aa'x^4+9ab'+a'bx^3+(ac'+bb')x^2+(bc'+cb')x+cc'-1\in I$$
If I understand correctly, this means that the expression above must be generated somehow by $f(x)$, and its degree must equal the degree of $f(x)$. But where does that lead? How can I continue-if this approach can indeed work-and find a general form for the inverses?
To be more specific, am I to find expressions of $a',b',c'$ in relation to $a,b,c$? Under which conditions will they apply?
Any help is appreciated.