Given are the vectors $$(1, 2 + i, 0), (1-i, 2, 2), (a, 2i + 5, 1) \in \mathbb{C}$$
I`m suppossed to figure out for which values of $a\in \mathbb{C}$ are these vectors linearly independent.
I tried figuring out the solution by solving the linear system of equations, but quickly figured out that this isn't getting me anywhere.
By trying out some values I figured out that for $\lambda_1 = -2, \lambda_2 = -\frac{1}{2}, \lambda_3 = 1$ the vectores are linearly dependent for $\alpha = \frac{1}{2}(5-i)$. This isn't a good approach to this problem though, and I'm kind of stuck here and don't know how to analytically find values for $a$. Can anybody help me out?
Thanks!
Hint
Let us write the vectors as
$$U_1=(1,2,0)+i(0,1,0)$$
$$U_2=(1,2,2)+i(-1,0,0)$$
$$U_3=(a_1,5,1)+i(a_2,2,0)$$
from here we see that it should be
$$U_3-2U_1=\lambda U_2$$
$$\implies \lambda =\frac{1}{2}$$
$$\implies a_1-2=\frac{1}{2}, a_2=-\frac{1}{2}$$
$$\implies a=\frac{1}{2}(5-i)$$