I have an ODE of the form
$$ f''(x) + f(x) = \epsilon g(x)$$
with initial conditions
$$ f(0) = f'(0) = 0 $$
$g(x)$ is $O(1)$ as $\epsilon \to 0$, and $g(x)$ is as smooth as necessary. Is there a way I can bound $f(x)$? In particular, I would like to be able to claim that $f(x)$ must be $O(\epsilon)$ as $\epsilon \to 0$ for all $x>0$, but I'm not sure if this is true or how to approach this. Any hints/advice would be greatly appreciated.
EDIT: I also know that $g(0) = g'(0) = 0$, if that helps with anything.
EDIT2: Upon seeing the answers, I think we can see that the values of $g$ and $g'$ at $0$ are irrelevant as long as $g(x) = O(1)$.
You can rewrite the equation as a system of two linear differential equations. There is a closed form for the solution of such system. In particular, you have to:
Now, if you can compute the integral, then you have an explicit formula for the solution, and you can find a bound. Otherwise, you need to bound the integral, to find a bound for the solution.
Note: since both the initial conditions are zero, the particular solution is THE solution to your problem.