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

Separable Equations (Intro)

College Depth 88 in the knowledge graph I know this Set as goal
4,929topics build on this
408prerequisites beneath it
See this on the map →
Basic Integration RulesDerivatives of Exponential Functions+2 moreBlack-Scholes Options Pricing ModelBoundary Layer Theory+21 more
differential-equations separable applications

Core Idea

A differential equation is an equation involving a function and its derivatives. A separable equation has the form dy/dx = f(x)g(y), which can be solved by separating variables: (1/g(y)) dy = f(x) dx, then integrating both sides. This technique solves many fundamental models: exponential growth/decay (dy/dx = ky), Newton's cooling law, logistic growth, and mixing problems. It is the first and most natural solution technique.

How It's Best Learned

Start with exponential growth dy/dx = ky (solution: y = Cekx) as the motivating example. Practice the separation procedure: rearrange, integrate both sides, solve for y, apply initial conditions to find C. Work through applications: population growth, radioactive decay, cooling.

Common Misconceptions

Notes

Separable equations are a special case of first-order ODEs. The next techniques — integrating factors (for linear first-order equations) and exact equations — generalize beyond the separable case. Numerical methods (Euler's method, Runge-Kutta) handle equations that cannot be solved analytically.

Explainer

A differential equation is an equation that describes a relationship between a function and its rate of change. Rather than asking "what is y?" directly, it asks "how does y change?" — and your job is to find the function y(x) that satisfies the constraint. The simplest and most important family of differential equations are the separable ones: equations of the form dy/dx = f(x)g(y), where the right-hand side factors cleanly into a piece that depends only on x and a piece that depends only on y.

The solution strategy is elegant. If g(y) ≠ 0, you can rearrange to put all the y-dependent terms on one side and all the x-dependent terms on the other: (1/g(y)) dy = f(x) dx. Then integrate both sides. This works because the chain rule justifies treating dy/dx as if the dx can be "moved" — formally, you are using the substitution theorem for integrals. The result is an equation in y and x (possibly implicit) that you solve for y. The constant of integration that appears when integrating both sides is the free parameter that initial conditions pin down.

The canonical example is exponential growth: dy/dx = ky. Separating gives (1/y) dy = k dx. Integrating: ln|y| = kx + C. Exponentiating: |y| = ekx+C = Aekx where A = eC > 0. Dropping the absolute value and allowing A to be any nonzero real number gives y = Aekx. If y(0) = y₀, then A = y₀. This models population growth, radioactive decay (with k < 0), and compound interest. The same separation technique solves Newton's cooling law, mixing problems, and the logistic growth equation.

Two pitfalls deserve emphasis. First, never forget the absolute value when integrating 1/y. Writing ln(y) instead of ln|y| loses sign information and implicitly restricts your solution to y > 0 only. The absolute value can be dropped once you know the sign of y from context or initial conditions, but not before. Second, check for equilibrium solutions before dividing by g(y). If g(c) = 0 for some constant c, then y = c is a constant solution (dy/dx = 0) that the separation procedure will miss because you divided by zero. For dy/dx = y(y − 2), both y = 0 and y = 2 are equilibrium solutions that must be noted separately.

Once you can solve separable equations fluently — rearrange, integrate, apply initial conditions — you have a genuine modeling tool. The derivative is a description of a physical or biological process; the solution is the trajectory. Differential equations are where calculus stops being about computing rates and starts being about *predicting behavior over time*.

Practice Questions 3 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)

Longest path: 89 steps · 408 total prerequisite topics

Prerequisites (4)

Leads To (23)