mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 10:50:05 +01:00
[Analysis] Add more notes
This commit is contained in:
Binary file not shown.
@@ -20,6 +20,6 @@ The solution space $\mathcal{S}$ is spanned by $k$ functions, which thus form a
|
|||||||
\rmvspace
|
\rmvspace
|
||||||
\begin{enumerate}[label=\bi{(\arabic*)}, noitemsep]
|
\begin{enumerate}[label=\bi{(\arabic*)}, noitemsep]
|
||||||
\item Find the solution to the homogeneous equation ($b(x) = 0$) using one of the methods below
|
\item Find the solution to the homogeneous equation ($b(x) = 0$) using one of the methods below
|
||||||
\item If inhomogeneous, use a method below for an Ansatz for $f_p$, derive it and input that into the diffeq and solve.
|
\item If inhomogeneous, use a method below for an Ansatz for $f_p$, derive it and input that into the full diffeq and solve.
|
||||||
\item If there are initial conditions, find equations $\in \cS$ which fulfill conditions using SLE (as always)
|
\item If there are initial conditions, find equations $\in \cS$ which fulfill conditions using SLE (as always)
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
\shortproposition Solution of $y' + ay = 0$ is of form $f(x) = C e^{-A(x)}$ with $A$ anti-derivative of $a$
|
\shortproposition Solution of $y' + ay = 0$ is of form $f(x) = C e^{-A(x)}$ with $A$ anti-derivative of $a$
|
||||||
|
|
||||||
\rmvspace
|
\rmvspace
|
||||||
\shade{gray}{Imhomogeneous equation}
|
\shade{gray}{Imhomogeneous equation} $y' + ay = b$ with $b$ any function.
|
||||||
\rmvspace
|
\rmvspace
|
||||||
\begin{enumerate}[noitemsep]
|
\begin{enumerate}[noitemsep]
|
||||||
\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 Compute $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$
|
\item Solve and the result is $y(x) = y_h + c \cdot y_p$. For initial value problem, determine coefficient $C$
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|||||||
@@ -23,9 +23,11 @@ The homogeneous equation will then be all the elements of the set summed up.\\
|
|||||||
where $Q_i(x)$ a polynomial with $\deg(Q_i) \leq d + j$,
|
where $Q_i(x)$ a polynomial with $\deg(Q_i) \leq d + j$,
|
||||||
where $j$ is the multiplicity of root $\alpha i$ (if $P(\alpha i) \neq 0$, then $j = 0$) of characteristic polynomial
|
where $j$ is the multiplicity of root $\alpha i$ (if $P(\alpha i) \neq 0$, then $j = 0$) of characteristic polynomial
|
||||||
\item \bi{(Case 3)} $b(x) = c e^{\alpha x} \cos(\beta x)$, or $b(x) = c e^{\alpha x} \sin(\beta x)$, use the Ansatz
|
\item \bi{(Case 3)} $b(x) = c e^{\alpha x} \cos(\beta x)$, or $b(x) = c e^{\alpha x} \sin(\beta x)$, use the Ansatz
|
||||||
$Q_1(x) e^{\alpha x} \sin(\beta x) + Q_2(x) e^{\alpha x} \cos(\beta x)$, agasin with the same polynomial.
|
$Q_1(x) e^{\alpha x} \sin(\beta x) + Q_2(x) e^{\alpha x} \cos(\beta x)$, again with the same polynomial.
|
||||||
Often, it is sufficent to have a polynomial of degree 0 (i.e. constant)
|
Often, it is sufficent to have a polynomial of degree 0 (i.e. constant)
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
\rmvspace
|
||||||
|
|
||||||
For inhomogeneous parts with addition or subtraction, the above cases can be combined.
|
For inhomogeneous parts with addition or subtraction, the above cases can be combined.
|
||||||
For any cases not covered, start with the same form as the inhomogeneous part has (for trigonometric functions, duplicate it with both $\sin$ and $\cos$).
|
For any cases not covered, start with the same form as the inhomogeneous part has (for trigonometric functions, duplicate it with both $\sin$ and $\cos$).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user