3.14159253589
- 5
- 0
What is the derivative of the pi function
I like Serena said:This is not quite right.
The proper derivative is:
\frac{d}{dn}\pi(n)\approx \frac{d}{dn}\int_{2}^{n}\frac{dt}{\ln(t)} = \frac{1}{\ln(n)}
dimension10 said:If you are talking about the prime number thing, I am not sure about the exact one but here is an approximation:
\pi(n)\approx \int_{2}^{n}\frac{dt}{\mbox{ln}(t)}
\frac{d}{dn}\pi(n)\approx \frac{d}{dn}\int_{2}^{n}\frac{dt}{\mbox{ln}(t)}
\frac{d}{dn}\pi(n)\approx \frac{d}{dn}\lim_{\delta t \rightarrow 0}\sum_{t=2}^{n}\frac{\delta t}{\mbox{ln}(t)}
As the derivative of a sum is the sum of the derivatives,
\frac{d}{dn}\pi(n)\approx \lim_{\delta t \rightarrow 0}\sum_{t=2}^{n}\frac{d}{dn}\frac{\delta t}{\mbox{ln}(t)}
\frac{d}{dn}\pi(n)\approx \lim_{\delta t \rightarrow 0}\sum_{t=2}^{n}-\frac{\delta t}{n \; {\mbox{ln}}^{2}(n)}
\frac{d}{dn}\pi(n)\approx - \int_{2}^{n}\frac{dt}{n \; {\mbox{ln}}^{2}(n)}
So that is the approximate rate of change of the pi function of t as t changes.
dimension10 said:Then where did I make a mistake?
dimension10 said:According to Wolfram Alpha,
\frac{d}{dn}(\int_{2}^{n}\frac{dt}{\ln(t)})=\frac{-n+n\; \mbox{ln}(n)+2}{n \;{\mbox{ln}}^{2}(n)}
dimension10 said:I guess all three solutions are equal to each other and thus, correct?
I like Serena said:As MathematicalPhysicist already said, the first mistake is when you moved d/dn to the other side of the summation symbol.
This is not allowed, because the summation is dependent on n.
I like Serena said:You made another mistake when you differentiated the expression dependent on t with respect to n.
Since the expression is not dependent on n, the result is zero.
I think I know what happened. It must have again considered d as constant rather than an infinitesimal.There seems to be a simpler solution using the second fundamental theorem of calculus and that would yieldI like Serena said:How did you get WolframAlpha to say that?
I do not get that.