Consider a curve in $\mathbb{R}^3$ and its Frenet-Serret frame $(T,N,B)$. A calculation gives $$\frac d{ds} (T \times N)= T \times \frac {dN}{ds}.$$
Question: I read that this implies that $\frac d{ds} (T \times N)$ is orthogonal to $T.$ Why is it so?
Let $\times$ the vector cross product in $\mathbb{R}^3$ and $b,c\in \mathbb{R}^3$, then we have that $a:=b\times c$ is an orthogonal vector to the plane defined by the span of $b$ and $c$, therefore $T\times N'$ is orthogonal to both $T$ and $N':=\frac{\partial}{\partial s}N$.
An elementary proof is given by: let $x=(x_1,x_2,x_3)$ and $y=(y_1,y_2,y_3)$ be vectors in $\mathbb{R}^3$ who coordinates are given by the standard orthonormal basis, then
$$ \langle x\times y, x \rangle=\langle (x_2y_3-x_3y_2,x_3y_1-y_3x_1,x_1y_2-y_1x_2),(x_1,x_2,x_3) \rangle\\ =\color{red}{x_1x_2y_3}\color{blue}{-x_1x_3y_2}+x_2x_3y_1\color{red}{-x_2x_1y_3}\color{blue}{+x_3x_1y_2}-x_3x_2y_1=0 $$ where $\langle \cdot ,\cdot \rangle$ is the standard dot product in $\mathbb{R}^3$.∎