I am confused about two things, one of my problem sets for a course on Abelian varieties, I was given a morphism $\mathbb A^1_k\rightarrow \mathbb A^2_k$ "in coordinates" as: $$f(t)=(t^2-1,t^3-t)$$ Now, since I have never taken a course in classical algebraic geometry, the only way I know how to think about varieties is as schemes (which in this course has been fine since we almost entirely use the language of schemes in lectures). I take this to mean that we are giving a morphism on the set of maximal ideals in $\mathbb A^1_k$ of the form $\langle z-t\rangle$. Here $k$ is a field, with characteristic not equal to $2$, but it's not necessarily algebraically closed, so these are not all the maximal ideals. So my first question, is when someone says that we give a morphism in coordinates, is this actually what it means? Does somehow defining a morphism on maximal ideals of this form uniquely determine a morphism of schemes?
Since I want to think about things as schemes, and these are affine schemes, I wanted to find the ring morphism that induces the morphism of affine schemes which would agree with $f$ on maximal ideals of the form $\langle z-t\rangle$. I deduce that the following ring homomorphism works: \begin{align} \phi:k[x,y]&\longrightarrow k[z]\\ x&\longmapsto z^2-1\\ y&\longmapsto z^3-z \end{align} Now I want to find the image of this morphism. In the solutions, the professor just states that it is the vanishing locus $Y=\mathbb V(y^2-x^2(x+1))$. I can see that $f^{-1}(Y)$ is equal to $\mathbb A^1_k$, as: \begin{align} f^{-1}(Y)=&\{\mathfrak{p}\in \mathbb A^1_k: y^2-x^2(x+1)\in \phi^{-1}(\mathfrak{p})\}\\ =&\{\mathfrak{p}\in \mathbb A^1_k:0\in \mathfrak p\}\\ =&\mathbb A^1_k \end{align} but I don't see why we should have that $Y$ is actually the image. So my second question is how do I actually see that this is the image?
My professor also didn't specify set theoretic vs. scheme theoretic either, so I just assumed it was the set theoretic image. Why does it suffice to calculate the kernel of the map $k[x,y]\rightarrow k[z]$?
– Chris Feb 18 '24 at 22:40