-1
$\begingroup$

If $f(x) = \frac{1}{2x+1}$ and the inverse f is $f^{-1}(x) = \frac{1- x}{2x}$ How do I find the two possible values of $x$ when $f(x) = f^{-1}(x)$?

2 Answers 2

2

When $f(x) = f^{-1} (x)$, we have

$ \frac{1}{2x+1} = \frac{1-x}{2x} \\ \implies 2x = (1-x)(2x+1) \\ \implies 2x = -2x^2 + x +1 $

This is a quadratic and will have two roots. Can you use the quadratic formula?

  • 0
    Yes, correct....2012-10-16
2

Suppose that for some $x$, $f(x) = f^{-1}(x)$, then

\begin{align} f(x) = \frac{1}{2x + 1} & = \frac{1-x}{2x} = f^{-1}(x). \end{align}

Cross multiplying, we have $2x = (1-x)(2x+1)$

which, upon expansion and rearrangement, we have

$2x^2 + x - 1 = 0.$

To solve that equation, we may either use the quadratic formula, or notice that we may factor the quadratic to

$(2x - 1)(x + 1) = 0$

and so we see that $x = 1/2$ and $x = -1$ are both solutions to the quadratic. It is important to check that these are indeed solutions to our equation, since we do have two rational functions and they may very well be undefined on these points. Luckily, they do not cause our denominators to be $0$ in either case, both of these roots are solutions to our original problem.

Note. To solve the problem, we assumed that there was indeed some $x$ such that they are equal. This is not necessarily rigorous, per se, but it is fine for our purpose here.