I was doing a problem in Linear Algebra where I have to find all values of let's say A and B for which the planes are parallel.
\begin{align} 2x - 4Ay + 2Bz &= 2 + 2B \tag1\\ 3Bx - 3y + 3z &= 3 + 3B \tag2 \end{align}
First I divided the (1) equation by 2 and (2) equation by 3, then I extracted the plane vector from both planes and two planes are parallel if their vector planes are the same (linear or co-linear) and I got:
1 / B = 2A / 1 = B / 1 = 1+B / 1+B
From this we can clearly see that B = 1 and A = 1/2, But the professor said that there are more A and B for which these planes are parallel but I don't see how can I find them, can anybody give me a hint how to find the other solutions ?!
Note that
\begin{align} 2x - 4Ay + 2Bz &= 2 + 2B \tag1\\ 3Bx - 3y + 3z &= 3 + 3B \tag2 \end{align}
are parallel if and only if normal vectors
$$\vec n_1=(2,-4A,2B) \quad \vec n_2=(3B,-3,3)$$
are multiple that is $\vec n_2=k\cdot \vec n_1$ for some $k\in \mathbb{R}$
Solving the system we find $k=\frac32$ and then