I've been doing the exercises from Section 9.1 of Dummit and Foote and got stuck on the following problem:
Show that the radical of the ideal $I=(x, y^2)$ in $\mathbb{Q}[x, y]$ is $(x, y)$. Deduce that $I$ is a primary ideal that is not a power of a prime ideal.
I've done the first part of this exercise, including proving that $I$ is a primary ideal, but I'm not sure why I can deduce from that that $I$ is not a power of a prime ideal. I'm aware that this same exercise has been posted here before, but the OP was stuck on the first part of the problem, which I think I was able to solve.
My work so far can be seen below (which I would appreciate if someone could verify):
Any element in $(x, y)$ is of the form $f(x, y)=xg(x, y)+yh(x, y)$, so that $$f^2(x, y)=x^2g^2(x, y)+y^2h^2(x, y)+2xyg(x, y)h(x, y)=x[xg^2(x, y)+2yg(x, y)h(x, y)]+y^2[h^2(x, y)]$$ and, in particular, $f \in \sqrt{(x, y^2)}$. Conversely, if $f \in \sqrt{(x, y^2)}$, then $f^n \in (x, y^2)$ for some $n$. If $f$ had a constant term $c \neq 0$, then $f^n$ would have $c^n \neq 0$ as its constant term, a contradiction. Hence, $f$ has no constant term, so $f \in (x, y)$. Thus, $\sqrt{(x, y^2)}=(x, y)$. To show that $I$ is primary, let $fg \in (x, y^2)$ with $f \not\in (x, y^2)$. The polynomial $g(x, y)$ then can't have constant term different than zero, because that would mean $fg$ has either a constant term different than zero (in the case $f$ also has such a term) or a term of the form $ay$ for $a \in \mathbb{Q}$. Hence, $g \in (x, y)$, so $g^2 \in (x, y^2)$.
With that, I'm not sure why I can conclude that $I$ isn't a power of a prime ideal. I know that the fact that $I$ is primary implies $\sqrt{(x, y^2)}=(x, y)$ is prime, but not sure how to proceed from here. I would particularly appreciate if someone could give me a hint or provide an answer that doesn't use results that come after Section 9.1 of D&F.