Find $V(J)=\{(x,y)\in\Bbb{C}^2:x^2-y^7=0, x^4-y^5=0\}$ and $\sqrt{J}$, where $J=\langle x^2-y^7,x^4-y^5\rangle$
My attempt: $(0,0)$ is obviously a solution.
Moreover, I can deduce from the first equation that $x^4=y^{14}$, therefore $y^5=y^{14}$, so $y^9=1$ is a solution. So $y=\{(e^{\frac{2\pi i}{9}})^j\}_{j=1}^9$. I can use the first equation to deduce that $(\pm (e^{\frac{7\pi i}{9}})^j,(e^{\frac{2\pi i}{9}})^j)$ are solutions.
Furthermore, one can see that also $x=\{(e^{\frac{2\pi i}{18}})^j\}_{j=1}^{18}$ are also solutions upon finding appropriate $y'$s (some coincide with solutions I've already found). Basically finding $V(J)$ is not too difficult. But how do I find $\sqrt J$?
Any help would be appreciated.
Let $J=\langle x^2-y^7, x^4-y^5\rangle$. Then, $V(J)=\{(x,y)\in \mathbb{C}^2: x^2-y^7, x^4-y^5\}$. The problem from the perspective of algebraic geometry is that this ideal $J$ is not a radical ideal and nullstellensatz gives us a correspondence between radical ideals and the affine algebraic sets.
If you recall what $\sqrt{J}$ is it is the ideal whose elements have powers which lie in $J$.
Observe that $x^4=y^5$ and $x^4=(x^2)^2=y^{14}$. This tells us that $y^{14}-y^5\in J$. So $y^5(y^9-1)\in J$.
Actually what we have done here is to say we can rewrite $J$ as
$J=\langle x^2-y^7, y^5(y^9-1)\rangle$.
Multiples of this polynomial $y^5(y^9-1)$ are also in $J$ so, $y^5(y^9-1)^5\in J$. Now therefore, we have found that $y(y^9-1)\in \sqrt{J}$ and this is a polynomial not in $J$.
We can do something similar for $x$ to see that $x^{28}-x^{10}=x^{10}(x^{18}-1)\in J$. Thus, $x(x^{18}-1)\in \sqrt{J}$
It therefore turns out that
$\sqrt{J}=\langle x^2-y^7, y(y^9-1), x(x^{18}-1)\rangle$.
How do I know that other polynomials in $J$ aren't magically some power and thus, I might be missing things in the radical $\sqrt{J}$? This is somewhat annoying to show and it's not easy.
P.S. @KReiser: Thanks for spotting the error.