How to solve the given Partial Differential Equation? The 2019 Stack Overflow Developer Survey Results Are InDoes solve PDE by combination of variables always cannot find the general solutions?Separating Partial Differential EqPartial Differential Equation $u_t=3u_xx$How to solve a first order partial differential equation?solving a partial differential equation (Damped heat equation)Solve the following Partial Differential Equation with homogeneous BC'schange of coordinates in partial differential equation (reynolds equation)Write the ODEs of this PDE in Sturm-Liouville form using separation of variablesHow to write the ODEs of a PDE in Sturm-Liouville form, when there are no boundary conditionsDifficult partial differential equation
Can someone be penalized for an "unlawful" act if no penalty is specified?
Are there incongruent pythagorean triangles with the same perimeter and same area?
Apparent duplicates between Haynes service instructions and MOT
Origin of "cooter" meaning "vagina"
One word riddle: Vowel in the middle
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Is an up-to-date browser secure on an out-of-date OS?
Can we generate random numbers using irrational numbers like π and e?
Can one be advised by a professor who is very far away?
What did it mean to "align" a radio?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
Aging parents with no investments
Lightning Grid - Columns and Rows?
Loose spokes after only a few rides
A poker game description that does not feel gimmicky
Am I thawing this London Broil safely?
Reference request: Oldest number theory books with (unsolved) exercises?
Geography at the pixel level
Can a flute soloist sit?
Is flight data recorder erased after every flight?
How to support a colleague who finds meetings extremely tiring?
Why is the maximum length of OpenWrt’s root password 8 characters?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Why do UK politicians seemingly ignore opinion polls on Brexit?
How to solve the given Partial Differential Equation?
The 2019 Stack Overflow Developer Survey Results Are InDoes solve PDE by combination of variables always cannot find the general solutions?Separating Partial Differential EqPartial Differential Equation $u_t=3u_xx$How to solve a first order partial differential equation?solving a partial differential equation (Damped heat equation)Solve the following Partial Differential Equation with homogeneous BC'schange of coordinates in partial differential equation (reynolds equation)Write the ODEs of this PDE in Sturm-Liouville form using separation of variablesHow to write the ODEs of a PDE in Sturm-Liouville form, when there are no boundary conditionsDifficult partial differential equation
$begingroup$
I need help on solving the following PDE by Maple or Mathematica:
beginequation
D Big( D - frac1alpha fracpartialpartial t Big) f + fracsinthetaalpha bigg( fracpartial fpartial r fracpartialpartial theta Big(fracDfr^2 sintheta Big) - fracpartial fpartial theta fracpartialpartial r Big(fracDfr^2 sintheta Big) bigg) = 0
endequation
Where $f=f(t,r,theta$) defined in the spherical coordinate and $D$ an operator:
beginequation
D = fracpartial^2partial r^2 + frac1r^2 fracpartial^2partial theta^2 - fraccosthetar^2 sintheta fracpartialpartial theta
endequation
Here is the link that provides you the code written in Maple:
https://www.dropbox.com/s/iej0mpf6z05k6o4/spherical-outputs.mw?dl=0
With the hint of separation of variables $f(t,r,theta)=T(t) cdot R(r) cdot Theta(theta)$, Maple couldn't solve the PDE probably because it is not separatable. Can anyone help me to solve this equation with any method in Maple or Mathematica?
Based on the known solution for more simple case, I also formulated the time-dependency $T(t)=e^-lambda^2 alpha t$ and used the change of variable $f(t,r,theta)=e^-lambda^2 alpha t (r cdot fracpartial g(r,theta)partial r)$, but still couldn't solve it. Does anyone know a change of variables that could potentially solve this kind of PDE?
pde maple change-of-variable
$endgroup$
add a comment |
$begingroup$
I need help on solving the following PDE by Maple or Mathematica:
beginequation
D Big( D - frac1alpha fracpartialpartial t Big) f + fracsinthetaalpha bigg( fracpartial fpartial r fracpartialpartial theta Big(fracDfr^2 sintheta Big) - fracpartial fpartial theta fracpartialpartial r Big(fracDfr^2 sintheta Big) bigg) = 0
endequation
Where $f=f(t,r,theta$) defined in the spherical coordinate and $D$ an operator:
beginequation
D = fracpartial^2partial r^2 + frac1r^2 fracpartial^2partial theta^2 - fraccosthetar^2 sintheta fracpartialpartial theta
endequation
Here is the link that provides you the code written in Maple:
https://www.dropbox.com/s/iej0mpf6z05k6o4/spherical-outputs.mw?dl=0
With the hint of separation of variables $f(t,r,theta)=T(t) cdot R(r) cdot Theta(theta)$, Maple couldn't solve the PDE probably because it is not separatable. Can anyone help me to solve this equation with any method in Maple or Mathematica?
Based on the known solution for more simple case, I also formulated the time-dependency $T(t)=e^-lambda^2 alpha t$ and used the change of variable $f(t,r,theta)=e^-lambda^2 alpha t (r cdot fracpartial g(r,theta)partial r)$, but still couldn't solve it. Does anyone know a change of variables that could potentially solve this kind of PDE?
pde maple change-of-variable
$endgroup$
3
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19
add a comment |
$begingroup$
I need help on solving the following PDE by Maple or Mathematica:
beginequation
D Big( D - frac1alpha fracpartialpartial t Big) f + fracsinthetaalpha bigg( fracpartial fpartial r fracpartialpartial theta Big(fracDfr^2 sintheta Big) - fracpartial fpartial theta fracpartialpartial r Big(fracDfr^2 sintheta Big) bigg) = 0
endequation
Where $f=f(t,r,theta$) defined in the spherical coordinate and $D$ an operator:
beginequation
D = fracpartial^2partial r^2 + frac1r^2 fracpartial^2partial theta^2 - fraccosthetar^2 sintheta fracpartialpartial theta
endequation
Here is the link that provides you the code written in Maple:
https://www.dropbox.com/s/iej0mpf6z05k6o4/spherical-outputs.mw?dl=0
With the hint of separation of variables $f(t,r,theta)=T(t) cdot R(r) cdot Theta(theta)$, Maple couldn't solve the PDE probably because it is not separatable. Can anyone help me to solve this equation with any method in Maple or Mathematica?
Based on the known solution for more simple case, I also formulated the time-dependency $T(t)=e^-lambda^2 alpha t$ and used the change of variable $f(t,r,theta)=e^-lambda^2 alpha t (r cdot fracpartial g(r,theta)partial r)$, but still couldn't solve it. Does anyone know a change of variables that could potentially solve this kind of PDE?
pde maple change-of-variable
$endgroup$
I need help on solving the following PDE by Maple or Mathematica:
beginequation
D Big( D - frac1alpha fracpartialpartial t Big) f + fracsinthetaalpha bigg( fracpartial fpartial r fracpartialpartial theta Big(fracDfr^2 sintheta Big) - fracpartial fpartial theta fracpartialpartial r Big(fracDfr^2 sintheta Big) bigg) = 0
endequation
Where $f=f(t,r,theta$) defined in the spherical coordinate and $D$ an operator:
beginequation
D = fracpartial^2partial r^2 + frac1r^2 fracpartial^2partial theta^2 - fraccosthetar^2 sintheta fracpartialpartial theta
endequation
Here is the link that provides you the code written in Maple:
https://www.dropbox.com/s/iej0mpf6z05k6o4/spherical-outputs.mw?dl=0
With the hint of separation of variables $f(t,r,theta)=T(t) cdot R(r) cdot Theta(theta)$, Maple couldn't solve the PDE probably because it is not separatable. Can anyone help me to solve this equation with any method in Maple or Mathematica?
Based on the known solution for more simple case, I also formulated the time-dependency $T(t)=e^-lambda^2 alpha t$ and used the change of variable $f(t,r,theta)=e^-lambda^2 alpha t (r cdot fracpartial g(r,theta)partial r)$, but still couldn't solve it. Does anyone know a change of variables that could potentially solve this kind of PDE?
pde maple change-of-variable
pde maple change-of-variable
edited 2 days ago
Ahmad
asked Apr 6 at 21:57
AhmadAhmad
262
262
3
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19
add a comment |
3
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19
3
3
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19
add a comment |
0
active
oldest
votes
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%2f3177491%2fhow-to-solve-the-given-partial-differential-equation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3177491%2fhow-to-solve-the-given-partial-differential-equation%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
3
$begingroup$
Your PDE doesn't seem to be written correctly: the second D that appears in the formula has no function that it can act upon.
$endgroup$
– Adam Latosiński
Apr 6 at 23:55
$begingroup$
You're right. I've already fixed it. Function $f(t,r,theta)$ is multiplied to both $D$ and $frac1alpha fracpartialpartial t$.
$endgroup$
– Ahmad
Apr 8 at 1:19