Find a parametrized curve $\alpha(t)$ whose trace is the circle $x^2 + y^2 = 1$ such that $\alpha(t)$ runs clockwise around the circle with $\alpha(0) = (0, 1)$.
A parametrized curve $\alpha(t)$ has the property that its second derivative $\alpha''(t)$ is identically zero. What can be said about $\alpha$ ?
Let $\alpha:I \to \mathbb{R}^3$ be a parametrized curve and let $v \in \mathbb{R}^3$ be a fixed vector. Assume that $\alpha'(t)$ is orthogonal to v for all $t\in I$ and that $\alpha(0)$ is also orthogonal to $v$. Prove that $\alpha(t)$ is orthogonal to $v$ for all $t\in I$.
My thoughts:-
1.the given curve will be $\alpha(t)=(\sin {t},\cos {t})$.
2.The given $\alpha $ is a equation of a straight line.
3.here by the given condition we have $$\alpha'(t).v=0$$ Integrating w.r.t $"t" $ from $t=0$ to $t=t$ we have $v.(\alpha(t)-\alpha(0))=0$
$\implies$ $v.\alpha(t)-v.\alpha(0)=0$ $\implies$ $v.\alpha(t)=0$ as
[$\alpha(0)$ is also orthogonal to $v$ so $v.\alpha(0)=0$]
Am I right in these cases? Can someone please help me to verify these results.