Fiveable

🪝Ordinary Differential Equations Unit 2 Review

QR code for Ordinary Differential Equations practice questions

2.1 Separable Equations

2.1 Separable Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🪝Ordinary Differential Equations
Unit & Topic Study Guides

Separable equations are a key type of first-order differential equations. They're special because we can split the variables, making them easier to solve. This technique is super useful and pops up in many real-world problems.

Solving separable equations involves integrating both sides after splitting the variables. We get a general solution with a constant C, which we can fine-tune using initial conditions to find particular solutions.

Separable Differential Equations

Definition and Characteristics

  • Separable differential equation can be written in the form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)
    • f(x)f(x) is a function of xx only
    • g(y)g(y) is a function of yy only
  • Separable equations allow variables xx and yy to be separated on opposite sides of the equation
    • Enables solving the equation by integrating each side independently
  • Separation of variables technique used to solve separable differential equations
    • Rearrange the equation to have all terms involving xx on one side and all terms involving yy on the other side
    • Divide both sides by the coefficient of dydy to isolate dydy on the left-hand side
      • dyg(y)=f(x)dx\frac{dy}{g(y)} = f(x)dx

Integration and Solution

  • Integrate both sides of the separated equation with respect to their respective variables
    • dyg(y)=f(x)dx\int \frac{dy}{g(y)} = \int f(x)dx
  • Integration yields an equation relating xx and yy, which is the general solution to the separable differential equation
    • Solve for yy explicitly if possible to obtain an explicit solution
    • Leave the solution in implicit form if explicit solution is not easily obtainable
  • Add a constant of integration (C)(C) to the right-hand side after integrating
    • Represents an arbitrary constant introduced during the integration process
    • Determined by initial conditions or boundary conditions of the problem
Definition and Characteristics, pde - The separation of variables in a non-homogenous equation (theory clarification ...

Solutions to Separable Equations

General and Particular Solutions

  • General solution to a separable differential equation obtained by integrating both sides
    • Contains an arbitrary constant of integration (C)(C)
    • Represents a family of solutions that satisfy the differential equation
    • Example: dyy=xdx    lny=12x2+C\int \frac{dy}{y} = \int xdx \implies \ln|y| = \frac{1}{2}x^2 + C
  • Particular solution derived from the general solution by specifying a value for the constant of integration
    • Obtained by using additional information or conditions given in the problem
    • Represents a specific solution curve that satisfies both the differential equation and the given condition
    • Example: If y(0)=1y(0) = 1, then C=0C = 0 and the particular solution is lny=12x2\ln|y| = \frac{1}{2}x^2
Definition and Characteristics, pde - what is separation of variables - Mathematics Stack Exchange

Implicit and Explicit Solutions

  • Implicit solution is an equation relating xx and yy without explicitly solving for yy
    • Obtained directly from the integration step in solving separable equations
    • May be more convenient to leave the solution in implicit form if explicit solution is complex or not easily obtainable
    • Example: dyy2+1=dx    arctan(y)=x+C\int \frac{dy}{y^2+1} = \int dx \implies \arctan(y) = x + C
  • Explicit solution is an equation where yy is expressed explicitly as a function of xx
    • Obtained by solving the implicit solution for yy in terms of xx
    • Provides a direct relationship between yy and xx
    • Example: arctan(y)=x+C    y=tan(x+C)\arctan(y) = x + C \implies y = \tan(x + C)

Initial Value Problems

Definition and Solution Process

  • Initial value problem (IVP) is a differential equation along with an initial condition specifying the value of the dependent variable at a particular point
    • Differential equation describes the rate of change of a function
    • Initial condition provides a specific starting point for the solution
    • Example: dydx=xy\frac{dy}{dx} = xy, y(0)=1y(0) = 1
  • Solving an IVP for a separable equation involves:
    1. Separating variables and integrating both sides of the equation
    2. Applying the initial condition to determine the value of the constant of integration (C)(C)
    3. Substituting the value of CC into the general solution to obtain the particular solution satisfying the IVP

Determining the Constant of Integration

  • Initial condition provides a known point (x0,y0)(x_0, y_0) that the solution must pass through
    • Substitute the values of x0x_0 and y0y_0 into the general solution
    • Solve the resulting equation for the constant of integration (C)(C)
  • Example: For the IVP dydx=xy\frac{dy}{dx} = xy, y(0)=1y(0) = 1, the general solution is lny=12x2+C\ln|y| = \frac{1}{2}x^2 + C
    • Substitute (0,1)(0, 1) into the general solution: ln1=12(0)2+C    C=0\ln|1| = \frac{1}{2}(0)^2 + C \implies C = 0
    • Particular solution satisfying the IVP: lny=12x2\ln|y| = \frac{1}{2}x^2