How to solve 2 equations with 4 unknowns?
\[3t - 4u + v = 2\] \[t + u - 2v + 3w = 1\]
What do you need to do? I don't think solving each variable is possible.
yes I agree
It has an infinite set of solutions. And there's an answer key on the book.
\[( c_1 - (12/7) c_2 + (6/7), c_1 - (9/7)c_2 + (1/7), c_1, c_2) \]
What is full question?
solve each system of equations by the Gaussian elimination method.
It's in the topic of matrices so I tried solving it using an augmented matrix. But it was too hard.
which part is hard ?
The part where I try to make sense of it all
say you're given only 1 equation wih 4 unknowns to solve would it make sense to you ?
2 equations actually
Ah, I give up. It'll be better to use my time to study other things xD
\[\left[\begin{matrix} 3&-4&1&0&|&2\\ 1&1&-2&3&|&1 \end{matrix}\right] \]
is that your augmented matrix ?
yes
lets row reduce and find `particular` and `null` solutions heard of them before ?
I've only been given the basics so, nope.
\[\left[\begin{matrix} 3&-4&1&0&|&2\\ 1&1&-2&3&|&1 \end{matrix}\right] \] R2-(1/3)R1 : \[\left[\begin{matrix} 3&-4&1&0&|&2\\ 0&7/3&-7/3&3&|&1/3 \end{matrix}\right] \]
its easy, notice that you have two pivots. so there will be two free variables in the general solution
Ahh, if that's what you're talking about then, I know.
yes you just need to know finding null and particular solutions, thats all
lets find the null solution first
you want to solve below for null solution : \[ \left[\begin{matrix} 3&-4&1&0\\ 0&7/3&-7/3&3 \end{matrix}\right] \begin{pmatrix} t\\ u\\ v\\ w \end{pmatrix} = \left[\begin{matrix} 0\\ 0 \end{matrix}\right] \]
know how to find the null solution ?
I'm searching to see if I do.
let me tell you the strategy quick : 1) set v=0, w=1 and find one solution 2) set v=1, w=0 and find another solution the combination of above solutions is the complete null solution
v = 0, w = 1 : \[ \left[\begin{matrix} 3&-4&1&0\\ 0&7/3&-7/3&3 \end{matrix}\right] \begin{pmatrix} t\\ u\\ 0\\ 1 \end{pmatrix} = \left[\begin{matrix} 0\\ 0 \end{matrix}\right] \]
can you solve t and u ?
Ok, gimme some time if it's ok
Okay ill show you how to solve one solution, maybe you can try the other solution
v = 0, w = 1 : \[ \left[\begin{matrix} 3&-4&1&0\\ 0&7/3&-7/3&3 \end{matrix}\right] \begin{pmatrix} t\\ u\\ 0\\ 1 \end{pmatrix} = \left[\begin{matrix} 0\\ 0 \end{matrix}\right] \] 3t - 4u = 0 7/3u +3 = 0 solving you get : u = -9/7 t = -12/7
so one null solution vector is : \[\begin{pmatrix} -12/7\\ -9/7\\ 0\\ 1\\ \end{pmatrix}\]
see if you can find the other null solution by letting v=1 and w=0, you need to solve below equation : \[\left[\begin{matrix} 3&-4&1&0\\ 0&7/3&-7/3&3 \end{matrix}\right] \begin{pmatrix} t\\ u\\ 1\\ 0 \end{pmatrix} = \left[\begin{matrix} 0\\ 0 \end{matrix}\right]\]
3t -4u +1 = 0 7/3 u - 7/3 = 0 u = 1 t = 1
yes so the second null solution vector is \[\begin{pmatrix} 1\\ 1\\ 1\\ 0\\ \end{pmatrix}\]
Can we say the complete `nullspace` is : \[ c_1\begin{pmatrix} 1\\ 1\\ 1\\ 0\\ \end{pmatrix} + c_2 \begin{pmatrix} -12/7\\ -9/7\\ 0\\ 1\\ \end{pmatrix} \] ?
\[\left(\begin{matrix}-12/7 \\ -9/7\\ 1\\ 1 \end{matrix}\right)\]?
no don't combine, null solution is a linear combination of the two solution vectors we have found earlier
you need to find a particular solution and add it to null solution for the final general solution
lets find the particular solution quick
for particular solution, you swt all the free variables to 0 and solve the original given equation
solve below for particular solution : \[ \left[\begin{matrix} 3&-4&1&0\\ 0&7/3&-7/3&3 \end{matrix}\right] \begin{pmatrix} t\\ u\\ 0\\ 0 \end{pmatrix} = \left[\begin{matrix} 2\\ 1/3 \end{matrix}\right] \]
3t -4u = 2 7/3 u = 1/3 u - 1/7 t = 6/7 I really have no idea.
thats right! so a particular solution is \[ \begin{pmatrix} 6/7\\ 1/7\\ 0\\ 0\\ \end{pmatrix} \]
we're done! we have `particular` and `null` solutions, so we can write the final `general` solution
`general` = `particular` + `null`
general solution : \[ \begin{pmatrix} 6/7\\ 1/7\\ 0\\ 0\\ \end{pmatrix} + c_1\begin{pmatrix} 1\\ 1\\ 1\\ 0\\ \end{pmatrix} + c_2 \begin{pmatrix} -12/7\\ -9/7\\ 0\\ 1\\ \end{pmatrix} \]
see if that makes more or less sense..
It made more sense than what I could have made. at least.
Thanks a lot for the help.
basically it all boils down to just finding `particular` and `null` solutions
you're welcome! watch this video when u have time http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/lecture-8-solving-ax-b-row-reduced-form-r/
Thanks, I have a test on it tomorrow anyway.
good luck!
Join our real-time social learning platform and learn together with your friends!