A198983 Decimal expansion of x>0 satisfying 4*x^2+cos(x)=3.
7, 5, 3, 4, 3, 4, 9, 3, 9, 2, 5, 8, 6, 6, 6, 2, 5, 2, 6, 7, 6, 9, 5, 1, 9, 9, 5, 8, 3, 1, 5, 6, 3, 3, 0, 0, 4, 9, 9, 5, 8, 8, 7, 4, 9, 7, 1, 2, 5, 9, 0, 8, 3, 5, 1, 2, 8, 2, 4, 8, 1, 9, 9, 0, 3, 5, 7, 3, 3, 5, 3, 5, 3, 3, 9, 7, 4, 7, 2, 4, 9, 5, 5, 8, 0, 7, 3, 5, 8, 2, 5, 3, 2, 1, 5, 9, 3, 5, 4
Offset: 0
Examples
0.753434939258666252676951995831563300...
Crossrefs
Cf. A198755.
Programs
-
Mathematica
a = 4; b = 1; c = 3; 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, .75, .76}, WorkingPrecision -> 110] RealDigits[r] (* A198983 *)
Comments