I am studying a paper and I am going crazy about one differentiation which it is written on it but not explained. I think I am missing something and probably something easy.
I would love if someone of you could give me an help.
My problem it is explained in the following figure:

I thank you in advance for any kind of help.
I am really stuck with it.
EDIT (Thanks to LutzL comments):
Ok to be more clear. I have the following formula. I don't understand how is it possible that when I differentiate the formula: \begin{equation} \beta_{ij}=^iR\frac{\mathbf{p}_{ij}}{\delta_{ij}} \end{equation} I end up with the following thing: \begin{equation} \dot{\beta}_{ij}= \frac{^iR}{\delta_{ij}}\left[\dot{\psi}_iS\mathbf{p}_{ij}+\left(I_{3x3}-\mathbf{\hat{p}}_{ij}\mathbf{\hat{p}}_{ij}^T\right)\dot{\mathbf{p}}_{ij}\right] \end{equation}
I understood the first part of the equation. I think it is due to the differentiation of the rotation matrix $^iR$.
$\mathbf{\hat{p}}_{ij}=\left(\frac{\mathbf{p}_{ij}}{\delta_{ij}}\right)$ $\in \mathbb{R}^3$
$\delta_{ij}=||\mathbf{p}_{ij}||$
$^iR\in \mathbb{R}^{3\times3}$ is a rotation matrix $=\begin{bmatrix} \cos(\psi_u) & -\sin(\psi_u) & 0\\ \sin(\psi_u) & \cos(\psi_u) & 0 \\ 0 & 0 & 1 \end{bmatrix}$
$I_{3\times3}$ is the identity matrix.
$S$ is a skew-symmetric matrix which is appearing into the formula for the differentiation of the rotation matrix $^iR$
I hope now it is more clear.
Usually $$ \frac{\partial F}{\partial v}(x)=F'(x)·v $$ denotes the directional derivative of $F$ in direction $v$, while $$ \frac{\partial F}{\partial x}(x)=F'(x) $$ denotes the Jacobian matrix. Your formula is mixing this somewhat.
At its core you are differentiating, omitting the indices $$ \frac{d}{dt}_{\Big|t=0}\,\frac{p+t·\dot p}{\|p+t·\dot p\|} =\frac{\dot p}{\|p\|}-\frac{\langle p,\dot p\rangle·p}{\|p\|^3} $$ which then leads to your formula.