Finding weak solutions of conservation law $u_t + (u^4)_x = 0$ The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Conservation law $A_t + (A^3/2)_x = 0$ for flood water waveFind weak solution to Riemann problem for conservation lawfinding maximum value of BVPWhat is the use of the notion of consistency for Riemann solvers?Riemann problem of nonconvex scalar conservation lawsConservation law and entropy condition problemFind the weak solution of the conservation lawThe Rankine-Hugoniot jump conditions for conservation and balance lawsNonsmooth data in the conservation laws, their approximations and limitsOleinik condition is equivalent to Entropy Condition (PDE)Find weak solution to Riemann problem for conservation lawPrinciple of conservation of mass and the shock speedShock of Burgers equation $u_t+uu_x=0$ at $t=0$
The variadic template constructor of my class cannot modify my class members, why is that so?
Do warforged have souls?
Can smartphones with the same camera sensor have different image quality?
Windows 10: How to Lock (not sleep) laptop on lid close?
how can a perfect fourth interval be considered either consonant or dissonant?
Do working physicists consider Newtonian mechanics to be "falsified"?
What LEGO pieces have "real-world" functionality?
Derivation tree not rendering
How to test the equality of two Pearson correlation coefficients computed from the same sample?
I could not break this equation. Please help me
Relations between two reciprocal partial derivatives?
What is this lever in Argentinian toilets?
How to stretch delimiters to envolve matrices inside of a kbordermatrix?
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
Did God make two great lights or did He make the great light two?
How can I define good in a religion that claims no moral authority?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
How to copy the contents of all files with a certain name into a new file?
Why is superheterodyning better than direct conversion?
Can withdrawing asylum be illegal?
Simulating Exploding Dice
Single author papers against my advisor's will?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Can the DM override racial traits?
Finding weak solutions of conservation law $u_t + (u^4)_x = 0$
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Conservation law $A_t + (A^3/2)_x = 0$ for flood water waveFind weak solution to Riemann problem for conservation lawfinding maximum value of BVPWhat is the use of the notion of consistency for Riemann solvers?Riemann problem of nonconvex scalar conservation lawsConservation law and entropy condition problemFind the weak solution of the conservation lawThe Rankine-Hugoniot jump conditions for conservation and balance lawsNonsmooth data in the conservation laws, their approximations and limitsOleinik condition is equivalent to Entropy Condition (PDE)Find weak solution to Riemann problem for conservation lawPrinciple of conservation of mass and the shock speedShock of Burgers equation $u_t+uu_x=0$ at $t=0$
$begingroup$
Consider the conservation law
$$ u_t + (u^4)_x = 0, $$
(a) Find the solution at $t=1$ with the following initial condition:
$$ u(x,0) = leftlbracebeginaligned &1 && x<0 \ &2 && 0leq x leq 2 \ &0 && x>2 endaligned right. . $$
(b) Solve the Riemann problem (You must consider both $u_l>u_r$ and $u_l<u_r$):
$$ u(x,0) = leftlbracebeginaligned &u_l && x<0 \ &u_r && x>0 endaligned right. . $$
(c) Find the Riemann solution at $x/t = 0$.
Try:
The characteristic are given by $x = 4 g(r)^3 t + r $ where $r$ is parameter. so we have
$$ x = begincases 4t+r, & r<0 \ 8t+r, & 0 leq r leq 2 \ r, & r > 2 endcases $$
We have two shocks formations at $x=0$ and $x=2$ for $t=0$. We first consider the shock at $x=0$, using R=H condition, we want
$$ xi_1'(t) = frac 2^4 - 1^4 2-1 = 15 implies xi_1(t) = 15t $$
and at $(x,t) = (2,0)$ we have
$$ xi_2'(t) = frac - 2^4 0-2 = 8 implies xi_2(t) = 8t+2$$
So we can write our solution for part a
$$ boxed u(x,t) = begincases 1, & x < 15 t \ 2, & 15t < x < 8t+2 \ 0, & x > 8t+2 endcases $$
IS this correct? I have a question as to what is it that they are asking in c)?
pde hyperbolic-equations
$endgroup$
add a comment |
$begingroup$
Consider the conservation law
$$ u_t + (u^4)_x = 0, $$
(a) Find the solution at $t=1$ with the following initial condition:
$$ u(x,0) = leftlbracebeginaligned &1 && x<0 \ &2 && 0leq x leq 2 \ &0 && x>2 endaligned right. . $$
(b) Solve the Riemann problem (You must consider both $u_l>u_r$ and $u_l<u_r$):
$$ u(x,0) = leftlbracebeginaligned &u_l && x<0 \ &u_r && x>0 endaligned right. . $$
(c) Find the Riemann solution at $x/t = 0$.
Try:
The characteristic are given by $x = 4 g(r)^3 t + r $ where $r$ is parameter. so we have
$$ x = begincases 4t+r, & r<0 \ 8t+r, & 0 leq r leq 2 \ r, & r > 2 endcases $$
We have two shocks formations at $x=0$ and $x=2$ for $t=0$. We first consider the shock at $x=0$, using R=H condition, we want
$$ xi_1'(t) = frac 2^4 - 1^4 2-1 = 15 implies xi_1(t) = 15t $$
and at $(x,t) = (2,0)$ we have
$$ xi_2'(t) = frac - 2^4 0-2 = 8 implies xi_2(t) = 8t+2$$
So we can write our solution for part a
$$ boxed u(x,t) = begincases 1, & x < 15 t \ 2, & 15t < x < 8t+2 \ 0, & x > 8t+2 endcases $$
IS this correct? I have a question as to what is it that they are asking in c)?
pde hyperbolic-equations
$endgroup$
add a comment |
$begingroup$
Consider the conservation law
$$ u_t + (u^4)_x = 0, $$
(a) Find the solution at $t=1$ with the following initial condition:
$$ u(x,0) = leftlbracebeginaligned &1 && x<0 \ &2 && 0leq x leq 2 \ &0 && x>2 endaligned right. . $$
(b) Solve the Riemann problem (You must consider both $u_l>u_r$ and $u_l<u_r$):
$$ u(x,0) = leftlbracebeginaligned &u_l && x<0 \ &u_r && x>0 endaligned right. . $$
(c) Find the Riemann solution at $x/t = 0$.
Try:
The characteristic are given by $x = 4 g(r)^3 t + r $ where $r$ is parameter. so we have
$$ x = begincases 4t+r, & r<0 \ 8t+r, & 0 leq r leq 2 \ r, & r > 2 endcases $$
We have two shocks formations at $x=0$ and $x=2$ for $t=0$. We first consider the shock at $x=0$, using R=H condition, we want
$$ xi_1'(t) = frac 2^4 - 1^4 2-1 = 15 implies xi_1(t) = 15t $$
and at $(x,t) = (2,0)$ we have
$$ xi_2'(t) = frac - 2^4 0-2 = 8 implies xi_2(t) = 8t+2$$
So we can write our solution for part a
$$ boxed u(x,t) = begincases 1, & x < 15 t \ 2, & 15t < x < 8t+2 \ 0, & x > 8t+2 endcases $$
IS this correct? I have a question as to what is it that they are asking in c)?
pde hyperbolic-equations
$endgroup$
Consider the conservation law
$$ u_t + (u^4)_x = 0, $$
(a) Find the solution at $t=1$ with the following initial condition:
$$ u(x,0) = leftlbracebeginaligned &1 && x<0 \ &2 && 0leq x leq 2 \ &0 && x>2 endaligned right. . $$
(b) Solve the Riemann problem (You must consider both $u_l>u_r$ and $u_l<u_r$):
$$ u(x,0) = leftlbracebeginaligned &u_l && x<0 \ &u_r && x>0 endaligned right. . $$
(c) Find the Riemann solution at $x/t = 0$.
Try:
The characteristic are given by $x = 4 g(r)^3 t + r $ where $r$ is parameter. so we have
$$ x = begincases 4t+r, & r<0 \ 8t+r, & 0 leq r leq 2 \ r, & r > 2 endcases $$
We have two shocks formations at $x=0$ and $x=2$ for $t=0$. We first consider the shock at $x=0$, using R=H condition, we want
$$ xi_1'(t) = frac 2^4 - 1^4 2-1 = 15 implies xi_1(t) = 15t $$
and at $(x,t) = (2,0)$ we have
$$ xi_2'(t) = frac - 2^4 0-2 = 8 implies xi_2(t) = 8t+2$$
So we can write our solution for part a
$$ boxed u(x,t) = begincases 1, & x < 15 t \ 2, & 15t < x < 8t+2 \ 0, & x > 8t+2 endcases $$
IS this correct? I have a question as to what is it that they are asking in c)?
pde hyperbolic-equations
pde hyperbolic-equations
edited Mar 25 at 9:38
Harry49
8,76331346
8,76331346
asked Mar 22 at 6:52
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 lines in the $x$-$t$ plane.
Since the flux $u mapsto u^4$ is convex, the classical theory for entropy solutions of conservation laws applies. Without entering into details, the rarefaction wave generated at $x=0$ and the shock wave generated at $x=2$ leads to the solution
$$
u(x,t) = leftlbrace
beginaligned
& 1 && x leq 4 t \
& sqrt[3]x/(4t) && 4 t leq x leq 32 t\
& 2 && 32 t leq x leq 2 + 8 t \
& 0 && x geq 2 + 8 t
endaligned
right.
$$
valid for small times $t < 1/12$. For larger times, one must compute the interaction of the rarefaction with the shock (see e.g. related posts on this site). Asking to find the Riemann solution at $x/t = 0$ is the same as asking to find the solution at $x = 0$ for nonzero time.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
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%2f3157829%2ffinding-weak-solutions-of-conservation-law-u-t-u4-x-0%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 lines in the $x$-$t$ plane.
Since the flux $u mapsto u^4$ is convex, the classical theory for entropy solutions of conservation laws applies. Without entering into details, the rarefaction wave generated at $x=0$ and the shock wave generated at $x=2$ leads to the solution
$$
u(x,t) = leftlbrace
beginaligned
& 1 && x leq 4 t \
& sqrt[3]x/(4t) && 4 t leq x leq 32 t\
& 2 && 32 t leq x leq 2 + 8 t \
& 0 && x geq 2 + 8 t
endaligned
right.
$$
valid for small times $t < 1/12$. For larger times, one must compute the interaction of the rarefaction with the shock (see e.g. related posts on this site). Asking to find the Riemann solution at $x/t = 0$ is the same as asking to find the solution at $x = 0$ for nonzero time.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
add a comment |
$begingroup$
Here is a plot of the characteristic lines in the $x$-$t$ plane.
Since the flux $u mapsto u^4$ is convex, the classical theory for entropy solutions of conservation laws applies. Without entering into details, the rarefaction wave generated at $x=0$ and the shock wave generated at $x=2$ leads to the solution
$$
u(x,t) = leftlbrace
beginaligned
& 1 && x leq 4 t \
& sqrt[3]x/(4t) && 4 t leq x leq 32 t\
& 2 && 32 t leq x leq 2 + 8 t \
& 0 && x geq 2 + 8 t
endaligned
right.
$$
valid for small times $t < 1/12$. For larger times, one must compute the interaction of the rarefaction with the shock (see e.g. related posts on this site). Asking to find the Riemann solution at $x/t = 0$ is the same as asking to find the solution at $x = 0$ for nonzero time.
$endgroup$
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
add a comment |
$begingroup$
Here is a plot of the characteristic lines in the $x$-$t$ plane.
Since the flux $u mapsto u^4$ is convex, the classical theory for entropy solutions of conservation laws applies. Without entering into details, the rarefaction wave generated at $x=0$ and the shock wave generated at $x=2$ leads to the solution
$$
u(x,t) = leftlbrace
beginaligned
& 1 && x leq 4 t \
& sqrt[3]x/(4t) && 4 t leq x leq 32 t\
& 2 && 32 t leq x leq 2 + 8 t \
& 0 && x geq 2 + 8 t
endaligned
right.
$$
valid for small times $t < 1/12$. For larger times, one must compute the interaction of the rarefaction with the shock (see e.g. related posts on this site). Asking to find the Riemann solution at $x/t = 0$ is the same as asking to find the solution at $x = 0$ for nonzero time.
$endgroup$
Here is a plot of the characteristic lines in the $x$-$t$ plane.
Since the flux $u mapsto u^4$ is convex, the classical theory for entropy solutions of conservation laws applies. Without entering into details, the rarefaction wave generated at $x=0$ and the shock wave generated at $x=2$ leads to the solution
$$
u(x,t) = leftlbrace
beginaligned
& 1 && x leq 4 t \
& sqrt[3]x/(4t) && 4 t leq x leq 32 t\
& 2 && 32 t leq x leq 2 + 8 t \
& 0 && x geq 2 + 8 t
endaligned
right.
$$
valid for small times $t < 1/12$. For larger times, one must compute the interaction of the rarefaction with the shock (see e.g. related posts on this site). Asking to find the Riemann solution at $x/t = 0$ is the same as asking to find the solution at $x = 0$ for nonzero time.
edited Mar 25 at 9:56
answered Mar 25 at 9:50
Harry49Harry49
8,76331346
8,76331346
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
add a comment |
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
$begingroup$
math.stackexchange.com/questions/3160179/… is this correct?
$endgroup$
– Mikey Spivak
Mar 25 at 9:51
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%2f3157829%2ffinding-weak-solutions-of-conservation-law-u-t-u4-x-0%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