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

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers