1
$\begingroup$

Consider the following system of linear equations: \begin{eqnarray} { {x_1 + 2x_2 - x_3 = 1 }\\ {x_2 + \alpha x_3 = 0} \\ {2x_1 + 2x_2 + x_3 = \beta}} \end{eqnarray}

I have the row reduced matrix below but I end up with a pivot position in every row so I'm not sure how to fine values of $\alpha$ and $\beta$ that give infinite solutions.

\begin{bmatrix} 1 & 0 & -1-2 \alpha & 1 \\ 0 & 1 & \alpha & 0 \\ 0 & 0 & 1 & \frac{\beta - 1}{2} \end{bmatrix}

Please let me know what I'm doing/I've done wrong.

$\endgroup$

2 Answers 2

1
$\begingroup$

By elimination, the $2^{nd}$ equation gives $x_2=-\alpha x_3\,$, and substituting back into the $1^{st}$ equation gives $x_1=1-2(-\alpha x_3)+x_3=1+(2 \alpha+1)x_3\,$. Then the $3^{rd}$ equation reduces to:

$$ 2\big(1+(2 \alpha+1)x_3\big) + 2(-\alpha x_3) + x_3 = \beta \quad\iff\quad (2 \alpha +3)x_3 = \beta-2 $$

The latter will have a unique solution in $x_3$ unless $2 \alpha+3=0\,$, and will have infinitely many solutions iff $2 \alpha+3=\beta-2=0\,$.

$\endgroup$
0
$\begingroup$

Third equation $-$ first gives $$x_1=\beta-1$$

first equation $-2$ second gives $$(1-2\alpha)x_3=2-\beta $$

thus we need $$\alpha=\frac {1}{2}\;,\;\beta=2$$

$\endgroup$
1
  • $\begingroup$ Sorry I'd written the first equation wrong, edited now. $\endgroup$ Commented Jun 27, 2017 at 10:44

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.