This is my first question in this place, I don't know how to solve my problem.
I have this equation, I need to find the central value based on this equation:
$k = 0.2$
$$k = 2^{(\frac{1}{24} + \frac{1}{24\cdot2^x})}-2^{(\frac{1}{24} - \frac{1}{24\cdot2^x})}$$
I need to figure out the x value, the known value is k. $$x=?$$
if I define y like: $y = \frac{1}{24\cdot2^{x}}= 2^{-x}/24$, and l like: $l = k/2^{\frac{1}{24}}$
$$k = 2^{\frac{1}{24}}\cdot2^y-2^{\frac{1}{24}}\cdot2^{-y}$$
$$l = 2^y-2^{-y}$$
$$\log_{2}(l)=\text{ ?}$$
$$y=\text{ ?}$$
Please help me.
Multiplying both side of $l=2^{y}-2^{-y}$ by $2^{y}$ you will get $$ A^{2}-Al-1=0, $$ where $A=2^{y}$. Solving this equation with respect to $A$ gives the desired values for $A$.