How would I solve this system of equations?
$$x_1 - x_2 + x_3 - x_4 = 0 \\ x_1 + 2x_2 + 3x_3 + 4x_4 = 0$$
So far I have made it to:
$$x_2 = \frac{-2 x_3}{3} - \frac{5 x_4}{3} \\ x_1 = \frac{5 x_3}{3} + \frac{2 x_4}{3}$$
But I'm not sure what to do next...
It seems that you have made a mistake earlier, the answer should be
$$x_2 = \frac{-2 x_3}{3} - \frac{5 x_4}{3} \\ x_1 = \color{red}-\frac{5 x_3}{3} \color{red}- \frac{2 x_4}{3}$$
Let $x_3=s$ and $x_4=t$,
then we have
$$x_2 = -\frac{2s}{3}-\frac{5t}{3}$$
$$x_1 = -\frac{5s}{3} - \frac{2t}{3}$$
That is
$$(x_1,x_2, x_3, x_4) = s\left( -\frac53, -\frac23, 1, 0 \right) + t\left( -\frac23, -\frac53, 0, 1 \right)$$