The Riemann zeta function and tuning/Vector's derivation: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Now, this is nowhere differentiable, so it might be useful to replace the "zigzag" that we use as our error function with a "smoother" alternative. The most obvious answer is cosine: | Now, this is nowhere differentiable, so it might be useful to replace the "zigzag" that we use as our error function with a "smoother" alternative. The most obvious answer is cosine: | ||
<nowiki>$$ \mu_{b} \left(\sigma, x \right) = \sum_{k=1}^{\infty}\frac{\cos\left(\log_{2}\left(k\right)\tau x\right)}{k^{\sigma}} $$</nowiki> | [https://www.desmos.com/calculator/deafikrhvg <nowiki>$$ \mu_{b} \left(\sigma, x \right) = \sum_{k=1}^{\infty}\frac{\cos\left(\log_{2}\left(k\right)\tau x\right)}{k^{\sigma}} $$</nowiki>] | ||
Line 11: | Line 12: | ||
Let's clean up the function by removing the scale factors on x: | Let's clean up the function by removing the scale factors on x: | ||
<nowiki>$$ \mu_{c} \left(\sigma, x \right) = \sum_{k=1}^{\infty}\frac{\cos (\ln\left(k\right)x)}{k^{\sigma}} $$</nowiki> | [https://www.desmos.com/calculator/26ypbwbglg <nowiki>$$ \mu_{c} \left(\sigma, x \right) = \sum_{k=1}^{\infty}\frac{\cos (\ln\left(k\right)x)}{k^{\sigma}} $$</nowiki>] | ||
Line 21: | Line 23: | ||
so that cos(x) can be rewritten as Re(e<sup>ix</sup>). | so that cos(x) can be rewritten as Re(e<sup>ix</sup>). | ||
<nowiki>$$ \mu_{c}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{\operatorname{Re}\left(e^{i\left(\ln\left(k\right)x\right)}\right)}{k^{\sigma}} $$</nowiki> | [https://www.desmos.com/calculator/e7wn17tzjf <nowiki>$$ \mu_{c}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{\operatorname{Re}\left(e^{i\left(\ln\left(k\right)x\right)}\right)}{k^{\sigma}} $$</nowiki>] | ||
For now, we will ignore the Re() function as a sum of real parts is the same as the real part of the sum (by the rules of complex addition), and the denominator is just a real number. | For now, we will ignore the Re() function as a sum of real parts is the same as the real part of the sum (by the rules of complex addition), and the denominator is just a real number. | ||
<nowiki>$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{e^{i\left(\ln\left(k\right)x\right)}}{k^{\sigma}} $$</nowiki> | [https://www.desmos.com/calculator/92wnbnh9x7 <nowiki>$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{e^{i\left(\ln\left(k\right)x\right)}}{k^{\sigma}} $$</nowiki>] | ||
Line 31: | Line 34: | ||
e<sup>ln(n)x</sup> = n<sup>x</sup>, so: | e<sup>ln(n)x</sup> = n<sup>x</sup>, so: | ||
<nowiki>$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{k^{ix}}{k^{\sigma}} $$</nowiki> | [https://www.desmos.com/calculator/f4ojwn0an4 <nowiki>$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{k^{ix}}{k^{\sigma}} $$</nowiki>] | ||
Thus: | Thus: | ||
$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{ix}k^{-\sigma} $$ | [https://www.desmos.com/calculator/6388kalfmq $$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{ix}k^{-\sigma} $$] | ||
so | so | ||
$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{-\sigma+ix} $$ | [https://www.desmos.com/calculator/l3q2dtd6xn $$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{-\sigma+ix} $$] | ||
-σ+ix is just a complex number, which we may write as -s: | -σ+ix is just a complex number, which we may write as -s: | ||
$$ \mu_{e}\left(s\right)=\sum_{k=1}^{\infty}k^{-s} $$ | [https://www.desmos.com/calculator/esbdlxdoui $$ \mu_{e}\left(s\right)=\sum_{k=1}^{\infty}k^{-s} $$] | ||
But this is the definition of the Riemann zeta function, so μ<sub>e</sub>(s) = ζ(s), and re-adding the Re() function gives Re(ζ(s)) with s = σ-ix; x is the equal division and σ is the weight. | But this is the definition of the Riemann zeta function, so μ<sub>e</sub>(s) = ζ(s), and re-adding the Re() function gives Re(ζ(s)) with s = σ-ix; x is the equal division and σ is the weight. |
Revision as of 02:38, 10 April 2025
We start with the generalized mu function, which sums up the relative error on all integer harmonics weighted by an inverse power of the harmonic:
Now, this is nowhere differentiable, so it might be useful to replace the "zigzag" that we use as our error function with a "smoother" alternative. The most obvious answer is cosine:
Let's clean up the function by removing the scale factors on x:
By the complex exponential theorem, we know that
$$ e^{ix}=\cos\left(x\right)+i\sin\left(x\right) $$
so that cos(x) can be rewritten as Re(eix).
For now, we will ignore the Re() function as a sum of real parts is the same as the real part of the sum (by the rules of complex addition), and the denominator is just a real number.
eln(n)x = nx, so:
$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}\frac{k^{ix}}{k^{\sigma}} $$
Thus:
$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{ix}k^{-\sigma} $$
so
$$ \mu_{d}\left(\sigma, x\right)=\sum_{k=1}^{\infty}k^{-\sigma+ix} $$
-σ+ix is just a complex number, which we may write as -s:
$$ \mu_{e}\left(s\right)=\sum_{k=1}^{\infty}k^{-s} $$
But this is the definition of the Riemann zeta function, so μe(s) = ζ(s), and re-adding the Re() function gives Re(ζ(s)) with s = σ-ix; x is the equal division and σ is the weight.