Skip to main content
Contents Index
Search Book
Search Results:
No results.
Read aloud
Readability settings Prev Up Next Profile
title here
\(\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}}
\)
Introduction
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 becomes 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.