Find the condition on $a$, $b$, $c$ so that $(a,b,c) \in \mathbb{R^3}$ is in the space generated by $(2,1,0)$, $(1,-1,2)$ and $(0,3,-4)$
If $(a,b,c)$ lies in the space generated by given vectors then it must be equal to the linear span.
$(a,b,c) = \alpha(2,1,0) +\beta(1,-1,2) + \gamma(0,3,-4)$
Upon solving this system for $\alpha$, $\beta$ and $\gamma$ I ended up with following equations
$\alpha - \beta + 2\gamma = b$
$0\alpha + 3\beta - 4\gamma = a-2b$
$0\alpha + 0\beta + 0\gamma = c-a+2b$
Since the given system needs to be consistent we must have $c-a+2b = 0$
However, my book says the correct answer is $2a - 4b - 3c = 0$
Please tell me what is wrong with my solution and what should be the correct way to solve it.
Thank you.
Your book is right. The system is$$\left\{\begin{array}{l}2\alpha+\beta=a\\ \alpha-\beta+3\gamma=b\\ 2\beta-4\gamma=c.\end{array}\right.$$Multiplying the second equation by $-2$ and adding this to the first one, you get$$\left\{\begin{array}{l}3\beta-6\gamma=a-2b\\ \alpha-\beta+3\gamma=b\\ 2\beta-4\gamma=c.\end{array}\right.$$This is equivalent to$$\left\{\begin{array}{l}\beta-2\gamma=\frac13(a-2b)\\ \alpha-\beta+3\gamma=b\\ \beta-2\gamma=\frac12c\end{array}\right.$$So, the system is consistent if and only if $\frac13(a-2b)=\frac12c$, which is equivalent to the answer provided by your book.