Decide h so that the linear system has infinite solutions

Click For Summary
SUMMARY

The linear system defined by the matrix \( A = \begin{pmatrix} 5 & 6 & 7 \\ -7 & -4 & 1 \\ -4 & 4 & 16 \end{pmatrix} \) and vector \( b = \begin{pmatrix} 6 \\ 30 \\ h \end{pmatrix} \) has infinite solutions when \( h = 72 \). This is determined by transforming the system into an augmented matrix and performing row reduction. If \( h \) is set to any value other than 72, the system results in a contradiction, indicating no solutions exist.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically linear systems.
  • Familiarity with matrix operations, including row reduction.
  • Knowledge of augmented matrices and their interpretation.
  • Ability to identify conditions for infinite solutions in linear systems.
NEXT STEPS
  • Study the properties of augmented matrices in linear algebra.
  • Learn about the conditions for infinite solutions in systems of equations.
  • Explore row reduction techniques and their applications in solving linear systems.
  • Investigate the implications of parameterized solutions in linear algebra.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators seeking to explain the conditions for infinite solutions in linear systems.

mpdancow
Messages
1
Reaction score
0
Hi! I'm need some help with this question:

Decide $h$ so that the linear system $Ax=b$ has infinite solutions.

$$A=\pmatrix{
5 & 6 & 7 \cr
-7 & -4 & 1 \cr
-4 & 4 & 16 \cr}$$

$$b=\pmatrix{
6 \cr
30 \cr
h \cr}$$

I solved a similar question before but with A being a 2x2 matrix (and B a 2x1) and the equations multiples of each other, so it was easier. I don't even know how to start with this one. Any help I can get is appreciated!
 
Physics news on Phys.org
You've to put it in the augmented matrix form then row reduce it (not to echelon form necessarily).

$\begin{aligned} \begin{pmatrix}\begin{array}{rrr|r}
5&6&7&6 \\
-7 & -4 & 1 & 30 \\
-4 & 4 &16 &h
\end{array}\end{pmatrix} & \xrightarrow{R_1 \to R_1+R_2}\begin{pmatrix}\begin{array}{rrr|r}
-2&2&8&36 \\
-7 & -4 & 1 & 30 \\
-4 & 4 &16 &h
\end{array}\end{pmatrix} \xrightarrow{R_3 \to R_3-2R_1}\begin{pmatrix}\begin{array}{rrr|r}
-2&2&8&36 \\
-7 & -4 & 1 & 30 \\
0 & 0 &0 &h -72
\end{array}\end{pmatrix}\end{aligned}$

If $h = 72$ we have the last row of all zeroes, therefore the system has infinite number of solutions.

On the other hand for $h \ne 72$ we can divide the last row by $h-72$ to get $0=1$ (so no solutions).
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K