I am trying to find the positive real number $b$ such that the graph of $f(x)=\ln(x+b)$ is tangent to the circle $x^2+y^2=1$. Here is my attempt:
I realize that the point of tangency must be in the top half of the circle if $b$ is positive, so I define $g(x)=\sqrt{1-x^2}$ (top half of circle). Now, I THINK that if two graphs $f$ and $g$ are tangent to each other at $x=a$, then $f(a)=g(a)$ and $f'(a)=g'(a)$ (correct me if I am wrong). Now, $f'(x)=\frac{1}{x+b}$, and $g'(x)=\frac{-x}{\sqrt{1-x^2}}$. So, we are basically solving for the $x$ value of the point of tangency and $b$. Now, I am not sure where to go from here. I used a graph to estimate a solution between $b=2.9$ and $b=3$. Can someone help?