I am trying to find the kernels of the following ring homomorphisms: $$ f:\Bbb C[x,y]\rightarrow\Bbb C[t];\ f(a)=a\ (a\in\Bbb C),f(x)=t^2,f(y)=t^5. $$ $$ g:\Bbb C[x,y,z]\rightarrow\Bbb C[t,s];\ g(a) = a\ (a\in\Bbb C), g(x)=t^2,g(y)=ts,g(z)=s^2. $$ $$ h:\Bbb C[x,y,z]\rightarrow\Bbb C[t];\ h(a)=a\ (a\in\Bbb C), h(x)=t^2, h(y)=t^3, h(z)=t^4. $$
I want to write them as ideals generated by as few elements as possible.
I am not used to this sort of question and I do not know what to do. For example, in case of $f$, if we let $a_{ij}$ be the coefficient of $x^iy^j$ in $p\in \Bbb C[x,y]$, then the coefficient of $t^k$ in $f(p)$ is $$ \sum_{i,j\ge 0;\ 2i+5j=k} a_{ij}. $$ Thus $p$ is in the kernel iff this is 0 for all $k>0$ and $a_{00}=0$. However, I do not know how to write this condition in terms of (fewest possible) generators of ideals.
I would appreciate your help.