Matrices - Infinite/No solutions

  • Thread starter planauts
  • Start date
  • Tags
    Matrices
In other words, if 2a+ 4= 0, the two equations are identical and so there are infinitely many solutions as long as 4+ b= 0. As long as 2a+ 4 is not 0, there is a unique solution. If 4+ b is also not 0, then the lines defined by the equations are parallel and so there are no solutions. If 2a+ 4 is not 0 but 4+ b is 0 the lines are identical and there are infinitely many solutions. So there is a unique solution when 2a+ 4 is not 0. There is no solution when 2a+ 4
  • #1
planauts
86
0

Homework Statement


Find the values of a and b such that the equations:
3x + ay = 2 and -6x + 4y = b
have i) an infinite set of solutions ii) no solutions

The Attempt at a Solution



[itex]\begin{pmatrix}
3 & a \\
-6 & 4
\end{pmatrix} * \begin{pmatrix}
x\\
y
\end{pmatrix}
= \begin{pmatrix}
2\\
b
\end{pmatrix}[/itex]

[itex]
\begin{pmatrix}
x\\
y
\end{pmatrix}
=
\begin{pmatrix}
3 & a \\
-6 & 4
\end{pmatrix}^{-1} *
\begin{pmatrix}
2\\
b
\end{pmatrix}
[/itex][itex]
\begin{pmatrix}
x\\
y
\end{pmatrix}
=
\tfrac{1}{12+6a} *

\begin{pmatrix}
4 & -a \\
6 & 3
\end{pmatrix} *
\begin{pmatrix}
2\\
b
\end{pmatrix}

[/itex]

I think that when the matrix is singular, then it does not have ONE solution (infinite OR no solution). So when a = -2 then it has infinite OR no solution. But what about b, how do I figure out the value for b?

Thanks
 
Physics news on Phys.org
  • #2
planauts said:

Homework Statement


Find the values of a and b such that the equations:
3x + ay = 2 and -6x + 4y = b
have i) an infinite set of solutions ii) no solutions

The Attempt at a Solution



[itex]\begin{pmatrix}
3 & a \\
-6 & 4
\end{pmatrix} * \begin{pmatrix}
x\\
y
\end{pmatrix}
= \begin{pmatrix}
2\\
b
\end{pmatrix}[/itex]

[itex]
\begin{pmatrix}
x\\
y
\end{pmatrix}
=
\begin{pmatrix}
3 & a \\
-6 & 4
\end{pmatrix}^{-1} *
\begin{pmatrix}
2\\
b
\end{pmatrix}
[/itex]


[itex]
\begin{pmatrix}
x\\
y
\end{pmatrix}
=
\tfrac{1}{12+6a} *

\begin{pmatrix}
4 & -a \\
6 & 3
\end{pmatrix} *
\begin{pmatrix}
2\\
b
\end{pmatrix}

[/itex]

I think that when the matrix is singular, then it does not have ONE solution (infinite OR no solution). So when a = -2 then it has infinite OR no solution. But what about b, how do I figure out the value for b?

Thanks

Certainly, if a = -2, the matrix is singular (noninvertible), so solving for a vector <x, y> as you have done is invalid.

If a = -2, the two equations are:
3x - 2y = 2
-6x + 4y = b

In order for there to be an infinite number of solutions, the system above must actually represent a single line in the plane. For such a system, any point on one line is already on the other line, which is really the same line. Since there are an infinite number of points on the line, there are an infinite number of solutions to the system. What value of b gives us two equivalent equations, and hence one line?

If b is some other value, then there really are two distinct, parallel lines. No point on either line can also be on the other line, so the system is inconsistent, which means that the system has no solutions. What are the possible values of b so that the system above represents two parallel lines?
 
  • #3
Wow that makes sense. That's so easy. I could have simply guessed the a value by inspection :(

Thanks!
 
  • #4
It's helpful to not get too lost in matrix notation and all, and keep the geometry in mind, at least for simple systems of two or three equations. In a system of two equations in two unknowns, the system represents two lines. The lines can intersect at a single point, at every point, or not at all.

For a system of three equations in three unknowns, each equation represents a plane in space. The three planes can intersect at a single point, or in a line, in an entire plane, or not at all.
 
  • #5
Personally, I would not have used matrices at all. To solve the equations 3x + ay = 2 and -6x + 4y = b, eliminate x by adding twice the first equation to the second: (6x+ 2ay)+ (-6x+ 4y)= (2a+ 4)y= 4+ b.

That equation has a unique solution as long as 2a+ 4 is not 0. If it is 0, then the left side of the equation is 0 for all y. There is no solution as long as 4+ b is not 0 but any y will be a solution if 4+ b= 0.
 

FAQ: Matrices - Infinite/No solutions

What is an infinite solution in matrices?

An infinite solution in matrices refers to a situation where there are an infinite number of possible solutions to a system of equations. This occurs when the equations are dependent, meaning that one or more equations can be obtained by multiplying or adding the other equations.

How do I know if a matrix has no solution?

If a matrix has no solution, it means that there is no set of values that can satisfy all of the equations in the system. This can be determined by solving the matrix using elimination or substitution and arriving at a contradictory statement, such as 0=1.

Can a matrix have both infinite and no solutions?

No, a matrix cannot have both infinite and no solutions. These are two distinct cases that occur depending on the relationship between the equations in the system. A matrix can only have one of these solutions.

What does it mean when a matrix has an inconsistent solution?

An inconsistent solution in a matrix refers to a situation where the system of equations has no solution. This occurs when the equations are contradictory and cannot be satisfied by any set of values.

How can I use matrices to find infinite solutions?

To find infinite solutions using matrices, you can first solve the system of equations using elimination or substitution. Then, look for any equations that are dependent on each other, meaning that one can be obtained by multiplying or adding the other equations. These equations will have an infinite number of solutions.

Similar threads

Replies
2
Views
690
Replies
6
Views
783
Replies
3
Views
1K
Replies
6
Views
1K
Replies
12
Views
2K
Replies
2
Views
997
Replies
3
Views
1K
Back
Top