SU-MATH53 FEB072024
Last edited: August 8, 2025SU-MATH53 FEB092024
Last edited: August 8, 2025Still Non-Linear ODE
SU-MATH53 FEB122024
Last edited: August 8, 2025How would we solve equations like:
\begin{equation} \begin{cases} y’’ - 2xy’ + 2\lambda y = 0 \\ y’’ - xy = 0 \end{cases} \end{equation}
Taylor Series
Its time to have a blast from the past! Taylor Series time.
\begin{equation} p_{n}(x) = \sum_{i=0}^{n} \frac{f^{(n)}(0) x^{n}}{n!} \end{equation}
Taylor’s Theorem with Remainder gives us that, at some \(n\), \(|f(x) - p_{n}(x)|\) is bounded.
\begin{equation} |x(t+h) - (x(t) + h x’(t))| \leq Ch \end{equation}
Insight: if your derivatives are bounded, then at high values of \(j\) we have \(\frac{f^{(j)}\qty(0)}{n!}\) tends eventually towards zero as \(n\) increases.
