BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsChapter Study Guide: Separable Equations
Study Guide865 words

Chapter Study Guide: Separable Equations

Separable Equations

Learning Objectives

After completing this section, you should be able to:

  • Identify differential equations that can be solved using the separation of variables.
  • Use the five-step separation of variables strategy to find general solutions.
  • Solve application-based initial-value problems (IVPs) by determining specific constants.
  • Recognize and identify constant (equilibrium) solutions by analyzing the function g(y)g(y)g(y).

Key Terms & Glossary

  • Differential Equation: An equation relating a function yyy and one or more of its derivatives.
  • Separable Differential Equation: An equation in which the derivative can be factored into a function of xtimesafunctionofyx times a function of yxtimesafunctionofy.
  • Autonomous Differential Equation: A specific type of separable equation where the right-hand side depends only on the dependent variable yyy.
  • Initial-Value Problem (IVP): A differential equation coupled with a specific starting condition that allows you to solve for the arbitrary constant CCC.
  • Constant Solution: A steady-state solution where y=c(ahorizontalline),occurringwhentheseparationfactorg(y)y = c (a horizontal line), occurring when the separation factor g(y)y=c(ahorizontalline),occurringwhentheseparationfactorg(y) equals zero.

The "Big Idea"

[!IMPORTANT] The core philosophy behind solving Separable Equations is turning a complex calculus problem into two simpler, independent integration problems. By mathematically shuffling all the yyy-variables (including dy)toonesideoftheequalsignandallthexdy) to one side of the equal sign and all the xdy)toonesideoftheequalsignandallthex-variables (including dxdxdx) to the other, you can integrate both sides simultaneously to reveal the original function.

Formula / Concept Box

ConceptMathematical RepresentationDescription
Standard Formdydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)dxdy​=f(x)g(y)The baseline requirement for a differential equation to be considered separable.
Separated Form1g(y)dy=f(x)dx\frac{1}{g(y)} dy = f(x) dxg(y)1​dy=f(x)dxThe algebraic rearrangement needed before integration can occur.
Integration Step∫1g(y)dy=∫f(x)dx\int \frac{1}{g(y)} dy = \int f(x) dx∫g(y)1​dy=∫f(x)dxTaking the antiderivative of both sides. Only one arbitrary constant +C+ C+C is needed.
Constant Solutionsg(y)=0  ⟹  y=cg(y) = 0 \implies y = cg(y)=0⟹y=cValues of yyy that make the derivative zero, representing horizontal equilibrium lines.

Hierarchical Outline

  • 1. Basics of Separable Equations
    • 1.1 Standard definition and algebraic factoring
    • 1.2 Difference between separable and non-separable equations
    • 1.3 Recognizing autonomous equations as a subset
  • 2. The Separation of Variables Strategy
    • 2.1 Identifying f(x)f(x)f(x) and g(y)g(y)g(y)
    • 2.2 Checking for g(y)=0g(y) = 0g(y)=0 (Constant Solutions)
    • 2.3 Rearranging terms algebraically
    • 2.4 Integrating both sides
    • 2.5 Solving explicitly for yyy (when possible)
  • 3. Initial-Value Problems (IVPs)
    • 3.1 Applying the initial conditions to find CCC
    • 3.2 Interpreting specific solutions in applied contexts

Visual Anchors

Separation of Variables Workflow

Loading Diagram...

Geometric Interpretation: Family of Solutions

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Separable Differential Equation

    • Definition: A first-order ODE where the derivative can be strictly factored into an x−dependentfunctionmultipliedbyayx-dependent function multiplied by a yx−dependentfunctionmultipliedbyay-dependent function.
    • Real-World Example: Radioactive decay is described by dPdt=−kP.Therateofdecay(change)canbefactoredeasily,dependingonlyonthecurrentamountofsubstanceP\frac{dP}{dt} = -kP. The rate of decay (change) can be factored easily, depending only on the current amount of substance PdtdP​=−kP.Therateofdecay(change)canbefactoredeasily,dependingonlyonthecurrentamountofsubstanceP.
  • Autonomous Differential Equation

    • Definition: A differential equation where the independent variable (like time ttt or distance xxx) does not explicitly appear in the equation.
    • Real-World Example: A standard thermostat maintaining a room. The rate of temperature change dTdt=k(Troom−T)\frac{dT}{dt} = k(T_{room} - T)dtdT​=k(Troom​−T) depends entirely on the current temperature TTT, not on what time of day it is.
  • Constant Solution (Equilibrium)

    • Definition: A straight horizontal line solution resulting from setting the isolated yyy-function g(y)g(y)g(y) to exactly zero.
    • Real-World Example: A population of fish in a pond that has perfectly reached the pond's maximum carrying capacity. The population stops growing, meaning dPdt=0\frac{dP}{dt} = 0dtdP​=0, creating a constant solution.

Worked Examples

Example: Finding a General Solution

Problem: Find the general solution to the differential equation dydx=x2−4y\frac{dy}{dx} = \frac{x^2 - 4}{y}dxdy​=yx2−4​

Step-by-Step Solution:

Step 1: Check for constant solutions. Here, f(x)=x2−4f(x) = x^2 - 4f(x)=x2−4 and g(y)=1yg(y) = \frac{1}{y}g(y)=y1​. Setting 1y=0\frac{1}{y} = 0y1​=0 yields no solutions, so there are no constant solutions.

Step 2: Rewrite in separated form. Multiply both sides by yyy and multiply by dxdxdx to separate the variables: y dy=(x2−4) dxy \, dy = (x^2 - 4) \, dxydy=(x2−4)dx

Step 3: Integrate both sides. ∫y dy=∫(x2−4) dx\int y \, dy = \int (x^2 - 4) \, dx∫ydy=∫(x2−4)dx 12y2=13x3−4x+C1\frac{1}{2}y^2 = \frac{1}{3}x^3 - 4x + C_121​y2=31​x3−4x+C1​

Step 4: Solve for yyy. Multiply the entire equation by 2: y2=23x3−8x+2C1y^2 = \frac{2}{3}x^3 - 8x + 2C_1y2=32​x3−8x+2C1​

[!NOTE] Because C1isanarbitraryconstant,2C1isalsojustanarbitraryconstant.Wecanabsorbthe2andrenameitsimplyCC_1 is an arbitrary constant, 2C_1 is also just an arbitrary constant. We can absorb the 2 and rename it simply CC1​isanarbitraryconstant,2C1​isalsojustanarbitraryconstant.Wecanabsorbthe2andrenameitsimplyC.

y2=23x3−8x+Cy^2 = \frac{2}{3}x^3 - 8x + Cy2=32​x3−8x+C Take the square root of both sides to get the explicit function: y=±23x3−8x+Cy = \pm\sqrt{\frac{2}{3}x^3 - 8x + C}y=±32​x3−8x+C​

Because there is no initial condition provided, this is our final general solution.

Checkpoint Questions

  1. What algebraic property must hold true for a differential equation to be classified as "separable"?
  2. Why is it mathematically critical to check for constant solutions where g(y)=0∗before∗dividingbothsidesbyg(y)g(y) = 0 *before* dividing both sides by g(y)g(y)=0∗before∗dividingbothsidesbyg(y)?
  3. When integrating both sides of a separable equation, why do we only append the constant of integration +C+ C+C to the independent variable's side?
  4. How does an initial-value problem (IVP) change the final result compared to finding a general solution?
All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.