OFFSET
0,1
COMMENTS
See the Mathematica program for a graph.
xo=0.460885580860965976987981282513698...
yo=0.553292712300593256734925495541442...
m=1.2004990723879979061250465124427113...
|OP|=0.7201030093885853693640956082816...
MATHEMATICA
c = Pi/6;
xo = x /. FindRoot[x == Sin[x + c] Cos[x + c], {x, .8, 1.2}, WorkingPrecision -> 100]
RealDigits[xo] (* A197006 *)
m = 1/Sin[xo + c]
RealDigits[m] (* A197007 *)
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