This question has been asked and discussed here: Show the set of points $(t^3, t^4, t^5)$ is closed in $\mathbb A^{3}$ and here: Neat way to find the kernel of a ring homomorphism.
However, I came across a solution online posted here: http://hartshornesolutions.blogspot.com/2015/06/chapter-1-exercise-111-variety-that-is.html, it seems really neat and I followed it, but I could not understand the final several lines.
So, our curve is $$Y:=\{(t^{3},t^{4},t^{5}):t\in k\},\ \text{where}\ k\ \text{is an algebraically closed field.}$$ It is fairly easy to guess and to prove that $$Y=Z(zx-y^{2},yz-x^{3}, yx^{2}-z^{2}).$$ Denote $\mathfrak{a}:=\langle zx-y^{2}, yz-x^{3}, yx^{2}-z^{2}\rangle$, and we want to show that $I(Y)=\mathfrak{a}$. It is clear that $I(Y)\supseteq \mathfrak{a}$, and we need to show the inverse inclusion.
The solution I referred above basically goes the following way:
Let $g\in k[x,y,z]$ be such that $g(t^{3},t^{4},t^{5})=0$. We want to prove that there exists $h_{1},h_{2},h_{3}\in k[x,y,z]$ such that $$g(x,y,z)=(zx-y^{2})h_{1}+(yz-x^{3})h_{2}+(yx^{2}-z^{2})h_{3}.$$
Suppose that $g$ has degree $n$, then we can write $g$ as $$g(x,y,z)=\sum_{i=0}^{n}\sum_{j=0}^{n}\sum_{k=0}^{n}a_{i,j,k}x^{i}y^{j}z^{k},$$ so that $$g(t^{3},t^{4},t^{5})=\sum_{i=0}^{n}\sum_{j=0}^{n}\sum_{k=0}^{n}a_{i,j,k}t^{3i+4j+5k}.$$
Now, note that the set of all possible values of $3i+4j+5k$ is a subset of $\{0,1,\dots, 12n\}$. For each $s\in \{0,\dots, 12n\}$, if $3i+4j+5k=s$ has no solution, then we define $b_{s}:=0$. If $3i+4j+5k=s$ has solutions, then we define $$b_{s}:=\sum_{3i+4j+5k=s}a_{i,j,k}.$$ Using the $b_{s}$, we can then write $g(t^{3},t^{4},t^{5})$ into $$g(t^{3},t^{4},t^{5})=\sum_{s=1}^{12n}b_{s}t^{s}.$$
As $g(t^{3},t^{4},t^{5})=0$, it follows that $b_{s}=0$ for all $s\in\{0,\dots, 12n\}.$ This means that for any $s\in \{0,\dots, 12n\}$ such that $3i+4j+5k=s$ has solutions, the following sum is zero: $$\sum_{3i+4j+5k=s}a_{i,j,k}=0\ \ \ \ \ (*).$$
Now we compute the solution of $3i+4j+5k=s$ for $s\in\{0,1,2,\dots, 10\}$, and the apply $(*)$ to get the information of $a_{i,j,k}$ and hence of $x^{i}y^{j}z^{k}$.
For $s=0$, the only solution is $i=j=k=0$, so $a_{0,0,0}=0$. Hence, $g$ does not have constant term.
For $s=1,2$, we do not have a solution.
For $s=3$, the only solution is $(1,0,0)$, and thus $a_{1,0,0}=0$. Hence, $g$ does not have term proportional to $x$.
For $s=4$, the only solution is $(0,1,0)$, and thus $a_{0,1,0}=0$. Hence, $g$ does not have term proportional to $y$.
For $s=5$, the only solution is $(0,0,1)$, and thus $a_{0,0,1}=0$. Hence, $g$ does not have term proportional to $z$.
For $s=6$, the only solution is $(2,0,0)$, and thus $a_{2,0,0}=0$. Hence, $g$ does not have term proportional to $x^{2}$.
For $s=7$, the only solution is $(1,1,0)$, and thus $a_{1,1,0}=0$. Hence, $g$ does not have term proportional to $xy$.
For $s=8$, we have two solutions, $(1,1,0)$ and $(0,2,0)$, and thus $a_{1,1,0}+a_{0,2,0}=0$, which means that $xy$ and $z^{2}$ have opposite coefficients.
For $s=9$, we have two solutions, $(0,1,1)$ and $(3,0,0)$, and thus $a_{0,1,1}+a_{3,0,0}=0$, which means that $yz$ and $x^{3}$ have opposite coefficients.
Finally, for $s=10$, we have two solutions, $(2,1,0)$ and $(0,0,2)$, and thus $a_{2,1,0}+a_{0,0,2}=0$. This means that $x^{2}y$ and $z^{2}$ have opposite coefficients.
Hence, we rule out the following terms in $g(x,y,z)$: constant term, $x,y,z$, $x^{2}$ and $xy$. And the following pairs must have opposite coefficients (with the same absolute value): $$xy\ \text{and}\ z^{2},\ yz\ \text{and}\ x^{3},\ x^{2}y\ \text{and}\ z^{2}.$$
Then, the solution concluded that $zx-y^{2}, yz-x^{3}, yx^{2}-z^{2}$ lie in $I(Y)$ and thus generate it.
Why does this conclusion follow from above computations? What I just showed is only that $$g(x,y,z)=ay^{2}+b(xy-z^{2})+c(yz-x^{3})+d(x^{2}y-z^{2})+h(x,y,z),$$ where $h(x,y,z)$ does not contain constant, $x,y,z$, $x^{2}$, $xy$ and any summands before it. Right?
This whole process seems like some elimination theory. I am not familiar with elimination ideal and related stuff, but if there exists a theorem that can directly conclude like what the solution suggested, I am happy to accept it.
Thank you!