This is a statement in "Using Algebraic Geometry" by Cox et. al., Exercise 27 of Section 5.1:
Let $R=k[x_1,\dots,x_n]$. There exists unimodular rows $A$ with the property that no $\vec{f}\in R^l$ such that $A\vec{f}=1$ has an entry which is a nonzero element of $k$. In the case $R=k[x,y]$, the matrix $A=(1+xy+x^4, y^2+x-1, xy-1)$ is an example.
Background:
The goal of this Exercise is to investigate the syzygy of $A=(g_1,\dots,g_l)$, when $\langle g_1,\dots,g_l\rangle=1$. The previous parts have been devoted to showing that if $f_1g_1+\cdots+f_lg_l=1$ such that $f_i$ is a nonzero constant in $k$ for some $i$, then the syzygy form a free module. I have shown this.
My question:
I cannot see how the above matrix $A=(1+xy+x^4, y^2+x-1, xy-1)$ is an example in which when $\sum f_ig_i=1$, no $f_i$ can be a nonzero constant. I tried the following: $$f_1=a_0+a_1x+a_2y+a_3x^2+a_4xy+a_5y^2+\cdots\\ f_2=b_0+b_1x+b_2y+\cdots\\ f_3=c_0+c_1x+c_2y+\cdots\\ f_1g_1+f_2g_2+f_3g_3=0\implies\\ (a_0+a_1x+a_2y+\cdots)(1+xy+x^4)+(b_0+b_1x+b_2y+\cdots)(y^2+x-1)+(c_0+c_1x+c_2y+\cdots)(xy-1)=1 $$ Setting $f_1,f_2,$ or $f_3$ to be a constant, this then leads to a system of infinitely many equations. But how can I prove that this cannot stop in finite steps? Or is there a better way?
Thank you for your help!