I have a question regarding how to bound the error, if one changes the "right hand side" of an ODE. For example, the equation of a simple pendulum in polar coordinates is something like $$\ddot{\theta}= k\sin\theta$$
The common adjustment is to let $$\sin\theta \sim\theta$$ for small enough $\theta$.
I'll try to state my question in general terms now. Take the IVP: $$\left\{\begin{align}\dot x = f(x) \\ x(0) = x_0\end{align}\right.$$ with $$f:B_{r}(0)\subset\Bbb R^n\to\Bbb R^n$$
Now, suppose that $\tilde f:B_{\tilde r}(0)\to\Bbb R^n$ is such that $\|f(x)-\tilde f(x)\| \lt \varepsilon$ for $x\in B_{\tilde r}(0)$ if $\tilde r < \delta \leq r$. Under which conditions, and then how, can we place a bound on $$\|\varphi(t) - \tilde\varphi(t)\|$$ where $\varphi$ solves the original IVP, and $\tilde\varphi$ solves the new IVP formed by replacing $f$ with $\tilde f$? Obviously, the conditions must at least guarantee existence and uniqueness for the question to make sense, but what else (if anything)?
I'm not sure if this has to do with perturbation theory proper, so let me know if it's wrongly tagged.
I'm not an expert and I suggest you take the following answer with a grain of salt. Check the logic for yourself; I could be mistaken.
First assume that the approximated and exact solutions are contained within a certain ball around the origin: $$||\phi (\tau)||, ||\tilde \phi (\tau)|| \leq R \; \;\;\; \forall \tau \in [0,t]$$ Next assume that we can bound the absolute difference between the approximate and exact derivative of $x$ for all values of $x$ in the same ball: $$||f(x) - \tilde f(x)|| \leq \epsilon \quad \forall x \in \bar{B}_{R}(0)$$
Since both of the solutions $\tilde \phi$ and $\phi$ are constrained to this ball for $\tau \in [0,t]$, we know that: $$\forall \tau \in [0,t], \quad ||f(x) - \tilde f(x)|| \leq \epsilon$$
Now consider the difference between the $i$th components of the approximate and exact solutions: $$\begin{align*} \tilde \phi_i (t) - \phi_i (t) &= \int_0^t \left[ \tilde f_i(x(\tau)) - f_i(x(\tau)) \right]d\tau \\ & \leq \int_0^t\left|\tilde f_i(x(\tau)) - f_i(x(\tau)) \right| \, d\tau \\ & \leq \int_0^t\left|\left|\tilde f(x(\tau)) - f(x(\tau)) \right|\right| \, d\tau \\ & \leq \int_0^t \epsilon \, d\tau \\ & \leq \epsilon \cdot t \end{align*}$$ Symmetric reasoning applies to $\phi_i(t) - \tilde \phi_i(t)$ and so we conclude: $$\left| \tilde \phi_i(t) - \phi_i(t) \right| \leq \epsilon \cdot t$$
Calculating the norm of this worst-case scenario difference, we obtain: $$\left|\left| \tilde \phi(t) - \phi(t) \right| \right| \leq \sqrt{N} \epsilon \,t$$ ..where $N$ is such that $\phi \in \mathbb R^N$ (in other words, the dimensionality of the space).
To Summarise:
Suppose we start off with an upper bound on $||\phi(t)||$ and $||\tilde \phi(t)||$:
$$||\phi(\tau)|| \leq r \quad \forall \tau \in [0,t]$$ $$||\tilde \phi(\tau)|| \leq \tilde r \quad \forall \tau \in [0,t]$$
We can now calculate the bound on the absolute difference between the approximate and exact derivative ($\tilde f$ and $f$) in the larger of these two balls:
$$||f(x) - \tilde f(x)|| \leq \epsilon \quad \forall x \in \bar{B}_{\max\{\tilde r,r\}}(0)$$
Using this bound $\epsilon$, we can put an upper bound the error of the approximate solution $\tilde \phi(t)$ as follows:
$$\left|\left| \tilde \phi(t) - \phi(t) \right| \right| \leq \sqrt{N} \epsilon \,t$$