Calculating infinite sum using Parseval's theorem The 2019 Stack Overflow Developer Survey Results Are InI have a problem with my proof of the Basel problem with Fourier seriesInner product of function of period $2pi$ with exponentialFourier series to calculate infinite seriesComplex Fourier series for $f(x)=cos(3x)$Evaluate $sum_n=-infty^infty hatg(n)$Proving linearity of an operator using boundedness.Convergence of the series $sum_n|langle f,e_nrangle|$Proof of Parseval's TheoremFourier series of $psi (x) = cos(2x)$ using the basis $e_n = dfrace^inxsqrt2pi$Avg Area of triangle

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

What is the meaning of the verb "bear" in this context?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Can a flute soloist sit?

Button changing it's text & action. Good or terrible?

What do the Banks children have against barley water?

How to support a colleague who finds meetings extremely tiring?

How come people say “Would of”?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

Deal with toxic manager when you can't quit

Is "plugging out" electronic devices an American expression?

How to save as into a customized destination on macOS?

When should I buy a clipper card after flying to OAK?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

"as much details as you can remember"

Is flight data recorder erased after every flight?

slides for 30min~1hr skype tenure track application interview

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

Falsification in Math vs Science

If a Druid sees an animal’s corpse, can they Wild Shape into that animal?

What is the meaning of Triage in Cybersec world?

A poker game description that does not feel gimmicky



Calculating infinite sum using Parseval's theorem



The 2019 Stack Overflow Developer Survey Results Are InI have a problem with my proof of the Basel problem with Fourier seriesInner product of function of period $2pi$ with exponentialFourier series to calculate infinite seriesComplex Fourier series for $f(x)=cos(3x)$Evaluate $sum_n=-infty^infty hatg(n)$Proving linearity of an operator using boundedness.Convergence of the series $sum_n|langle f,e_nrangle|$Proof of Parseval's TheoremFourier series of $psi (x) = cos(2x)$ using the basis $e_n = dfrace^inxsqrt2pi$Avg Area of triangle










1












$begingroup$


For$alpha in mathbbR backslash mathbbZ$, consider the fnunction $[0,2pi] to mathbbC : x mapsto fracpisin pi alpha e^i(pi - x)alpha$, and prove that $sum_n=-infty^infty frac1(n+alpha)^2 = fracpi^2(sin pi alpha)^2$. Recall that $x mapsto (2pi)^-1/2 e^inx : n in mathbbZ$ is an orthonormal basis for $L^2_mathbbC[0,2pi]$



My Attempt:



We use Parseval's Theorem, the fact that $|f|^2 = sum_n in mathbbZ |langle f,e_n rangle|^2$, with the inner product norm on $L^2_mathbbC[0,2pi]$. Firstly, we compute the left-hand side. We have
beginalign*
|f|^2 & = int_0^2pi f(x)^2 dx = fracpi^2(sin pi alpha)^2 int_0^2pi e^2i(pi - x)alpha dx \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha int_0^2pi e^-2ix alpha dx
= fracpi^2(sin pi alpha)^2 e^2ipialpha left[ -frac12ialphae^-2ix alpha right]_0^2pi \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha left( -frac12ialphae^-4ipi alpha + frac12ialpha right) =
fracpi^2(sin pi alpha)^2 e^2ipialpha left( frac1 - e^-4ipi alpha2ialpha right) \
& = fracpi^2(sin pi alpha)^2 left( frace^2ipialpha - e^-2ipi alpha2ialpha right)
= fracpi^2(sin pi alpha)^2 left( fracsin (2pi alpha)alpha right)
= frac2 pi^2 cos (pi alpha)sin (pi alpha) alpha.
endalign*

Here we use the trigonometric identities
$$
sin beta = frace^ibeta - e^-ibeta2i, textrm and sin(2beta) = 2sin(beta)cos(beta).
$$

On the left-hand side we have
beginalign*
langle f,e_n rangle & = int_0^2pi frac1sqrt2pi e^inx fracpisin pi alpha e^i(pi - x)alpha dx = fracpisin (pi alpha) sqrt2pi int_0^2pi e^inx + i(pi - x)alpha dx \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha int_0^2pi e^(in- ialpha)x dx
= fracpisin (pi alpha) sqrt2pi e^i pi alpha left[ frac1in - ialpha e^(in- ialpha)x right]_0^2pi \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frac1in - ialpha e^(in- ialpha)2pi - frac1in - ialpha right) \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frace^i(n-alpha)2pi - 1i(n - alpha) right) = fracpisin (pi alpha) sqrt2pi left( frac-(e^i pi alpha - e^-ipialpha)i(n - alpha) right) \
& = fracpisin (pi alpha) sqrt2pi frac-2 sin(pi alpha)n - alpha
= frac-2pi(n-alpha)sqrt2pi
endalign*

Hence, we have that
$$
|langle f,e_n rangle|^2 = frac2pi(n-alpha)^2.
$$



This is what I tried, things don't seem to add up to the desired outcome and I can't find any mistakes. Anyone has suggestions? I find the computations I made rather laborious, perhaps there are some tricks to do this simpler? I'm not so familiar with trigonometry and complex integration. Thanks in advance.










share|cite|improve this question









$endgroup$











  • $begingroup$
    I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
    $endgroup$
    – bobcliffe
    Mar 23 at 19:11










  • $begingroup$
    Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
    $endgroup$
    – Sigurd
    Mar 23 at 19:21











  • $begingroup$
    That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:24











  • $begingroup$
    Oh yeah you're right. How to compute absolute value of complex e-powers though?
    $endgroup$
    – Sigurd
    Mar 23 at 19:25










  • $begingroup$
    Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:26
















1












$begingroup$


For$alpha in mathbbR backslash mathbbZ$, consider the fnunction $[0,2pi] to mathbbC : x mapsto fracpisin pi alpha e^i(pi - x)alpha$, and prove that $sum_n=-infty^infty frac1(n+alpha)^2 = fracpi^2(sin pi alpha)^2$. Recall that $x mapsto (2pi)^-1/2 e^inx : n in mathbbZ$ is an orthonormal basis for $L^2_mathbbC[0,2pi]$



My Attempt:



We use Parseval's Theorem, the fact that $|f|^2 = sum_n in mathbbZ |langle f,e_n rangle|^2$, with the inner product norm on $L^2_mathbbC[0,2pi]$. Firstly, we compute the left-hand side. We have
beginalign*
|f|^2 & = int_0^2pi f(x)^2 dx = fracpi^2(sin pi alpha)^2 int_0^2pi e^2i(pi - x)alpha dx \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha int_0^2pi e^-2ix alpha dx
= fracpi^2(sin pi alpha)^2 e^2ipialpha left[ -frac12ialphae^-2ix alpha right]_0^2pi \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha left( -frac12ialphae^-4ipi alpha + frac12ialpha right) =
fracpi^2(sin pi alpha)^2 e^2ipialpha left( frac1 - e^-4ipi alpha2ialpha right) \
& = fracpi^2(sin pi alpha)^2 left( frace^2ipialpha - e^-2ipi alpha2ialpha right)
= fracpi^2(sin pi alpha)^2 left( fracsin (2pi alpha)alpha right)
= frac2 pi^2 cos (pi alpha)sin (pi alpha) alpha.
endalign*

Here we use the trigonometric identities
$$
sin beta = frace^ibeta - e^-ibeta2i, textrm and sin(2beta) = 2sin(beta)cos(beta).
$$

On the left-hand side we have
beginalign*
langle f,e_n rangle & = int_0^2pi frac1sqrt2pi e^inx fracpisin pi alpha e^i(pi - x)alpha dx = fracpisin (pi alpha) sqrt2pi int_0^2pi e^inx + i(pi - x)alpha dx \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha int_0^2pi e^(in- ialpha)x dx
= fracpisin (pi alpha) sqrt2pi e^i pi alpha left[ frac1in - ialpha e^(in- ialpha)x right]_0^2pi \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frac1in - ialpha e^(in- ialpha)2pi - frac1in - ialpha right) \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frace^i(n-alpha)2pi - 1i(n - alpha) right) = fracpisin (pi alpha) sqrt2pi left( frac-(e^i pi alpha - e^-ipialpha)i(n - alpha) right) \
& = fracpisin (pi alpha) sqrt2pi frac-2 sin(pi alpha)n - alpha
= frac-2pi(n-alpha)sqrt2pi
endalign*

Hence, we have that
$$
|langle f,e_n rangle|^2 = frac2pi(n-alpha)^2.
$$



This is what I tried, things don't seem to add up to the desired outcome and I can't find any mistakes. Anyone has suggestions? I find the computations I made rather laborious, perhaps there are some tricks to do this simpler? I'm not so familiar with trigonometry and complex integration. Thanks in advance.










share|cite|improve this question









$endgroup$











  • $begingroup$
    I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
    $endgroup$
    – bobcliffe
    Mar 23 at 19:11










  • $begingroup$
    Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
    $endgroup$
    – Sigurd
    Mar 23 at 19:21











  • $begingroup$
    That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:24











  • $begingroup$
    Oh yeah you're right. How to compute absolute value of complex e-powers though?
    $endgroup$
    – Sigurd
    Mar 23 at 19:25










  • $begingroup$
    Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:26














1












1








1





$begingroup$


For$alpha in mathbbR backslash mathbbZ$, consider the fnunction $[0,2pi] to mathbbC : x mapsto fracpisin pi alpha e^i(pi - x)alpha$, and prove that $sum_n=-infty^infty frac1(n+alpha)^2 = fracpi^2(sin pi alpha)^2$. Recall that $x mapsto (2pi)^-1/2 e^inx : n in mathbbZ$ is an orthonormal basis for $L^2_mathbbC[0,2pi]$



My Attempt:



We use Parseval's Theorem, the fact that $|f|^2 = sum_n in mathbbZ |langle f,e_n rangle|^2$, with the inner product norm on $L^2_mathbbC[0,2pi]$. Firstly, we compute the left-hand side. We have
beginalign*
|f|^2 & = int_0^2pi f(x)^2 dx = fracpi^2(sin pi alpha)^2 int_0^2pi e^2i(pi - x)alpha dx \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha int_0^2pi e^-2ix alpha dx
= fracpi^2(sin pi alpha)^2 e^2ipialpha left[ -frac12ialphae^-2ix alpha right]_0^2pi \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha left( -frac12ialphae^-4ipi alpha + frac12ialpha right) =
fracpi^2(sin pi alpha)^2 e^2ipialpha left( frac1 - e^-4ipi alpha2ialpha right) \
& = fracpi^2(sin pi alpha)^2 left( frace^2ipialpha - e^-2ipi alpha2ialpha right)
= fracpi^2(sin pi alpha)^2 left( fracsin (2pi alpha)alpha right)
= frac2 pi^2 cos (pi alpha)sin (pi alpha) alpha.
endalign*

Here we use the trigonometric identities
$$
sin beta = frace^ibeta - e^-ibeta2i, textrm and sin(2beta) = 2sin(beta)cos(beta).
$$

On the left-hand side we have
beginalign*
langle f,e_n rangle & = int_0^2pi frac1sqrt2pi e^inx fracpisin pi alpha e^i(pi - x)alpha dx = fracpisin (pi alpha) sqrt2pi int_0^2pi e^inx + i(pi - x)alpha dx \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha int_0^2pi e^(in- ialpha)x dx
= fracpisin (pi alpha) sqrt2pi e^i pi alpha left[ frac1in - ialpha e^(in- ialpha)x right]_0^2pi \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frac1in - ialpha e^(in- ialpha)2pi - frac1in - ialpha right) \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frace^i(n-alpha)2pi - 1i(n - alpha) right) = fracpisin (pi alpha) sqrt2pi left( frac-(e^i pi alpha - e^-ipialpha)i(n - alpha) right) \
& = fracpisin (pi alpha) sqrt2pi frac-2 sin(pi alpha)n - alpha
= frac-2pi(n-alpha)sqrt2pi
endalign*

Hence, we have that
$$
|langle f,e_n rangle|^2 = frac2pi(n-alpha)^2.
$$



This is what I tried, things don't seem to add up to the desired outcome and I can't find any mistakes. Anyone has suggestions? I find the computations I made rather laborious, perhaps there are some tricks to do this simpler? I'm not so familiar with trigonometry and complex integration. Thanks in advance.










share|cite|improve this question









$endgroup$




For$alpha in mathbbR backslash mathbbZ$, consider the fnunction $[0,2pi] to mathbbC : x mapsto fracpisin pi alpha e^i(pi - x)alpha$, and prove that $sum_n=-infty^infty frac1(n+alpha)^2 = fracpi^2(sin pi alpha)^2$. Recall that $x mapsto (2pi)^-1/2 e^inx : n in mathbbZ$ is an orthonormal basis for $L^2_mathbbC[0,2pi]$



My Attempt:



We use Parseval's Theorem, the fact that $|f|^2 = sum_n in mathbbZ |langle f,e_n rangle|^2$, with the inner product norm on $L^2_mathbbC[0,2pi]$. Firstly, we compute the left-hand side. We have
beginalign*
|f|^2 & = int_0^2pi f(x)^2 dx = fracpi^2(sin pi alpha)^2 int_0^2pi e^2i(pi - x)alpha dx \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha int_0^2pi e^-2ix alpha dx
= fracpi^2(sin pi alpha)^2 e^2ipialpha left[ -frac12ialphae^-2ix alpha right]_0^2pi \
& = fracpi^2(sin pi alpha)^2 e^2ipialpha left( -frac12ialphae^-4ipi alpha + frac12ialpha right) =
fracpi^2(sin pi alpha)^2 e^2ipialpha left( frac1 - e^-4ipi alpha2ialpha right) \
& = fracpi^2(sin pi alpha)^2 left( frace^2ipialpha - e^-2ipi alpha2ialpha right)
= fracpi^2(sin pi alpha)^2 left( fracsin (2pi alpha)alpha right)
= frac2 pi^2 cos (pi alpha)sin (pi alpha) alpha.
endalign*

Here we use the trigonometric identities
$$
sin beta = frace^ibeta - e^-ibeta2i, textrm and sin(2beta) = 2sin(beta)cos(beta).
$$

On the left-hand side we have
beginalign*
langle f,e_n rangle & = int_0^2pi frac1sqrt2pi e^inx fracpisin pi alpha e^i(pi - x)alpha dx = fracpisin (pi alpha) sqrt2pi int_0^2pi e^inx + i(pi - x)alpha dx \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha int_0^2pi e^(in- ialpha)x dx
= fracpisin (pi alpha) sqrt2pi e^i pi alpha left[ frac1in - ialpha e^(in- ialpha)x right]_0^2pi \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frac1in - ialpha e^(in- ialpha)2pi - frac1in - ialpha right) \
& = fracpisin (pi alpha) sqrt2pi e^i pi alpha left( frace^i(n-alpha)2pi - 1i(n - alpha) right) = fracpisin (pi alpha) sqrt2pi left( frac-(e^i pi alpha - e^-ipialpha)i(n - alpha) right) \
& = fracpisin (pi alpha) sqrt2pi frac-2 sin(pi alpha)n - alpha
= frac-2pi(n-alpha)sqrt2pi
endalign*

Hence, we have that
$$
|langle f,e_n rangle|^2 = frac2pi(n-alpha)^2.
$$



This is what I tried, things don't seem to add up to the desired outcome and I can't find any mistakes. Anyone has suggestions? I find the computations I made rather laborious, perhaps there are some tricks to do this simpler? I'm not so familiar with trigonometry and complex integration. Thanks in advance.







integration functional-analysis analysis fourier-series complex-integration






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 23 at 19:06









SigurdSigurd

555212




555212











  • $begingroup$
    I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
    $endgroup$
    – bobcliffe
    Mar 23 at 19:11










  • $begingroup$
    Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
    $endgroup$
    – Sigurd
    Mar 23 at 19:21











  • $begingroup$
    That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:24











  • $begingroup$
    Oh yeah you're right. How to compute absolute value of complex e-powers though?
    $endgroup$
    – Sigurd
    Mar 23 at 19:25










  • $begingroup$
    Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:26

















  • $begingroup$
    I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
    $endgroup$
    – bobcliffe
    Mar 23 at 19:11










  • $begingroup$
    Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
    $endgroup$
    – Sigurd
    Mar 23 at 19:21











  • $begingroup$
    That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:24











  • $begingroup$
    Oh yeah you're right. How to compute absolute value of complex e-powers though?
    $endgroup$
    – Sigurd
    Mar 23 at 19:25










  • $begingroup$
    Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
    $endgroup$
    – Minus One-Twelfth
    Mar 23 at 19:26
















$begingroup$
I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
$endgroup$
– bobcliffe
Mar 23 at 19:11




$begingroup$
I believe the norm of $f$ should be an integral of $|f|^2$, and not merely $f^2$
$endgroup$
– bobcliffe
Mar 23 at 19:11












$begingroup$
Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
$endgroup$
– Sigurd
Mar 23 at 19:21





$begingroup$
Isn't the inner product on $L^2[a,b]$ defined as $langle f,g rangle = int_a^b f(x)g(x)dx$? Also, what would be $|e^i(pi-x)alpha|^2$?
$endgroup$
– Sigurd
Mar 23 at 19:21













$begingroup$
That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
$endgroup$
– Minus One-Twelfth
Mar 23 at 19:24





$begingroup$
That is the inner product when the functions are real-valued. If they are complex-valued, it is $langle f,grangle =int_a^b f(x)overlineg(x), dx$.
$endgroup$
– Minus One-Twelfth
Mar 23 at 19:24













$begingroup$
Oh yeah you're right. How to compute absolute value of complex e-powers though?
$endgroup$
– Sigurd
Mar 23 at 19:25




$begingroup$
Oh yeah you're right. How to compute absolute value of complex e-powers though?
$endgroup$
– Sigurd
Mar 23 at 19:25












$begingroup$
Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
$endgroup$
– Minus One-Twelfth
Mar 23 at 19:26





$begingroup$
Use the fact that if $t$ is any real number, then $boxedcolorblueleft$. This can be shown by using Euler's formula ($e^it = cos t +i sin t$) and the identity $cos^2 t + sin^2 t =1$.
$endgroup$
– Minus One-Twelfth
Mar 23 at 19:26











0






active

oldest

votes












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%2f3159709%2fcalculating-infinite-sum-using-parsevals-theorem%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















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%2f3159709%2fcalculating-infinite-sum-using-parsevals-theorem%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

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer