Okay so I have a question
How do we find all function f(t) such that x = (cost, sint, f(t)) is a plane curve
I know this means the torsion is 0. So I know that we can find the pieces of the TNB needed from x and then find an equation that involves torsion (example t = N' • B).
However, my issue is that this curve is not unit speed.
So T is going to be
X'(t)/|x'(t)|
N is going to be
T'(t)/(|T'(t)|)•(|x'(t)|)
And then We need to find B but that cross product is going to look really ugly isn't it?
For reference T will be
(-sint, cost, f'(t))/sqrt(1+f'^2(t))
Then N will be
(-cost, -sint, f''(t))/(sqrt(1+f''^2(t))•(sqrt(1+f'^2(t))
And then I'll have to cross T and N to get B.
Thanks in advance