Consider material traveling in a two-dimensional space with its velocity at any given location in space (capital letters correspond to Eulerian, lower case to Lagrangian) given by $\overrightarrow{V}(\overrightarrow{X},t) =\begin{pmatrix}X^1+t\\(X^2)^2 \end{pmatrix}$. (Vectors are written using Cartesian coordinates,$ \overrightarrow{X}= \overrightarrow{R}$,and $\overrightarrow{x}=\overrightarrow{r}$.)
Find the position of a parcel/particle that starts at the location$\overrightarrow{x}=\begin{pmatrix} x^1\\x^2\end{pmatrix}.$
I solved the system of ordinary differential equations $\frac{d}{dt}(X^1) =X^1+t; \frac{d}{dt}(X^2) = (X^2)^2$, but I'm having trouble using the initial conditions to plug stuff in? I feel like I need to find $\overrightarrow{x}(\overrightarrow{X},t)$ first, but I also have no clue how to do that. Do I need to convert from Eulerian to Lagrangian and then plug in the initial conditions? Given what I have, I'm not really sure how to do that? Thanks for any help!
Here is what I have:
$X^1=Ke^t-t-1$
$X^2=-\frac{1}{t+C}$