Given #f(x) = cosh(x+a/cosh(x+a/cosh( cdots)))# and #g(x)# its inverse, what is the minimum distance between then for #a > 0#?
2 Answers
We seek the minimum distance between the function:
# f(x) = cosh(x+a/cosh(x+a/cosh( x+a/cosh(cdots))) ) #
and its inverse, for
Let,
# y = cosh(x+a/y ) = coshw# , say where#w=x+a/y#
Now, we attempt to find the inverse function,
# cosh w = (e^w+e^-w)/2 #
so then:
# y = coshw = (e^w+e^-w)/2 #
# :. 2y = e^w+e^-w #
# :. 2ye^w = e^(2w)+1 #
# :. e^(2w) -2ye^w + 1 = 0 #
# :. (e^(w) -y)^2 - y^2+1= 0 #
# :. (e^(w) -y)^2 = y^2-1 #
# :. e^(w) -y = +-sqrt(y^2-1) #
# :. e^(w) = y +-sqrt(y^2-1) #
# :. w = ln(y +-sqrt(y^2-1)) #
# :. x+a/y = ln(y +-sqrt(y^2-1)) #
# :. x = ln(y +-sqrt(y^2-1)) -a/y #
Therefore although we cannot write an exact function for the original repeated recursive function,
# :. f^(-1)(x) = ln(x +-sqrt(x^2-1)) -a/x #
In order to minimize the distance between any function and its inverse, which are reflection in the line
Now, the distance from the point
# D = |Ap+Bq+C|/sqrt(A^2+B^2) #
So, we can find the distance between a generic coordinate
# D = |-x+ln(x +-sqrt(x^2-1)) -a/x|/sqrt(1^2+(-1)^2) #
# :. 2D^2 = ln(x +-sqrt(x^2-1)) -a/x - x #
Differentiating wrt
# 4(dD)/(dx) = ( 1+- x/sqrt(x^2-1) )/(x +-sqrt(x^2-1))+1/x^2-1 #
At a critical point we require that the derivative vanish leading to the two possible outcomes:
# ( 1+ x/sqrt(x^2-1) )/(x +sqrt(x^2-1))+1/x^2-1 = 0 #
# ( 1- x/sqrt(x^2-1) )/(x -sqrt(x^2-1))+1/x^2-1 = 0 #
Solving these equations (which are independent of
# x ~~ +- 1.7742 #
From which we can calculate the corresponding value of
I will return to the solution if time permits.
Assuming that y = g(x) ( in my view f(x) ) is the inverse, the distance is 0, everywhere.
Explanation:
Disambiguation Note:
Inversion means writing a relation y = f(x) as
x = inverse of y =
for an x-interval, in which the relation is bijective,
f is a function operator and
the successive operations
produce the multiplication unit operator 1. Also,
And so, if y = f(x),
I think that is high time to do away with the calling
obtained by the swapping
as the inverse.
Importantly, the graphs for both are one and the same.
Swapping x and y rotates this graph and makes it different.
I affirm that the distance is 0, as the two graphs are one and the
same. For the common graph, a = 1. The inverse had to be defined
in two pieces,
respectively.
Graph for y = cosh(x+1/y) = the given FCF ( Functional Continued
Fraction ) expansion as f(x):
graph{(x - ln(y+(y^2-1)^0.5))(x + ln(y+(y^2-1)^0.5))=0}