First, we find the derivatives of the position vector at \(t=1\text{:}\)
\begin{align*}
\v{r}(t) \amp= \la t, \ln(t) \ra \implies \v{r}(1) = \la 1, 0 \ra \\
\v{r}'(t) \amp= \la 1, \frac{1}{t} \ra \implies \v{r}'(1) = \la 1, 1 \ra \\
\v{r}''(t) \amp= \la 0, -\frac{1}{t^2} \ra \implies \v{r}''(1) = \la 0, -1 \ra
\end{align*}
Step 1: Find the radius of curvature \(R\) We compute the curvature \(\kappa(1)\) using the 2D formula:
\begin{align*}
\kappa(1) \amp= \frac{|x'(1)y''(1) - y'(1)x''(1)|}{\|\v{r}'(1)\|^3} \\
\amp= \frac{|(1)(-1) - (1)(0)|}{(\sqrt{1^2+1^2})^3} \\
\amp= \frac{|-1|}{(\sqrt{2})^3} = \frac{1}{2\sqrt{2}}
\end{align*}
The radius is the reciprocal of the curvature:
\begin{equation*}
R = \frac{1}{\kappa} = 2\sqrt{2}
\end{equation*}
Step 2: Find the normal vector \(\v{N}\) To use the definition \(\v{N}(t) = \frac{\v{T}'(t)}{\|\v{T}'(t)\|}\text{,}\) we first need the general formula for \(\v{T}(t)\text{.}\)
\begin{align*}
\|\v{r}'(t)\| \amp= \sqrt{1^2 + \left(\frac{1}{t}\right)^2} = \sqrt{\frac{t^2+1}{t^2}} = \frac{\sqrt{t^2+1}}{t}
\end{align*}
Now we define \(\v{T}(t)\text{:}\)
\begin{align*}
\v{T}(t) \amp= \frac{\v{r}'(t)}{\|\v{r}'(t)\|} = \frac{\la 1, t^{-1} \ra}{\frac{\sqrt{t^2+1}}{t}} = \frac{t}{\sqrt{t^2+1}} \la 1, t^{-1} \ra \\
\amp= \la \frac{t}{(t^2+1)^{1/2}}, \frac{1}{(t^2+1)^{1/2}} \ra \\
\amp= \la t(t^2+1)^{-1/2}, (t^2+1)^{-1/2} \ra
\end{align*}
Next, we differentiate \(\v{T}(t)\) to find \(\v{T}'(t)\text{.}\)
\begin{align*}
x_{\v{T}}'(t) \amp= (1)(t^2+1)^{-1/2} + t\left(-\frac{1}{2}\right)(t^2+1)^{-3/2}(2t) \\
\amp= (t^2+1)^{-1/2} - t^2(t^2+1)^{-3/2} \\
\amp= \frac{t^2+1}{(t^2+1)^{3/2}} - \frac{t^2}{(t^2+1)^{3/2}} = \frac{1}{(t^2+1)^{3/2}} \\
y_{\v{T}}'(t) \amp= -\frac{1}{2}(t^2+1)^{-3/2}(2t) = \frac{-t}{(t^2+1)^{3/2}}
\end{align*}
Evaluating at \(t=1\text{:}\)
\begin{align*}
\v{T}'(1) \amp= \la \frac{1}{(2)^{3/2}}, \frac{-1}{(2)^{3/2}} \ra = \la \frac{1}{2\sqrt{2}}, -\frac{1}{2\sqrt{2}} \ra = \frac{1}{2\sqrt{2}}\la 1, -1 \ra
\end{align*}
Finally, we normalize this vector. Since \(\frac{1}{2\sqrt{2}}\) is just a scalar, the direction is clearly \(\la 1, -1 \ra\text{.}\)
\begin{align*}
\v{N}(1) \amp= \frac{\v{T}'(1)}{\|\v{T}'(1)\|} = \frac{\la 1, -1 \ra}{\sqrt{1^2+(-1)^2}} = \frac{1}{\sqrt{2}}\la 1, -1 \ra
\end{align*}
Step 3: Find the center \(Q\) We use the vector addition formula:
\begin{align*}
\overrightarrow{OQ} \amp= \v{r}(1) + \frac{1}{\kappa} \v{N}(1) \\
\amp= \la 1, 0 \ra + (2\sqrt{2}) \left[ \frac{1}{\sqrt{2}}\la 1, -1 \ra \right] \\
\amp= \la 1, 0 \ra + 2\la 1, -1 \ra \\
\amp= \la 1+2, 0-2 \ra = \la 3, -2 \ra
\end{align*}
The center is \((3, -2)\text{.}\)
Step 4: Determine the equation of the osculating circle Using the center \((3, -2)\) and radius \(R = 2\sqrt{2}\) (so \(R^2 = 8\)):
\begin{equation*}
(x-3)^2 + (y+2)^2 = 8
\end{equation*}