How do you find the inverse of y=ln(x+2)?

1 Answer
Dec 15, 2015

y = e^x-2

Explanation:

The easiest way to find the inverse of a function is to swap x and y and solve for y:

y = ln(x+2) -> x = ln(y+2)

We then raise e to the power of both sides to remove the natural logarithm:

x = ln(y+2) -> e^x = y+2

And subtract 2 to isolate y:

e^x = y+2 -> e^x-2 = y

Making our final answer y = e^x-2