I wanted to show that $k[X,Y]/(X^2-Y) \cong k[T]$.
However, i do explicitely not want to define an inverse map but use the first isomorphism theorem (factoring through the kernel).
Now, clearly \begin{align}\Phi\colon k[X,Y]&\to k[T] \\ X&\mapsto T \\ Y &\mapsto T^2\end{align}
is surjective and $(X^2-Y)\subseteq \ker \Phi$. I have trouble showing that $\ker \Phi \subseteq (X^2-Y)$.
My attempt:
Let $F(X,Y)\in \ker \Phi$. By polynomial division with remainder, we know there exist unique polynomials $Q(X,Y)$ and $R(X,Y)$ s.t. $$F(X,Y) = (X^2-Y)Q(X,Y)+ R(X,Y),\quad \operatorname{deg}_X R(X,Y) < 2$$
Thus $R$ is a polynomial of the form $$R(X,Y) = A(X,Y)+B(X,Y)X$$ with $A,B\in k[X,Y]$.
Since $\operatorname{deg}_X R(X,Y) < 2$, both $A$ and $B$ do not depend on $X$, i.e.
$$R(X,Y) = A(0,Y) + B(0,Y)X$$
By assumption, $F\in \ker\Phi$, hence $F(T,T^2) = 0$, therefore $R(T,T^2) = 0$, which yields
$$0 = A(0,T^2) + B(0,T^2)T$$
What's left showing is that $$0 = A(0,T^2) + B(0,T^2)T$$ implies that $A = 0$ and $B = 0$, but I'm not sure, how to proceed.
My naive guess:
If $B\not=0$, we would possibly obtain some polynomial in $T$ of degree $\ge 3$ but since $R$ was supposed to be of degree $\operatorname \deg_X R < 2$, we must conclude that $B(0,T^2) = 0$.
Which leaves us with $$0 = A(0,T^2)$$ and then we're done.
My question:
Is this correct? If not, please help me showing my errors. I really want to understand this thoroughly.
Thank you for your help!