4
$\begingroup$

I have the following representation of $z$ in terms of $s$, where both $z,s\in \mathbb{R}$ and $|s|<1$:

$$e^{s+2}\sqrt{1-s^2}=z$$

Now, how can I express $s$ in terms of $z$?

I first attacked the problem by taking logarithms:

$$2s + \log (1-s^2) = \log (\frac{z^2}{e^4})$$

Or

$$2s + \log (1-s) + \log(1+s) = \log (\frac{z^2}{e^4})$$

And then developing a Taylor Series expansion of the remaining logarithm, with no success (I got stuck). Changes of variables such as $s+1=t$ did not work for me neither. Besides, I do not imagine any other way to solve this problem.

I do not mind getting something like a Lambert-W function or similar as a result.

Am I missing anything here? What strategy shall I use?

Thanks in advance.

$\endgroup$
9
  • $\begingroup$ I think you need to find the inverse function of $e^{s-2}\sqrt{1-s^2}$ $\endgroup$ Commented Jan 5, 2018 at 1:02
  • $\begingroup$ First work out the "inverse" domain for $z$, as you want to get a function that maps $z$-values to $s$-values. More than likely there is no simple expression for $s$ in terms of $z$, but you should be able to create a practical solver for $s$ given $z$ using familiar root-finding algorithms. $\endgroup$
    – hardmath
    Commented Jan 5, 2018 at 1:02
  • 1
    $\begingroup$ Why do you expect an explicit formula for the inverse of this function ? It is likely that no such formula exists. $\endgroup$
    – tristan
    Commented Jan 5, 2018 at 1:06
  • $\begingroup$ @hardmath Yes, In fact it is equivalent to say that I am lookimg for the inverse of the funcion $f : [-1,1] \to \mathbb{R}$. Rather than an approximate solution, I was trying to find the exact one. $\endgroup$ Commented Jan 5, 2018 at 1:16
  • 1
    $\begingroup$ um...substituting $ s = \sin \theta$ ? $\endgroup$
    – G.H.lee
    Commented Jan 5, 2018 at 2:33

1 Answer 1

3
$\begingroup$

Rearrange:

$$e^{s+2}\sqrt{1-s^2}=z\iff e^{2s}(s^2-1)=-e^{-4}z^2$$

and use Lagrange inversion:

$$e^{2s}(s^2-1)=a\implies s=1-\sum_{n=1}^\infty \frac{a^n}{n!}\frac{d^{n-1}}{ds^{n-1}}\left.\left(\frac{s-1}{e^{2s}(s-1)(s+1)}\right)^n\right|_1$$

General Leibniz rule gives:

$$\frac{d^{n-1}}{ds^{n-1}}e^{-2ns}(s+1)^{-n}=\sum_{m=0}^{n-1}\binom{n-1}m\frac{d^{n-1-m}}{ds^{n-1-m}}e^{-2ns}\frac{d^m}{ds^m}(s+1)^{-n}$$

Summing uses Bessel K:

$$\boxed{s=1-\sum_{n=1}^\infty\frac{(-e^{-4}z^2n)^n}{\sqrt{\pi n}n!}\operatorname K_{\frac12-n}(2n)}$$

shown here. There is another branch of the inverse function too

$\endgroup$
1
  • $\begingroup$ There is a way to get both branches by inverting $e^{\pm 2\sqrt x}(x-1),x^2=s$ $\endgroup$ Commented Jun 14, 2023 at 17:49

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .