Laplace of the PDE $ x frac{partial(w)}{partial(x)} + frac{partial(w)}{partial(t)}=xt$.
$begingroup$
Question is find the Laplace transform of this equation:
$$ x frac{partial(w)}{partial(x)} + frac{partial(w)}{partial(t)}=xt$$
Boundary conditions : $$ w(x,0) = 0 qquad x geq0 $$
$$w(0,t)=0 qquad t geq 0$$
I've got as far as
$$ frac{d(W)}{d(x)}+frac{s}{x}W=frac{1}{s^2}$$
I'm not even sure this is correct but even if it is, I dont know how to integrate this to get $W(x,s)$
pde laplace-transform
$endgroup$
add a comment |
$begingroup$
Question is find the Laplace transform of this equation:
$$ x frac{partial(w)}{partial(x)} + frac{partial(w)}{partial(t)}=xt$$
Boundary conditions : $$ w(x,0) = 0 qquad x geq0 $$
$$w(0,t)=0 qquad t geq 0$$
I've got as far as
$$ frac{d(W)}{d(x)}+frac{s}{x}W=frac{1}{s^2}$$
I'm not even sure this is correct but even if it is, I dont know how to integrate this to get $W(x,s)$
pde laplace-transform
$endgroup$
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59
add a comment |
$begingroup$
Question is find the Laplace transform of this equation:
$$ x frac{partial(w)}{partial(x)} + frac{partial(w)}{partial(t)}=xt$$
Boundary conditions : $$ w(x,0) = 0 qquad x geq0 $$
$$w(0,t)=0 qquad t geq 0$$
I've got as far as
$$ frac{d(W)}{d(x)}+frac{s}{x}W=frac{1}{s^2}$$
I'm not even sure this is correct but even if it is, I dont know how to integrate this to get $W(x,s)$
pde laplace-transform
$endgroup$
Question is find the Laplace transform of this equation:
$$ x frac{partial(w)}{partial(x)} + frac{partial(w)}{partial(t)}=xt$$
Boundary conditions : $$ w(x,0) = 0 qquad x geq0 $$
$$w(0,t)=0 qquad t geq 0$$
I've got as far as
$$ frac{d(W)}{d(x)}+frac{s}{x}W=frac{1}{s^2}$$
I'm not even sure this is correct but even if it is, I dont know how to integrate this to get $W(x,s)$
pde laplace-transform
pde laplace-transform
edited Dec 13 '18 at 19:55
Nosrati
26.6k62354
26.6k62354
asked Dec 13 '18 at 14:51
Elliot SilverElliot Silver
244
244
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59
add a comment |
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$$frac{dW}{dx}+frac{s}{x}W=frac{1}{s^2}$$
Following the hints in the comments, the solution of the equation is
$$W(x,s)=dfrac{x}{s^2(s+1)}+c_1x^{-s}$$
But $W(0,s)=0$ and because it holds for any $s$
$$0=dfrac{c_1}{x^s}implies c_1=0$$
$$W(x,s)=dfrac{x}{s^2(s+1)}$$
and
$$w(x,t)=x(e^{-t}+t-1)$$
$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%2f3038107%2flaplace-of-the-pde-x-frac-partialw-partialx-frac-partialw-par%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$
$$frac{dW}{dx}+frac{s}{x}W=frac{1}{s^2}$$
Following the hints in the comments, the solution of the equation is
$$W(x,s)=dfrac{x}{s^2(s+1)}+c_1x^{-s}$$
But $W(0,s)=0$ and because it holds for any $s$
$$0=dfrac{c_1}{x^s}implies c_1=0$$
$$W(x,s)=dfrac{x}{s^2(s+1)}$$
and
$$w(x,t)=x(e^{-t}+t-1)$$
$endgroup$
add a comment |
$begingroup$
$$frac{dW}{dx}+frac{s}{x}W=frac{1}{s^2}$$
Following the hints in the comments, the solution of the equation is
$$W(x,s)=dfrac{x}{s^2(s+1)}+c_1x^{-s}$$
But $W(0,s)=0$ and because it holds for any $s$
$$0=dfrac{c_1}{x^s}implies c_1=0$$
$$W(x,s)=dfrac{x}{s^2(s+1)}$$
and
$$w(x,t)=x(e^{-t}+t-1)$$
$endgroup$
add a comment |
$begingroup$
$$frac{dW}{dx}+frac{s}{x}W=frac{1}{s^2}$$
Following the hints in the comments, the solution of the equation is
$$W(x,s)=dfrac{x}{s^2(s+1)}+c_1x^{-s}$$
But $W(0,s)=0$ and because it holds for any $s$
$$0=dfrac{c_1}{x^s}implies c_1=0$$
$$W(x,s)=dfrac{x}{s^2(s+1)}$$
and
$$w(x,t)=x(e^{-t}+t-1)$$
$endgroup$
$$frac{dW}{dx}+frac{s}{x}W=frac{1}{s^2}$$
Following the hints in the comments, the solution of the equation is
$$W(x,s)=dfrac{x}{s^2(s+1)}+c_1x^{-s}$$
But $W(0,s)=0$ and because it holds for any $s$
$$0=dfrac{c_1}{x^s}implies c_1=0$$
$$W(x,s)=dfrac{x}{s^2(s+1)}$$
and
$$w(x,t)=x(e^{-t}+t-1)$$
edited Dec 14 '18 at 10:08
answered Dec 13 '18 at 19:45
Rafa BudríaRafa Budría
5,8151825
5,8151825
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%2f3038107%2flaplace-of-the-pde-x-frac-partialw-partialx-frac-partialw-par%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
$begingroup$
Try with $W = a x + b x^{-s}$ for some $a$ and $b$ which depend on $s$
$endgroup$
– Federico
Dec 13 '18 at 14:57
$begingroup$
The idea is that after you multiply by $x^s$, you get $x^sfrac{dW}{dx}+sx^{s-1}W$, which is $frac{d(x^sW)}{dx}$...
$endgroup$
– Federico
Dec 13 '18 at 14:59