Conservation law $A_t + (A^{3/2})_x = 0$ for flood water wave Announcing the arrival of Valued...
Project Euler #1 in C++
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in Into the Spider-Verse?
Why do we need to use the builder design pattern when we can do the same thing with setters?
What was the first language to use conditional keywords?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Why is it faster to reheat something than it is to cook it?
Find 108 by using 3,4,6
How to compare two different files line by line in unix?
Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?
What is the difference between globalisation and imperialism?
How to install press fit bottom bracket into new frame
Most bit efficient text communication method?
AppleTVs create a chatty alternate WiFi network
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
How to tell that you are a giant?
What do you call the main part of a joke?
Maximum summed subsequences with non-adjacent items
Significance of Cersei's obsession with elephants?
How often does castling occur in grandmaster games?
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
What is a fractional matching?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
What is "gratricide"?
Did Deadpool rescue all of the X-Force?
Conservation law $A_t + (A^{3/2})_x = 0$ for flood water wave
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Find weak solution to Riemann problem for conservation lawFinding weak solutions of conservation law $u_t + (u^4)_x = 0$Conservation law for PDEsWeak Solution to Conservation Lawreversibility scalar conservation lawEntropy solution to scalar conservation lawMethod of Characteristics for traffic flow equationSketch solution of IVP for nonconvex scalar conservation lawRankine-Hugoniot jump condition for non-homogeneous conservation lawProve Lax entropy condition for conservation law with convex fluxSolve inviscid Burgers' equation with shockFind weak solution to Riemann problem for conservation law
$begingroup$
The flood wave in a river follows the conservation law
$$ A_t + (A^{3/2})_x = 0 $$
where $A(x,t)$ is the cross sectional area of the water at the location $x$ and time $t$. A sudden heavy rain creates a flood with river cross sectional area along its path as follows (set it as $t=0$)
$$ A(x,0) = leftlbracebegin{aligned}
&1 && xleq 0 \
&4 && 0 < x leq 10\
&1 && x> 10
end{aligned}right. . $$
(a) Find and draw the characteristics of the equation.
(b) Find the solution of cross sectional area along the river at $t=1$.
(c) Assume a town is located at $x=31$, when will the flood crest reach it?
TRY:
First, we write the PDE as $A_t + frac{3}{2} A^{1/2} A_x = 0 $
Now, solving this equation using method of characteristiscs, we obtain
$$ x = frac{3}{2} sqrt{ A(r,0) } t + r $$
for characteristics equation and solution is implicity given by
$$ A(x,t) = phi ( x - 3/2 sqrt{ A } s ) $$
where $phi(x) = A(x,0) $. So, we have characteristic are described by
$$ x = begin{cases} 3/2 t + r,& r leq 0 \ 3t + r,& 0 < r leq 10 \ 3/2t+r,& r > 10 end{cases} $$
am I correct so far?
pde fluid-dynamics hyperbolic-equations
$endgroup$
add a comment |
$begingroup$
The flood wave in a river follows the conservation law
$$ A_t + (A^{3/2})_x = 0 $$
where $A(x,t)$ is the cross sectional area of the water at the location $x$ and time $t$. A sudden heavy rain creates a flood with river cross sectional area along its path as follows (set it as $t=0$)
$$ A(x,0) = leftlbracebegin{aligned}
&1 && xleq 0 \
&4 && 0 < x leq 10\
&1 && x> 10
end{aligned}right. . $$
(a) Find and draw the characteristics of the equation.
(b) Find the solution of cross sectional area along the river at $t=1$.
(c) Assume a town is located at $x=31$, when will the flood crest reach it?
TRY:
First, we write the PDE as $A_t + frac{3}{2} A^{1/2} A_x = 0 $
Now, solving this equation using method of characteristiscs, we obtain
$$ x = frac{3}{2} sqrt{ A(r,0) } t + r $$
for characteristics equation and solution is implicity given by
$$ A(x,t) = phi ( x - 3/2 sqrt{ A } s ) $$
where $phi(x) = A(x,0) $. So, we have characteristic are described by
$$ x = begin{cases} 3/2 t + r,& r leq 0 \ 3t + r,& 0 < r leq 10 \ 3/2t+r,& r > 10 end{cases} $$
am I correct so far?
pde fluid-dynamics hyperbolic-equations
$endgroup$
add a comment |
$begingroup$
The flood wave in a river follows the conservation law
$$ A_t + (A^{3/2})_x = 0 $$
where $A(x,t)$ is the cross sectional area of the water at the location $x$ and time $t$. A sudden heavy rain creates a flood with river cross sectional area along its path as follows (set it as $t=0$)
$$ A(x,0) = leftlbracebegin{aligned}
&1 && xleq 0 \
&4 && 0 < x leq 10\
&1 && x> 10
end{aligned}right. . $$
(a) Find and draw the characteristics of the equation.
(b) Find the solution of cross sectional area along the river at $t=1$.
(c) Assume a town is located at $x=31$, when will the flood crest reach it?
TRY:
First, we write the PDE as $A_t + frac{3}{2} A^{1/2} A_x = 0 $
Now, solving this equation using method of characteristiscs, we obtain
$$ x = frac{3}{2} sqrt{ A(r,0) } t + r $$
for characteristics equation and solution is implicity given by
$$ A(x,t) = phi ( x - 3/2 sqrt{ A } s ) $$
where $phi(x) = A(x,0) $. So, we have characteristic are described by
$$ x = begin{cases} 3/2 t + r,& r leq 0 \ 3t + r,& 0 < r leq 10 \ 3/2t+r,& r > 10 end{cases} $$
am I correct so far?
pde fluid-dynamics hyperbolic-equations
$endgroup$
The flood wave in a river follows the conservation law
$$ A_t + (A^{3/2})_x = 0 $$
where $A(x,t)$ is the cross sectional area of the water at the location $x$ and time $t$. A sudden heavy rain creates a flood with river cross sectional area along its path as follows (set it as $t=0$)
$$ A(x,0) = leftlbracebegin{aligned}
&1 && xleq 0 \
&4 && 0 < x leq 10\
&1 && x> 10
end{aligned}right. . $$
(a) Find and draw the characteristics of the equation.
(b) Find the solution of cross sectional area along the river at $t=1$.
(c) Assume a town is located at $x=31$, when will the flood crest reach it?
TRY:
First, we write the PDE as $A_t + frac{3}{2} A^{1/2} A_x = 0 $
Now, solving this equation using method of characteristiscs, we obtain
$$ x = frac{3}{2} sqrt{ A(r,0) } t + r $$
for characteristics equation and solution is implicity given by
$$ A(x,t) = phi ( x - 3/2 sqrt{ A } s ) $$
where $phi(x) = A(x,0) $. So, we have characteristic are described by
$$ x = begin{cases} 3/2 t + r,& r leq 0 \ 3t + r,& 0 < r leq 10 \ 3/2t+r,& r > 10 end{cases} $$
am I correct so far?
pde fluid-dynamics hyperbolic-equations
pde fluid-dynamics hyperbolic-equations
edited Mar 30 at 21:00
ILoveMath
5,52432374
5,52432374
asked Mar 22 at 2:29
JamesJames
2,636425
2,636425
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Here is a plot of the characteristic curves in the $x$-$t$ plane as deduced from the initial data:
The flux $A mapsto A^{3/2}$ is convex for positive cross sectional area $A$. Hence, the classical theory for weak entropy solutions of conservation laws applies.
One can observe that
At $x=0$, characteristics separate. A rarefaction wave is created, which waveform $v(x/t)$ is given by the reciprocal of the function $A mapsto frac{3}{2}sqrt{A}$, i.e., $v(x/t) = frac{4}{9}(x/t)^2$.
At $x=10$, characteristics intersect. According to the Lax entropy condition, a shock wave is created, which speed $s$ satisfies the Rankine-Hugoniot condition $s = {(4^{3/2}-1^{3/2})}/{(4-1)}= frac{7}{3}$.
Therefore, the entropy solution for small positive times reads
$$
A(x,t) = leftlbrace
begin{aligned}
& 1 && x leq tfrac{3}{2} t \
& left(tfrac{2x}{3t}right)^2 && tfrac{3}{2} t leq x leq 3 t\
& 4 && 3 t leq x leq 10 + tfrac{7}{3} t \
& 1 && x geq 10 + tfrac{7}{3} t
end{aligned}
right.
$$
which is valid at $t=1$. Indeed, the rarefaction wave does not catch the shock before the time $t^*$ such that $3 t^* = 10 + tfrac{7}{3} t^*$, i.e., $t^* = 15$. The shock wave will reach $x=31$ at the time $21/frac{7}{3} = 9$ at which the previous solution is still valid ($t < t^*$).
$endgroup$
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
add a comment |
Your Answer
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%2f3157673%2fconservation-law-a-t-a3-2-x-0-for-flood-water-wave%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
$begingroup$
Here is a plot of the characteristic curves in the $x$-$t$ plane as deduced from the initial data:
The flux $A mapsto A^{3/2}$ is convex for positive cross sectional area $A$. Hence, the classical theory for weak entropy solutions of conservation laws applies.
One can observe that
At $x=0$, characteristics separate. A rarefaction wave is created, which waveform $v(x/t)$ is given by the reciprocal of the function $A mapsto frac{3}{2}sqrt{A}$, i.e., $v(x/t) = frac{4}{9}(x/t)^2$.
At $x=10$, characteristics intersect. According to the Lax entropy condition, a shock wave is created, which speed $s$ satisfies the Rankine-Hugoniot condition $s = {(4^{3/2}-1^{3/2})}/{(4-1)}= frac{7}{3}$.
Therefore, the entropy solution for small positive times reads
$$
A(x,t) = leftlbrace
begin{aligned}
& 1 && x leq tfrac{3}{2} t \
& left(tfrac{2x}{3t}right)^2 && tfrac{3}{2} t leq x leq 3 t\
& 4 && 3 t leq x leq 10 + tfrac{7}{3} t \
& 1 && x geq 10 + tfrac{7}{3} t
end{aligned}
right.
$$
which is valid at $t=1$. Indeed, the rarefaction wave does not catch the shock before the time $t^*$ such that $3 t^* = 10 + tfrac{7}{3} t^*$, i.e., $t^* = 15$. The shock wave will reach $x=31$ at the time $21/frac{7}{3} = 9$ at which the previous solution is still valid ($t < t^*$).
$endgroup$
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
add a comment |
$begingroup$
Here is a plot of the characteristic curves in the $x$-$t$ plane as deduced from the initial data:
The flux $A mapsto A^{3/2}$ is convex for positive cross sectional area $A$. Hence, the classical theory for weak entropy solutions of conservation laws applies.
One can observe that
At $x=0$, characteristics separate. A rarefaction wave is created, which waveform $v(x/t)$ is given by the reciprocal of the function $A mapsto frac{3}{2}sqrt{A}$, i.e., $v(x/t) = frac{4}{9}(x/t)^2$.
At $x=10$, characteristics intersect. According to the Lax entropy condition, a shock wave is created, which speed $s$ satisfies the Rankine-Hugoniot condition $s = {(4^{3/2}-1^{3/2})}/{(4-1)}= frac{7}{3}$.
Therefore, the entropy solution for small positive times reads
$$
A(x,t) = leftlbrace
begin{aligned}
& 1 && x leq tfrac{3}{2} t \
& left(tfrac{2x}{3t}right)^2 && tfrac{3}{2} t leq x leq 3 t\
& 4 && 3 t leq x leq 10 + tfrac{7}{3} t \
& 1 && x geq 10 + tfrac{7}{3} t
end{aligned}
right.
$$
which is valid at $t=1$. Indeed, the rarefaction wave does not catch the shock before the time $t^*$ such that $3 t^* = 10 + tfrac{7}{3} t^*$, i.e., $t^* = 15$. The shock wave will reach $x=31$ at the time $21/frac{7}{3} = 9$ at which the previous solution is still valid ($t < t^*$).
$endgroup$
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
add a comment |
$begingroup$
Here is a plot of the characteristic curves in the $x$-$t$ plane as deduced from the initial data:
The flux $A mapsto A^{3/2}$ is convex for positive cross sectional area $A$. Hence, the classical theory for weak entropy solutions of conservation laws applies.
One can observe that
At $x=0$, characteristics separate. A rarefaction wave is created, which waveform $v(x/t)$ is given by the reciprocal of the function $A mapsto frac{3}{2}sqrt{A}$, i.e., $v(x/t) = frac{4}{9}(x/t)^2$.
At $x=10$, characteristics intersect. According to the Lax entropy condition, a shock wave is created, which speed $s$ satisfies the Rankine-Hugoniot condition $s = {(4^{3/2}-1^{3/2})}/{(4-1)}= frac{7}{3}$.
Therefore, the entropy solution for small positive times reads
$$
A(x,t) = leftlbrace
begin{aligned}
& 1 && x leq tfrac{3}{2} t \
& left(tfrac{2x}{3t}right)^2 && tfrac{3}{2} t leq x leq 3 t\
& 4 && 3 t leq x leq 10 + tfrac{7}{3} t \
& 1 && x geq 10 + tfrac{7}{3} t
end{aligned}
right.
$$
which is valid at $t=1$. Indeed, the rarefaction wave does not catch the shock before the time $t^*$ such that $3 t^* = 10 + tfrac{7}{3} t^*$, i.e., $t^* = 15$. The shock wave will reach $x=31$ at the time $21/frac{7}{3} = 9$ at which the previous solution is still valid ($t < t^*$).
$endgroup$
Here is a plot of the characteristic curves in the $x$-$t$ plane as deduced from the initial data:
The flux $A mapsto A^{3/2}$ is convex for positive cross sectional area $A$. Hence, the classical theory for weak entropy solutions of conservation laws applies.
One can observe that
At $x=0$, characteristics separate. A rarefaction wave is created, which waveform $v(x/t)$ is given by the reciprocal of the function $A mapsto frac{3}{2}sqrt{A}$, i.e., $v(x/t) = frac{4}{9}(x/t)^2$.
At $x=10$, characteristics intersect. According to the Lax entropy condition, a shock wave is created, which speed $s$ satisfies the Rankine-Hugoniot condition $s = {(4^{3/2}-1^{3/2})}/{(4-1)}= frac{7}{3}$.
Therefore, the entropy solution for small positive times reads
$$
A(x,t) = leftlbrace
begin{aligned}
& 1 && x leq tfrac{3}{2} t \
& left(tfrac{2x}{3t}right)^2 && tfrac{3}{2} t leq x leq 3 t\
& 4 && 3 t leq x leq 10 + tfrac{7}{3} t \
& 1 && x geq 10 + tfrac{7}{3} t
end{aligned}
right.
$$
which is valid at $t=1$. Indeed, the rarefaction wave does not catch the shock before the time $t^*$ such that $3 t^* = 10 + tfrac{7}{3} t^*$, i.e., $t^* = 15$. The shock wave will reach $x=31$ at the time $21/frac{7}{3} = 9$ at which the previous solution is still valid ($t < t^*$).
edited Mar 25 at 9:54
answered Mar 25 at 9:26
Harry49Harry49
8,90331346
8,90331346
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
add a comment |
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
$begingroup$
Here is another bounty if you are interested. I enjoy this answer very much. math.stackexchange.com/questions/3157829/…
$endgroup$
– Mikey Spivak
Mar 25 at 9:31
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.
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%2f3157673%2fconservation-law-a-t-a3-2-x-0-for-flood-water-wave%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