Are characteristics the only solution to the advection equation?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm currently reading about fluid dynamics and the Riemann problem, and a very commonly used equation to introduce the topic is the 1D advection equation with constant coefficient $v$:
$$ fracpartial upartial t + v fracpartial upartial x = 0tag1$$
for which a solution is
$$ u(x,t) = u(x-vt, 0) = u_0(x-vt) $$
where $u_0 = u(t=0)$ is some initial condition.
This can be easily derived using the method of separation of variables: Let $u(x,t) = f(x)g(y)$.
Then
$$ fracpartial upartial t = f(x) fracpartial gpartial t$$
$$ fracpartial upartial x = g(t) fracpartial fpartial x
$$
Inserting into the advection equation and restructuring a little, we get
$$frac1g fracpartial gpartial t = frac1ffracpartial fpartial x = -lambda $$
where $lambda$ is some constant. Solving each equation separately gives us
$$ g = K_1 e^-lambda v t $$
$$ f = K_2 e^lambda x $$
$$ Rightarrow u(x,t) = fg = K e^lambda (x - vt) $$
with $K_1$, $K_2$ and $K=K_1 K_2$ are constants stemming from integration.
With
$$u_0 = u(x,t=0) = K e^lambda x$$
one can easily see that the solution can be expressed as
$$u(x,t) = u_0(x-vt)$$
So far, so good. Here's my question: Is that the only solution of the 1D advection equation with constant coefficients? Is there a proof that this is the only solution?
fluid-dynamics mathematics differential-equations
add a comment |
up vote
2
down vote
favorite
I'm currently reading about fluid dynamics and the Riemann problem, and a very commonly used equation to introduce the topic is the 1D advection equation with constant coefficient $v$:
$$ fracpartial upartial t + v fracpartial upartial x = 0tag1$$
for which a solution is
$$ u(x,t) = u(x-vt, 0) = u_0(x-vt) $$
where $u_0 = u(t=0)$ is some initial condition.
This can be easily derived using the method of separation of variables: Let $u(x,t) = f(x)g(y)$.
Then
$$ fracpartial upartial t = f(x) fracpartial gpartial t$$
$$ fracpartial upartial x = g(t) fracpartial fpartial x
$$
Inserting into the advection equation and restructuring a little, we get
$$frac1g fracpartial gpartial t = frac1ffracpartial fpartial x = -lambda $$
where $lambda$ is some constant. Solving each equation separately gives us
$$ g = K_1 e^-lambda v t $$
$$ f = K_2 e^lambda x $$
$$ Rightarrow u(x,t) = fg = K e^lambda (x - vt) $$
with $K_1$, $K_2$ and $K=K_1 K_2$ are constants stemming from integration.
With
$$u_0 = u(x,t=0) = K e^lambda x$$
one can easily see that the solution can be expressed as
$$u(x,t) = u_0(x-vt)$$
So far, so good. Here's my question: Is that the only solution of the 1D advection equation with constant coefficients? Is there a proof that this is the only solution?
fluid-dynamics mathematics differential-equations
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm currently reading about fluid dynamics and the Riemann problem, and a very commonly used equation to introduce the topic is the 1D advection equation with constant coefficient $v$:
$$ fracpartial upartial t + v fracpartial upartial x = 0tag1$$
for which a solution is
$$ u(x,t) = u(x-vt, 0) = u_0(x-vt) $$
where $u_0 = u(t=0)$ is some initial condition.
This can be easily derived using the method of separation of variables: Let $u(x,t) = f(x)g(y)$.
Then
$$ fracpartial upartial t = f(x) fracpartial gpartial t$$
$$ fracpartial upartial x = g(t) fracpartial fpartial x
$$
Inserting into the advection equation and restructuring a little, we get
$$frac1g fracpartial gpartial t = frac1ffracpartial fpartial x = -lambda $$
where $lambda$ is some constant. Solving each equation separately gives us
$$ g = K_1 e^-lambda v t $$
$$ f = K_2 e^lambda x $$
$$ Rightarrow u(x,t) = fg = K e^lambda (x - vt) $$
with $K_1$, $K_2$ and $K=K_1 K_2$ are constants stemming from integration.
With
$$u_0 = u(x,t=0) = K e^lambda x$$
one can easily see that the solution can be expressed as
$$u(x,t) = u_0(x-vt)$$
So far, so good. Here's my question: Is that the only solution of the 1D advection equation with constant coefficients? Is there a proof that this is the only solution?
fluid-dynamics mathematics differential-equations
I'm currently reading about fluid dynamics and the Riemann problem, and a very commonly used equation to introduce the topic is the 1D advection equation with constant coefficient $v$:
$$ fracpartial upartial t + v fracpartial upartial x = 0tag1$$
for which a solution is
$$ u(x,t) = u(x-vt, 0) = u_0(x-vt) $$
where $u_0 = u(t=0)$ is some initial condition.
This can be easily derived using the method of separation of variables: Let $u(x,t) = f(x)g(y)$.
Then
$$ fracpartial upartial t = f(x) fracpartial gpartial t$$
$$ fracpartial upartial x = g(t) fracpartial fpartial x
$$
Inserting into the advection equation and restructuring a little, we get
$$frac1g fracpartial gpartial t = frac1ffracpartial fpartial x = -lambda $$
where $lambda$ is some constant. Solving each equation separately gives us
$$ g = K_1 e^-lambda v t $$
$$ f = K_2 e^lambda x $$
$$ Rightarrow u(x,t) = fg = K e^lambda (x - vt) $$
with $K_1$, $K_2$ and $K=K_1 K_2$ are constants stemming from integration.
With
$$u_0 = u(x,t=0) = K e^lambda x$$
one can easily see that the solution can be expressed as
$$u(x,t) = u_0(x-vt)$$
So far, so good. Here's my question: Is that the only solution of the 1D advection equation with constant coefficients? Is there a proof that this is the only solution?
fluid-dynamics mathematics differential-equations
fluid-dynamics mathematics differential-equations
edited 4 hours ago
Qmechanic♦
99.1k121781096
99.1k121781096
asked 4 hours ago


lemdan
827
827
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
Yes, it is the only solution. Hints for proof:
Go to lightcone coordinates: $x^pm~:=~x pm vt$.
Show that OP's eq. (1) becomes $fracpartial upartial x^+~=~0$.
Deduce that $u=u(x^-)$ is a function of $x^-$ only.
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
add a comment |
up vote
1
down vote
The equation is linear, and the solution to a linear equation in one unknown is always unique.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Yes, it is the only solution. Hints for proof:
Go to lightcone coordinates: $x^pm~:=~x pm vt$.
Show that OP's eq. (1) becomes $fracpartial upartial x^+~=~0$.
Deduce that $u=u(x^-)$ is a function of $x^-$ only.
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
add a comment |
up vote
3
down vote
Yes, it is the only solution. Hints for proof:
Go to lightcone coordinates: $x^pm~:=~x pm vt$.
Show that OP's eq. (1) becomes $fracpartial upartial x^+~=~0$.
Deduce that $u=u(x^-)$ is a function of $x^-$ only.
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
add a comment |
up vote
3
down vote
up vote
3
down vote
Yes, it is the only solution. Hints for proof:
Go to lightcone coordinates: $x^pm~:=~x pm vt$.
Show that OP's eq. (1) becomes $fracpartial upartial x^+~=~0$.
Deduce that $u=u(x^-)$ is a function of $x^-$ only.
Yes, it is the only solution. Hints for proof:
Go to lightcone coordinates: $x^pm~:=~x pm vt$.
Show that OP's eq. (1) becomes $fracpartial upartial x^+~=~0$.
Deduce that $u=u(x^-)$ is a function of $x^-$ only.
answered 4 hours ago
Qmechanic♦
99.1k121781096
99.1k121781096
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
add a comment |
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
I see that using $fracpartial upartial x^+ = 0$ implies that $u = u(x^ -)$, but I don't see how that excludes any other solution?
– lemdan
2 hours ago
add a comment |
up vote
1
down vote
The equation is linear, and the solution to a linear equation in one unknown is always unique.
add a comment |
up vote
1
down vote
The equation is linear, and the solution to a linear equation in one unknown is always unique.
add a comment |
up vote
1
down vote
up vote
1
down vote
The equation is linear, and the solution to a linear equation in one unknown is always unique.
The equation is linear, and the solution to a linear equation in one unknown is always unique.
answered 1 hour ago
Chester Miller
13.4k2623
13.4k2623
add a comment |
add a comment |
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphysics.stackexchange.com%2fquestions%2f439877%2fare-characteristics-the-only-solution-to-the-advection-equation%23new-answer', 'question_page');
);
Post as a guest
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
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
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