I'm trying to find the inverse function of this function: $$ f_a(x) = \frac{x^a}{x^a + (1-x)^a} $$
- $a$ - parameter
- $x$ - variable
Is it possible to find if there is a parameter here?
Hope for your help! Thanks in advance!
I'm trying to find the inverse function of this function: $$ f_a(x) = \frac{x^a}{x^a + (1-x)^a} $$
Is it possible to find if there is a parameter here?
Hope for your help! Thanks in advance!
$$\require{cancel} f_a\circ f_b(x)=\dfrac{\left(\dfrac{x^b}{\cancel{x^b+(1-x)^b}}\right)^a}{\left(\dfrac{x^b}{\cancel{x^b+(1-x)^b}}\right)^a+\left(1-\dfrac{x^b}{\cancel{x^b+(1-x)^b}}\right)^a}\\ =\dfrac{x^{ab}}{x^{ab}+(\cancel{x^b}+(1-x)^b-\cancel{x^b})^a}\\ =\dfrac{x^{ab}}{x^{ab}+(1-x)^{ab}} =f_{ab}(x)$$
You can verify that since $f_1(x)=\dfrac{x}{x+(1-x)}=x$ then $f_a^{-1}=f_{\frac 1a}$