login
A197011
Decimal expansion of the slope of the line y=mx which meets the curve y=cos(x+1/2) orthogonally over the interval [0, 2*Pi] (as in A197010).
2
1, 2, 1, 4, 5, 5, 6, 2, 7, 2, 0, 0, 1, 0, 5, 6, 9, 8, 0, 2, 9, 9, 8, 8, 0, 1, 6, 7, 5, 4, 7, 7, 7, 7, 6, 2, 0, 4, 2, 9, 7, 3, 0, 6, 2, 9, 3, 4, 2, 3, 0, 1, 1, 0, 7, 5, 5, 0, 6, 1, 4, 8, 2, 3, 4, 8, 8, 0, 8, 3, 4, 2, 2, 5, 6, 0, 8, 4, 2, 7, 4, 5, 6, 0, 0, 6, 6, 7, 4, 8, 5, 3, 8, 8, 8, 6, 5, 7, 1, 9, 7
OFFSET
1,2
COMMENTS
See the Mathematica program for a graph.
xo=0.4672816053760121337816307268...
yo=0.5675398046001583628839615011...
m=1.21455627200105698029988016754...
|OP|=0.73515544514637791501789646...
MATHEMATICA
c = 1/2;
xo = x /. FindRoot[x == Sin[x + c] Cos[x + c], {x, .8, 1.2}, WorkingPrecision -> 100]
RealDigits[xo] (* A197010 *)
m = 1/Sin[xo + c]
RealDigits[m] (* A197011 *)
yo = m*xo
d = Sqrt[xo^2 + yo^2]
Show[Plot[{Cos[x + c], yo - (1/m) (x - xo)}, {x, -Pi/4, Pi/2}], ContourPlot[{y == m*x}, {x, 0, Pi}, {y, 0, 1}], PlotRange -> All,
AspectRatio -> Automatic, AxesOrigin -> Automatic]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 10 2011
STATUS
approved