Let $X\subset\mathbb C^4$ be given by the system \begin{align} x_1x_4 - x_2x_3 &=0\\ x_1x_3 - x_2^2 &=0 \end{align} I need to decompose this into a union of irreducible sets. The obvious approach is to try and find the set by obtaining relations on the variables that are easily visualizable. Once that is done it might be clear, what the decomposition is. This worked on the previous system, where I was able to get rid of the mixed term via a linear transformation of coordinates: something like $x_1 = y_1 - y_3$ and $x_3 = y_1+y_3$. This doesn't seem to work here, since I've got both $x_1x_4$ and $x_1x_3$, for example. The change I found that does work is degenerate.
My question is: does one need to obtain clear relations on the variables in order to decompose the set, and if so, how to do it?
Thank you.