I wanted to solve $\tan(x) = x$ without Newton's method. Along I have found various questions here on Mathematics like :
Solution of tanx = x? (Answer of JJacquelin)
Derivation of asymptotic solution of $\tan(x) = x$. (Answer of Antonio Vargas, Lagrange inversion formula) - This way I understand, how they get the result.
and
Location of the extrema of the sinc function.
In the last one the K. B. Dave named some sources like :
https://soundandscience.de/text/theory-sound-volume-1 (Page 278 or PDF-Page 293) (Rayleigh 1877)
and
https://www.digi-hub.de/viewer/image/BV044241472/325/ (Page 319 or PDF-Page 325) (Euler 1748)
Euler for example does not explain how he solved this. (or is it me who does not get it?) How did they do this?
$$s = x - \frac{1}{3}x^3 + \frac{1}{5}x^5 - \frac{1}{7}x^7 ... (1)$$ $$(2n+1)q= \frac{1}{x} + x - \frac{1}{3}x^3 + \frac{1}{5}x^5 - \frac{1}{7}x^7 ... (2) $$
$$ \frac{1}{x} = (2n+1)q - s = (2n+1)q - \frac{1}{(2n+1)q} - \frac{2}{3(2n+1)^3q^3} - \frac{13}{15(2n+1)^5q^5} - \frac{146}{105(2n+1)^7q^7} etc. $$
How to get from (1) and (2) to the last equation?
Further helpful links:
https://groups.google.com/g/sci.math/c/1KOaZXdFAG4/m/Ehqn-G6pJY8J?pli=1
and