I am stuck with proving a limit which I think should be immediate... I will explain the problem and comment one of my attempts. Let $x: [0, \infty) \to \mathbb{R}^n$ be a differentiable arc with $\lim\limits_{t \to \infty} x(t) = x_0 \in \mathbb{R}^n$, $x(t) \not = x_0, \dot{x}(t) \not = 0, t \geq 0$, of which we know the following limit of tangents exists:
$$ \lim\limits_{t \to \infty} \frac{ \dot{x} (t) }{|| \dot{x} (t) ||} ,$$
say it tends to a certain $L \in S^1$. Now I want to prove $ \lim\limits_{t \to \infty} \frac{ x(t) - x_0}{ || x(t) - x_0 ||}= -L$ (this can be graphically seen to make sense).
My best attempt of a proof was just trying to apply the limit definitions, but I can not get the result... The problem arises when I have:
$$ \left| \frac{x(t)- x_0}{ || x(t)- x_0 ||} - \frac{x(t)- x(s)}{ || x(t)- x(s)||} \right| + \left| \frac{x(t)- x(s)}{ || x(t)- x (s) ||} - \frac{\dot{x} (t)}{ ||\dot{x} (t)||}\right| + \left| \frac{\dot{x} (t)}{ ||\dot{x} (t)||} - L \right|,$$ since the last term is smaller than $\varepsilon /3$ if $t >M_1 >0$, the second term is smaller than $\varepsilon/3$ if $s \in (t- \delta, t + \delta)$, but the first term is smaller than $\varepsilon/3$ if $s > M_2 (t)$, i.e., the constant $M_2$ depends on $t$, so I can not make the three summands "small" at the same time. I have tried to prove that $M_2$ does not depend on $t$ but I have not achieved it, I think it can't be done.
So, any help or suggestion is appreciated, thanks in advance!