Finding a and b to satisfy somthing, matrices problem

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Matrices
AI Thread Summary
The discussion revolves around a matrices problem where the user is trying to find values for a and b based on given equations. The user attempted to solve the problem by combining the equations into a single matrix but received incorrect results. There is confusion regarding the formulation of the problem, particularly about the clarity of the equations and the expected outputs for a and b. The response indicates that the user's question lacks sufficient detail for accurate assistance. Clearer explanations and definitions of the variables are necessary for effective problem-solving.
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone (TD) hah, our professor has been out of town in CA all week so he hasn't taught us jack and yet we have everything due on monday. So these may be basic problems but I'm still lost. I tried putting them all together in 1 matrix and solving, and i got
1 0 .2
0 1 1
0 0 0
but it was wrong.
Find a and b such that

-5
10 = a
45

1
-1 + b
-3

0
1
6

a = ?
b = ?

Note the above groups of numbers should be in a 3x1 matrix, i just couldn't draw the symbols! and the = a, and + b should be the whole 3x1 matrix = a, and so on. Thanks!
 
Last edited:
Physics news on Phys.org
You can input math symbols with LaTeX code between [ tex ] and [ /tex ] tags (without the spaces). See the thread in the General Physics: https://www.physicsforums.com/showthread.php?t=8997
It's very easy, although matrices takes some typing -__-
So you have (click on the math to see the code):
a=\left[ \begin{array}{c}-5 \\ 10 \\45\end{array} \right]

The rest of your question is vague. I actually doubt you are given a if that's what the question asks you to find. You'd have to explain it clearer.
 
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