Skip to main content
Contents Index
Calc
Dark Mode Prev Next Profile
\(\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}}
\)
Chapter 6 Integrating Factor
๐: ๐ง Listen.
Your browser does not support the <audio> tag.
Not every differential equation will politely separate its variables for us. For first-order linear equations, thereโs another powerful tool: the
integrating factor method . This method works by multiplying the entire equation by a carefully chosen functionโan โintegrating factorโโthat transforms the left side into a single derivative.
Hereโs the intuition: Every equation of the form
\begin{equation*}
\frac{dy}{dx} + P(x)y = Q(x)
\end{equation*}
can be multiplied by a special factor to give you
\begin{equation*}
\boxed{\phantom{M}}\cdot \frac{dy}{dx} + \ \boxed{\phantom{M}}\cdot P(x)y = \ \boxed{\phantom{M}}\cdot Q(x)
\end{equation*}
and the whole left side bcomes a single derivative:
\begin{equation*}
\frac{d}{dx}\big[\ \boxed{\phantom{M}}\cdot y\big] =\ \boxed{\phantom{M}}\cdot Q(x).
\end{equation*}
The goal of this chapter, is to learn where this mysterious factor comes from, how to find it, and how to use it to solve any first-order linear differential equation.
๐๏ธ 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.