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!)
A198132 Decimal expansion of least x having 2*x^2+3x=3*cos(x). 3

%I #5 Mar 30 2012 18:57:53

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

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

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

%N Decimal expansion of least x having 2*x^2+3x=3*cos(x).

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

%e least x: -1.53498632262030720596966252020141464...

%e greatest x: 0.5937808126791590376608164556109947...

%t a = 2; b = 3; c = 3;

%t f[x_] := a*x^2 + b*x; g[x_] := c*Cos[x]

%t Plot[{f[x], g[x]}, {x, -2, 1}]

%t r1 = x /. FindRoot[f[x] == g[x], {x, -1.54, -1.53}, WorkingPrecision -> 110]

%t RealDigits[r1](* A198132 *)

%t r2 = x /. FindRoot[f[x] == g[x], {x, .59, .60}, WorkingPrecision -> 110]

%t RealDigits[r2](* A198133 *)

%Y Cf. A197737.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Oct 22 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 12 15:11 EDT 2024. Contains 375113 sequences. (Running on oeis4.)