Show ${int_{0}^{1}|e^{-2picdot int} f(t)| dt} = {int_{0}^{1}|f(t)| dt}$
The expressions below are from page 36 of Brad Osgood's "The Fourier Transform and its Applications". I don't understand how to establish the equality between the second and third expressions below (the text doesn't expand on this).
For the inequality between the first and second expressions, I can tell that it is using the idea that the absolute value of an integral is less than or equal to the integral of the absolute value of the same integrand. I also recognize the first expression as the absolute value of the n-th Fourier coefficient. The context of the previous pages was on the Cauchy-Schwartz inequality and the Triangle Inequality; however, it doesn't look like either of these inequalities are being used to establish this equality. Any hints on how to get at this?
fourier-analysis fourier-series
add a comment |
The expressions below are from page 36 of Brad Osgood's "The Fourier Transform and its Applications". I don't understand how to establish the equality between the second and third expressions below (the text doesn't expand on this).
For the inequality between the first and second expressions, I can tell that it is using the idea that the absolute value of an integral is less than or equal to the integral of the absolute value of the same integrand. I also recognize the first expression as the absolute value of the n-th Fourier coefficient. The context of the previous pages was on the Cauchy-Schwartz inequality and the Triangle Inequality; however, it doesn't look like either of these inequalities are being used to establish this equality. Any hints on how to get at this?
fourier-analysis fourier-series
add a comment |
The expressions below are from page 36 of Brad Osgood's "The Fourier Transform and its Applications". I don't understand how to establish the equality between the second and third expressions below (the text doesn't expand on this).
For the inequality between the first and second expressions, I can tell that it is using the idea that the absolute value of an integral is less than or equal to the integral of the absolute value of the same integrand. I also recognize the first expression as the absolute value of the n-th Fourier coefficient. The context of the previous pages was on the Cauchy-Schwartz inequality and the Triangle Inequality; however, it doesn't look like either of these inequalities are being used to establish this equality. Any hints on how to get at this?
fourier-analysis fourier-series
The expressions below are from page 36 of Brad Osgood's "The Fourier Transform and its Applications". I don't understand how to establish the equality between the second and third expressions below (the text doesn't expand on this).
For the inequality between the first and second expressions, I can tell that it is using the idea that the absolute value of an integral is less than or equal to the integral of the absolute value of the same integrand. I also recognize the first expression as the absolute value of the n-th Fourier coefficient. The context of the previous pages was on the Cauchy-Schwartz inequality and the Triangle Inequality; however, it doesn't look like either of these inequalities are being used to establish this equality. Any hints on how to get at this?
fourier-analysis fourier-series
fourier-analysis fourier-series
edited Nov 26 at 2:37
Tianlalu
3,05521038
3,05521038
asked Nov 26 at 1:59
hgil
226
226
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Note that
$$|e^{it}|=1 hspace{4mm}forall tin mathbb{R}.$$
It is because
$$|e^{it}|=|cos(t)+isin(t)|=sqrt{cos^2(t)+sin^2(t)}=1.$$
Thus,
$$|e^{-2pi i n t}f(t)|=|e^{-2pi i n t}||f(t)|=|e^{(-2pi n t)i}||f(t)|=1|f(t)|=|f(t)|.$$
Perfect! Thanks!
– hgil
Nov 26 at 2:13
add a comment |
For any two complex numbers $z_1$ and $z_2$ we have $$|z_1z_2|=|z_1||z_2|$$ so here
$$left|e^{-2pi i n t}f(t)right|=left|e^{-2pi i n t}right|left|f(t)right|=left|f(t)right|$$
if $ntin mathbb{R}$.
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%2f3013708%2fshow-int-01e-2-pi-cdot-int-ft-dt-int-01ft-dt%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
Note that
$$|e^{it}|=1 hspace{4mm}forall tin mathbb{R}.$$
It is because
$$|e^{it}|=|cos(t)+isin(t)|=sqrt{cos^2(t)+sin^2(t)}=1.$$
Thus,
$$|e^{-2pi i n t}f(t)|=|e^{-2pi i n t}||f(t)|=|e^{(-2pi n t)i}||f(t)|=1|f(t)|=|f(t)|.$$
Perfect! Thanks!
– hgil
Nov 26 at 2:13
add a comment |
Note that
$$|e^{it}|=1 hspace{4mm}forall tin mathbb{R}.$$
It is because
$$|e^{it}|=|cos(t)+isin(t)|=sqrt{cos^2(t)+sin^2(t)}=1.$$
Thus,
$$|e^{-2pi i n t}f(t)|=|e^{-2pi i n t}||f(t)|=|e^{(-2pi n t)i}||f(t)|=1|f(t)|=|f(t)|.$$
Perfect! Thanks!
– hgil
Nov 26 at 2:13
add a comment |
Note that
$$|e^{it}|=1 hspace{4mm}forall tin mathbb{R}.$$
It is because
$$|e^{it}|=|cos(t)+isin(t)|=sqrt{cos^2(t)+sin^2(t)}=1.$$
Thus,
$$|e^{-2pi i n t}f(t)|=|e^{-2pi i n t}||f(t)|=|e^{(-2pi n t)i}||f(t)|=1|f(t)|=|f(t)|.$$
Note that
$$|e^{it}|=1 hspace{4mm}forall tin mathbb{R}.$$
It is because
$$|e^{it}|=|cos(t)+isin(t)|=sqrt{cos^2(t)+sin^2(t)}=1.$$
Thus,
$$|e^{-2pi i n t}f(t)|=|e^{-2pi i n t}||f(t)|=|e^{(-2pi n t)i}||f(t)|=1|f(t)|=|f(t)|.$$
answered Nov 26 at 2:11
LeB
989217
989217
Perfect! Thanks!
– hgil
Nov 26 at 2:13
add a comment |
Perfect! Thanks!
– hgil
Nov 26 at 2:13
Perfect! Thanks!
– hgil
Nov 26 at 2:13
Perfect! Thanks!
– hgil
Nov 26 at 2:13
add a comment |
For any two complex numbers $z_1$ and $z_2$ we have $$|z_1z_2|=|z_1||z_2|$$ so here
$$left|e^{-2pi i n t}f(t)right|=left|e^{-2pi i n t}right|left|f(t)right|=left|f(t)right|$$
if $ntin mathbb{R}$.
add a comment |
For any two complex numbers $z_1$ and $z_2$ we have $$|z_1z_2|=|z_1||z_2|$$ so here
$$left|e^{-2pi i n t}f(t)right|=left|e^{-2pi i n t}right|left|f(t)right|=left|f(t)right|$$
if $ntin mathbb{R}$.
add a comment |
For any two complex numbers $z_1$ and $z_2$ we have $$|z_1z_2|=|z_1||z_2|$$ so here
$$left|e^{-2pi i n t}f(t)right|=left|e^{-2pi i n t}right|left|f(t)right|=left|f(t)right|$$
if $ntin mathbb{R}$.
For any two complex numbers $z_1$ and $z_2$ we have $$|z_1z_2|=|z_1||z_2|$$ so here
$$left|e^{-2pi i n t}f(t)right|=left|e^{-2pi i n t}right|left|f(t)right|=left|f(t)right|$$
if $ntin mathbb{R}$.
answered Nov 26 at 2:13
M1183
943
943
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%2f3013708%2fshow-int-01e-2-pi-cdot-int-ft-dt-int-01ft-dt%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