Skip to main content\(\newcommand\DLGray{\color{Gray}}
\newcommand\DLO{\color{BurntOrange}}
\newcommand\DLRa{\color{WildStrawberry}}
\newcommand\DLGa{\color{Green}}
\newcommand\DLGb{\color{PineGreen}}
\newcommand\DLBa{\color{RoyalBlue}}
\newcommand\DLBb{\color{Cerulean}}
\newcommand\ds{\displaystyle}
\newcommand\ddx{\frac{d}{dx}}
\newcommand\os{\overset}
\newcommand\us{\underset}
\newcommand\ob{\overbrace}
\newcommand\obt{\overbracket}
\newcommand\ub{\underbrace}
\newcommand\ubt{\underbracket}
\newcommand\ul{\underline}
\newcommand\laplacesym{\mathscr{L}}
\newcommand\lap[1]{\laplacesym\left\{#1\right\}}
\newcommand\ilap[1]{\laplacesym^{-1}\left\{#1\right\}}
\newcommand\tikznode[3][]
{\tikz[remember picture,baseline=(#2.base)]
\node[minimum size=0pt,inner sep=0pt,#1](#2){#3};
}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\newcommand{\sfrac}[2]{{#1}/{#2}}
\)
🗝️ Key Takeaways ...
-
The integrating factor method solves any first-order linear differential equations of the standard form
\begin{equation*}
y' + P(x)y = Q(x)\text{.}
\end{equation*}
-
The integrating factor, \(\mu(x)\text{,}\) is the function we multiply onto the standard form to “complete the product rule” (on the left).
-
Completing the product rule is conceptually similar to completing the square; both introduce a missing piece that makes the equation easier to solve.
-
Multiplying by the integrating factor allows the left-hand side to be written as a single derivative, which can be easily solved by integration.
-
Once in standard form, \(\ y' + P(x)y = Q(x)\ \text{,}\) the method involves:
-
Computing the integrating factor \(\mu = e^{\int P(x)\, dx}\text{,}\)
-
Multiplying the standard form by
\(\mu\) to rewrite it as
\begin{equation*}
\frac{d}{dx}\left[\mu\cdot y\right] = \mu\cdot Q(x),\quad \text{and}
\end{equation*}
-
Applying direct integration.