A198988 Decimal expansion of x>0 satisfying 4*x^2-cos(x)=2.
8, 1, 8, 9, 8, 7, 3, 6, 8, 4, 4, 8, 7, 3, 3, 4, 3, 7, 7, 4, 7, 8, 2, 4, 3, 5, 5, 1, 6, 7, 7, 0, 6, 6, 4, 4, 3, 6, 9, 2, 5, 9, 8, 9, 2, 5, 4, 8, 1, 8, 5, 0, 3, 4, 8, 8, 4, 1, 2, 2, 9, 0, 2, 9, 3, 4, 8, 7, 3, 7, 2, 2, 9, 3, 4, 8, 1, 0, 7, 1, 8, 1, 4, 5, 1, 7, 8, 4, 0, 5, 2, 0, 4, 7, 3, 0, 6, 9, 7
Offset: 0
Examples
0.818987368448733437747824355167706644369...
Crossrefs
Cf. A198755.
Programs
-
Mathematica
a = 4; b = -1; c = 2; f[x_] := a*x^2 + b*Cos[x]; g[x_] := c Plot[{f[x], g[x]}, {x, -2, 2}, {AxesOrigin -> {0, 0}}] r = x /. FindRoot[f[x] == g[x], {x, .81, .82}, WorkingPrecision -> 110] RealDigits[r] (* A198988 *)
Comments