I have the expression
Sum[(2 j \[Pi] Sin[(2 j \[Pi] x)/(r + 1)])/(r + 1)^2, {j, 0, r}] == 0
I want to find the roots in terms of x and r.
After using FullSimplify, and removing expressions that make no contribution to the zeroes (such as integer multiples and the denominator of the fraction that results from FullSimplify), I end up with
Sin[(\[Pi] x)/(r + 1)] Cos[(\[Pi] (x + 2 r x))/(r + 1)] + Sin[2 π x]==0
However, I'm not sure how to proceed from here. @KraZug, who was very kindly helping me here, says that the roots appear to have a closed form - and it is true that plotting the results for increasing r seem to imply some form of convergence... But I have absolutely no idea how to find an algebraic expression for the roots.
I have tried FindRoot, ToRadicals, Solve... But they all produce error messages and no result. I suspect part of this might be to do with a failure to take limits - but that actually should only affect roots at x=n r + 1 (where n is an integer).
Can anyone suggest how I should proceed?
Pi[],you meanPi=3.141...? – Mariusz Iwaniuk Sep 08 '18 at 14:30