Compute $k$, $k$ greater than 1, for which the circles with radius $k$, centered at $(k,k),(k,-k),(-k,k),(-k,-k),$ are exactly tangent to those with radius 1, centered at $(1,1),(1,-1),(-1,1),(-1,-1)$.
Using Desmos, I have an estimate of approximately 5.828, but I don’t know what the closed form is, nor how to determine it.
The distance between $(k,k)$ and $(1,1)$ is $k+1$.
$\sqrt{(k-1)^2+(k-1)^2}=k+1$
$\sqrt{2}(k-1)=k+1$
$(\sqrt{2}-1)k=\sqrt{2}+1$
$k=\dfrac{\sqrt2+1}{\sqrt2-1}=(\sqrt2+1)^2=3+2\sqrt2$