1

Let $a$ be a zero of $x^3+x^2+1$ in some extension of $\mathbb{Z}_2$. Find the multiplicative inverse of $a+1$ in this extension.

Attempt: we know that if $F$ is a field and $p(x)$ is irreducible in $F[x]$ and if $a$ is a zero of $p(x)$ then $F(a)\simeq F[x]/\langle p(x)\rangle$. After that how can I proceed?

user26857
  • 52,094

2 Answers2

1

The answer has been posted in the comments($a^2$) but here is a general method for finding inverses:

Let us find the inverse of $a(x)$ in $F[x]/(p(x)$. Assume the inverse is some polynomial $f(x)$ of degree less than $p(x)$. Then solve for $a(x)f(x) = 1$ by reducing the powers of $x$ greater than $d = \text{deg }p(x)$ in the product and use liner algebra to solve. You will have d coefficients and $d$ equations.

Asvin
  • 8,229
0

Hint $\ $ Dividing a polynomial $\,f(x)\,$ by $\, x\!+\!1\,$ yields (via Polynomial Remainder Theorem)

$\qquad\qquad\ \ f(x) - (x\!+\!1) q(x) = f(-1)\ [\, =\color{#c00} 1\ \ {\rm for}\ f = x^3+x^2+1]$

Eval at $\,a$ $\overset{f(a)\,=\,0}\Longrightarrow -(a\!+\!1)\color{#0a0}{q(a)}\, = f(-1)\, =\, \color{#c00} 1\,$ in $\,\Bbb Z_2[a]\ $ so $\,(a\!+\!1)^{-1} = \,\color{#0a0}{-q(a)}$

Generally we see $\ (a\!+\!1)^{-1} = \dfrac{-q(a)}{f(-1)}\ $ if $\,f(-1)\,$ is a unit (invertible), where

$$ q(x)\, =\, \frac{f(x)-f(-1)}{x+1}\, \left[ = \frac{x^3+x^2}{x+1} = x^2\rm\ \ in\ \ OP\right]\qquad$$

Remark $\ $ Generally for coprime polynomials $\,f,g\,$ over a field we can use the extended Euclidean algorithm to obtain the Bezout identity $\,a f + b g = 1\,$ hence $\, g^{-1}\!\equiv b \pmod f.\ $ The above is simply the special case when the Euclidean algorithm terminates in a single step, i.e. when $\, f\ {\rm mod}\ g = c\,$ is constant, i.e. $\ f = qg + c,\,\ \deg c = 0.$

Bill Dubuque
  • 272,048