[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing all changes.
Decimal expansion of greatest x satisfying 3*x^2 - 2*cos(x) = 3*sin(x).
(history; published version)
#8 by Alois P. Heinz at Sun Jul 01 13:57:29 EDT 2018
STATUS

proposed

approved

#7 by G. C. Greubel at Sun Jul 01 00:45:18 EDT 2018
STATUS

editing

proposed

#6 by G. C. Greubel at Sun Jul 01 00:44:47 EDT 2018
NAME

Decimal expansion of greatest x satisfying 3*x^2 - 2*cos(x) = 3*sin(x).

LINKS

G. C. Greubel, <a href="/A200234/b200234.txt">Table of n, a(n) for n = 1..10000</a>

PROG

(PARI) a=3; b=-2; c=3; solve(x=1, 2, a*x^2 + b*cos(x) - c*sin(x)) \\ G. C. Greubel, Jun 30 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 14 2011

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#4 by T. D. Noe at Tue Nov 15 17:47:25 EST 2011
STATUS

proposed

approved

#3 by Clark Kimberling at Tue Nov 15 17:41:07 EST 2011
STATUS

editing

proposed

#2 by Clark Kimberling at Mon Nov 14 20:54:43 EST 2011
NAME

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

DATA

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

OFFSET

1,3

COMMENTS

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

EXAMPLE

least x: -0.432052760425723131996383607455372280...

greatest x: 1.0929613126196942696433829125566221...

MATHEMATICA

a = 3; b = -2; c = 3;

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

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

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

RealDigits[r] (* A200233 *)

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

RealDigits[r] (* A200234 *)

CROSSREFS

Cf. A199949.

KEYWORD

allocated

nonn,cons

AUTHOR

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

STATUS

approved

editing

#1 by Clark Kimberling at Mon Nov 14 17:42:44 EST 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved