$\newcommand{\Reals}{\mathbf{R}}$So here is an exercise from classical differential geometry;
Prove that if $h_1:(a,b) \to \Reals$ and $h_2:(a,b) \to \Reals$ are $C^2$ functions in a non-zero interval $(a,b) \subset \Reals$, then the parametric equation $r:(a,b) \to \Reals^3$ defined by $r(x) =xi + h_1(x)j + h_2(x)k$ is regular. Explain why every plane $x = c$, with $c \in (a,b)$, intersects with this curve in a single point.
So this is the first part of the exercise. To prove that it's a regular curve, I check the vector of speed which is $$ \frac{dr}{dx} = [1, h_1'(x), h_2'(x)] \neq [0,0,0]. $$ So it's a regular curve.
For the other part is this right? To find their intersection I replace the parameters of the curve in the equation of the plane. So I have that their intersection is $x = c$ and that means that their intersection is the single point $(c,0,0)$ and thus every plane $x = c$ intersects with the curve in a single point. Is that false?
And now the part that I have absolutely no idea what I have to do;
Prove the opposite that if every plane $x = c$ stable intersects with a regular curve in maximum one point transversely, then we can have functions $h_1$, $h_2$ like before, so that the curve can be parameterized through the $x$-axis.
Any help would be appreciated.