Finding inverse of a function involving ln.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
sp09ta
Messages
9
Reaction score
0
1. Plot f(x)=5+ln(-2x+3), and its inverse.



2. I know the inverse of ln(x) is exp(1)^(x)., and to find the inverse of a function, solve for x then swap the x and y.



3. y=5+ln(-2x+3)
y-5=ln(-2x+3)
exp(1)^(y-5)=(-2x+3)
(-1/2)*[exp(1)^(y-5)-3]=x

y=(-1/2)*[exp(1)^(x-5)-3]

However when I plot these functions using maple, I notice that they are definitely not inverse... :( what am i doing wrong?
 
Physics news on Phys.org
Looks good (although it beats me why you write exp(1)^p instead of just exp(p) or e^p).
How can you "see" that they are not inverses?
If you plug x = (-1/2)*[exp(y-5)-3]=x into 5+ln(-2x+3), you get y right?
 
Oh, I guess my theory on the geometry of inverses was a little off. I write exp(1)^p because its the maple command that I was using. Thanks for your comment!