Laplace transform of normal distribution function?$k$-dimensional normal distribution functionNormal...

What does “the session was packed” mean in this context?

What is the idiomatic way to say "clothing fits"?

Am I breaking OOP practice with this architecture?

What killed these X2 caps?

Reverse dictionary where values are lists

Can compressed videos be decoded back to their uncompresed original format?

Arrow those variables!

How to prevent "they're falling in love" trope

In 'Revenger,' what does 'cove' come from?

Is it inappropriate for a student to attend their mentor's dissertation defense?

How dangerous is XSS?

Why no variance term in Bayesian logistic regression?

Could the museum Saturn V's be refitted for one more flight?

Unlock My Phone! February 2018

Avoiding the "not like other girls" trope?

How did the Super Star Destroyer Executor get destroyed exactly?

How badly should I try to prevent a user from XSSing themselves?

Is there a hemisphere-neutral way of specifying a season?

What's the in-universe reasoning behind sorcerers needing material components?

How does a predictive coding aid in lossless compression?

How can saying a song's name be a copyright violation?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

How seriously should I take size and weight limits of hand luggage?



Laplace transform of normal distribution function?


$k$-dimensional normal distribution functionNormal Distribution Calculating ProbabilityUnilateral Laplace transform calculationLaplace transform of convolution integralLaplace transform of a normal distributionHow to compute the Laplace transform of a normally distributed density function?Laplace Transform gets complicatedRegion of Convergence of Bilateral Laplace TransformProduct distribution of independent Normal and Exponential random variablesSolve loss function for a normal distribution by integration













5












$begingroup$


In my notes this was left as an exercise and I am a bit rusty with my calculus.
Starting with the definitions:
$$mathcal{L}_X(t) = mathbb{E}[e^{-tX}] = int_0^infty e^{-Xt}f(t)dt ;;text{ and };;Xsimmathcal{N}(mu,sigma);;text{ i.e. };;f(t) = frac{1}{sqrt{2pi}sigma}e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}}$$ so



$$mathcal{L}_X(t) = int_0^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}} e^{-xt}dx$$



$$= frac{1}{sqrt{2pi}sigma} int_0^infty e^{-frac{1}{2}big(frac{(x-mu)^2}{sigma^2}big)-tx }dx$$
suppose I now say $u = frac{x-mu}{sigma}$ so that $x = usigma+mu$ I get the following but have run out of ideas for how to continue:



$$ = frac{1}{sqrt{2pi}sigma} int_{-frac{mu}{sigma}}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



I considered trying to complete the square but don't think it helped: the exponent becomes $-frac{1}{2}(u^2-2tusigma-2tmu)$ giving $-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu)$, which doesn't seem to be any simpler to integrate.



EDIT



After thinking about the comments I think this should be a double sided integral, as the expectation would be an integral over the probability distribution's domain (?)



So now I get
$$ mathcal{L}_X(t) = frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



Now I try completing the square as above and get



$$ frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu) }du = frac{1}{sqrt{2pi}sigma} e^{-t^2sigma^2-2tmu} int_{-infty}^infty
e^{-frac{1}{2}(u-tsigma)^2}du$$



Now I make a substitution to say $z = frac{1}{sqrt{2}}(u-tsigma)$ and then we get $u = sqrt{2}z+tsigma$, and $du = sqrt{2}dz$ so finally:



$$ frac{1}{sqrt{2pi}sigma}e^{-t^2sigma^2-2tmu} int_{-infty}^infty e^{-z^2} sqrt{2}dz =
frac{1}{sigma}e^{-t^2sigma^2-2tmu}$$



OK, so that is my attempt. I am very not confident about it, so any help/corrections are very welcome.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
    $endgroup$
    – Nero
    Nov 22 '15 at 11:00










  • $begingroup$
    @Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
    $endgroup$
    – Luskentyrian
    Nov 22 '15 at 11:47










  • $begingroup$
    Yes, 2 sided is much easier because the range is unchanged by the transformation.
    $endgroup$
    – Nero
    Nov 22 '15 at 12:28










  • $begingroup$
    @Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
    $endgroup$
    – Luskentyrian
    Nov 30 '15 at 12:42
















5












$begingroup$


In my notes this was left as an exercise and I am a bit rusty with my calculus.
Starting with the definitions:
$$mathcal{L}_X(t) = mathbb{E}[e^{-tX}] = int_0^infty e^{-Xt}f(t)dt ;;text{ and };;Xsimmathcal{N}(mu,sigma);;text{ i.e. };;f(t) = frac{1}{sqrt{2pi}sigma}e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}}$$ so



$$mathcal{L}_X(t) = int_0^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}} e^{-xt}dx$$



$$= frac{1}{sqrt{2pi}sigma} int_0^infty e^{-frac{1}{2}big(frac{(x-mu)^2}{sigma^2}big)-tx }dx$$
suppose I now say $u = frac{x-mu}{sigma}$ so that $x = usigma+mu$ I get the following but have run out of ideas for how to continue:



$$ = frac{1}{sqrt{2pi}sigma} int_{-frac{mu}{sigma}}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



I considered trying to complete the square but don't think it helped: the exponent becomes $-frac{1}{2}(u^2-2tusigma-2tmu)$ giving $-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu)$, which doesn't seem to be any simpler to integrate.



EDIT



After thinking about the comments I think this should be a double sided integral, as the expectation would be an integral over the probability distribution's domain (?)



So now I get
$$ mathcal{L}_X(t) = frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



Now I try completing the square as above and get



$$ frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu) }du = frac{1}{sqrt{2pi}sigma} e^{-t^2sigma^2-2tmu} int_{-infty}^infty
e^{-frac{1}{2}(u-tsigma)^2}du$$



Now I make a substitution to say $z = frac{1}{sqrt{2}}(u-tsigma)$ and then we get $u = sqrt{2}z+tsigma$, and $du = sqrt{2}dz$ so finally:



$$ frac{1}{sqrt{2pi}sigma}e^{-t^2sigma^2-2tmu} int_{-infty}^infty e^{-z^2} sqrt{2}dz =
frac{1}{sigma}e^{-t^2sigma^2-2tmu}$$



OK, so that is my attempt. I am very not confident about it, so any help/corrections are very welcome.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
    $endgroup$
    – Nero
    Nov 22 '15 at 11:00










  • $begingroup$
    @Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
    $endgroup$
    – Luskentyrian
    Nov 22 '15 at 11:47










  • $begingroup$
    Yes, 2 sided is much easier because the range is unchanged by the transformation.
    $endgroup$
    – Nero
    Nov 22 '15 at 12:28










  • $begingroup$
    @Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
    $endgroup$
    – Luskentyrian
    Nov 30 '15 at 12:42














5












5








5





$begingroup$


In my notes this was left as an exercise and I am a bit rusty with my calculus.
Starting with the definitions:
$$mathcal{L}_X(t) = mathbb{E}[e^{-tX}] = int_0^infty e^{-Xt}f(t)dt ;;text{ and };;Xsimmathcal{N}(mu,sigma);;text{ i.e. };;f(t) = frac{1}{sqrt{2pi}sigma}e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}}$$ so



$$mathcal{L}_X(t) = int_0^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}} e^{-xt}dx$$



$$= frac{1}{sqrt{2pi}sigma} int_0^infty e^{-frac{1}{2}big(frac{(x-mu)^2}{sigma^2}big)-tx }dx$$
suppose I now say $u = frac{x-mu}{sigma}$ so that $x = usigma+mu$ I get the following but have run out of ideas for how to continue:



$$ = frac{1}{sqrt{2pi}sigma} int_{-frac{mu}{sigma}}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



I considered trying to complete the square but don't think it helped: the exponent becomes $-frac{1}{2}(u^2-2tusigma-2tmu)$ giving $-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu)$, which doesn't seem to be any simpler to integrate.



EDIT



After thinking about the comments I think this should be a double sided integral, as the expectation would be an integral over the probability distribution's domain (?)



So now I get
$$ mathcal{L}_X(t) = frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



Now I try completing the square as above and get



$$ frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu) }du = frac{1}{sqrt{2pi}sigma} e^{-t^2sigma^2-2tmu} int_{-infty}^infty
e^{-frac{1}{2}(u-tsigma)^2}du$$



Now I make a substitution to say $z = frac{1}{sqrt{2}}(u-tsigma)$ and then we get $u = sqrt{2}z+tsigma$, and $du = sqrt{2}dz$ so finally:



$$ frac{1}{sqrt{2pi}sigma}e^{-t^2sigma^2-2tmu} int_{-infty}^infty e^{-z^2} sqrt{2}dz =
frac{1}{sigma}e^{-t^2sigma^2-2tmu}$$



OK, so that is my attempt. I am very not confident about it, so any help/corrections are very welcome.










share|cite|improve this question











$endgroup$




In my notes this was left as an exercise and I am a bit rusty with my calculus.
Starting with the definitions:
$$mathcal{L}_X(t) = mathbb{E}[e^{-tX}] = int_0^infty e^{-Xt}f(t)dt ;;text{ and };;Xsimmathcal{N}(mu,sigma);;text{ i.e. };;f(t) = frac{1}{sqrt{2pi}sigma}e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}}$$ so



$$mathcal{L}_X(t) = int_0^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}frac{(x-mu)^2}{sigma^2}} e^{-xt}dx$$



$$= frac{1}{sqrt{2pi}sigma} int_0^infty e^{-frac{1}{2}big(frac{(x-mu)^2}{sigma^2}big)-tx }dx$$
suppose I now say $u = frac{x-mu}{sigma}$ so that $x = usigma+mu$ I get the following but have run out of ideas for how to continue:



$$ = frac{1}{sqrt{2pi}sigma} int_{-frac{mu}{sigma}}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



I considered trying to complete the square but don't think it helped: the exponent becomes $-frac{1}{2}(u^2-2tusigma-2tmu)$ giving $-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu)$, which doesn't seem to be any simpler to integrate.



EDIT



After thinking about the comments I think this should be a double sided integral, as the expectation would be an integral over the probability distribution's domain (?)



So now I get
$$ mathcal{L}_X(t) = frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}u^2-t(usigma+mu) }du$$



Now I try completing the square as above and get



$$ frac{1}{sqrt{2pi}sigma} int_{-infty}^infty e^{-frac{1}{2}((u-tsigma)^2 -t^2sigma^2+2tmu) }du = frac{1}{sqrt{2pi}sigma} e^{-t^2sigma^2-2tmu} int_{-infty}^infty
e^{-frac{1}{2}(u-tsigma)^2}du$$



Now I make a substitution to say $z = frac{1}{sqrt{2}}(u-tsigma)$ and then we get $u = sqrt{2}z+tsigma$, and $du = sqrt{2}dz$ so finally:



$$ frac{1}{sqrt{2pi}sigma}e^{-t^2sigma^2-2tmu} int_{-infty}^infty e^{-z^2} sqrt{2}dz =
frac{1}{sigma}e^{-t^2sigma^2-2tmu}$$



OK, so that is my attempt. I am very not confident about it, so any help/corrections are very welcome.







normal-distribution laplace-transform






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 30 '15 at 12:41







Luskentyrian

















asked Nov 22 '15 at 10:54









LuskentyrianLuskentyrian

147210




147210












  • $begingroup$
    Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
    $endgroup$
    – Nero
    Nov 22 '15 at 11:00










  • $begingroup$
    @Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
    $endgroup$
    – Luskentyrian
    Nov 22 '15 at 11:47










  • $begingroup$
    Yes, 2 sided is much easier because the range is unchanged by the transformation.
    $endgroup$
    – Nero
    Nov 22 '15 at 12:28










  • $begingroup$
    @Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
    $endgroup$
    – Luskentyrian
    Nov 30 '15 at 12:42


















  • $begingroup$
    Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
    $endgroup$
    – Nero
    Nov 22 '15 at 11:00










  • $begingroup$
    @Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
    $endgroup$
    – Luskentyrian
    Nov 22 '15 at 11:47










  • $begingroup$
    Yes, 2 sided is much easier because the range is unchanged by the transformation.
    $endgroup$
    – Nero
    Nov 22 '15 at 12:28










  • $begingroup$
    @Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
    $endgroup$
    – Luskentyrian
    Nov 30 '15 at 12:42
















$begingroup$
Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
$endgroup$
– Nero
Nov 22 '15 at 11:00




$begingroup$
Typically for probability we do moment generating functions which is the 2-sided Laplace transform, integrate on $(-infty, infty)$. Are you sure it is the one-tailed Laplace you need?
$endgroup$
– Nero
Nov 22 '15 at 11:00












$begingroup$
@Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
$endgroup$
– Luskentyrian
Nov 22 '15 at 11:47




$begingroup$
@Nero I think one-sided as that is the only transform we defined in the course. The one example worked was for the exponential distribution, which was one sided. Is it much easier to do it two-sided?
$endgroup$
– Luskentyrian
Nov 22 '15 at 11:47












$begingroup$
Yes, 2 sided is much easier because the range is unchanged by the transformation.
$endgroup$
– Nero
Nov 22 '15 at 12:28




$begingroup$
Yes, 2 sided is much easier because the range is unchanged by the transformation.
$endgroup$
– Nero
Nov 22 '15 at 12:28












$begingroup$
@Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
$endgroup$
– Luskentyrian
Nov 30 '15 at 12:42




$begingroup$
@Nero On second thoughts I think it should be double sided as the expectation would run from $-infty$ to $infty$. I have made a new attempt at this in an edit.
$endgroup$
– Luskentyrian
Nov 30 '15 at 12:42










1 Answer
1






active

oldest

votes


















2












$begingroup$

Instead of doing the $u$-substitution:



$$
begin{align}
mathcal{L}_X (t) & = int_{-infty}^infty e^{-tx} frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2-tx} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2txright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2t(x-mu)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2-t^2sigma^2+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2right)+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2}e^{frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{(x+tsigma^2)-mu}{sigma}right)^2} mathrm{d}x
end{align}
$$

Let $y=x+tsigma^2$. $mathrm{d}y=mathrm{d}x$, $lim_{xtoinfty}ytoinfty$, $lim_{xto-infty}yto-infty$.
$$
begin{align}
mathcal{L}_X (t) & = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{y-mu}{sigma}right)^2} mathrm{d}y \
& = e^{frac{1}{2}t^2sigma^2-tmu}
end{align}
$$






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
    $endgroup$
    – dantopa
    Mar 1 at 4:16












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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1540880%2flaplace-transform-of-normal-distribution-function%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









2












$begingroup$

Instead of doing the $u$-substitution:



$$
begin{align}
mathcal{L}_X (t) & = int_{-infty}^infty e^{-tx} frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2-tx} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2txright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2t(x-mu)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2-t^2sigma^2+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2right)+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2}e^{frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{(x+tsigma^2)-mu}{sigma}right)^2} mathrm{d}x
end{align}
$$

Let $y=x+tsigma^2$. $mathrm{d}y=mathrm{d}x$, $lim_{xtoinfty}ytoinfty$, $lim_{xto-infty}yto-infty$.
$$
begin{align}
mathcal{L}_X (t) & = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{y-mu}{sigma}right)^2} mathrm{d}y \
& = e^{frac{1}{2}t^2sigma^2-tmu}
end{align}
$$






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
    $endgroup$
    – dantopa
    Mar 1 at 4:16
















2












$begingroup$

Instead of doing the $u$-substitution:



$$
begin{align}
mathcal{L}_X (t) & = int_{-infty}^infty e^{-tx} frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2-tx} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2txright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2t(x-mu)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2-t^2sigma^2+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2right)+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2}e^{frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{(x+tsigma^2)-mu}{sigma}right)^2} mathrm{d}x
end{align}
$$

Let $y=x+tsigma^2$. $mathrm{d}y=mathrm{d}x$, $lim_{xtoinfty}ytoinfty$, $lim_{xto-infty}yto-infty$.
$$
begin{align}
mathcal{L}_X (t) & = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{y-mu}{sigma}right)^2} mathrm{d}y \
& = e^{frac{1}{2}t^2sigma^2-tmu}
end{align}
$$






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
    $endgroup$
    – dantopa
    Mar 1 at 4:16














2












2








2





$begingroup$

Instead of doing the $u$-substitution:



$$
begin{align}
mathcal{L}_X (t) & = int_{-infty}^infty e^{-tx} frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2-tx} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2txright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2t(x-mu)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2-t^2sigma^2+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2right)+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2}e^{frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{(x+tsigma^2)-mu}{sigma}right)^2} mathrm{d}x
end{align}
$$

Let $y=x+tsigma^2$. $mathrm{d}y=mathrm{d}x$, $lim_{xtoinfty}ytoinfty$, $lim_{xto-infty}yto-infty$.
$$
begin{align}
mathcal{L}_X (t) & = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{y-mu}{sigma}right)^2} mathrm{d}y \
& = e^{frac{1}{2}t^2sigma^2-tmu}
end{align}
$$






share|cite|improve this answer











$endgroup$



Instead of doing the $u$-substitution:



$$
begin{align}
mathcal{L}_X (t) & = int_{-infty}^infty e^{-tx} frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}right)^2-tx} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2txright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2t(x-mu)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2-t^2sigma^2+2tmuright)} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(left(frac{x-mu}{sigma}right)^2+2(tsigma)left(frac{x-mu}{sigma}right)+t^2sigma^2right)+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2+frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2}e^{frac{1}{2}t^2sigma^2-tmu} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{x-mu}{sigma}+tsigmaright)^2} mathrm{d}x \
& = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{(x+tsigma^2)-mu}{sigma}right)^2} mathrm{d}x
end{align}
$$

Let $y=x+tsigma^2$. $mathrm{d}y=mathrm{d}x$, $lim_{xtoinfty}ytoinfty$, $lim_{xto-infty}yto-infty$.
$$
begin{align}
mathcal{L}_X (t) & = e^{frac{1}{2}t^2sigma^2-tmu} int_{-infty}^infty frac{1}{sqrt{2pi}sigma} e^{-frac{1}{2}left(frac{y-mu}{sigma}right)^2} mathrm{d}y \
& = e^{frac{1}{2}t^2sigma^2-tmu}
end{align}
$$







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Mar 18 at 19:19

























answered Mar 1 at 3:59









Vibius Vibidius ZosimusVibius Vibidius Zosimus

365




365












  • $begingroup$
    Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
    $endgroup$
    – dantopa
    Mar 1 at 4:16


















  • $begingroup$
    Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
    $endgroup$
    – dantopa
    Mar 1 at 4:16
















$begingroup$
Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
$endgroup$
– dantopa
Mar 1 at 4:16




$begingroup$
Welcome to Mathematics Stack Exchange! Take the short tour to see how how to get the most from your time here.
$endgroup$
– dantopa
Mar 1 at 4:16


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1540880%2flaplace-transform-of-normal-distribution-function%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

六本木駅

Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

Joseph Lister