OFFSET
0,1
COMMENTS
See the Mathematica program for a graph.
xo=0.255465286103853596695882696613320272654788...
yo=0.264932084602776862434116494762571068650190...
m=1.0370570837365150046614795837584277605222343...
|OP|=0.3680373919265496189530095416155881110455...
MATHEMATICA
c = Pi/3;
xo = x /. FindRoot[x == Sin[x + c] Cos[x + c], {x, .8, 1.2}, WorkingPrecision -> 100]
RealDigits[xo] (* A197004 *)
m = 1/Sin[xo + c]
RealDigits[m] (* A197005 *)
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