From 16555851b6514a736c5c9d8e73de7da7fc9b6288 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Thu, 20 Oct 2022 18:25:31 +0200 Subject: Migrate from 'jekyll-katex' to 'kramdown-math-sskatex' --- .../concept/gronwall-bellman-inequality/index.md | 45 +++++++++++----------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'source/know/concept/gronwall-bellman-inequality') diff --git a/source/know/concept/gronwall-bellman-inequality/index.md b/source/know/concept/gronwall-bellman-inequality/index.md index 417b033..8096aaf 100644 --- a/source/know/concept/gronwall-bellman-inequality/index.md +++ b/source/know/concept/gronwall-bellman-inequality/index.md @@ -8,16 +8,16 @@ layout: "concept" --- Suppose we have a first-order ordinary differential equation -for some function $u(t)$, and that it can be shown from this equation -that the derivative $u'(t)$ is bounded as follows: +for some function $$u(t)$$, and that it can be shown from this equation +that the derivative $$u'(t)$$ is bounded as follows: $$\begin{aligned} u'(t) \le \beta(t) \: u(t) \end{aligned}$$ -Where $\beta(t)$ is known. -Then **Grönwall's inequality** states that the solution $u(t)$ is bounded: +Where $$\beta(t)$$ is known. +Then **Grönwall's inequality** states that the solution $$u(t)$$ is bounded: $$\begin{aligned} \boxed{ @@ -31,8 +31,8 @@ $$\begin{aligned} @@ -74,7 +74,7 @@ $$\begin{aligned} \le \alpha(t) + \int_0^t \beta(s) \: u(s) \dd{s} \end{aligned}$$ -Where $\alpha(t)$ and $\beta(t)$ are known. +Where $$\alpha(t)$$ and $$\beta(t)$$ are known. Then the **Grönwall-Bellman inequality** states that: $$\begin{aligned} @@ -89,7 +89,7 @@ $$\begin{aligned} -In the special case where $\alpha(t)$ is non-decreasing with $t$, +In the special case where $$\alpha(t)$$ is non-decreasing with $$t$$, the inequality reduces to: $$\begin{aligned} @@ -157,8 +157,8 @@ $$\begin{aligned} -- cgit v1.2.3