login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A200680 Decimal expansion of the greater of two values of x satisfying 2*x^2 = tan(x) and 0 < x < Pi/2. 3

%I #8 Apr 09 2021 15:52:54

%S 1,2,7,0,3,4,2,6,4,7,7,9,9,5,8,2,7,1,1,0,6,3,9,9,0,3,3,5,0,3,2,0,2,1,

%T 1,2,5,1,4,7,6,9,7,3,1,0,4,6,2,8,0,7,5,6,5,6,7,6,2,5,4,0,1,2,7,6,5,4,

%U 9,0,4,4,1,1,5,6,5,0,3,4,9,6,4,1,6,9,7,1,2,3,6,3,5,9,4,4,1,3,5

%N Decimal expansion of the greater of two values of x satisfying 2*x^2 = tan(x) and 0 < x < Pi/2.

%C See A200614 for a guide to related sequences. The Mathematica program includes a graph.

%e lesser: 0.55970415227308065061037721283588022...

%e greater: 1.27034264779958271106399033503202112...

%t a = 2; c = 0;

%t f[x_] := a*x^2 - c; g[x_] := Tan[x]

%t Plot[{f[x], g[x]}, {x, -.1, Pi/2}, {AxesOrigin -> {0, 0}}]

%t r = x /. FindRoot[f[x] == g[x], {x, .5, .6}, WorkingPrecision -> 110]

%t RealDigits[r] (* A200679 *)

%t r = x /. FindRoot[f[x] == g[x], {x, 1.2, 1.3}, WorkingPrecision -> 110]

%t RealDigits[r] (* A200680 *)

%Y Cf. A200614.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Nov 20 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 4 06:40 EDT 2024. Contains 374905 sequences. (Running on oeis4.)