Decide h so that the linear system has infinite solutions

In summary, to find infinite solutions for the linear system $Ax=b$, where $A$ is a 3x3 matrix and $b$ is a 3x1 matrix, we need to put the system in augmented matrix form and perform row operations until we reach a row of all zeroes except for the last entry. This will only happen if the last entry in the last row is equal to 72. For any other value of $h$, there will be no solutions.
  • #1
mpdancow
1
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
  • #2
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).
 

Related to Decide h so that the linear system has infinite solutions

1. How do I determine what value of h will result in infinite solutions for a linear system?

To determine the value of h that will result in infinite solutions for a linear system, you can use the method of Gaussian elimination. This involves manipulating the coefficients of the system's equations to form a row echelon form and then solving for the variable h. If the resulting value of h is equal to 0, then the system will have infinite solutions.

2. Can a linear system have infinite solutions for any value of h?

No, a linear system can only have infinite solutions if the value of h satisfies a specific condition. This condition is that when h is substituted into the system's equations, it reduces to a statement that is always true, such as 0=0. If this condition is not met, the system will have a unique solution or no solution at all.

3. Why does having infinite solutions for a linear system matter?

Having infinite solutions for a linear system means that there are multiple solutions that satisfy the system's equations. This can be useful in certain situations, such as when solving for a system with more variables than equations. It also indicates that the equations are not linearly independent, which can provide insights into the behavior of the system.

4. Is there a way to check if a linear system has infinite solutions without solving it?

Yes, there is a way to check if a linear system has infinite solutions without solving it. You can use the determinant of the system's coefficient matrix to determine if the system has a unique solution, no solution, or infinite solutions. If the determinant is equal to 0, then the system will have infinite solutions.

5. Can a linear system have both infinite solutions and a unique solution?

No, a linear system cannot have both infinite solutions and a unique solution. This is because infinite solutions mean that there are multiple solutions that satisfy the equations, while a unique solution means that there is only one solution that satisfies the equations. These two scenarios are mutually exclusive and cannot occur simultaneously in a linear system.

Similar threads

  • Linear and Abstract Algebra
Replies
15
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
938
  • Linear and Abstract Algebra
Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
965
  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
763
  • Linear and Abstract Algebra
Replies
1
Views
847
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
1K
Back
Top