I am working on the following problem:
Let $Y \subset A^3$ be the set $Y={(t,t^2,t^3)|t\in k}$
($A^3$ is the affine 3-space over $k$ an algebraically closed field.)
Show that $Y$ is an affine variety of dimension 1. Find generators for the ideal $I(Y)$. Show that $A(Y)$ is isomorphic to a polynomial ring in one variable over $k$.
I have found an answer which goes like this:
Clearly, $A(Y)=k[x,y,z]/(z-x^3, y-x^2)$. Note that $A(Y) = k[x,x^2,x^3]= k[x]$ so Y is irreducible, and $Y$ is an affine variety. and dim $Y$ = dim $A(Y)$ = dim $k[x]$ = 1 and $I(Y) = (z-x^3,y-x^2)$
I am finding it difficult to understand this answer, it doesn't even look like it has addressed each part of the answer. In particular, how does one show $A(Y)=k[x,y,z]/(z-x^3, y-x^2)$?
I would also greatly appreciate a better way to approach this.