A parametric curve is described by the following equations $\dfrac{\text{d}x}{\text{d}t} =x$, $y=\cos(t)$, $z=\sin(t)$,
and passes through ⟨1, 1, 0⟩ when $t = 0$. By solving the ODE for $x(t)$, or otherwise, find an expression for $x$ in terms of $t$ and use this to write the space curve as a vector function. Hence, find the unit tangent to the curve T(t) at the point ⟨1, 1, 0⟩.
I am very unsure how to tackle this question and feel embarrassed about it, can anyone help me out please?
We first use an Anzats (educated guess) that $x(t)$ can be of the form $$x(t) = e^{a t + b},$$ And observe that $$\frac{\partial x}{\partial t} = e^{a t + b} \frac{\partial}{\partial t} (a t + b) = e^{t + b} = a x(t) $$ So we see that for the condition $x(t) = \frac{\partial x}{\partial t}$, we require that $a = 1$. This means that the parameter $b$ remains and for all values of $b$ the condition $x(t) = \frac{\partial x}{\partial t}$ will be satisfied. However to satisfy the conditon that the line passes through $(1, 1, 0)$ for $t=0$ we require that $$ \begin{align} x(0) = e^{0 + b} = 1 \\ \ln [e^{0+b}] = \ln 0 \\ 0 + b = 0 \\ b = 0 \end{align}$$ Thus for $a = 1$ and $b=0$ the function $x(t) = e^{t}$ solves our problem.