Inverse Laplace transform of $1/(1+sqrt{1+s^2})$
A seemingly simple function,
$F(s)=frac{1}{1+sqrt{1+s^2}}$.
But what is its inverse Laplace transform?
If there is not a closed form, can I get some long/short time asymptotic?
It must have something to do with the Bessel J function.
laplace-transform
add a comment |
A seemingly simple function,
$F(s)=frac{1}{1+sqrt{1+s^2}}$.
But what is its inverse Laplace transform?
If there is not a closed form, can I get some long/short time asymptotic?
It must have something to do with the Bessel J function.
laplace-transform
add a comment |
A seemingly simple function,
$F(s)=frac{1}{1+sqrt{1+s^2}}$.
But what is its inverse Laplace transform?
If there is not a closed form, can I get some long/short time asymptotic?
It must have something to do with the Bessel J function.
laplace-transform
A seemingly simple function,
$F(s)=frac{1}{1+sqrt{1+s^2}}$.
But what is its inverse Laplace transform?
If there is not a closed form, can I get some long/short time asymptotic?
It must have something to do with the Bessel J function.
laplace-transform
laplace-transform
asked Nov 29 '18 at 20:16
user621127user621127
61
61
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
We can use the trick of writing
$$frac 1 {1 + sqrt {1 + s^2}} =
frac 1 s sqrt {1 + frac 1 {s^2}} - frac 1 {s^2},$$
which holds for $s$ in the right half-plane. Then
$$mathcal L^{-1} !{left[ frac 1 {1 + sqrt {1 + s^2}} right]} =
-mathcal L^{-1}[s^{-2}] +
sum_{k geq 0} binom {1/2} k mathcal L^{-1}[s^{-2 k - 1}] = \
-t + sum_{k geq 0} binom {1/2} k frac {t^{2 k}} {Gamma(2 k + 1)} =
{_1hspace{-2px}F_2} {left( -frac 1 2; frac 1 2, 1; -frac {t^2} 4 right)} - t.$$
The hypergeometric function can be converted to a combination of Bessel and Struve functions.
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
add a comment |
Hint
Let the inverse Laplace be $f(t)$ . Then what is the Laplace of $frac{f(t)}{t}$
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%2f3019141%2finverse-laplace-transform-of-1-1-sqrt1s2%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
We can use the trick of writing
$$frac 1 {1 + sqrt {1 + s^2}} =
frac 1 s sqrt {1 + frac 1 {s^2}} - frac 1 {s^2},$$
which holds for $s$ in the right half-plane. Then
$$mathcal L^{-1} !{left[ frac 1 {1 + sqrt {1 + s^2}} right]} =
-mathcal L^{-1}[s^{-2}] +
sum_{k geq 0} binom {1/2} k mathcal L^{-1}[s^{-2 k - 1}] = \
-t + sum_{k geq 0} binom {1/2} k frac {t^{2 k}} {Gamma(2 k + 1)} =
{_1hspace{-2px}F_2} {left( -frac 1 2; frac 1 2, 1; -frac {t^2} 4 right)} - t.$$
The hypergeometric function can be converted to a combination of Bessel and Struve functions.
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
add a comment |
We can use the trick of writing
$$frac 1 {1 + sqrt {1 + s^2}} =
frac 1 s sqrt {1 + frac 1 {s^2}} - frac 1 {s^2},$$
which holds for $s$ in the right half-plane. Then
$$mathcal L^{-1} !{left[ frac 1 {1 + sqrt {1 + s^2}} right]} =
-mathcal L^{-1}[s^{-2}] +
sum_{k geq 0} binom {1/2} k mathcal L^{-1}[s^{-2 k - 1}] = \
-t + sum_{k geq 0} binom {1/2} k frac {t^{2 k}} {Gamma(2 k + 1)} =
{_1hspace{-2px}F_2} {left( -frac 1 2; frac 1 2, 1; -frac {t^2} 4 right)} - t.$$
The hypergeometric function can be converted to a combination of Bessel and Struve functions.
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
add a comment |
We can use the trick of writing
$$frac 1 {1 + sqrt {1 + s^2}} =
frac 1 s sqrt {1 + frac 1 {s^2}} - frac 1 {s^2},$$
which holds for $s$ in the right half-plane. Then
$$mathcal L^{-1} !{left[ frac 1 {1 + sqrt {1 + s^2}} right]} =
-mathcal L^{-1}[s^{-2}] +
sum_{k geq 0} binom {1/2} k mathcal L^{-1}[s^{-2 k - 1}] = \
-t + sum_{k geq 0} binom {1/2} k frac {t^{2 k}} {Gamma(2 k + 1)} =
{_1hspace{-2px}F_2} {left( -frac 1 2; frac 1 2, 1; -frac {t^2} 4 right)} - t.$$
The hypergeometric function can be converted to a combination of Bessel and Struve functions.
We can use the trick of writing
$$frac 1 {1 + sqrt {1 + s^2}} =
frac 1 s sqrt {1 + frac 1 {s^2}} - frac 1 {s^2},$$
which holds for $s$ in the right half-plane. Then
$$mathcal L^{-1} !{left[ frac 1 {1 + sqrt {1 + s^2}} right]} =
-mathcal L^{-1}[s^{-2}] +
sum_{k geq 0} binom {1/2} k mathcal L^{-1}[s^{-2 k - 1}] = \
-t + sum_{k geq 0} binom {1/2} k frac {t^{2 k}} {Gamma(2 k + 1)} =
{_1hspace{-2px}F_2} {left( -frac 1 2; frac 1 2, 1; -frac {t^2} 4 right)} - t.$$
The hypergeometric function can be converted to a combination of Bessel and Struve functions.
answered Dec 1 '18 at 4:13
MaximMaxim
4,6081219
4,6081219
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
add a comment |
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
Thank you so much, this is brilliant!
– user621127
Dec 2 '18 at 7:51
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
May I ask a follow up though. So what happens if my function becomes $$frac{1}{c+sqrt{1+s^2}}$$, where $c$ is a constant other than 1. Then the "partial fraction" still works, the binomial theorem still works, but the product is not as nice and we don't just get 1/s that can be absorbed. In this case, is there a way other than convolution?
– user621127
Dec 2 '18 at 7:54
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
For $c neq pm 1$, the inverse transform will contain an integral of $e^{a t} J_1(t)/t$ (which is the convolution that you mentioned). Most likely some very general special functions will be required to express it in closed form.
– Maxim
Dec 2 '18 at 11:04
add a comment |
Hint
Let the inverse Laplace be $f(t)$ . Then what is the Laplace of $frac{f(t)}{t}$
add a comment |
Hint
Let the inverse Laplace be $f(t)$ . Then what is the Laplace of $frac{f(t)}{t}$
add a comment |
Hint
Let the inverse Laplace be $f(t)$ . Then what is the Laplace of $frac{f(t)}{t}$
Hint
Let the inverse Laplace be $f(t)$ . Then what is the Laplace of $frac{f(t)}{t}$
answered Dec 1 '18 at 4:01
user471651user471651
513215
513215
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3019141%2finverse-laplace-transform-of-1-1-sqrt1s2%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