Matrice, solving the system, need to put it in right form

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Form System
AI Thread Summary
The discussion centers on solving a system of equations represented in matrix form. The user initially simplifies the system to a row echelon form but struggles to express the solution in parametric form correctly. A key point is the importance of correctly substituting variables, specifically letting x2 equal a parameter 's' while maintaining the relationship with x1. The correct parametric representation is derived as x1 = (1/2)s - 5/2 and x2 = s. The conversation emphasizes careful handling of variables in parametric equations for accurate solutions.
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone I had this system:
-2x1 + x2 = 5
6x1 - 3x2 = -15
\left( {\begin{array}{*{20}c}<br /> {-2} &amp; 1 &amp; 5 \\<br /> 6 &amp; -3 &amp; {-15}\\<br /> \end{array} } \right)

I then solved it down too:
\left( {\begin{array}{*{20}c}<br /> {-2} &amp; 1 &amp; 5 \\<br /> 0 &amp; 0 &amp; 0\\<br /> \end{array} } \right)

It wants me to put it parametric form:
so i did the following:
-2x1 + x2 = 5
2x1 = -5 + x2
x1 = (-5+x2)/2
let x2 = s;
[-5/2] + [1/2] S
[0 ] [0 ]

but its wrong! any ideas? Thanks
 
Physics news on Phys.org
You have to be careful, when you let x_2 = s, it doesn't just disappear/become zero. You still have then:

\left\{ \begin{gathered}<br /> x_1 = \frac{{ - 5 + x_2 }}<br /> {2} \hfill \\<br /> x_2 = x_2 \hfill \\ <br /> \end{gathered} \right. \Leftrightarrow \left\{ \begin{gathered}<br /> x_1 = \frac{1}<br /> {2}s - \frac{5}<br /> {2} \hfill \\<br /> x_2 = s \hfill \\ <br /> \end{gathered} \right

Can you get the correct vector-notation now?
 
awsome, thanks again TD!
 
No problem :smile:
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top