Tagged Questions
15
votes
1answer
296 views
Speeding up trigonometric integral
Context
On a possible non trivial toric topology for the Universe (nothing less!).
Problem
I would like to carry out the following integral for $\ell=2,4\cdots 20$.
$$\int _0^{\pi }\int _0^{2 \pi ...
21
votes
3answers
1k views
How to find the period of an arbitrary mathematical function?
Is there a function to find the period of an arbitrary (possibly complex) function in Mathematica?
6
votes
5answers
571 views
Trying to prove that $x\sin(\frac{\pi}{x})\ge\pi \cos(\frac{\pi}{x})$ for $x\ge 1$
Consider the function
f[x_] := x Sin[Pi/x]
I want to prove that this function is increasing for $x\ge 1$. This can be done with the first derivative. We have to ...