First-Order Linear Ordinary Differential Equations

College Depth 76 in the knowledge graph I know this Set as goal
Unlocks 4545 downstream topics
first-order linear fundamental

Core Idea

A first-order linear ODE has the form dy/dx + P(x)y = Q(x). The general solution is y = c·e^(-∫P(x)dx) + e^(-∫P(x)dx)∫Q(x)e^(∫P(x)dx)dx, consisting of a homogeneous part and a particular solution. These equations are fundamental throughout applied mathematics and physics, modeling everything from radioactive decay to chemical reactions.

Explainer

You've already seen the integrating factor method as a technique. Now let's build intuition for what the equation dy/dx + P(x)y = Q(x) actually says and why the solution has the structure it does. The equation is called linear because y and dy/dx appear only to the first power — no y², no sin(y), no (dy/dx)³. This linearity is what makes the integrating factor trick work and is what guarantees the solution has a clean homogeneous-plus-particular form.

The term P(x)y is a feedback term: the rate of change of y depends on y itself, scaled by P(x). Consider the simplified case Q(x) = 0: the equation becomes dy/dx = −P(x)y, meaning "the rate of change of y is proportional to y." This is exponential behavior. When P(x) = k (constant), the solution is y = Ce^(−kx): exponential growth if k < 0, exponential decay if k > 0. This is the mathematics of radioactive decay (k > 0), population growth (k < 0), and Newton's law of cooling — the temperature difference decays exponentially toward zero.

The full equation with Q(x) ≠ 0 adds a forcing term: something external is driving the system. The general solution splits into two parts. The homogeneous solution y_h = Ce^(−∫P(x)dx) solves the equation with Q = 0 and captures the natural behavior of the system — what it does when left alone. The particular solution y_p captures the system's response to the forcing. The general solution y = y_h + y_p combines both, with the constant C determined by an initial condition. This structure — natural response plus forced response — reappears in every linear ODE and PDE, making it one of the most important patterns in applied mathematics.

A concrete example: dy/dx + 2y = 4. Here P(x) = 2, Q(x) = 4, so the integrating factor is e^(∫2 dx) = e^(2x). Multiply both sides: d/dx[e^(2x)y] = 4e^(2x). Integrate: e^(2x)y = 2e^(2x) + C. Divide: y = 2 + Ce^(−2x). The term Ce^(−2x) is the homogeneous solution (a transient that decays to zero), and y = 2 is the particular solution (the steady state the system settles toward as x → ∞). This pattern — a decaying transient plus a persistent steady state — describes circuits charging toward supply voltage, chemical concentrations approaching equilibrium, and temperatures equilibrating. The integrating factor method is the algorithm that computes this structure reliably for any P(x) and Q(x).

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential Equations

Longest path: 77 steps · 315 total prerequisite topics

Prerequisites (2)

Leads To (4)