login

Revision History for A200107

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Decimal expansion of least x satisfying 2*x^2 - cos(x) = sin(x), negated.
(history; published version)
#8 by Susanna Cuyler at Mon Jun 25 22:54:07 EDT 2018
STATUS

proposed

approved

#7 by G. C. Greubel at Mon Jun 25 19:28:43 EDT 2018
STATUS

editing

proposed

#6 by G. C. Greubel at Mon Jun 25 19:28:38 EDT 2018
NAME

Decimal expansion of least x satisfying 2*x^2 - cos(x) = sin(x), negated.

LINKS

G. C. Greubel, <a href="/A200107/b200107.txt">Table of n, a(n) for n = 0..10000</a>

PROG

(PARI) a=2; b=-1; c=1; solve(x=-1, 0, a*x^2 + b*cos(x) - c*sin(x)) \\ G. C. Greubel, Jun 25 2018

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:57:59 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Nov 13 2011

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#4 by T. D. Noe at Sun Nov 13 17:10:03 EST 2011
STATUS

proposed

approved

#3 by Clark Kimberling at Sun Nov 13 16:24:39 EST 2011
STATUS

editing

proposed

#2 by Clark Kimberling at Sun Nov 13 15:49:49 EST 2011
NAME

allocated for Clark KimberlingDecimal expansion of least x satisfying 2*x^2-cos(x)=sin(x).

DATA

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

OFFSET

0,1

COMMENTS

See A199949 for a guide to related sequences. The Mathematica program includes a graph.

EXAMPLE

least x: -0.4690323711198093057335493058025105005500...

greatest x: 0.84026351771576789934797349964835579736...

MATHEMATICA

a = 2; b = -1; c = 1;

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

Plot[{f[x], g[x]}, {x, -3, 3}, {AxesOrigin -> {0, 0}}]

r = x /. FindRoot[f[x] == g[x], {x, -.47, -.46}, WorkingPrecision -> 110]

RealDigits[r] (* A200107 *)

r = x /. FindRoot[f[x] == g[x], {x, .84, .85}, WorkingPrecision -> 110]

RealDigits[r] (* A200108 *)

CROSSREFS

Cf. A199949.

KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Nov 13 2011

STATUS

approved

editing

#1 by Clark Kimberling at Sun Nov 13 14:27:19 EST 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved