Sign convention for Fourier transform and contour integration - example The 2019 Stack...
Do I have Disadvantage attacking with an off-hand weapon?
Why are PDP-7-style microprogrammed instructions out of vogue?
Homework question about an engine pulling a train
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Proving the given two groups are isomorphic
How do you keep chess fun when your opponent constantly beats you?
One-dimensional Japanese puzzle
Does Parliament hold absolute power in the UK?
Why not take a picture of a closer black hole?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Why did Peik Lin say, "I'm not an animal"?
Button changing its text & action. Good or terrible?
How do I design a circuit to convert a 100 mV and 50 Hz sine wave to a square wave?
Is this wall load bearing? Blueprints and photos attached
Example of compact Riemannian manifold with only one geodesic.
What's the point in a preamp?
Python - Fishing Simulator
Loose spokes after only a few rides
Sub-subscripts in strings cause different spacings than subscripts
how can a perfect fourth interval be considered either consonant or dissonant?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Can a flute soloist sit?
What information about me do stores get via my credit card?
Keeping a retro style to sci-fi spaceships?
Sign convention for Fourier transform and contour integration - example
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraRecovering cosh(ax) from it's fourier transformUse contour integration to compute the Fourier transform,Convolution Integral to Evaluate Fourier TransformDerive the Fourier TransformUsing contour integration to solve this integralCalculating Fourier transform of rational functionFourier Transform of an odd function and the Contour IntegrationFourier transform of radially symmetric functions + referencesFind inverse Fourier transform of Lorentzian using complex integrationInverse Fourier transform of Lorentzians and sign function
$begingroup$
I was wondering about one (probably trivial) fact during computing the Fourier transform while using contour integral.
As an example I have following function:
$$f(x)={{1}over{x^2+a^2}}$$ and its Fourier transform is equal to: $$FT[f(x)](s)={sqrt{piover 2}}e^{-|s|a}.$$
I used this definition of Fourier transform:
$$ FT[f(x)](s) =frac{1}{sqrt{2 pi}}int_{-infty}^{infty}f(x){e^{-isx}dx}$$
The singularities are $ia$ and $-ia$ and we have the solutions for $s lt 0$ and $s gt 0$. And we are applying the Jordan's lemma.
But why for $s lt 0$ we integrate along upper half-plane and for $s gt 0$ we have the lower half-plane? I confuse the sign notation. Everytime I think I have figured it out I have feeling it is not a real explanation, even though the reason is probably pretty simple. But every textbook or internet source just says it is like that and not why.
calculus complex-analysis fourier-analysis contour-integration fourier-transform
$endgroup$
add a comment |
$begingroup$
I was wondering about one (probably trivial) fact during computing the Fourier transform while using contour integral.
As an example I have following function:
$$f(x)={{1}over{x^2+a^2}}$$ and its Fourier transform is equal to: $$FT[f(x)](s)={sqrt{piover 2}}e^{-|s|a}.$$
I used this definition of Fourier transform:
$$ FT[f(x)](s) =frac{1}{sqrt{2 pi}}int_{-infty}^{infty}f(x){e^{-isx}dx}$$
The singularities are $ia$ and $-ia$ and we have the solutions for $s lt 0$ and $s gt 0$. And we are applying the Jordan's lemma.
But why for $s lt 0$ we integrate along upper half-plane and for $s gt 0$ we have the lower half-plane? I confuse the sign notation. Everytime I think I have figured it out I have feeling it is not a real explanation, even though the reason is probably pretty simple. But every textbook or internet source just says it is like that and not why.
calculus complex-analysis fourier-analysis contour-integration fourier-transform
$endgroup$
add a comment |
$begingroup$
I was wondering about one (probably trivial) fact during computing the Fourier transform while using contour integral.
As an example I have following function:
$$f(x)={{1}over{x^2+a^2}}$$ and its Fourier transform is equal to: $$FT[f(x)](s)={sqrt{piover 2}}e^{-|s|a}.$$
I used this definition of Fourier transform:
$$ FT[f(x)](s) =frac{1}{sqrt{2 pi}}int_{-infty}^{infty}f(x){e^{-isx}dx}$$
The singularities are $ia$ and $-ia$ and we have the solutions for $s lt 0$ and $s gt 0$. And we are applying the Jordan's lemma.
But why for $s lt 0$ we integrate along upper half-plane and for $s gt 0$ we have the lower half-plane? I confuse the sign notation. Everytime I think I have figured it out I have feeling it is not a real explanation, even though the reason is probably pretty simple. But every textbook or internet source just says it is like that and not why.
calculus complex-analysis fourier-analysis contour-integration fourier-transform
$endgroup$
I was wondering about one (probably trivial) fact during computing the Fourier transform while using contour integral.
As an example I have following function:
$$f(x)={{1}over{x^2+a^2}}$$ and its Fourier transform is equal to: $$FT[f(x)](s)={sqrt{piover 2}}e^{-|s|a}.$$
I used this definition of Fourier transform:
$$ FT[f(x)](s) =frac{1}{sqrt{2 pi}}int_{-infty}^{infty}f(x){e^{-isx}dx}$$
The singularities are $ia$ and $-ia$ and we have the solutions for $s lt 0$ and $s gt 0$. And we are applying the Jordan's lemma.
But why for $s lt 0$ we integrate along upper half-plane and for $s gt 0$ we have the lower half-plane? I confuse the sign notation. Everytime I think I have figured it out I have feeling it is not a real explanation, even though the reason is probably pretty simple. But every textbook or internet source just says it is like that and not why.
calculus complex-analysis fourier-analysis contour-integration fourier-transform
calculus complex-analysis fourier-analysis contour-integration fourier-transform
asked Mar 22 at 13:18
LeifLeif
628314
628314
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Let $x=a+bi$ Then we have that
$$exp(-ixs)=exp(-i(a+bi)s)=exp(-ias+bs)=exp(-ias)exp(bs)$$
If $s in mathbb{R}$, then the first term is oscillating. If $s>0$, then $b$ should be negative (otherwise $exp(bs) to infty$) to have a finite integral. If $s<0$, we should have positive $b$. And $b$ is positive in the upper half plane, and negative in the bottom half plane.
$endgroup$
add a comment |
Your Answer
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%2f3158133%2fsign-convention-for-fourier-transform-and-contour-integration-example%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$
Let $x=a+bi$ Then we have that
$$exp(-ixs)=exp(-i(a+bi)s)=exp(-ias+bs)=exp(-ias)exp(bs)$$
If $s in mathbb{R}$, then the first term is oscillating. If $s>0$, then $b$ should be negative (otherwise $exp(bs) to infty$) to have a finite integral. If $s<0$, we should have positive $b$. And $b$ is positive in the upper half plane, and negative in the bottom half plane.
$endgroup$
add a comment |
$begingroup$
Let $x=a+bi$ Then we have that
$$exp(-ixs)=exp(-i(a+bi)s)=exp(-ias+bs)=exp(-ias)exp(bs)$$
If $s in mathbb{R}$, then the first term is oscillating. If $s>0$, then $b$ should be negative (otherwise $exp(bs) to infty$) to have a finite integral. If $s<0$, we should have positive $b$. And $b$ is positive in the upper half plane, and negative in the bottom half plane.
$endgroup$
add a comment |
$begingroup$
Let $x=a+bi$ Then we have that
$$exp(-ixs)=exp(-i(a+bi)s)=exp(-ias+bs)=exp(-ias)exp(bs)$$
If $s in mathbb{R}$, then the first term is oscillating. If $s>0$, then $b$ should be negative (otherwise $exp(bs) to infty$) to have a finite integral. If $s<0$, we should have positive $b$. And $b$ is positive in the upper half plane, and negative in the bottom half plane.
$endgroup$
Let $x=a+bi$ Then we have that
$$exp(-ixs)=exp(-i(a+bi)s)=exp(-ias+bs)=exp(-ias)exp(bs)$$
If $s in mathbb{R}$, then the first term is oscillating. If $s>0$, then $b$ should be negative (otherwise $exp(bs) to infty$) to have a finite integral. If $s<0$, we should have positive $b$. And $b$ is positive in the upper half plane, and negative in the bottom half plane.
answered Mar 22 at 13:29
BotondBotond
6,57531034
6,57531034
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%2f3158133%2fsign-convention-for-fourier-transform-and-contour-integration-example%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