mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[Analysis] Clean up, add some notes
This commit is contained in:
@@ -26,7 +26,7 @@ The homogeneous equation will then be all the elements of the set summed up.\\
|
||||
\begin{itemize}[noitemsep]
|
||||
\item \bi{Change of variable} Apply substitution method here, substituting for example for $y' = f(ax + by + c)$ $u = ax + by$ to make the integral simpler.
|
||||
Mostly intuition-based (as is the case with integration by substitution)
|
||||
\item \bi{Separation of variables} For equations of form $y' = a(y) \cdot b(x)$ (NOTE: Not linear),
|
||||
\item \bi{Separation of variables} For equations of form $y' = a(y) \cdot b(x)$ (Note: Not linear),
|
||||
we transform into $\frac{y'}{a(y)} = b(x)$ and then integrate by substituting $y'(x) dx = dy$, changing the variable of integration.
|
||||
Solution: $A(y) = B(x) + c$, with $A = \int \frac{1}{a}$ and $B(x) = \int b(x)$.
|
||||
To get final solution, solve for the above equation for $y$.
|
||||
|
||||
Reference in New Issue
Block a user