Solving for infinitely many solutions in a linear system with matrices

  • Thread starter Bardagath
  • Start date
  • Tags
    Matrices
In summary, the system 6x-3y=9 and ax+y=-3, where a is a real number, has infinitely many solutions when a = -2. To determine this, both equations can be put into an augmented matrix form and solved using the method of setting the two equations equal to each other. Alternatively, the system can also be solved by setting the coefficient of y in the augmented matrix to 0 and solving for a. Both methods lead to the same solution of a = -2.
  • #1
Bardagath
10
0
Consider the system

6x-3y=9
ax+y=-3

where a is a real number.

For which value of a has this system infinitely many solutions?

My intuition tells me this should be a straightforward problem but I am not sure how to get started with it. My effort so far has been to put the system in a matrix form to solve for a but I don't see how this enables us to find a value of a which gives infinitely many solutions.

Could someone tell me what it means for this system to have infinitely many solutions? Is the number 0 involved in here somewhere? Do we need to put x+y into an indentity form, so that any real number will work?

- Bardagath
 
Mathematics news on Phys.org
  • #2
In order for this system to have infinitely many solutions, the two equations would have to produce the exact same curve (well technically, it doesn't have to, but it's the easiest way to solve the problem). So try to make both equations able to equal each other.
Multiply the second equation by -3 on both sides, getting -3ax -3y = 9.
Set them equal, 6x - 3y = -3ax - 3y.
-3ax = 6x
a = -2

You can tell that the problem wanted this method because everything conveniently cancels out. I'm guessing this is an SAT question.
 
  • #3
Anonymous217,

Your method is most inspiring and it helped me conquer this problem. What do you think about this method:

put both equations 6x-3y=9 and ax+y=-3 into an augmented matrix form

------> 6 | -3 : 9 (-a) multiply row 1 by -a
A | 1 : 6 (6) and add to 6 times row 2
-------------
0 | (3a+6) : -9a-18

If you solve 3a+6 = -9a-18 you get an answer of -2 but I would like to know if this is wrong, should it not be (3a+6)y = -9a-18? Due to the term being in the Y column of the matrix

EDIT: I tried solving the system (3a+6)y = -9a-18 and the solution set was x=3, y=-3 a=0. Can someone help me on how to attack this problem in matrix form?
 
Last edited:

FAQ: Solving for infinitely many solutions in a linear system with matrices

What is a matrix?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is often used to represent and solve systems of equations and perform transformations in linear algebra.

What are the different types of matrices?

There are several types of matrices, including square matrices, rectangular matrices, symmetric matrices, identity matrices, and diagonal matrices. Each type has its own unique properties and uses in mathematics.

How do you add or subtract matrices?

To add or subtract matrices, the matrices must have the same dimensions. The corresponding elements in each matrix are then added or subtracted to create a new matrix with the same dimensions. For example, to add two matrices A and B, you would add Aij + Bij = Cij for each element in the matrices.

How do you multiply matrices?

To multiply two matrices A and B, the number of columns in matrix A must be equal to the number of rows in matrix B. The resulting matrix, C, will have the same number of rows as A and the same number of columns as B. The formula for matrix multiplication is Cij = Aik * Bkj for each element in the resulting matrix.

What is the inverse of a matrix?

The inverse of a square matrix A is another square matrix, denoted as A-1, that when multiplied by the original matrix results in the identity matrix (A * A-1 = I). The inverse of a matrix can be used to solve systems of equations and perform other mathematical operations.

Back
Top