Question: Show that the parametrized curve $\alpha(t)=(cos(at+b), sin(at+b), ct+d)$ is a geodesic for the cylinder $x_1^2+x_2^2=1$, $a,b,c,d\in{\mathbb{R}}$
I know that to be a geodesic, the acceleration $\ddot{\alpha(t)}$$\in{S_{\alpha(t)}^{\bot}}$
And $\alpha(t)=(cos(at+b), sin(at+b), ct+d)$
$\dot{\alpha(t)}=(-asin(at+b), acos(at+b), c)$
$\ddot{\alpha(t)}=(-a^2cos(at+b), -asin^2(at+b), 0)$
But $\ddot{\alpha(t)}\cdot{\alpha(t)}=-a^2\neq{0}$ So I fail to see how they're orthogonal.
The solution given says
$\ddot{\alpha(t)}=(-a^2cos(at+b), -asin^2(at+b), 0)=\pm{a^2\mathbb{N}(\alpha(t))}$
But $\mathbb{N}(\alpha(t))= \frac{\dot{\alpha(t)}}{||\dot{\alpha(t)}||}\neq{\ddot{\alpha(t)}}$
So I am still confused as to where my misunderstanding lies. Thanks for your time.