Let $k$ be an algebraically closed field and consider $A=k[x,y,z]$. I am supposed to calculate $\text{rad}(x,y)= \{ f \in k[x,y,z] : f^n \in (x,y)$ $\text{for some n} \}$, $\text{rad}(x,z)$ and $\text{rad}(y,z,x^2)$. I feel I have done something wrong, I want to check if my arguments are ok.
For $\text{rad}(x,y)$, suppose that $f \notin (x,y)$ then I can write $f=g_1(x,y)+ g_2(z)$, that is, its not only a function of $x$ and $y$ but also contains a constant term or a term which is a function of $z$, however then we will never have $f^n \in (x,y)$ because $f^n$ always contains $g_{2}^n(z)$. So that $\text{rad}(x,y) = (x,y)$
With the same argument I have calculated $\text{rad}(x,z)=(x,z)$ and $\text{rad}(z,y,x^2)=(x,y,z)$. Is this correct?