Given three planes: $$\alpha: 2x+3y-z=6$$$$\beta:ax-3y+2x=5$$$$\gamma:4x-3y+3z=b$$$$a,b\in\mathbb R$$
Discuss the position of planes in terms of parameters $a,b$.
Using Kronecker-Capelli's theorem:
$$ \begin{bmatrix} 2 & 3 & -1 & | & 6 \\ a & -3 & 2 & |& 5 \\ 4 & -3 & 3 &|& b \\ \end{bmatrix}$$
Reducing the matrix to row echelon form:
- Choosing element $a_{00}$ as a pivot, multiplying the first row with $-a/2$ and adding it to the second, and than multiplying the first row with $-2$ and adding it to the third gives:
$$ \begin{bmatrix} 2 & 3 & -1 & | & 6 \\ 0 & \frac{-3(2+a)}{2} & \frac{4+a}{2} & |& 5-3a \\ 0 & -9 & 5 &|& b-12 \\ \end{bmatrix}$$
- Switching the second and the third row (otherwise it would give a restriction $a\neq -2$), choosing element $a_{11}=-9$ as a pivot, multiplying the second row with $(-2-a)/6$ and adding it to the third gives:
$$ \begin{bmatrix} 2 & 3 & -1 & | & 6 \\ 0 & -9 & 5 & |& 5-3a \\ 0 & 0 & \frac{1-a}{3} &|& \frac{-2b+54-ab-6a}{6} \\ \end{bmatrix}$$
If $a=1\Rightarrow rank A=2$. In that case, if $b=16\Rightarrow rank [A|x]=2$.
$$rank A=rank[A|x]=r=2$$
$$n=3$$
Since $r This means that planes intersection is a line. If $a=1$ and $b\neq 16$, then $rank A=2,rank[A|x]=3$. Since $rank A\neq rank [A|x]$, there are no intersections between planes. How to check case $a\neq 1$? $$$$
