Conisder the (2X2) system

Integrate

Junior Member
Joined
May 17, 2018
Messages
129
38.png


I understand I am supposed to show work with this but I am really lost on how to start. Can I get a nudge in the right direction on how to start?


Thank you
 
View attachment 39050


I understand I am supposed to show work with this but I am really lost on how to start. Can I get a nudge in the right direction on how to start?


Thank you
When I don't know what to do, I sometimes try playing with the problem using specific numbers. Pick some numbers for the a's and b's, and try doing what they ask. That may give you ideas for what to do in general.

It may also help if you tell us what you have been learning recently, since that may suggest what we should or shouldn't expect of you.
 
This is my first section from a linear algebra text book.


"Introduction to Linear Algebra" by L.W. Johnson, R.D. Rises, J.T. Arnold.
 
Okay; I suppose you haven't been introduced to matrices yet, or to specific things to do with them; I wouldn't expect you to be using those ideas anyway.

Please try what I suggested. If, say, the given equations were 2x + 3y = 4 and 3x + 1y = 2, where (2)(1) - (3)(3) = -7 which is not 0, how would you eliminate the coefficient of x in the second equation? And what would you do differently if the first 2 were replaced with 0?

Then do the same things with unspecified parameters, as given.

The more though you show, the easier it will be to help you.
 
Try solving the initial system the same way you would if there were real numbers instead. 1st try with a11 not 0, then with a11 = 0. What do you get?
 
View attachment 39050


I understand I am supposed to show work with this but I am really lost on how to start. Can I get a nudge in the right direction on how to start?


Thank you
As an expert in differential equations and matrices, I would suggest to move the first system to a Matrix notation. Then you can easily show that system 1\displaystyle 1 \equiv system 2\displaystyle 2 by using Matrix properties.

😎
 
Okay so here is the solution, and I have some questions on it.

LA 1-1-38 solution quizlet.jpg


First off, why do we differentiate between when a11 is zero and non-zero?


And why does the solution go R_2-a11R_1 -> R2

Why does it follow general gaussian elimination order? Shouldn't we be trying to make a11 a entry of 1?
 
I also have this solution which I can't make sense of.

Screenshot 2025-01-23 174551.png


If we multiply row 1 by a21/a11 and add to row 2 we should get


a11a12b1
a21+a21a22+a21b2+a21
 
First, is there a reason you used AI or someone else to solve this, rather than follow our suggestions to try it yourself, and show us your thoughts? This is a very bad way to learn anything. (Especially when the sources you rely on are full of errors.)

Second, have you actually already learned about matrices and row reduction, as your initial response appeared to deny, since I wouldn't expect the very first section to go that far? That makes a big difference.

As for the actual proof, it's full of errors. The first one I saw was the last bit of Step 1, where they have gone back to the original system rather than show the result of what they said they were about to do!

1737678526085.png

But there's more. You have to read every step and correct it. (Or just ignore the whole thing!)

First off, why do we differentiate between when a11 is zero and non-zero?
Because that's what the problem says to do. When you have some valid work, you might want to see what it would look like if a11 were zero. In fact, you should -- that's the only way to learn.

And why does the solution go R_2-a11R_1 -> R2
Clearly that's not really what they did. So figure out what they meant, and do that.

I was going to list errors, but there are too many to describe. This is really horrible!

Why does it [not?] follow general gaussian elimination order? Shouldn't we be trying to make a11 a entry of 1?
There are different ways to do elimination.

If we multiply row 1 by a21/a11 and add to row 2 we should get
So fix their error! What do you need to do instead?

You don't have to believe that everyone except you is right. If you see something wrong, do the right thing instead.

Go back to the start, and try solving the problem yourself. Clearly you are not finding good help, wherever that comes from. But whatever you try doing yourself, you'll at least know what you really did, and we can talk about it.
 
try it yourself
I have been for the entirety of this and you're right I should have posted my work. A lot could have been gleaned from it. I also just seem to not understand forums and am reluctant to use latex, but I am improving.

Here is the question written in latex

Consider the (2×2)(2\times2) system
a11x1+a12x2=b1a21x1+a22x2=b2a_{11}x_{1}+a_{12}x_{2}=b_{1}\\a_{21}x_{1}+a_{22}x_{2}=b_{2}Show that if a11a22a12a210a_{11}a_{22}-a_{12}a_{21}\neq0, then this system
is equivalent to a system of the form
c11x1+c12x2=d1c_{11}x_1+c_{12}x_2=d_1c22x2=d2,c_{22}x_2=d_2,where c110c_{11}\neq0 and c220.c_{22}\neq0. Note that the second
system always has a solution. [Hint: First suppose that a110a_{11}\neq0, and then consider the special case in which a11=0a_{11}=0.]



Here is my work.

1.) I create an augmented matrix of the first system


[a11a12b1a21a22b2]\begin{bmatrix} a_{11} & a_{12} & b_{1}\\ a_{21} & a_{22} & b_{2}\\ \end{bmatrix}
2. ) I have been learning how to do Gauss-Jordan Elimination, so I assume that is what I am to do and do as such.

I assume a11a_{11}is not zero, and I want to get a11a_{11} via Gauss-Jordan method, so I use the following elementary row operations to do such.

R1a11R1\frac{R_{1}}{a_{11}} \longrightarrow R_{1}
Which gives us

[1a12a11b1a11a21a22b2]\begin{bmatrix} 1 & \frac{a_{12}}{a_{11}} & \frac{b_1}{a_{11}}\\ a_{21} & a_{22} & b_2 \end{bmatrix}
2.) Now that we have 1 for the a11a_{11} entry I want to put zero in the rest of its column and I use the elementary row operations to do such.

R2a11R1R2R_{2} - a_{11}*R_{1}\longrightarrow R_{2}
Which gives us

[1a12a11b1a110a22a12a21a11b2b1a21a11]\begin{bmatrix} 1 & \frac{a_{12}}{a_{11}} & \frac{b_1}{a_{11}}\\ 0 & a_{22}-\frac{a_{12}a_{21}}{a_{11}} & b_2 - \frac{b_1a_{21}}{a_{11}} \end{bmatrix}
3.) I recognize some familiar algebra in the a22a_{22} entry a22a12a21a11a_{22}-\frac{a_{12}a_{21}}{a_{11}} and with algebraic manipulation rearrange it to this a11a22a12a21a11\frac{a_{11}a_{22}-a_{12}a_{21}}{a_{11}}
Which the problem tells us to assume that a11a22a12a210a_{11}a_{22}-a_{12}a_{21} \not= 0

4.) Okay, so we finally got to a point in the problem where the prompt seems familiar enough to lets us know we are on the right track. That we have our first system of linear equation modified enough that we can start making an analysis of row equivalence within the constraints of the prompt.

5.) I create an augmented matrix for the second set of linear equations


[c11c12d1c21c22d2]\begin{bmatrix} c_{11} & c_{12} & d_{1} \\ c_{21} & c_{22} & d_{2} \\ \end{bmatrix}
6.) I remember that I am told to assume that c110c_{11}\neq0 and c220.c_{22}\neq0., I and remember that a11a22a12a210a_{11}a_{22}-a_{12}a_{21} \not= 0, and we made our own assumption via hint that a11a_{11} \not=. Meaning that all of these do not equal zero. So with all of that in mind and the fact we were able to use elementary row operations, we have hopefully shown that both systems are row equivalent when making these assumptions.



Edit: I forgot to convert a row back in this where it would return it to the original augmented form. I'm aware I didn't but it doesn't change the rest of the steps.
 
Last edited:
I also make an error in step two where a11a_{11} should be a21a_{21}
 
I have been for the entirety of this and you're right I should have posted my work. A lot could have been gleaned from it. I also just seem to not understand forums and am reluctant to use latex, but I am improving.
You have been ... what? Did you leave out a word? And are you confirming that the section you've read in the book covers matrices? The problem can be solved without them.

You don't need to use LaTeX here unless you want to.

1.) I create an augmented matrix of the first system


[a11a12b1a21a22b2]\begin{bmatrix} a_{11} & a_{12} & b_{1}\\ a_{21} & a_{22} & b_{2}\\ \end{bmatrix}
2. ) I have been learning how to do Gauss-Jordan Elimination, so I assume that is what I am to do and do as such.

I assume a11a_{11}is not zero, and I want to get a11a_{11} via Gauss-Jordan method, so I use the following elementary row operations to do such.

R1a11R1\frac{R_{1}}{a_{11}} \longrightarrow R_{1}
Which gives us

[1a12a11b1a11a21a22b2]\begin{bmatrix} 1 & \frac{a_{12}}{a_{11}} & \frac{b_1}{a_{11}}\\ a_{21} & a_{22} & b_2 \end{bmatrix}
2.) Now that we have 1 for the a11a_{11} entry I want to put zero in the rest of its column and I use the elementary row operations to do such.

R2a21R1R2R_{2} - a_{21}*R_{1}\longrightarrow R_{2}
Which gives us

[1a12a11b1a110a22a12a21a11b2b1a21a11]\begin{bmatrix} 1 & \frac{a_{12}}{a_{11}} & \frac{b_1}{a_{11}}\\ 0 & a_{22}-\frac{a_{12}a_{21}}{a_{11}} & b_2 - \frac{b_1a_{21}}{a_{11}} \end{bmatrix}
I made your correction.
3.) I recognize some familiar algebra in the a22a_{22} entry a22a12a21a11a_{22}-\frac{a_{12}a_{21}}{a_{11}} and with algebraic manipulation rearrange it to this a11a22a12a21a11\frac{a_{11}a_{22}-a_{12}a_{21}}{a_{11}}
Which the problem tells us to assume that a11a22a12a210a_{11}a_{22}-a_{12}a_{21} \not= 0
Do you see why that assumption was required? And, more important, why in this part of the work you have to assume a11 is not zero, and have to do a second part if it is?
4.) Okay, so we finally got to a point in the problem where the prompt seems familiar enough to lets us know we are on the right track. That we have our first system of linear equation modified enough that we can start making an analysis of row equivalence within the constraints of the prompt.

5.) I create an augmented matrix for the second set of linear equations


[c11c12d1c21c22d2]\begin{bmatrix} c_{11} & c_{12} & d_{1} \\ c_{21} & c_{22} & d_{2} \\ \end{bmatrix}
I don't think you need to do this. Just look at the augmented matrix you got to, and write it as a system of equations. Compare to the requires form; do you see that it is in that form? What are c11, etc?
6.) I remember that I am told to assume that c110c_{11}\neq0 and c220.c_{22}\neq0., I and remember that a11a22a12a210a_{11}a_{22}-a_{12}a_{21} \not= 0, and we made our own assumption via hint that a11a_{11} \not=. Meaning that all of these do not equal zero. So with all of that in mind and the fact we were able to use elementary row operations, we have hopefully shown that both systems are row equivalent when making these assumptions.
No, you aren't told to assume that; you are to show that when you write the system in this form, that will be true. The new coefficients don't exist until you name them!
Edit: I forgot to convert a row back in this where it would return it to the original augmented form. I'm aware I didn't but it doesn't change the rest of the steps.
I'm not sure what you are referring to.
 
Top