[go: up one dir, main page]

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!)
Revision History for A196996 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A196996 Decimal expansion of xo, where P=(xo,yo) is the point nearest O=(0,0) at which a line y=m*x meets the curve y=cos(3x) orthogonally.
(history; published version)
#7 by Russ Cox at Fri Mar 30 18:57:50 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Oct 09 2011

Discussion
Fri Mar 30 18:57
OEIS Server: https://oeis.org/edit/global/285
#6 by T. D. Noe at Sun Oct 09 21:11:13 EDT 2011
STATUS

proposed

approved

#5 by Clark Kimberling at Sun Oct 09 20:38:52 EDT 2011
STATUS

editing

proposed

#4 by Clark Kimberling at Sun Oct 09 20:03:30 EDT 2011
NAME

Decimal expansion of xo, where P=(xo,yo) is the point nearest O=(0,0) at which a line y=m*x meets the curve y=cos(3x ) orthogonally.

#3 by Clark Kimberling at Sun Oct 09 18:53:10 EDT 2011
NAME

allocatedDecimal expansion of xo, where P=(xo,yo) is the point nearest O=(0,0) at which a line y=m*x meets the forcurve Clarky=3x Kimberlingorthogonally.

DATA

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

OFFSET

0,1

COMMENTS

See the Mathematica program for a graph.

xo=0.9350272884749678361451944275323...

yo=0.3301955980451199836007253971727...

m=0.35314006565912096755666111412785...

|OP|=0.99161744799152518925689622748...

MATHEMATICA

c = 3;

xo = x /. FindRoot[0 == x + c*Sin[c*x] Cos[c*x], {x, .8, 1.2}, WorkingPrecision -> 100]

RealDigits[xo] (* A196996 *)

m = Sin[c*xo]/xo

RealDigits[m] (* A196997 *)

yo = m*xo

d = Sqrt[xo^2 + yo^2]

Show[Plot[{Sin[c*x], yo - (1/m) (x - xo)}, {x, 0, Pi/c}], ContourPlot[{y == m*x}, {x, 0, 1.5}, {y, -.1, 1}], PlotRange -> All, AspectRatio -> Automatic]

CROSSREFS

Cf. A196997, A197000, A197002.

KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Oct 09 2011

STATUS

approved

editing

#2 by Clark Kimberling at Sat Oct 08 15:07:08 EDT 2011
KEYWORD

allocating

allocated

#1 by Clark Kimberling at Sat Oct 08 15:07:08 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocating

STATUS

approved

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 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)