Inverse of logarithmic function I have this problem: f:(0,oo)-> RR f(x)=x+1+lnx g is the reverse of f.
elisegayezm
Answered question
2022-09-06
Inverse of logarithmic function I have this problem:
g is the reverse of f. I tried to solve the problem like this and I got stuck The problem is: ? Also g'(2) =? Anyone got any idea?
Answer & Explanation
Haylie Campbell
Beginner2022-09-07Added 13 answers
You cannot solve for as a function of , as you are attempting. There is no formula for in terms of common functions like , etc. The question amounts to solving for in the equation The simplest way to do this is to plug in some whole numbers in for until you find one that outputs . This happens to succeed here, but only because the problem was constructed with this in mind. If the solution here were not as easy to guess, you could also graph and try to estimate visually the input that gives the output . If you are familiar with numerical methods like Newton's method, you can also obtain a solution to by guessing an initial value and then computing successively better approximations until you reach a desired amount of precision.
adarascarlet80
Beginner2022-09-08Added 1 answers
You are supposed to solve . Even though you cannot solve this generally (unless you use something like Lambert W function), for you can actually guess the correct solution quite easily (try some simple values of that simplify ). Also even if you guess the solution, you still need to do more work by showing that is the only solution. You can show that by showing that the function is monotonic. But that should already been shown since you are taking inverse if the function, which does not make sense if it is not monotonic.