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!)
A200684 Decimal expansion of the greater of two values of x satisfying 4*x^2 = tan(x) and 0 < x < Pi/2. 3

%I #10 Apr 09 2021 19:04:26

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

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

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

%N Decimal expansion of the greater of two values of x satisfying 4*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.25558996674656780347141263353981468112668...

%e greater: 1.45291616091651451874274868759044832324022...

%t a = 4; 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, .2, .3}, WorkingPrecision -> 110]

%t RealDigits[r](* A200683 *)

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

%t RealDigits[r](* A200684 *)

%Y Cf. A200614, A200683.

%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 April 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)