Given a function $\vec{r}(t)$, is there a way to simplify: $$\int_0^u \frac{\vec{r}}{\vec{r} \cdot \vec{r}} \times \frac{d\vec{r}}{dt}~dt$$
With an abuse of notation, it's a line integral like this: $$ \int_\gamma \frac{\vec{r}}{\vec{r} \cdot \vec{r}} \times d\vec{r}$$ but I've only seen dot products used with the $d\vec{r}$, never cross. No idea if it makes sense.
I know that it's path-dependent (consider $\vec{r}$ going in a circle), but in two dimensions, it turns out to be the winding number around $0$ times $2\pi$. Is there a way to extend this correlation to three dimensions?
(My motivation here is: I like angular velocities to be vectors, so I define $\vec{\omega}$ not as $\frac{d\theta}{dt}$, but as $\frac{\vec{r} \times \vec{v}}{|\vec{r}|^2}$. It points along the instantaneous axis of rotation, and gives the angular velocity around that point. But I couldn't come up with a physical interpretation for $\theta$ as a vector, so I'm curious to see what comes out of this integral)
Let $\vec{J}$ be your integral. Using the identity $\vec{A} \cdot (\vec{B} \times \vec{C}) = \vec{B} \cdot(\vec{C} \times \vec{A}) = \vec{C} \cdot (\vec{A} \times \vec{B})$ with $\vec{A}$ a constant vector, $\vec{B} = \vec{r}/(\vec{r} \cdot \vec{r})$ and $\vec{C} = \dfrac{d{\vec r}}{dt}$, $$ \vec{A} \cdot \vec{J} = \int_0^u \vec{A} \cdot (\vec{B} \times \vec{C})\ dt = \int_0^u (\vec{A} \times \vec{B})\cdot d{\vec r}$$ In particular, for the case of a closed curve which is the boundary of a surface $S$, Stokes's theorem says this is the flux of the vector field $\vec{A} \times \vec{B}$ through $S$.