bounds on solution of an ODE - MathOverflow most recent 30 from http://mathoverflow.net2013-05-25T23:14:04Zhttp://mathoverflow.net/feeds/question/80408http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/80408/bounds-on-solution-of-an-odebounds on solution of an ODEJohn Jiang2011-11-08T17:33:56Z2011-11-08T21:10:20Z
<p>I am interested in getting a good bound for solution of the following ODE:
$$ f''(t) + n^2 f(t) = (\sin(\theta t))^n$$
with the boundary condition $f(0) = f'(0) = 0$ and $t \in [0,1]$, where $\theta$ might not be an integer multiple of $\pi$ (in fact you can take $\theta < \pi/2$ so that the left hand side is almost flat at $0$ with monotone derivatives etc) . Numerical computations show that the solution is bounded by a constant independent of $n$. But I have very little experience with ODEs to prove anything about it. The only thing I did was Fourier transform, but there would be terms of the form $f(1) - f(0)$ and $f'(1) - f'(0)$ in the estimate of the Fourier coefficients of $f$ which I don't know how to deal with.</p>
<p>I am also interested in a good source of lecture notes where bounds for ODE solutions are discussed. The question came up in analyzing a random walk on the special orthogonal group. </p>
http://mathoverflow.net/questions/80408/bounds-on-solution-of-an-ode/80417#80417Answer by Piero D'Ancona for bounds on solution of an ODEPiero D'Ancona2011-11-08T18:35:33Z2011-11-08T18:35:33Z<p>Multiplying by $f{\ }'$ you get
$$(f{\ }'^2+n^2 f{\ }^2)'=2\sin(\theta t)^n f{\ }'$$
so that the quantity $E(t)=f{\ }'^2+n^2 f^2$ satisfies the inequality
$$E'(t)\le 2 \sqrt{E(t)} \qquad \qquad(1)$$
i.e.
$$\sqrt{E(t)}'\le1$$
i.e.
$$\sqrt{E(t)}\le t$$
since $E(0)=0$. You can improve the factor 2 in eq. (1) of course since $\theta$ is small, and get sharper estimates.</p>
http://mathoverflow.net/questions/80408/bounds-on-solution-of-an-ode/80418#80418Answer by Pietro Majer for bounds on solution of an ODEPietro Majer2011-11-08T18:41:48Z2011-11-08T21:10:20Z<p>It's a non-homogeneous linear equation with constant coefficients, that you can solve by the variation of constant formula.
In complex notation, let $z(t):=f(\frac{t}{n})+ \frac{i}{n}f'(\frac{t}{n})$ for $t\in[0,n]$, and let $h(t):= \frac{1}{n^2}(\sin \frac{\theta t}{n} )^n$. So $z(0)=0$, and $\dot z(t)+iz(t)=ih(t)\ , $ whence
$$z(t)=i \int_ 0 ^ t h(s) e^ {i (s-t)} ds \ ,$$
that one can re-write in terms of $f$ and $f'$. This already shows a row estimate $$\|f\|_{\infty,[0,1]}\leq 1/n$$ and $$\|f'\| _ {\infty,[0,1]}\leq 1\ ,$$ just because $\|h\| _ \infty\leq 1/n^2.$ As a better estimate, $$|f(t)| \le\frac{1}{n} \int_0^1 | \sin(\theta s)|^n ds = O(n^{-3/2})$$
and
$$|f'(t)| \le \int_0^1 | \sin(\theta s)|^n ds = O(n^{-1/2})\ .$$ </p>