OFFSET
1,1
COMMENTS
Location (for x>0) of the first negative lobe of sinc(x) = sin(x)/x, where sinc(x) attains its absolute minimum of -0.217233628... The function sinc(x) is important in spectral theory (transient data truncation artifacts). - Stanislav Sykora, Mar 05 2012
Also the first root of the sinc(3,x) function, that is, the radial component of the 3D Fourier transform of 3-dimensional unit sphere. Also the first root of the spherical Bessel function of the 1st kind, j_1(x). - Stanislav Sykora, Nov 14 2013
Unique fixed point of the function arctan(x)+Pi, and this fixed point is attractive. - Robert FERREOL, May 09 2023
Further roots (intersections of y=x with other branches of y=tan(x)) are at x=7.725251... = A255272, x=10.9041216..., x=14.0661939..., x= 17.2207552.. etc. - R. J. Mathar, Jul 11 2024
REFERENCES
M. Abramowitz, I. A. Stegun, Editors, Handbook of Mathematical Functions, Dover Publications, 1965, Chapter 10.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Mohammad K. Azarian, On the Fixed Points of a Function and the Fixed Points of its Composite Functions, International Journal of Pure and Applied Mathematics, Vol. 46, No. 1, 2008, pp. 37-44. Mathematical Reviews, MR2433713 (2009c:65129), March 2009. Zentralblatt MATH, Zbl 1160.65015.
Mohammad K. Azarian, Fixed Points of a Quadratic Polynomial, Problem 841, College Mathematics Journal, Vol. 38, No. 1, January 2007, p. 60.
Mohammad K. Azarian, Solution to Fixed Points of a Quadratic Polynomial, Problem 841, College Mathematics Journal Vol. 39, No. 1, January 2008, pp. 66-67.
Stanislav Sykora, K-Space Images of n-Dimensional Spheres and Generalized Sinc Functions
Eric Weisstein's World of Mathematics, Tangent
Eric Weisstein's World of Mathematics, Tanc Function
EXAMPLE
4.4934094579090641753...
MAPLE
Digits:=200; fsolve(x*cos(x)-sin(x), x, 4..5);
MATHEMATICA
RealDigits[FindRoot[Tan[x]==x, {x, 4}, WorkingPrecision->128][[1, 2]]][[1]] (* Robert G. Wilson v, Mar 05 2012; corrected by Harvey P. Dale, Mar 22 2012 *)
RealDigits[BesselJZero[3/2, 1], 10, 100][[1]] (* Vladimir Reshetnikov, May 13 2016 *)
PROG
(PARI) solve(x=4, 4.5, tan(x)-x) \\ Charles R Greathouse IV, Jun 10 2012
(PARI) besseljzero(3/2, 1) \\ Charles R Greathouse IV, Jan 23 2025
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Jan 21 2006
STATUS
approved