I've been stuck on this math problem for a while and it involves solving the intersections between a natural log and its inverse function.
The natural log function is: $\ln(x+2)+3$
The inverse function is: $e^{x-3}-2$
I understand that they reflect on the $y=x$ line, but when I write them down as: $\ln(x+2)+3 = e^{x-3}-2$, I can't go any further than $\ln(x+2)+5 = e^{x-3}$.
So I was wondering if there is anyway I can solve this without putting it into the graphics calculator.
Any help would be greatly appreciated.
Thank you in advance.
We better subtract both sides with $\ln(x+2)+5$, $$F(x)=\ln(x+2)-e^{x-3}+5$$ this kind of function is called a transcendental function, and we often use Newton's method
to find it's root, If you want high accuracy, it can be really hard to solve by hand, almost impossible. But if you only need accuracy at, say 2 decimal places, Newton's method works fine.