[Analysis] Update diff eq section

This commit is contained in:
2026-02-02 08:06:40 +01:00
parent 6f362bb388
commit 11d604880c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@
\shade{gray}{Imhomogeneous equation}
\rmvspace
\begin{enumerate}[noitemsep]
\item Plug all values into $y_p = \int b(x) e^{A(x)}$ ($A(x)$ in the exponent instead of $-A(x)$ as in the homogeneous solution)
\item Solve and the final $y(x) = y_h + y_p$. For initial value problem, determine coefficient $C$
\item Find solution to $y_p = z(x) e^{-A(x)}$ with $z(x) = \int b(x) e^{A(x)} \dx x$ ($A(x)$ in exp here!),
\item Solve and the result is $y(x) = y_h + c \cdot y_p$. For initial value problem, determine coefficient $C$
\end{enumerate}