A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

First-Order Linear Ordinary Differential Equations

College Depth 91 in the knowledge graph I know this Set as goal
4,821topics build on this
412prerequisites beneath it
See this on the map →
AntiderivativesIntegrating Factor Method for First-Order Linear ODEsFirst-Order Transient Circuit ResponseMichaelis-Menten Kinetics and Enzyme Catalysis+2 more
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 = e2x. Multiply both sides: d/dx[e2xy] = 4e2x. Integrate: e2xy = 2e2x + 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

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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-SubstitutionSeparable Equations (Intro)Separable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential Equations

Longest path: 92 steps · 412 total prerequisite topics

Prerequisites (2)

Leads To (4)