I've been going through Ideals, Varieties, and Algorithms book by D. Cox et al., and have been stuck on exercise 4.12. I've solved it in a half, but have stuck on the next question: how to find an ideal $I(V)$ of an variety $V$? Mainly, in the exercise there is an affine variety $$ V = \mathbf{V}(y^2-xz, z-x^2), $$ which I'm particularly interested in.
I've already seen the pages on M.SE with similar question, e.g. this one, but I don't really understand why we just assume that the field is algebraically closed and then use Nullstellensatz. In the exercise there's nothing on this, and it seems it's assumed to be solved without Nullstellensatz. So how can one find an ideal of variety?
Earlier in the book, D. Cox solves a similar exercise (p. 33). There, D. Cox wants to show that $$ I(V) = I(\mathbf{V}(y-x^2, z-x^3)) = \left<y-x^2, z-x^3\right>. $$ In order to do this, he factors $f \in I(V)$ by the generators, so $$ f = h_1(y-x^2) + h_2(z-x^3) + r, $$ such that $r$ is actually from $k[x]$. Then, since $f \in I(V)$, on $V$ we have following (using the parametrization of $V$, for which $x=t, y=t^2, z=t^3$): $$ 0 = 0 + 0 + r(t), $$ and then $r=0$, and we are done (here $k$ is assumed to be infinite).
In the exercise it's said that the polynomial division algorithm will help in tackling this task, meaning that one can perform the same manipulations as above. But I can't still see how this can be done. The only intuition I had were the following:
Since the generators are $y^2-xz, z-x^2$, it seems that in ideal $\left<y^2-xz, z-x^2\right>$ any power of $x$ and $z$ can be obtained, whileas not every power of $y$ can be obtained (e.g. I can't get odd power). So the reminder in my case will be in $k[y]$, and then the same steps as in the book applies.
But I don't feel like it's the right direction. Moreover, I know that it's not right: consider $f = x^2 + yx + 5z$, then the reminder is going to be $xy + 6z$, which breaks everything stated above. (given $f \notin I(V)).$
So, can anyone help me to figure things out? Thanks!