I'm struggling with finding a solution to this problem.
For what values of b is the solution set of this linear system:
$x_{1} + x_{2} + bx_{3} = 0$
$x_{1} + bx_{2} + x_{3} = 0$
$bx_{1} + x_{2} + x_{3} = 0$
equal to the origin only, a line through the origin, a plane through the origin, or all of $R^3$
I understand that for the solution set of a linear system Ax=0 to be a single point through the origin only, Ax=0 has only the trivial solution.
Also that a line through the origin means Ax=0 has one free variable.
And a plane through the origin means Ax=0 has 2 free variables.
I can't figure out how to accurately describe b to reflect each of these, I think I'm confusing myself. Would someone mind walking through this step by step with me? Thanks.
HINT:
Start by writing your set of linear equations:
$x_{1} + x_{2} + bx_{3} = 0$
$x_{1} + bx_{2} + x_{3} = 0$
$bx_{1} + x_{2} + x_{3} = 0$
in matrix determinant form: $$\begin{vmatrix} 1 & 1 & b \\ 1 & b & 1 \\ b & 1 & 1 \\ \end{vmatrix} $$