Just took another look at this question and might have solved it.
u = (a, b), v = (c, d), u + v = (a + c, b + d)
(a + c)^{2} + (b + d)^{2} = 0
a^{2} + 2ac + c^{2} + b^{2} + 2bd + d^{2} = 0
But, we know from the constraints of the subspace that;
a^{2} + b^{2} = 0; c^{2} + b^{2} = 0...