Coordinate method for PDE
$begingroup$
Solving the PDE $au_x+bu_y+cu=0$ The PDE is transformed by the coordinate method via,
$begin{cases}x'=ax+by\y'=bx-ay\end{cases}$.
What I don't understand is how should I know I have to pick this as the transformation ?
How do I know that this is the transformation to be used?
Is it something to do with linear transformations in matrix?
multivariable-calculus pde
$endgroup$
add a comment |
$begingroup$
Solving the PDE $au_x+bu_y+cu=0$ The PDE is transformed by the coordinate method via,
$begin{cases}x'=ax+by\y'=bx-ay\end{cases}$.
What I don't understand is how should I know I have to pick this as the transformation ?
How do I know that this is the transformation to be used?
Is it something to do with linear transformations in matrix?
multivariable-calculus pde
$endgroup$
add a comment |
$begingroup$
Solving the PDE $au_x+bu_y+cu=0$ The PDE is transformed by the coordinate method via,
$begin{cases}x'=ax+by\y'=bx-ay\end{cases}$.
What I don't understand is how should I know I have to pick this as the transformation ?
How do I know that this is the transformation to be used?
Is it something to do with linear transformations in matrix?
multivariable-calculus pde
$endgroup$
Solving the PDE $au_x+bu_y+cu=0$ The PDE is transformed by the coordinate method via,
$begin{cases}x'=ax+by\y'=bx-ay\end{cases}$.
What I don't understand is how should I know I have to pick this as the transformation ?
How do I know that this is the transformation to be used?
Is it something to do with linear transformations in matrix?
multivariable-calculus pde
multivariable-calculus pde
asked Mar 21 '14 at 2:50
clarksonclarkson
87111535
87111535
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You should recognize $au_x+bu_y$ as the dot product of $nabla u$ with the vector $left<a,bright>$. Also known as the directional derivative. This makes the direction of vector $left<a,bright>$ seem special for this equation, so we take a coordinate system in which it is one of two coordinate axes. This is best done by a rotation matrix, or a multiple of it, so that the axes remain nicely orthogonal (although this isn't strictly necessary).
$endgroup$
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
add a comment |
$begingroup$
It would be useful for first order PDE of this kind to consider it as being extracted from the direction derivatives. For instance, the directional derivative of a function u(x,y) is given by
begin{equation} du=frac{partial u}{partial x}dx+frac{partial u}{partial y}dy=u_xdx+u_ydyend{equation} Rewriting your equation as
begin{equation}
au_x+bu_y=-cu
end{equation}
What your directional derivative of u tells is that begin{equation} du=-cu end{equation}
One simply gets begin{equation} frac{dx}{a}=frac{dy}{b}=frac{du}{-cu}.end{equation}
Solving the first two equations, you will just get begin{equation} bx-ay=constant,end{equation} which is one of your transformed coordinates. In fact this kind of transformation is called methods of characteristics. It roughly suggests that you assume the solution depends on both x and y and then try to go to the space where the solution is constant, just like the previous expression has shown.
Well, it doesn't exactly find the solution for you but provide you with a hint on how the solution profile looks like. In this your particular case, use the second equation with any pairs and find expression for u(x,y). Most of such problems are supplimented with initial conditions to help you find such particular u.
$endgroup$
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%2f720689%2fcoordinate-method-for-pde%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You should recognize $au_x+bu_y$ as the dot product of $nabla u$ with the vector $left<a,bright>$. Also known as the directional derivative. This makes the direction of vector $left<a,bright>$ seem special for this equation, so we take a coordinate system in which it is one of two coordinate axes. This is best done by a rotation matrix, or a multiple of it, so that the axes remain nicely orthogonal (although this isn't strictly necessary).
$endgroup$
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
add a comment |
$begingroup$
You should recognize $au_x+bu_y$ as the dot product of $nabla u$ with the vector $left<a,bright>$. Also known as the directional derivative. This makes the direction of vector $left<a,bright>$ seem special for this equation, so we take a coordinate system in which it is one of two coordinate axes. This is best done by a rotation matrix, or a multiple of it, so that the axes remain nicely orthogonal (although this isn't strictly necessary).
$endgroup$
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
add a comment |
$begingroup$
You should recognize $au_x+bu_y$ as the dot product of $nabla u$ with the vector $left<a,bright>$. Also known as the directional derivative. This makes the direction of vector $left<a,bright>$ seem special for this equation, so we take a coordinate system in which it is one of two coordinate axes. This is best done by a rotation matrix, or a multiple of it, so that the axes remain nicely orthogonal (although this isn't strictly necessary).
$endgroup$
You should recognize $au_x+bu_y$ as the dot product of $nabla u$ with the vector $left<a,bright>$. Also known as the directional derivative. This makes the direction of vector $left<a,bright>$ seem special for this equation, so we take a coordinate system in which it is one of two coordinate axes. This is best done by a rotation matrix, or a multiple of it, so that the axes remain nicely orthogonal (although this isn't strictly necessary).
answered Mar 21 '14 at 3:00
user127096user127096
8,19011140
8,19011140
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
add a comment |
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
So one transformation is selected using the directional derivative<a,b>.The other is the orthogonal of $<a,b>$ that is $<b,-a>$.Since $<-b,a>$ is also orthogonal to $<a,b>$ I could have selected $y=-bx+ay$ as well. Couldn't I?
$endgroup$
– clarkson
Mar 21 '14 at 3:35
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
$begingroup$
@clarkson Yes you could. You could flip either axis, or both.
$endgroup$
– user127096
Mar 21 '14 at 3:36
add a comment |
$begingroup$
It would be useful for first order PDE of this kind to consider it as being extracted from the direction derivatives. For instance, the directional derivative of a function u(x,y) is given by
begin{equation} du=frac{partial u}{partial x}dx+frac{partial u}{partial y}dy=u_xdx+u_ydyend{equation} Rewriting your equation as
begin{equation}
au_x+bu_y=-cu
end{equation}
What your directional derivative of u tells is that begin{equation} du=-cu end{equation}
One simply gets begin{equation} frac{dx}{a}=frac{dy}{b}=frac{du}{-cu}.end{equation}
Solving the first two equations, you will just get begin{equation} bx-ay=constant,end{equation} which is one of your transformed coordinates. In fact this kind of transformation is called methods of characteristics. It roughly suggests that you assume the solution depends on both x and y and then try to go to the space where the solution is constant, just like the previous expression has shown.
Well, it doesn't exactly find the solution for you but provide you with a hint on how the solution profile looks like. In this your particular case, use the second equation with any pairs and find expression for u(x,y). Most of such problems are supplimented with initial conditions to help you find such particular u.
$endgroup$
add a comment |
$begingroup$
It would be useful for first order PDE of this kind to consider it as being extracted from the direction derivatives. For instance, the directional derivative of a function u(x,y) is given by
begin{equation} du=frac{partial u}{partial x}dx+frac{partial u}{partial y}dy=u_xdx+u_ydyend{equation} Rewriting your equation as
begin{equation}
au_x+bu_y=-cu
end{equation}
What your directional derivative of u tells is that begin{equation} du=-cu end{equation}
One simply gets begin{equation} frac{dx}{a}=frac{dy}{b}=frac{du}{-cu}.end{equation}
Solving the first two equations, you will just get begin{equation} bx-ay=constant,end{equation} which is one of your transformed coordinates. In fact this kind of transformation is called methods of characteristics. It roughly suggests that you assume the solution depends on both x and y and then try to go to the space where the solution is constant, just like the previous expression has shown.
Well, it doesn't exactly find the solution for you but provide you with a hint on how the solution profile looks like. In this your particular case, use the second equation with any pairs and find expression for u(x,y). Most of such problems are supplimented with initial conditions to help you find such particular u.
$endgroup$
add a comment |
$begingroup$
It would be useful for first order PDE of this kind to consider it as being extracted from the direction derivatives. For instance, the directional derivative of a function u(x,y) is given by
begin{equation} du=frac{partial u}{partial x}dx+frac{partial u}{partial y}dy=u_xdx+u_ydyend{equation} Rewriting your equation as
begin{equation}
au_x+bu_y=-cu
end{equation}
What your directional derivative of u tells is that begin{equation} du=-cu end{equation}
One simply gets begin{equation} frac{dx}{a}=frac{dy}{b}=frac{du}{-cu}.end{equation}
Solving the first two equations, you will just get begin{equation} bx-ay=constant,end{equation} which is one of your transformed coordinates. In fact this kind of transformation is called methods of characteristics. It roughly suggests that you assume the solution depends on both x and y and then try to go to the space where the solution is constant, just like the previous expression has shown.
Well, it doesn't exactly find the solution for you but provide you with a hint on how the solution profile looks like. In this your particular case, use the second equation with any pairs and find expression for u(x,y). Most of such problems are supplimented with initial conditions to help you find such particular u.
$endgroup$
It would be useful for first order PDE of this kind to consider it as being extracted from the direction derivatives. For instance, the directional derivative of a function u(x,y) is given by
begin{equation} du=frac{partial u}{partial x}dx+frac{partial u}{partial y}dy=u_xdx+u_ydyend{equation} Rewriting your equation as
begin{equation}
au_x+bu_y=-cu
end{equation}
What your directional derivative of u tells is that begin{equation} du=-cu end{equation}
One simply gets begin{equation} frac{dx}{a}=frac{dy}{b}=frac{du}{-cu}.end{equation}
Solving the first two equations, you will just get begin{equation} bx-ay=constant,end{equation} which is one of your transformed coordinates. In fact this kind of transformation is called methods of characteristics. It roughly suggests that you assume the solution depends on both x and y and then try to go to the space where the solution is constant, just like the previous expression has shown.
Well, it doesn't exactly find the solution for you but provide you with a hint on how the solution profile looks like. In this your particular case, use the second equation with any pairs and find expression for u(x,y). Most of such problems are supplimented with initial conditions to help you find such particular u.
edited Feb 12 at 8:47
answered Jan 23 at 23:15
M.D.M.D.
549
549
add a comment |
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%2f720689%2fcoordinate-method-for-pde%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