How to transform this diagram into a $Ax=b$
Could you please help me to write this model into an $Ax=b$ system

differential-equations systems-of-equations
add a comment |
Could you please help me to write this model into an $Ax=b$ system

differential-equations systems-of-equations
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17
add a comment |
Could you please help me to write this model into an $Ax=b$ system

differential-equations systems-of-equations
Could you please help me to write this model into an $Ax=b$ system

differential-equations systems-of-equations
differential-equations systems-of-equations
edited Dec 7 at 12:37
Harry Peter
5,44111439
5,44111439
asked Nov 29 at 18:04
Ahmed
1,251512
1,251512
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17
add a comment |
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17
add a comment |
1 Answer
1
active
oldest
votes
Let's call the concentrations in the four tanks as $c_1,c_2,c_3,c_4$. If volume $v$ leaves from tank $i$ in one minute, the quantity of sulfur that leaves is $vc_i$. What does steady state means? It means that the concentration and volumes in the tank do not change. If you look at your picture, you see that for each tank, the volume of oil going in is the same as the volume of oil going out. That means that the quantity of sulfur going in is the same as the quantity of sulfur going out. I use the convention that tank 1 is top left, 2 is top center, 3 is top right, and 4 is bottom.
The sulfur going into tank 1 is coming from the top well and from tank four, and it is going out to tank 2 (via two routes), tank 3, and tanker. The total volume coming in is $5m^3/min+3m^3/min$, equal to the volume going out $(3+1+1+3)m^3/min$
The sulfur going in and out is $$5 XYZ+3 c_4 =8 c_1$$
You need to do this for all tanks. For example, in tank 4: $$1c_3+2ZYX=3c_4$$
Move all terms with $c_i$ to the left side, and all constants to the right side of the equal signs. Now you have the system of equations.
Note that the concentration of sulfur going to the tanker is $c_1$, and to the pipeline is $c_3$
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3018966%2fhow-to-transform-this-diagram-into-a-ax-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Let's call the concentrations in the four tanks as $c_1,c_2,c_3,c_4$. If volume $v$ leaves from tank $i$ in one minute, the quantity of sulfur that leaves is $vc_i$. What does steady state means? It means that the concentration and volumes in the tank do not change. If you look at your picture, you see that for each tank, the volume of oil going in is the same as the volume of oil going out. That means that the quantity of sulfur going in is the same as the quantity of sulfur going out. I use the convention that tank 1 is top left, 2 is top center, 3 is top right, and 4 is bottom.
The sulfur going into tank 1 is coming from the top well and from tank four, and it is going out to tank 2 (via two routes), tank 3, and tanker. The total volume coming in is $5m^3/min+3m^3/min$, equal to the volume going out $(3+1+1+3)m^3/min$
The sulfur going in and out is $$5 XYZ+3 c_4 =8 c_1$$
You need to do this for all tanks. For example, in tank 4: $$1c_3+2ZYX=3c_4$$
Move all terms with $c_i$ to the left side, and all constants to the right side of the equal signs. Now you have the system of equations.
Note that the concentration of sulfur going to the tanker is $c_1$, and to the pipeline is $c_3$
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
add a comment |
Let's call the concentrations in the four tanks as $c_1,c_2,c_3,c_4$. If volume $v$ leaves from tank $i$ in one minute, the quantity of sulfur that leaves is $vc_i$. What does steady state means? It means that the concentration and volumes in the tank do not change. If you look at your picture, you see that for each tank, the volume of oil going in is the same as the volume of oil going out. That means that the quantity of sulfur going in is the same as the quantity of sulfur going out. I use the convention that tank 1 is top left, 2 is top center, 3 is top right, and 4 is bottom.
The sulfur going into tank 1 is coming from the top well and from tank four, and it is going out to tank 2 (via two routes), tank 3, and tanker. The total volume coming in is $5m^3/min+3m^3/min$, equal to the volume going out $(3+1+1+3)m^3/min$
The sulfur going in and out is $$5 XYZ+3 c_4 =8 c_1$$
You need to do this for all tanks. For example, in tank 4: $$1c_3+2ZYX=3c_4$$
Move all terms with $c_i$ to the left side, and all constants to the right side of the equal signs. Now you have the system of equations.
Note that the concentration of sulfur going to the tanker is $c_1$, and to the pipeline is $c_3$
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
add a comment |
Let's call the concentrations in the four tanks as $c_1,c_2,c_3,c_4$. If volume $v$ leaves from tank $i$ in one minute, the quantity of sulfur that leaves is $vc_i$. What does steady state means? It means that the concentration and volumes in the tank do not change. If you look at your picture, you see that for each tank, the volume of oil going in is the same as the volume of oil going out. That means that the quantity of sulfur going in is the same as the quantity of sulfur going out. I use the convention that tank 1 is top left, 2 is top center, 3 is top right, and 4 is bottom.
The sulfur going into tank 1 is coming from the top well and from tank four, and it is going out to tank 2 (via two routes), tank 3, and tanker. The total volume coming in is $5m^3/min+3m^3/min$, equal to the volume going out $(3+1+1+3)m^3/min$
The sulfur going in and out is $$5 XYZ+3 c_4 =8 c_1$$
You need to do this for all tanks. For example, in tank 4: $$1c_3+2ZYX=3c_4$$
Move all terms with $c_i$ to the left side, and all constants to the right side of the equal signs. Now you have the system of equations.
Note that the concentration of sulfur going to the tanker is $c_1$, and to the pipeline is $c_3$
Let's call the concentrations in the four tanks as $c_1,c_2,c_3,c_4$. If volume $v$ leaves from tank $i$ in one minute, the quantity of sulfur that leaves is $vc_i$. What does steady state means? It means that the concentration and volumes in the tank do not change. If you look at your picture, you see that for each tank, the volume of oil going in is the same as the volume of oil going out. That means that the quantity of sulfur going in is the same as the quantity of sulfur going out. I use the convention that tank 1 is top left, 2 is top center, 3 is top right, and 4 is bottom.
The sulfur going into tank 1 is coming from the top well and from tank four, and it is going out to tank 2 (via two routes), tank 3, and tanker. The total volume coming in is $5m^3/min+3m^3/min$, equal to the volume going out $(3+1+1+3)m^3/min$
The sulfur going in and out is $$5 XYZ+3 c_4 =8 c_1$$
You need to do this for all tanks. For example, in tank 4: $$1c_3+2ZYX=3c_4$$
Move all terms with $c_i$ to the left side, and all constants to the right side of the equal signs. Now you have the system of equations.
Note that the concentration of sulfur going to the tanker is $c_1$, and to the pipeline is $c_3$
answered Nov 29 at 19:42
Andrei
10.9k21025
10.9k21025
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
add a comment |
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
Thanks a lot for your full help
– Ahmed
Nov 30 at 8:36
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3018966%2fhow-to-transform-this-diagram-into-a-ax-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What have you tried so far?
– Viktor Glombik
Nov 29 at 18:13
I have a very little idea about these things. I am a numerical analysist. I know that we have to take care of the arrows when they are in and out, but I don't know how.
– Ahmed
Nov 29 at 18:17