I understand that Newton's Method is used to solve for the $(x_1, \ldots, x_n ) \in {\mathbf R}^n$ which ensures $f_1 = 0, \ldots, f_n = 0$ where $f_i$ is a nonlinear function of $(x_1, \ldots, x_n )$.
My problem is as follows:
Find the path $(x_1 (t), \ldots, x_n(t) ) \in {\mathbf R}^n$ for which $f_1 = 0, \ldots, f_n = 0$, where $f_i$ is a nonlinear function of $(x_1 (t), \ldots, x_n (t), t )$.
The question that I have is: Is it kosher to simply iterate through the independent variable $t$ and solve this system of nonlinear equations for fixed $t$ using Newton's Method, and then continue on, incrementing to the next value of $t$ that I want? This would imply that my system of equations is valid for infinitely many values of $t$, and that what happens at one $t$ does not effect the solution at another $t$, i.e. the $t$-sequenced systems of nonlinear equations are independent.
Thank you.