User anixx - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-24T17:14:33Z http://mathoverflow.net/feeds/user/10059 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/131748/can-an-uniformly-picked-real-number-be-an-integer Can an uniformly picked real number be an integer? Anixx 2013-05-24T16:50:32Z 2013-05-24T16:50:32Z <p>In <a href="http://math.stackexchange.com/questions/401190/what-does-a-probability-of-1-mean/401193#401193" rel="nofollow">this</a> highly upvoted answer it is claimed that by picking uniformly a random number from interval [0,100] one can pick an integer, literally "zero probability does not never happen".</p> <p>When I asked the answerer for an example of a randomly-picked integer or any number from [0,100], he gave me a long binary expansion like "0.10011001011001..." (the comment is now deleted). I objected that obviously this is not a number. I was invited into a chat where I was told that I am silly and I do not know that I am speaking with <em>two professors of mathematics</em>. The discussion ended up here.</p> <p>It seems to me that by claiming that one can uniformly randomly pick a number from an interval, the both <em>professors</em> were assuming Axiom of Choice. As such I do not understand why they were so offensive against me defending something that is correct only if this axiom is postulated. Especially given that this axiom does not reflect what we can do on Turing-complete computers in real life (either on analog, digital, probabilistic, quantum or in our brain), at least this would take infinite memory and time. As such their categorical claim that one <strong>can</strong> choose a random number from an interval seems unjustified to me.</p> <p>But suppose now we take Axiom of Choice as true. Will it be possible given this axiom to get an integer as a result of uniformly random pick from [1,100]?</p> <p>To my impression the result of such uniformly random choice inevitably should be</p> <ul> <li><p>undefinable</p></li> <li><p>normal (that is the digits of expansion should be uniformly distributed)</p></li> </ul> <p>As it correct?</p> http://mathoverflow.net/questions/130886/new-differintegral-formula-how-is-it-related-to-other-differintegral-formulas New differintegral formula: how is it related to other differintegral formulas? Anixx 2013-05-17T00:33:50Z 2013-05-17T00:47:52Z <p>Lets define new differintegral formula as</p> <p>$$\mathbb{D}^s_xf(x)= \sum_{m=0}^{\infty} \binom {s}m \sum_{k=0}^m\binom mk(-1)^{m-k}f^{(k)}(x)$$</p> <p>or, equivalently,</p> <p>$$\mathbb{D}^s_xf(x)= \lim_{t\to x} \lim_{n\to\infty}\frac{\sum_{k=0}^{n} \frac{(-1)^k f^{(k)}(t)}{(s-k)k!(n-k)!}}{\sum_{k=0}^{n} \frac{(-1)^k }{(s-k) k!(n-k)!}}$$</p> <p>with the conditions that the above expression converges, and $(\mathbb{D}^{-s}_xf(x))^{(s)}=f(x)$ for each x.</p> <p>Will this formula where the conditions are met give the same results as Riemann–Liouville differintegral, Grunwald–Letnikov differintegral and Weyl differintegral?</p> http://mathoverflow.net/questions/115113/rational-functions-with-a-common-iterate/128785#128785 Answer by Anixx for Rational functions with a common iterate Anixx 2013-04-26T01:41:43Z 2013-04-26T13:39:27Z <p>Regarding the second question the algorithm is as follows:</p> <ol> <li><p>Find the flows (superfunctions) of the both functions in closed form</p></li> <li><p>See if they coincide at integer points.</p></li> </ol> <p>For example, $f(x)=x^2$, $g(x)=x^4$.</p> <p>The flows will be respectively, $C^{2^x}$, $C^{4^x}$.</p> <p>Now we solve</p> <p>$$C^{2^x} = C^{4^y}$$</p> <p>and find $y=x/2$</p> <p>This equation obviously has infinitely many integer solutions.</p> <p>A more complicated case is when $f(x)=\frac{x+1}{x-1}$, $g(x)=\frac{x-1}{x+1}$</p> <p>In this case the flows are:</p> <p>$$f^*(x)=\frac{C \cos \left(\frac{3 \pi x}{4}\right)+\sin \left(\frac{3 \pi x}{4}\right)}{\cos \left(\frac{3 \pi x}{4}\right)-C \sin \left(\frac{3 \pi x}{4}\right)}$$</p> <p>$$g^*(x)=\frac{\left(\left(\sqrt{2}-1\right) C-1\right) (-1)^x+\sqrt{2} C+C+1}{\left(-C+\sqrt{2}+1\right) (-1)^x+C+\sqrt{2}-1}$$</p> <p>Solving equation f*(x) = g*(y) for integer x and y gives $x=4m, y=n$</p> http://mathoverflow.net/questions/20688/whats-a-natural-candidate-for-an-analytic-function-that-interpolates-the-tower-f/44646#44646 Answer by Anixx for What's a natural candidate for an analytic function that interpolates the tower function? Anixx 2010-11-03T04:44:12Z 2013-04-10T19:18:04Z <p>The function you want grows too fast to be interpolated by usual method, but there exists an <a href="http://www.ils.uec.ac.jp/~dima/PAPERS/2009sqrt2.pdf" rel="nofollow">iterative solution with Cauchy integrals by Dmitry Kouznetsov</a></p> <p>If you relax the condition so to find a solution for $f(x+1)=a^{f(x)}$ such that $$a \le e^{1/e} $$ then there are multiple expressions for your function:</p> <p>$$f(x)=\sum_{m=0}^{\infty} \binom xm \sum_{k=0}^m \binom mk (-1)^{m-k}\exp_a^{[k]}(1)$$</p> <p>$$f(x)=\lim_{n\to\infty}\binom xn\sum_{k=0}^n\frac{x-n}{x-k}\binom nk(-1)^{n-k}\exp_a^{[k]}(1)$$</p> <p>$$f(x)=\lim_{n\to\infty}\frac{\sum_{k=0}^{2n} \frac{(-1)^k \exp_a^{[k]}(1)}{(x-k)k!(2n-k)!}}{\sum_{k=0}^{2n} \frac{(-1)^k }{(x-k) k!(2n-k)!}}$$</p> <p>$$f(x)=\lim_{n\to\infty} \log_a^{[n]}\left(\left(1-\left(\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\right)^x\right)\frac{W(-\ln a)}{-\ln a}+\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\exp_a^{[n]}(1)\right)$$</p> <p>Always here the number in square brackets designates n-th iteration and $W(x)$ is the Lambert's function.</p> <p>There is also expression for inverse function:</p> <p>$$ f^{[-1]}(x)=\lim_{n\to\infty} \frac{\ln \left(\frac{\frac{W(-\ln a )}{\ln a}+\exp_a^{[n]}(x)}{\frac{W(-\ln a)}{\ln a}+\exp_a^{[n]}(1)}\right)}{\ln \ln \left(\frac{W(-\ln a)}{-\ln a}\right)}$$</p> http://mathoverflow.net/questions/93406/proof-that-derivative-of-hurwitz-zeta-by-the-first-argument-is-not-expressable-in Proof that derivative of Hurwitz Zeta by the first argument is not expressable in terms of Hurwitz Zeta Anixx 2012-04-07T11:22:01Z 2013-02-09T16:55:23Z <p>The set of elementary functions is defined so that it to be closed against operation of differentiation. It is also evidently close against discrete differentiation.</p> <p>In the discrete calculus there is a similar set of functions, but with one sufficient difference. It appears not to be closed against normal (non-discrete) differentiation.</p> <p>But I need a proof.</p> <p>So I am asking for a proof for the following statement regarding Hurwitz Zeta: $$\frac{d}{dq}\zeta(q,p)$$ cannot be expressed in terms of elementary functions and Hurwitz Zeta.</p> <p><strong>UPDATE</strong></p> <p>I found the following formula which connects the two functions, but still a question remains whether one of them can be expresses explicitly.</p> <p>$ \zeta '\left(z,\frac{q}{2}\right)-2^z \zeta '(z,q)+\zeta '\left(z,\frac{q+1}{2}\right)=\zeta(z,q)2^{z}\ln 2$</p> http://mathoverflow.net/questions/90744/is-exponent-of-discrete-analytic-function-also-discrete-analytic Is exponent of discrete-analytic function also discrete-analytic? Anixx 2012-03-09T18:32:01Z 2012-11-02T19:45:30Z <p>Lets define a discrete analytic function such a function that is equal to its Newton series:</p> <p>$$f(x) = \sum_{k=0}^\infty \binom{x}k \Delta^k f\left (0\right)$$</p> <p>Is function $g(x)=e^{f(x)}$ also discrete-analytic?</p> <p>This question arose from the following considerations.</p> <p>As you know the difference equation </p> <p>$$\Delta y(x) = F(x)$$ </p> <p>has multiple solutions that differ only by an arbitrary 1-periodic function $C(x)$:</p> <p>$$y(x)=y_1(x)+C(x)$$</p> <p>At the same time there can be no more than one (up to a constant term) discrete-analytic solution which we can consider to be the natural solution of the equation.</p> <p>But when considering multiplicative-difference equation $\frac{y(x+1)}{y(x)}=F(x)$ we come to a similar situation, this equation has multiple solutions which differ by an arbitrary 1-periodic factor:</p> <p>$$y(x)=C(x)y_1(x)$$</p> <p>Of these solutions, similarly, no more than one (up to a constant factor) is discrete-analytic which allows us to define the distinguished solution.</p> <p>But on the other hand the following rule holds for indefinite product and sum:</p> <p>$$\prod_x f(x)= e^{\sum_x \ln f(x)}$$</p> <p>This means that we can obtain the solution to the equation $\frac{y(x+1)}{y(x)}=F(x)$ in the following form:</p> <p>$$y(x)=e^{\sum_x \ln F(x)}$$</p> <p>This allows us to select the distinguished solution by another method, that is taking the natural solution to the sum and taking exponent of it. The result will have a constant factor, but it is unevident whether it will be discrete-analytic or not, and as such, whether the both distinguished solutions coincide.</p> <p><strong>UPDATE</strong></p> <p>Due to the answer by David Speyer it is evident now that counter-examples exist among complex-valued functions and also there are instances when function $f(x)$ is discrete-analytic while the Newton series of its exponent does not converge.</p> <p>So the question should be formulated more precisely: we assume that $f(x)$ is real-valued and Newton series for its exponent converges.</p> <p><strong>I started a bounty for this question</strong></p> <p><strong>ADDENDUM</strong></p> <p>It would be even more great if somebody could prove a more general theorem about a composition of monotonous discrete-analytic functions. Whether the composition is also discrete-analytic and under what conditions.</p> http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111179#111179 Answer by Anixx for Is there any techniques for solving a differential equation including iterated function? f ' (x) = f( f( x ) ) Anixx 2012-11-01T17:19:43Z 2012-11-02T16:40:13Z <p>And regarding real solutions to the question, Alex Gavrilov is completely correct. A Taylor expansion at fixed point $p$ gives us the real solution. Existence of this solution is proven in <a href="http://faculty.kfupm.edu.sa/math/akca/papers/cheng.pdf" rel="nofollow">the paper</a> which I already referenced from my another answer.</p> <p>$$f(z)=\sum_{n=0}^\infty \frac{d_n (z-p)^n}{n!}$$</p> <p>where $d_n$ is defined as follows:</p> <p>$$d_0=p$$ $$d_{n+1}=\sum _{k=0}^n d_k \operatorname{B}_{n,k}(d_1,...,d_{n-k+1})$$</p> <p>where $B_{n,k}$ are the <a href="http://en.wikipedia.org/wiki/Bell_polynomials" rel="nofollow">Bell polynomials</a></p> <p>This gives the following starting coefficients:</p> <p>$$d_1=p^2$$ $$d_2=p^3+p^4$$ $$d_3=p^4 + 4 p^5 + p^6 + p^7$$ $$d_4=p^5 + 11 p^6 + 11 p^7 + 8 p^8 + 4 p^9 + p^{10} + p^{11}$$</p> <p>etc.</p> <p>The fixed point $p$ here serves as a parameter, which determines the family of solutions. According the linked theorem, the expansion should converge in the neighborhood of $p$ for $0 &lt; |p| &lt; 1 $ or $p$ being a Siegel number.</p> http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111096#111096 Answer by Anixx for Is there any techniques for solving a differential equation including iterated function? f ' (x) = f( f( x ) ) Anixx 2012-11-01T03:06:48Z 2012-11-01T11:02:49Z <p>There are two closed form solutions:</p> <p>$$\displaystyle f_1(x) = e^{\frac{\pi}{3} (-1)^{1/6}} x^{\frac{1}{2}+\frac{i \sqrt{3}}{2}}$$ $$\displaystyle f_2(x) = e^{\frac{\pi}{3} (-1)^{11/6}} x^{\frac{1}{2}+\frac{i \sqrt{3}}{2}}$$</p> <p>The solution technique can be found in <a href="http://faculty.kfupm.edu.sa/math/akca/papers/cheng.pdf" rel="nofollow">this paper</a>.</p> <p>For a general case, solution of the equation</p> <p>$$f'(z)=f^{[m]}(z)$$</p> <p>has the form</p> <p>$$f(z)=\beta z^\gamma$$</p> <p>where $\beta$ and $\gamma$ should be obtained from the system</p> <p>$$\gamma^m=\gamma-1$$ $$\beta^{\gamma^{m-1}+...+\gamma}=\gamma$$</p> <p>In your case $m=2$.</p> http://mathoverflow.net/questions/99979/can-bernoulli-polynomials-be-extended-to-fractional-orders-without-losing-element Can Bernoulli polynomials be extended to fractional orders without losing elementarity? Anixx 2012-06-19T08:02:37Z 2012-08-25T20:20:34Z <p>Can Bernoulli polynomials $B_s(x)$ be extended to fractional $s$ in such a way so that for any given $s$ the function $B_s(x)$ still could be expressed in elementary functions of $x$?</p> http://mathoverflow.net/questions/71429/do-complex-iterates-of-functions-have-any-meaning Do complex iterates of functions have any meaning? Anixx 2011-07-27T19:00:58Z 2012-08-19T06:42:24Z <p>Using a method explained <a href="http://mathoverflow.net/questions/17605/how-to-solve-ffx-cosx/44727#44727" rel="nofollow">in this answer</a> it is possible to calculate not only integer and real iterates of functions but also complex ones, for example, the $i$-th iterate, where $i=\sqrt{-1}$. Here are graphs of the $i$-th iterates of some common functions (the blue is the real part and the red curve is the imagine part):</p> <p>$$\arctan^{[i]}(x)$$</p> <p><img src="http://storage1.static.itmages.ru/i/11/0727/h_1311793020_eb4aada49f.png" alt="alt text"></p> <p>$$\sin^{[i]}(x)$$ <img src="http://storage8.static.itmages.ru/i/11/0727/h_1311793019_d78445f160.png" alt="http://storage8.static.itmages.ru/i/11/0727/h_1311793019_d78445f160.png"></p> <p>So the questin is whether there is any intuitive meaning in complex iterates, especially, say, $i$-th iterates of functions?</p> http://mathoverflow.net/questions/42696/connection-between-bernoulli-polynomials-and-polygamma-function Connection between Bernoulli polynomials and polygamma function Anixx 2010-10-18T21:07:06Z 2012-06-17T23:08:33Z <p>There is an intricate connection between Hurwitz Zeta and the (traditional) polygamma function: </p> <p>$$\psi_n(z)=(-1)^{n+1}n!\zeta(n+1,z)$$</p> <p>If to use a generalization for Bernoulli numbers, this can be considered a formula, connecting polygamma and Bernoulli polynomials of negative order:</p> <p>$$\psi_n(z)=(-1)^{n+1}n!\frac{B_{-n}(x)}n$$ (1)</p> <p>As much as this equality is impressing, it is limited as it only holds for natural n.</p> <p>After a couple of unsuccessful attempts to find a more general formula, I encountered a more natural, "balanced" generalization of polygamma function explained in <a href="http://www.math.tulane.edu/~vhm/papers_html/genoff.pdf" rel="nofollow">this paper</a>. It turned out that while the old formula still holds for natural n (since the old polygamma and balanced polygamma coincide in integer positive orders), a completely new formula connecting this balanced polygamma with Zeta and Bernoulli numbers can be derived which holds for any z:</p> <p>$$\zeta(z,q)=\frac{\Gamma (1-z) \left(2^{-z} \left(\psi \left(z-1,\frac{q}{2}+\frac{1}{2}\right)+\psi \left(z-1,\frac{q}{2}\right)\right)-\psi(z-1,q)\right)}{\ln(2)}$$</p> <p>$$B_z(q) = -\frac{\Gamma (z+1) \left(2^{z-1} \left(\psi\left(-z,\frac{q}{2}+\frac{1}{2}\right)+\psi\left(-z,\frac{q}{2}\right)\right)-\psi(-z,q)\right)}{\ln (2)}$$</p> <p>Both of them can be expressed completely in terms of balanced polygamma and elementary functions if to notice that $\Gamma(x)=e^{\psi(-1,x)+\frac 12 \ln(2\pi)}$, which allows to get rid of the Gamma function.</p> <p>While the target was reached, these expressions still leave a bad impression. I cannot simplify it as no CAS system is capable of operations with the balanced polygamma. </p> <p>Hence I am asking for help on how to simplify the expressions so they could be easier to manage and use. It is also not evident how the letter formulas become the former ones at positive real z.</p> http://mathoverflow.net/questions/99166/convergence-of-newton-series-for-sin-ax Convergence of Newton series for sin ax Anixx 2012-06-09T09:34:07Z 2012-06-10T01:39:58Z <p>Let's define half discrete-analytic function as a function whose Newton series converges to that function for each $x>0$:</p> <p>$$f(x)=\sum_{k=0}^\infty \binom{x}k \Delta^k f\left (0\right)=\sum_{m=0}^{\infty} \binom {x}m \sum_{k=0}^m\binom mk(-1)^{m-k}f(k)=\lim_{n\to\infty}\frac{\sum_{k=0}^{n} \frac{(-1)^k f(k)}{(x-k)k!(n-k)!}}{\sum_{k=0}^{n} \frac{(-1)^k }{(x-k) k!(n-k)!}}$$</p> <p>Let's define weak discrete-analytic a function a function whose bi-directional Newton expansion converges to that function at any real $x$:</p> <p>$$f(x)=\lim_{n\to\infty}\frac{\sum _{k=-n}^n \frac{(-1)^k f(k)}{(x-k) (k+n)! (n-k)!}}{\sum _{k=-n}^n \frac{(-1)^k}{(x-k) (k+n)! (n-k)!}}$$</p> <p>It seems that the function $\sin x$ is both half discrete-analytic and weak discrete-analytic. But the function $\sin \frac{\pi x}2$ is only weak discrete-analytic.</p> <p>So what is the maximum $a$ such that $\sin ax$ is half discrete-analytic?</p> <p>I also interested to know at which $a$ $\sin ax$ is weak discrete-analytic. For example, is $\sin 3x$ weak discrete-analytic or not?</p> <p>This question is motivated by my old search for a natural fractional integration and integration constant (integral analog of Ramanjuan sum). I want to find a natural generalization of Newton series to functions whose Newton series normally diverges. Once that accomplished it would be possible to find Newton expansions for consecutive derivatives of a function and by analytically continuing them into negative domain, get natural integral. Unfortunately finding natural fractional integral of even such simple function as $\sin x$ requires building Newton expansion for $\sin \frac{\pi x}2$ which diverges.</p> http://mathoverflow.net/questions/44102/is-the-analysis-as-taught-in-universities-in-fact-the-analysis-of-definable-numbe Is the analysis as taught in universities in fact the analysis of definable numbers? Anixx 2010-10-29T10:47:27Z 2012-05-07T16:41:08Z <p>Ten years ago when I studied in the university I had no idea about <a href="http://en.wikipedia.org/wiki/Definable_number" rel="nofollow">definable numbers</a>, but I came to this concept myself. My thoughts were as follows:</p> <ul> <li>All numbers are divided into two classes: those which can be unambiguously defined by a limited set of their properties (definable) and such that for any limited set of their properties there is at least one other number which also satisfies all these properties (undefinable).</li> <li>It is evident that since the number of properties is countable, the set of definable numbers is countable. So the set of undefinable numbers forms a continuum.</li> <li>It is impossible to give an example of an undefinable number and one researcher cannot communicate an undefinable number to the other. Whatever number of properties he communicates there is always another number which satisfies all these properties so the researchers cannot be confident whether they are speaking about the same number.</li> <li>However there are probability based algorithms which give an undefinable number in a limit, for example, by throwing dice and writing consecutive numbers after the decimal point.</li> </ul> <p>But the main question that bothered me was that the analysis course we received heavily relied on constructs such as 'let's $a$ to be a number that...", "for each $s$ in interval..." etc. These seemed to heavily exploit the properties of definable numbers and as such one can expect the theorems of analysis to be correct only on the set of definable numbers. Even the definitions of arithmetic operations over reals assumed the numbers are definable. Unfortunately one cannot take an undefinable number to bring a counter-example just because there is no example of undefinable number, but still how to know that all those theorems of analysis are true for the whole continuum and not just for a countable subset?</p> http://mathoverflow.net/questions/94229/is-there-a-known-formula-for-fractional-derivative-of-cot-x Is there a known formula for fractional derivative of cot x? Anixx 2012-04-16T16:37:20Z 2012-04-18T09:21:28Z <p>I wonder if there any established formula for fractional derivative of a function $\pi \cot (\pi x)$.</p> <p>I derived the following expression:</p> <p>$(\pi \cot (\pi q))^{(p)}=-\frac{\zeta'(p+1,q)+(\psi(-p)+\gamma ) \zeta (p+1,q)}{\Gamma (-p)}-\Gamma (p+1) \zeta (p+1,1-q)$</p> <p>where $\psi$ is digamma, $\zeta$ is Hurwitz zeta, $\zeta'$ is the derivative by first argument</p> <p>and I want to compare it with the other expressions, and, possibly, equate them to derive further results.</p> <p>My derivation is as follows.</p> <p>First of all there is a known formula that is only valid for integer $n$:</p> <p>$\psi_n(z)=(-1)^{(n+1)}n!\zeta(n+1,z)$ (can be seen here: <a href="http://mathworld.wolfram.com/PolygammaFunction.html" rel="nofollow">http://mathworld.wolfram.com/PolygammaFunction.html</a>, formula 12).</p> <p>Espinoza and Moll mention in their article on the definition of balanced polygamma that they were unable to find a generalization for this formula despite any attempts.</p> <p>If to try to directly expand the formula to non-integer values, the resulting function will be non-real. If to replace the $(-1)^n$ with a cosine, the resulting polygamma generalization will be undefined at negative integer values. Red line on this graph: <img src="http://storage5.static.itmages.ru/i/12/0416/h_1334592855_7205029_0c7238faf0.png" alt="alt text"></p> <p>This is highly undesirable because many formulas for integrals and discrete integrals use negapolygamma at negative integer order. If we take a traditional or balanced polygamma, multiplying it by cosine or another simple fiunction will not give the zeta function. Even more the resulting function will not be discrete-analytic. So this approach is also undesirable.</p> <p>Following this a thought came to my mind that the alternating sign naturally arises if we differentiate a function of negative argument.</p> <p>Since $\psi(1-x)=\psi(x) + \pi\cot\pi x$ we can rewrite the previously cited formula in the following form:</p> <p>$(\psi(x) + \pi\cot\pi x)^{(n)}=-n! \zeta(n+1,1-x)$</p> <p>By taking different definitions of fractional derivative of cotangent one can arrive at different generalizations of polygamma.</p> <p>The formula also works in the opposite way: by taking a given generalization of polygamma one can arrive at different expressions for fractional derivative of cotangent.</p> <p>Indeed,</p> <p>$(\pi\cot\pi x)^{(n)}=-n! \zeta(n+1,1-x)-\psi^{(n)}(x)$</p> <p>If we assume the polygamma being the balanced generalization, the formula</p> <p>$(\pi \cot (\pi q))^{(p)}=-\frac{\zeta'(p+1,q)+(\psi(-p)+\gamma ) \zeta (p+1,q)}{\Gamma (-p)}-\Gamma (p+1) \zeta (p+1,1-q)$</p> <p>arises. </p> <p>This gives the formula $(\cot (q))^{(p)}=-\frac{\zeta'(p+1,\frac q\pi)+(\psi(-p)+\gamma ) \zeta (p+1,\frac q\pi)}{\pi^{p+1}\Gamma (-p)}-\frac 1{\pi^{p+1}}\Gamma (p+1) \zeta (p+1,1-\frac q\pi)$ for fractional derivative of cotangent.</p> <p>Below is the graphic of function $2\cot x \csc x^2$ which is the second derivative of cotangent and the 1.9999th derivative of cotangent following the above formula. The graphs seem to coincide.</p> <p>I wonder whether there are known other generalizations of fractional derivative of cotangent and which corresponding generalizations of polygamma will arise if to insert those in the previous formula.</p> <p><img src="http://storage6.static.itmages.ru/i/12/0416/h_1334598631_3695416_6313a2b915.png" alt="alt tex"></p> http://mathoverflow.net/questions/94160/is-zeta-function-discrete-analytic Is Zeta function discrete-analytic? Anixx 2012-04-15T22:34:15Z 2012-04-16T14:48:40Z <p>Let's define discrete-analytic functions as functions that are equal to their Newton series expansion:</p> <p>$$f(x) = \sum_{k=0}^\infty \binom{x-a}k \Delta^k f(a)$$</p> <p>My question is whether $\zeta(s,q)$ ($q$=const) is discrete-analytic against $s$?</p> <p>That is whether its Newton series converges and is equal to the function itself.</p> <p>For comparison, in the following graphic there are four functions:</p> <ul> <li><strong>red</strong> is the function $\zeta(x,3)$</li> <li><strong>blue</strong> is $\frac{\cos (\pi x)\psi_b^{(x+1)}(3)}{\Gamma(x+2)}$ where $\psi_b$ is the balanced polygamma</li> <li><strong>yellow</strong> is $\frac{\cos (\pi x)\psi^{(x+1)}(3)}{\Gamma(x+2)}$ where $\psi$ is the polygamma as implemented in Mathematica</li> <li><strong>green</strong> is the partial Newton expansion of the above functions taken at first 20 terms.</li> </ul> <p>The three first functions and the Newton expansion, if it converges, have the same values at non-negative integer arguments.</p> <p><strong>notation</strong> $\zeta(x,q)$ is the Hurwitz zeta function, <a href="http://en.wikipedia.org/wiki/Hurwitz_zeta_function" rel="nofollow">LINK</a> </p> <p>Balanced polygamma <a href="http://en.wikipedia.org/wiki/Balanced_polygamma_function" rel="nofollow">LINK</a></p> <p><img src="http://storage2.static.itmages.ru/i/12/0416/h_1334528188_1900633_4cd9206928.png" alt="alt text"></p> http://mathoverflow.net/questions/71206/discrete-analytic-functions Discrete-analytic functions Anixx 2011-07-25T09:55:37Z 2012-04-03T12:41:31Z <p>I do not know if such concept already exists but lets consider functions which are equal to its Newton series.</p> <p>We know that functions which are equal to their Taylor series are called analytic, so lets call functions that are equal to their Newton series "discrete analytic".</p> <p>The formula is alalogious to Taylor series but uses finite differences instead of dirivatives, so for any discrete-analytic function:</p> <p>$$f(x) = \sum_{k=0}^\infty \binom{x-a}k \Delta^k f\left (a\right)$$</p> <p>It is known that for a functional equation $\Delta f=F\, $there are infinitely many solutions which differ by any 1-periodic function. But it appears that there is only one (up to a constant) discrete-analytic solution, i.e. all discrete-analytic solutions differ only by a constant term.</p> <p>Thus I have the following questions:</p> <ul> <li><p>Do discrete-analytic functions express special properties on the complex plane?</p></li> <li><p>Is there a method to extend the notion of discrete analiticity to a range of functions for which Newton series does not converge (so to make it possible to choose the distinguished solution to the abovementioned equation)?</p></li> </ul> <p>For the second part of the question, as I know there is at least one one similar attempt, the Mueller's formula:</p> <p>If $$\lim_{x\to{+\infty}}\Delta f(x)=0$$ then $$f(x)=\sum_{n=0}^\infty\left(\Delta f(n)-\Delta f(n+x)\right)$$</p> <p>although it seems not to be universal and I do not now whether it is always useful.</p> http://mathoverflow.net/questions/71643/are-these-two-functions-equal Are these two functions equal? Anixx 2011-07-30T08:28:38Z 2012-03-09T18:13:54Z <p>The question here is sparked by the discussion inside <a href="http://mathoverflow.net/questions/41011/what-is-the-indefinite-sum-of-tanx/42903#42903" rel="nofollow">this question</a> about indefinite sum(antidifference) of tan(x).</p> <p>A proposed solution was a function $$f_1(x)=ix-\psi _{e^{2 i}}^{(0)}\left(x+\frac{\pi }{2}\right)+C$$ The function involved is the <a href="http://mathworld.wolfram.com/q-PolygammaFunction.html" rel="nofollow">q-digamma function</a>. Symbolically it resolves to be antidifference of tan(x), one can check it by following this link to Wolfran Alpha's result: <a href="http://tiny.cc/60mmf" rel="nofollow">http://tiny.cc/60mmf</a></p> <p>But it turned out that neither Wolfram Alpha, nor any other software is able to evaluate the q-polygamma function with $q=e^{2 i}$ numerically. Attempting to evaluate it manually also turned out to be too difficult.</p> <p>A second solution seemed to be easier to evaluate. It was a series that converged absolutely and also has been proven to be an antidifference of tan(x):</p> <p>$$f_2(x)=-\sum _{k=1}^{\infty } \left( \psi \left(k \pi -\frac{\pi }{2}+1-x\right)+\psi \left(k \pi -\frac{\pi }{2}+x\right) \right. $$ $$ \qquad \left. -\psi \left(k \pi -\frac{\pi }{2}+1\right)-\psi \left(k \pi -\frac{\pi }{2}\right)\right)+C$$</p> <p>This function has a fancy graphic (see the initial discussion). Since it is known that a function can have several antidifferences which differ between each other by a 1-periodic function, it is interesting, whether the both functions $f_1(x)$ and $f_2(x)$ are equal or what is the difference between them (of course if the first function actually can be evaluated numerically).</p> http://mathoverflow.net/questions/32954/multiplicative-integral-of-gammax/42611#42611 Answer by Anixx for Multiplicative integral of $\Gamma(x)$ Anixx 2010-10-18T10:37:43Z 2012-03-08T04:19:25Z <p>Multiplicative integral of gamma function is </p> <p>$$\int \Gamma(x)^{dx}=C e^{\psi^{(-2)}(x)}$$</p> <p>if to use the popular generalization of polygamma function $\psi^{(p)}(z)$ put forward by Grossman in 1976.</p> <p>If to use a more modern "balanced" generalization $\psi(p,x)$ by Espinoza and Moll of 2004, the integral will be as follows:</p> <p>$$\int \Gamma(x)^{dx}=C e^{\psi(-2,x)+\frac {x}{2}\ln 2\pi}$$</p> http://mathoverflow.net/questions/89144/can-roots-of-any-polynomial-be-expressed-using-eulerian-function Can roots of any polynomial be expressed using Eulerian function? Anixx 2012-02-21T22:47:49Z 2012-02-23T06:43:44Z <p>I encountered an interesting function which is called "Eulerian" by the Wolfram's MathWorld:</p> <p>$$\phi(q)=\prod_{k=1}^{\infty} (1-q^{k})$$</p> <p>It is interesting because it is claimed that roots of any polynomial can be expressed in this function and elementary functions. Is this true and how the roots of arbitrary polynomial can be expressed?</p> <p>P.S. In <em>Mathematica</em> this function is inplemented as QPochhammer[q]</p> http://mathoverflow.net/questions/17605/how-to-solve-ffx-cosx/44727#44727 Answer by Anixx for How to solve f(f(x)) = cos(x) ? Anixx 2010-11-03T20:58:44Z 2011-07-30T03:22:00Z <p>This answer has been deleted for the first time, so this is a re-post. The first answer also had an error in the plot. Since the questioner asked the following question "Is there a general solution strategy to equations of this kind?" I'll try to respond.</p> <p>The half-iterate of a function can be found by expressing its superfunction in a form of Newton series:</p> <p>$$f^{[1/2]}(x)=\sum_{m=0}^{\infty} \binom {1/2}m \sum_{k=0}^m\binom mk(-1)^{m-k}f^{[k]}(x)$$</p> <p>Where $f^{[k]}(x)$ means k-th iterate of $f(x)$ This series converges if two criteria are met:</p> <p>1) The superfunction of f(x) grows not faster than an exponent</p> <p>2) <a href="http://en.wikipedia.org/wiki/Runge_phenomenon" rel="nofollow">Runge phenomenon</a> does not appear.</p> <p>There is a <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.148.4870&amp;rep=rep1&amp;type=pdf" rel="nofollow">number of strategies to combat Runge phenomenon</a> which are outside of this answer's scope. It is worth noting though that trying to find a half iterate of the function $f(x)=\cos x$ leads to this Runge swamp and one needs to employ one of the mentioned techniques to acheve convergence.</p> <p>Opposite case is with the function $f(x)=\sin x$. The superfunction is limited by $\pm 1$ and the series converges without any problem.</p> <p>Below is a plot of half-iterate of $\sin x$, obtained with this formula. It is periodic with the same period as $\sin x$. The blue curve is the half-iterate, and the red curve is the half-iterate, repeated twice, and we can see that it is indeed very similar to sine function.</p> <p><img src="http://storage8.static.itmages.ru/i/11/0727/h_1311791669_284ac40d42.png" alt="alt text"></p> <p>This plot is made from the first 50 terms of the above series.</p> <p>This formula for the half-iterate can be used to find not only half-itertes but any real (or even complex!) iterate of a function by substituting the needed value instead of 1/2.</p> <p>The formula can be also written in the following forms:</p> <p>$$f^{[s]}(x)=\lim_{n\to\infty}\binom sn\sum_{k=0}^n\frac{s-n}{s-k}\binom nk(-1)^{n-k}f^{[k]}(x)$$</p> <p>$$f^{[s]}(x)=\lim_{n\to\infty}\frac{\sum_{k=0}^{n} \frac{(-1)^k f^{[k]}(x)}{(s-k)k!(n-k)!}}{\sum_{k=0}^{n} \frac{(-1)^k }{(s-k) k!(n-k)!}}$$</p> <p>There are also some other formulas giving the same result.</p> http://mathoverflow.net/questions/5892/what-is-convolution-intuitively/67690#67690 Answer by Anixx for What is convolution intuitively? Anixx 2011-06-13T18:13:37Z 2011-06-13T18:13:37Z <p>Algebraic meaning of convolution in analysis can be seen from the following formula:</p> <p>$$\int_{-\infty}^{+\infty} f(x)*g(x)\ dx=\left(\int_{-\infty}^{+\infty} f(x)\right)\left(\int_{-\infty}^{+\infty} g(x)\right)$$</p> <p>So, in short, convolution is the product of integrals.</p> <p>This is also true in discrete calculus where discrete convolution is used when multiplying sums, and in particular n-times repeated convolution is used in binomial theorem to express the power of a binomial.</p> http://mathoverflow.net/questions/11517/computer-algebra-errors/63758#63758 Answer by Anixx for Computer Algebra Errors Anixx 2011-05-03T00:46:16Z 2011-05-03T02:27:58Z <p>Wolfram Mathematica 7 routinely confuses sums with integrals.</p> <p>Example 1:</p> <pre><code>DSolve[(-Log[Log[a]] f'[x] + f''[x])/(Log[a] f'[x]) == D[Sum[f[x], x], x], f[x], x] g[x_] := f[x] /. s g[x] </code></pre> <p>Checking the result by inserting it into the equation shows the result is incorrect:</p> <pre><code>(-Log[Log[a]] g'[x] + g''[x])/(Log[a] g'[x]) - D[Sum[g[x], x], x] </code></pre> <p>Example 2:</p> <pre><code>s=NDSolve[{0.9159460564995328*Derivative[1][f][x] == f[x]*Product[f[x], x], f[0] == 1}, f, {x, -1.9, 15}] Plot[Evaluate[f[x] /. s], {x, -0.4, 1.5}, AspectRatio -&gt; Automatic, AxesOrigin -&gt; {0, 0}] </code></pre> <p>In Mathematica 8.0 this has been fixed (i.e. it will report inability to solve the equations.</p> http://mathoverflow.net/questions/11517/computer-algebra-errors/63147#63147 Answer by Anixx for Computer Algebra Errors Anixx 2011-04-27T10:31:23Z 2011-04-27T14:44:21Z <p>This error affects all versions of Mathematica from 6 to 8. The result of a function depends on what letter is chosen for argument when calling it. In the simplest case it can be illustrated as follows:</p> <p>in:</p> <p>$A[\text{x_}]\text{:=}\sum _{k=0}^{x-1} x $</p> <p>$A[k]$</p> <p>$A[z]$</p> <p>out:</p> <p>$1/2 (-1 + k) k$</p> <p>$z^2$</p> <p>The correct answer is evidently, the later. This behavior affects not only sums but also integrals, so one have to check so that the letter user for the argument not to coincide with the index variable used for definition. In the case of recursion this becomes very difficult. The following example shows that moving a factor not dependent on the index variable out of the sum sign changes the result:</p> <p>in:</p> <pre><code>A1[0,x_]:=1 A2[0,x_]:=1 A1[n_,x_]:=Sum[A1[-1 - j + n, x]*Sum[A1[j, k], {k, 0, -1 + x}], {j, 0, -1 + n}] A2[n_,x_]:=Sum[Sum[A2[j, k]*A2[-1 - j + n, x], {k, 0, -1 + x}], {j, 0, -1 + n}] A1[1,x]/.x-&gt;2 A1[2,x]/.x-&gt;2 A1[3,x]/.x-&gt;2 A2[1,x]/.x-&gt;2 A2[2,x]/.x-&gt;2 A2[3,x]/.x-&gt;2 A2[1,2] A2[2,2] A2[3,2] </code></pre> <p>out:</p> <pre><code>2 5 13 2 5 12 2 5 13 </code></pre> http://mathoverflow.net/questions/49939/is-there-integral-analog-of-ramanujan-sum Is there integral analog of Ramanujan sum? Anixx 2010-12-20T08:20:34Z 2011-04-02T21:44:09Z <p>I already asked a similar question <a href="http://mathoverflow.net/questions/48742/is-there-natural-integration-constant-closed" rel="nofollow">http://mathoverflow.net/questions/48742/is-there-natural-integration-constant-closed</a>, but it seems it was not understood properly, so I am trying now to formulate it differently.</p> <p>Is there an operator R[f] that plays in integral world the same role as Ramanujan sum plays in the world of series?</p> <p>It is known that Ramanujan sum plays the role of natural integration constant for discrete integration, that is if F(x) is the discrete integral of f(x), usually postulated that</p> <p>$$F(0)=\sum^{\Re}f(x)$$</p> <p>This yields the functions which have some very useful properties, for example, Bernoulli polynomials (which are the results of discrete integration of power function), the Hurwitz Zeta function (which is generalization of Bernoulli polynomials), etc. Discrete integrals which normalized with Ramanujan sum (or equal method) called "balanced" (as opposed to some functions normalized without it, for example to be zero in zero such as Harmonic numbers).</p> <p>One of the properties of balanced functions is that $$\int_0^1 F(x)\ dx=0$$</p> <p>To outline the properties of such operator in integral world we should admit that such operator should be symmetric against zero (unlike the Ramanujan sum). </p> <p>It is also highly desirable (if possible) that R[exp(x)]=1 thus making integral of exponent itself exponent and thus invariant against differintegral operator. This would allow to provide integration constants for trigonometric functions that would work in agreement with known expressions for differintegral:</p> <p>$$D^q \sin x=\sin \left(x+\frac{q\pi}{2}\right)$$</p> <p>P.S. See my own answer below.</p> http://mathoverflow.net/questions/49939/is-there-integral-analog-of-ramanujan-sum/60344#60344 Answer by Anixx for Is there integral analog of Ramanujan sum? Anixx 2011-04-02T04:26:34Z 2011-04-02T21:44:09Z <p>I will try to answer this question myself.</p> <p>My aim was to find the most natural and universal constant of integration which would allow to define an operator of "natural integration", unambiguously selecting one distinguished integral function for any given function.</p> <p>So let's designate as $F(x)=\int_N f(x) dx$ the natural integral which we are trying to define and $R[f]=F(0)$ is the value of the natural integral in zero, the constant of integration we are trying to find.</p> <p>First of all we know that operation of integration is symmetrical over choice of direction. This means that we should require that $R[f(x)]=-R[f(-x)]$. This follows from the fact that $(F(x))'|_0=-(f(-x))'|_0$ for any function F. It allows us to directly define the constant of integration for even functions: its natural integral should be odd function and $R[f]=0$ if $F[0]$ is defined.</p> <p>Since all functions can be represented as a sum of even and odd function, we only have to define $R[f]$ for odd functions.</p> <p>This is a more difficult task. </p> <p>But we can spot one more property of natural integral. If we want it to be independent of any particular point on the real axis, any shift in the given function should lead to a corresponding shift in the integral without any other change. This means that if a function can be made even by shifting it along real axis, we can find its natural integral by applying the rule for even functions.</p> <p>I.e. for continuous f, if $f(x_0-x)=f(x_0+x)$ for any $x$, then $R[f]=\int_{x_0}^0 f(t)dt$.</p> <p>A function can have more than one axis of symmetry though, but if they are more than one, the function is periodic, and $R[f]$ is still unique.</p> <p>This method allows us to find natural integrals for sine, cosine, hyperbolic sine and cosine as well as exponent as in the following table:</p> <p>$\int_N \sin x dx = -\cos x$</p> <p>$\int_N \cos x dx = \sin x$</p> <p>$\int_N \sinh x dx = \cosh x$</p> <p>$\int_N \cosh x dx = \sinh x$</p> <p>$\int_N \exp x dx = \exp x$</p> <p>But how can we define the natural integrals for other functions?</p> <p>To cover all analytic functions we have to define the natural integral on polynomials.</p> <p>First of all we spot that natural integral of hyperbolic sine has 1 in zero. This means that natural integration it term by term adds a sequence that sums up to 1. The most simple sequence of this kind is 1/2+1/4+1/8+1/16+... . Since integrating exponent gives the same result, it is logical that the terms which stay in odd position after integration contribute nothing. Similarly as integrating minus sine gives the same result in zero, we can conclude that all terms that stay on even positions but do not divide by 4 also contribute nothing.</p> <p>Simplifying all said above and accounting for a factorial which exists in each term we can obtain a simple formula:</p> <p>$$R[f]=\sum _{k=1}^{\infty} \frac{f^{(4k-1)}(0)}{2^k}$$</p> <p>and thus the general formula for natural integral:</p> <p>$$F(x)=\sum _{k=1}^{\infty} \frac{f^{(4k-1)}(0)}{2^k}+\int_0^x f(t) dt$$</p> <p>This formula again confirm the listed above results, derived by another method, but also adds the following list for polynomials:</p> <p>$\int_N 0 dx = 0$</p> <p>$\int_N 1 dx = x$</p> <p>$\int_N x dx =\frac{x^2}{2}$</p> <p>$\int_N x^2 dx = \frac{x^3}3$</p> <p>$\int_N x^3 dx = 3+\frac{x^4}4$</p> <p>$\int_N x^4 dx = \frac{x^5}5$</p> <p>$\int_N x^5 dx = \frac{x^6}6$</p> <p>$\int_N x^6 dx = \frac{x^7}7$</p> <p>$\int_N x^7 dx = 1260 + \frac{x^8}8$</p> <p>$\int_N x^n dx =\frac{x^{n + 1}}{n + 1}+\begin{cases} &amp; \frac{n!}{2^{\frac{n + 1}4}}, &amp; \mbox{if n+1 divides by 4,} \ 0, &amp; \mbox{otherwise} \end{cases}$</p> http://mathoverflow.net/questions/56938/what-does-the-adjective-natural-actually-mean/56999#56999 Answer by Anixx for What does the adjective "natural" actually mean? Anixx 2011-03-01T13:42:21Z 2011-03-01T13:42:21Z <p>I perceive that a "natural" solution to a problem differs from other solutions in that in addition to all the properties of other solutions, it also satisfies some additional requirements which either particularly useful for the solution's purpose or greatly simplify the expressions.</p> <p>Just for example, when one speaks about interpolation of a function over a number of points, the "natural" solution will differ from the infinitely many other solutions in that it will also satisfy certain functional equations of the original function not only on the domain of definition of the original function, but also in the intermediate points. Thus one can speak about natural generalization/interpolation of the function. </p> <p>For example, Gamma function is a natural generalization of factorial (up to a shift) because in addition to satisfying the functional equations of factorial in integer points it also satisfies the same equations in other points and has other useful properties. </p> <p>The exponential function with base e is also natural in that in addition to having all properties of exponential function it also has a unique property of being its own derivative.</p> http://mathoverflow.net/questions/40920/what-if-current-foundations-of-mathematics-are-inconsistent/56050#56050 Answer by Anixx for What if Current Foundations of Mathematics are Inconsistent? Anixx 2011-02-20T08:52:56Z 2011-02-20T08:52:56Z <p>In either case this will not affect any practical applications of mathematics, because practical mathematics deals only with finite quantities, and finite arithmetics has been shown to be consistent. The paradoxes arise only when using abstract axioms, such as axiom of infinity, axiom of choice etc. That is the major body of analysis will survive in a form of constructivist analysis or a stricter approach (depending on where the inconsistency is discovered). </p> http://mathoverflow.net/questions/55455/summation-of-an-expression/56047#56047 Answer by Anixx for Summation of an expression Anixx 2011-02-20T07:40:33Z 2011-02-20T08:13:04Z <p>You can use Wolfram Alpha to get exact solutions for different k, although the results are <a href="http://www.wolframalpha.com/input/?i=sum+x5/Gamma%5Bx%5D+from+x=0+to+z&amp;s=36&amp;incTime=true" rel="nofollow">expressed in not-so-good functions</a></p> <p>This allows to build smooth plots:</p> <p><img src="http://storage4.static.itmages.ru/i/11/0220/h_1298189475_0effdae27f.png" alt="http://storage4.static.itmages.ru/i/11/0220/h_1298189475_0effdae27f.png"> <img src="http://storage5.static.itmages.ru/i/11/0220/h_1298189539_2043dbc994.png" alt="http://storage5.static.itmages.ru/i/11/0220/h_1298189539_2043dbc994.png"></p> <p>(both plots are for k=5)</p> http://mathoverflow.net/questions/53431/does-any-research-mathematics-involve-solving-functional-equations/53539#53539 Answer by Anixx for Does any research mathematics involve solving functional equations? Anixx 2011-01-27T21:21:16Z 2011-01-27T21:31:27Z <p>Since the question is about "really contrived functional equations" you should define what do you count as "really contrived". There are some important classes of functional equations.</p> <ul> <li><p>Difference equations. They are discrete difference analogs of differential equations</p></li> <li><p>Iterative equations. They usually can be reduced to difference equations</p></li> <li><p>Delay differential equations. The combinations of difference and differential equations.</p></li> </ul> <p>These classes are applied in many spheres. That's why they deserve to be researched. If you are speaking about equations that are outside of these classes, then indeed they are not frequently used in applied mathematics, but still may be interesting for research. Mathematicians research what they perceive as interesting, some research things that even in theory cannot be used in applied fields.</p> <p>I also want to add some considerations about usefullness of solving completely random contrived equations. Such equations may lead to interesting insights into special functions and uncover interesting connections between them. Of course the mathematicians usually want to find general method which may be applicable not only to a particular equation but to a large class.</p> http://mathoverflow.net/questions/50422/verifying-a-sequence-that-converges-to-pi/50429#50429 Answer by Anixx for Verifying a sequence that converges to pi Anixx 2010-12-26T15:10:56Z 2010-12-26T15:10:56Z <p>Regarding the second question, no.</p> <p>But you can write $\Delta a_x=\sin a_x$.</p> http://mathoverflow.net/questions/130886/new-differintegral-formula-how-is-it-related-to-other-differintegral-formulas Comment by Anixx Anixx 2013-05-17T11:24:11Z 2013-05-17T11:24:11Z @Gerald Edgar do you have something to say here? http://mathoverflow.net/questions/115113/rational-functions-with-a-common-iterate/128785#128785 Comment by Anixx Anixx 2013-04-26T16:26:56Z 2013-04-26T16:26:56Z @Peter Mueller I am sure that is the flows cannot be found, the question cannot be solved. http://mathoverflow.net/questions/115113/rational-functions-with-a-common-iterate/128785#128785 Comment by Anixx Anixx 2013-04-26T04:30:32Z 2013-04-26T04:30:32Z why the downvote? http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111096#111096 Comment by Anixx Anixx 2012-11-02T10:36:15Z 2012-11-02T10:36:15Z See also my answer regarding real solutions below. http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111179#111179 Comment by Anixx Anixx 2012-11-02T10:25:32Z 2012-11-02T10:25:32Z @fedja yes, the proof in the linked paper requires p&lt;1 or a Siegel number. I wiil add this to the answer. http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111092#111092 Comment by Anixx Anixx 2012-11-01T18:06:44Z 2012-11-01T18:06:44Z See my other answer regarding real solution. http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111078#111078 Comment by Anixx Anixx 2012-11-01T11:04:38Z 2012-11-01T11:04:38Z Yes. +1 And I will give the expansion in another answer. http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu Comment by Anixx Anixx 2012-11-01T11:03:50Z 2012-11-01T11:03:50Z @Vel Nias I think math analysis questions are not welcome here. http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111092#111092 Comment by Anixx Anixx 2012-11-01T03:54:49Z 2012-11-01T03:54:49Z @fedja for the formulas look below. I do not know whether a formula exists if to apply your limitations (requiring the solution to be real) http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111092#111092 Comment by Anixx Anixx 2012-11-01T03:34:12Z 2012-11-01T03:34:12Z @fedja I only see the supposed proofs of existence. Regarding the solution, you yourself wrote &quot;I have no hope for an explicit elementary formula for it.&quot; http://mathoverflow.net/questions/111066/is-there-any-techniques-for-solving-a-differential-equation-including-iterated-fu/111092#111092 Comment by Anixx Anixx 2012-11-01T03:27:46Z 2012-11-01T03:27:46Z I see no solution following the link. http://mathoverflow.net/questions/99979/can-bernoulli-polynomials-be-extended-to-fractional-orders-without-losing-element Comment by Anixx Anixx 2012-06-19T10:15:30Z 2012-06-19T10:15:30Z Well, the Bernoulli polynomials can be extended by meant of Hurwitz zeta function, but in that case the non-integer orders would not produce an elementary function. I really doubt that an extension that always gives elementary functions is possible but who knows? http://mathoverflow.net/questions/99166/convergence-of-newton-series-for-sin-ax/99176#99176 Comment by Anixx Anixx 2012-06-09T15:19:35Z 2012-06-09T15:19:35Z @Asaf Karagila strange question, I always hope to receive answers from anybody. http://mathoverflow.net/questions/99166/convergence-of-newton-series-for-sin-ax/99176#99176 Comment by Anixx Anixx 2012-06-09T14:48:36Z 2012-06-09T14:48:36Z Great! It seems you are the only man in this site that really can answer the questions in my area of interest. I can accept now or wait for the second part. http://mathoverflow.net/questions/17605/how-to-solve-ffx-cosx/98473#98473 Comment by Anixx Anixx 2012-05-31T17:10:25Z 2012-05-31T17:10:25Z It is only piecewise continuous.