4

Could someone please help me finding the inverse of the following function: $$f(x)= \frac{x-1}{\ln(x)}$$ where $x>0$?

Thank you.

nicole
  • 289

2 Answers2

2

There is no solution in elementary functions but the inverse function is given by $$ x = -y \mathcal{W}\left( -\frac{e^{-1/y}}{y} \right) $$

where $\mathcal{W}$ is the product log function.


step by step solution:

$$ y= \frac{x-1}{\ln{x}} \Longrightarrow -\ln{x} = - \frac{x-1}{y} \Longrightarrow \exp{\left(-\frac{x}{y}\right)} = \exp{\left(-\frac{1}{y}-\ln{x} \right)}$$

Now multiply both sides with $\frac{x}{y}$ and get:

$$\frac{x}{y}\exp{\left(-\frac{x}{y}\right)} = \frac{\exp{\left(-1/y\right)}}{y}\Longleftrightarrow -\frac{x}{y}\exp{\left(-\frac{x}{y}\right)} = -\frac{\exp{\left(-1/y\right)}}{y}$$

Now apply the definition of $\mathcal{W}$ and my answer mentioned before follows.

0

if you want to find inverse of function $f(x)=y$ ,try to replace places for $x$ and $y$ or use $f(y)=x$ and solve it to back to $y$ ,in your case set

$x=(y-1)/(ln(y)$ ,now interpret $y$ by $x$

now we have following ine

$x*ln(y)=(y-1)$

or

$ln(y)/(y-1)=1/x$

now please take on exponent form and also please note that $e^{ln(x)}=x$

  • Yes, this is where I'm stuck, interpreting y by x, I want to know how do you obtain the omega function or the product log function here? Could you please work this out for me? please. – nicole Jan 06 '14 at 20:10