First-Order DEs (Separable & Homogeneous)
A Differential Equation (DE) is an equation containing an unknown function and one or more of its derivatives. Differential equations are the language of nature, describing how quantities change relative to one another.
Differential Equation
An equation involving an independent variable , a dependent variable , and one or more derivatives of with respect to .
Classifying Differential Equations
Before solving a DE, it is crucial to classify it to determine the appropriate solution method. The first major distinction is between Ordinary and Partial Differential Equations.
ODE vs. PDE
- Ordinary Differential Equation (ODE): Involves derivatives with respect to only one independent variable. Example:
- Partial Differential Equation (PDE): Involves partial derivatives with respect to two or more independent variables. Example:
Classification Criteria for ODEs
- Order: The order of a DE is the order of the highest derivative present in the equation.
- Degree: The degree of a DE is the power of the highest derivative, provided the equation is a polynomial in its derivatives.
- Linearity: A DE is linear if the dependent variable and all its derivatives appear to the first power and are not multiplied together or acted upon by non-linear functions (like sine, exp).
- (First-order, First-degree, Linear)
- (Second-order, First-degree, Non-linear)
Initial Value Problems (IVPs)
A differential equation typically has infinitely many solutions, forming a general solution with arbitrary constants (like ). To find a particular solution, we need additional information.
Initial Value Problem (IVP)
An IVP consists of a differential equation coupled with one or more initial conditions evaluated at the same point.
For a first-order DE: subject to .
Visualizing Solutions: Direction Fields
For a first-order DE , we can visualize the solution without solving it analytically by plotting the slope at various points . This creates a Slope Field (or Direction Field).
Slope Field Generator
Click anywhere on the graph to visualize a solution curve (trajectory) passing through that point.
Variable Separable Differential Equations
The simplest type of first-order DE is one where the variables can be separated on opposite sides of the equation.
Separable Equation
A first-order DE is separable if it can be factored into the form:
Method of Separation of Variables
- Separate: Rearrange terms so that all 's are with and all 's are with .
- Integrate: Integrate both sides: .
- Solve: Add an arbitrary constant to one side and solve for explicitly if possible. If an IVP is given, plug in the initial conditions to solve for .
Homogeneous Differential Equations
A first-order DE is homogeneous if it can be written in the form where and are homogeneous functions of the same degree.
Homogeneous Function Test
A function is homogeneous of degree if for any parameter :
Tip: If all terms in and have the same total degree of variables, the DE is homogeneous.
Solving Homogeneous DEs
- Substitute: Let (implies ) OR (implies ).
- Use if is simpler.
- Use if is simpler.
- Simplify: Substitute these into the original DE. The new equation in terms of and (or ) will be separable.
- Integrate: Separate variables and integrate.
- Back-Substitute: Replace with (or ) to get the final general solution.
Key Takeaways
- A Differential Equation relates a function to its derivatives. ODEs have one independent variable; PDEs have multiple.
- An Initial Value Problem (IVP) provides conditions to find a specific particular solution from the general solution.
- Separation of Variables is the primary method for solving first-order DEs where and terms can be isolated.
- Homogeneous DEs can be transformed into separable equations using the substitution or .
- Slope Fields provide a geometric interpretation of solutions without solving analytically.
- Always check the order and degree to classify the equation correctly before starting.