The World of Separable Differential Equations
Separable differential equations are a type of first-order ODE where the variables can be separated on either side of the equation. By rearranging, all terms with one variable go on one side, and all terms with the other variable on the opposite side, allowing for straightforward integration and solution.
Solving separable differential equations:
To solve a separable differential equation, the variables \( y \) and \( x \) are first separated. This is followed by integrating both sides of the equation independently. After integration, an arbitrary constant is introduced, and the equation is rearranged to derive the general solution, expressing the relationship between \( y \), \( x \), and the constant \( C \).
Here is an example:
\( \text{Problem: Solve the separable differential equation }\)
\(\frac{dy}{dx} = \frac{y^2 \sin(x)}{e^y}, \text{ where } y \neq 0.\)
\(\text{First, separate the variables } y \text{ and } x:\)
\(e^y dy = y^2 \sin(x) dx.\)
\(\text{Next, integrate both sides of the equation:}\)
\(\int e^y dy = \int y^2 \sin(x) dx.\)
\(\text{Perform the integrations:}\)
\(e^y = -y^2 \cos(x) + g(y),\)
\(\text{where } g(y) \text{ is an arbitrary function of } y.\)
\(\text{Since the left side is a function of } y \text{ only, } g(y) \text{ must be a constant:}\)
\(e^y = -y^2 \cos(x) + C.\)
\(\text{The general solution to the differential equation is:}\)
\(e^y + y^2 \cos(x) = C,\)
\(\text{where } C \text{ is an arbitrary constant.} \)
Here is another problem:
\( \text{Problem: Solve the differential equation }\)
\(\frac{dy}{dx} = \frac{\cos(x) + \sin(y)}{y(1 + x^2)}, \text{ with } y \neq 0 \text{ and } x \neq 0.\)
\(\text{Integrate both sides:}\)
\(\int y(1 + x^2) dy = \int (\cos(x) + \sin(y)) dx.\)
\(\text{Performing the integrations:}\)
\(\frac{y^2}{2} + \frac{y^2 x^2}{2} = \sin(x) – \cos(y) + C,\)
\(\text{where } C \text{ is an integration constant.}\)
\(\text{The general solution to the differential equation is:}\)
\(\frac{y^2}{2} + \frac{y^2 x^2}{2} = \sin(x) – \cos(y) + C,\)
\(\text{expressing a relationship between } y, x, \text{ and } C. \)
The Separable Form
A separable differential equation has the form \(\frac{dy}{dx} = f(x) \cdot g(y)\), where the right side is a product of a function of \(x\) alone and a function of \(y\) alone. This special structure allows us to separate variables and integrate each side independently.
The Separation Process
Starting with \(\frac{dy}{dx} = f(x) \cdot g(y)\), rewrite it as \(\frac{dy}{g(y)} = f(x) \, dx\). Now \(y\) appears only on the left and \(x\) only on the right. This is the key to solving separable equations.
Integration Both Sides
Integrate both sides of the separated equation: \(\int \frac{dy}{g(y)} = \int f(x) \, dx\). The left integral gives an antiderivative in terms of \(y\), and the right gives an antiderivative in terms of \(x\). Don’t forget the constant of integration \(C\).
Worked Example 1: Simple Exponential
Solve \(\frac{dy}{dx} = 2xy\).
Separate: \(\frac{dy}{y} = 2x \, dx\). Integrate: \(\int \frac{dy}{y} = \int 2x \, dx\), giving \(\ln|y| = x^2 + C\). Exponentiate: \(|y| = e^{x^2 + C} = e^C \cdot e^{x^2}\). So \(y = Ae^{x^2}\) where \(A = \pm e^C\).
Worked Example 2: Rational Form
Solve \(\frac{dy}{dx} = \frac{3x^2}{2y}\).
Separate: \(2y \, dy = 3x^2 \, dx\). Integrate: \(\int 2y \, dy = \int 3x^2 \, dx\), giving \(y^2 = x^3 + C\). Thus \(y = \pm\sqrt{x^3 + C}\).
Finding Particular Solutions with Initial Conditions
When an initial condition like \(y(0) = 1\) is given, substitute these values into the general solution to find the specific constant \(C\). This yields the particular solution that satisfies both the differential equation and the initial condition.
Example with Initial Condition
Solve \(\frac{dy}{dx} = 3y\) with \(y(0) = 2\).
Separate: \(\frac{dy}{y} = 3 \, dx\). Integrate: \(\ln|y| = 3x + C\), so \(y = Ae^{3x}\). Use the initial condition: \(2 = Ae^0 = A\), so \(A = 2\). The particular solution is \(y = 2e^{3x}\).
Common Mistakes to Avoid
One frequent error is forgetting to use the chain rule or product rule correctly during separation. Another is dropping the constant of integration too early. Always be careful with domain restrictions, especially when you have expressions like \(\frac{1}{g(y)}\) in the denominator.
When to Use Separable Equations
Separable equations are among the easiest differential equations to solve. If you encounter a more complex equation, check if you can rearrange it into separable form. Many real-world applications, from population growth to radioactive decay, model separable differential equations.
Practice Problems
1. Solve \(\frac{dy}{dx} = \frac{y}{x}\).
2. Solve \(\frac{dy}{dx} = (1 + y^2) \cos x\) with \(y(0) = 0\).
3. Solve \(\frac{dy}{dx} = \frac{1}{x + 1}\) with \(y(0) = 1\).
For deeper understanding, visit our Ultimate Calculus Course.
The Separable Form
A separable differential equation has the form \(\frac{dy}{dx} = f(x) \cdot g(y)\), where the right side is a product of a function of \(x\) alone and a function of \(y\) alone. This special structure allows us to separate variables and integrate each side independently.
The Separation Process
Starting with \(\frac{dy}{dx} = f(x) \cdot g(y)\), rewrite it as \(\frac{dy}{g(y)} = f(x) \, dx\). Now \(y\) appears only on the left and \(x\) only on the right. This is the key to solving separable equations.
Integration Both Sides
Integrate both sides of the separated equation: \(\int \frac{dy}{g(y)} = \int f(x) \, dx\). The left integral gives an antiderivative in terms of \(y\), and the right gives an antiderivative in terms of \(x\). Don’t forget the constant of integration \(C\).
Worked Example 1: Simple Exponential
Solve \(\frac{dy}{dx} = 2xy\).
Separate: \(\frac{dy}{y} = 2x \, dx\). Integrate: \(\int \frac{dy}{y} = \int 2x \, dx\), giving \(\ln|y| = x^2 + C\). Exponentiate: \(|y| = e^{x^2 + C} = e^C \cdot e^{x^2}\). So \(y = Ae^{x^2}\) where \(A = \pm e^C\).
Worked Example 2: Rational Form
Solve \(\frac{dy}{dx} = \frac{3x^2}{2y}\).
Separate: \(2y \, dy = 3x^2 \, dx\). Integrate: \(\int 2y \, dy = \int 3x^2 \, dx\), giving \(y^2 = x^3 + C\). Thus \(y = \pm\sqrt{x^3 + C}\).
Finding Particular Solutions with Initial Conditions
When an initial condition like \(y(0) = 1\) is given, substitute these values into the general solution to find the specific constant \(C\). This yields the particular solution that satisfies both the differential equation and the initial condition.
Example with Initial Condition
Solve \(\frac{dy}{dx} = 3y\) with \(y(0) = 2\).
Separate: \(\frac{dy}{y} = 3 \, dx\). Integrate: \(\ln|y| = 3x + C\), so \(y = Ae^{3x}\). Use the initial condition: \(2 = Ae^0 = A\), so \(A = 2\). The particular solution is \(y = 2e^{3x}\).
Common Mistakes to Avoid
One frequent error is forgetting to use the chain rule or product rule correctly during separation. Another is dropping the constant of integration too early. Always be careful with domain restrictions, especially when you have expressions like \(\frac{1}{g(y)}\) in the denominator.
When to Use Separable Equations
Separable equations are among the easiest differential equations to solve. If you encounter a more complex equation, check if you can rearrange it into separable form. Many real-world applications, from population growth to radioactive decay, model separable differential equations.
Practice Problems
1. Solve \(\frac{dy}{dx} = \frac{y}{x}\).
2. Solve \(\frac{dy}{dx} = (1 + y^2) \cos x\) with \(y(0) = 0\).
3. Solve \(\frac{dy}{dx} = \frac{1}{x + 1}\) with \(y(0) = 1\).
For deeper understanding, visit our Ultimate Calculus Course.
Separable Equations: Complete Method Walkthrough
A separable differential equation has dy/dx = f(x)g(y). The solution method involves: (1) Rewrite as dy/g(y) = f(x)dx, separating the variables. (2) Integrate both sides: int dy/g(y) = int f(x)dx. (3) Evaluate the integrals, including constant C. (4) Solve for y if needed to get explicit form. The power comes from reducing a differential equation to two ordinary integrals.
Example: dy/dx = 2xy Detailed Solution
Separate variables: dy/y = 2x dx. Integrate both sides: int dy/y = int 2x dx. This gives ln|y| = x^2 + C. Exponentiate both sides: |y| = e^(x^2 + C) = e^C * e^(x^2). Let A = ±e^C (an arbitrary constant). So y = A*e^(x^2). This is the general solution containing all solutions via the arbitrary constant A.
Example: dy/dx = 3x^2/(2y) Detailed Solution
Separate: 2y dy = 3x^2 dx. Integrate: int 2y dy = int 3x^2 dx gives y^2 = x^3 + C. Taking square roots: y = ±sqrt(x^3 + C). The ± sign indicates two families of solution curves, one above and one below the x-axis. This is the general solution with arbitrary constant C.
Particular Solutions from Initial Conditions
Given an initial condition y(x_0) = y_0, we find the specific value of C that makes the solution pass through (x_0, y_0). For dy/dx = 3y with y(0)=2: General solution y=Ae^(3x). Plug in: 2=Ae^0=A, so A=2. Particular solution: y=2e^(3x). This solution is unique—no other solution to the differential equation satisfies the initial condition.
Example: Finding Particular Solutions
Solve dy/dx = e^x/y with y(0)=1. Separate: y dy = e^x dx. Integrate: y^2/2 = e^x + C. Apply initial condition y(0)=1: 1/2 = e^0 + C = 1 + C, so C = -1/2. Particular solution: y^2/2 = e^x – 1/2, or y^2 = 2e^x – 1, so y = sqrt(2e^x – 1).
Identifying and Handling Non-Separable Equations
Not all differential equations are separable. For example, dy/dx = x + y cannot be separated because y appears with x on the right side. The form must be dy/dx = f(x) * g(y) for separability. Attempting separation would require y dy/(x+y) dx, which fails because the denominator contains both variables. Recognizing non-separable equations prevents wasted effort and indicates need for alternative solution methods.
Applications: Exponential Growth and Decay
Many real phenomena follow dy/dx = ky for some constant k. Growth (k>0) or decay (k<0) problems become: Separate to dy/y = k dx, integrate to ln|y| = kx + C, exponentiate to y = A*e^(kx). For bacterial populations growing at rate k=0.1 per hour starting with 1000 bacteria: y(0)=1000 gives 1000=Ae^0=A, so y(t)=1000e^(0.1t). This model predicts population at any time t.
Advanced Separation Techniques
Some equations require algebraic manipulation before separating. For dy/dx = (x+y)/(x-y), this isn’t immediately separable. However, substitution v=y/x transforms it into separable form: Let y=vx so dy/dx=v+x*dv/dx. Then v+x*dv/dx=(x+vx)/(x-vx)=(1+v)/(1-v). Rearranging: x*dv/dx=(1+v)/(1-v)-v=(1+v-v(1-v))/(1-v)=(1+v^2)/(1-v). Now separable: (1-v)/(1+v^2) dv = dx/x.
Extended Practice with Full Solutions
1. dy/dx=x/y: Separate y dy = x dx, integrate y^2/2=x^2/2+C, general solution y^2=x^2+C. 2. dy/dx=e^(x-y): Separate e^y dy = e^x dx, integrate e^y=e^x+C. 3. dy/dx=(1+y^2)cos(x) with y(0)=0: Separate dy/(1+y^2)=cos(x)dx, integrate arctan(y)=sin(x)+C. Initial condition: 0=0+C so C=0. Particular: arctan(y)=sin(x), so y=tan(sin(x)).
Learn more: Ultimate Calculus Course, Trigonometry.
Separable Equations: Complete Method Walkthrough
A separable differential equation has dy/dx = f(x)g(y). The solution method involves: (1) Rewrite as dy/g(y) = f(x)dx, separating the variables. (2) Integrate both sides: int dy/g(y) = int f(x)dx. (3) Evaluate the integrals, including constant C. (4) Solve for y if needed to get explicit form. The power comes from reducing a differential equation to two ordinary integrals.
Example: dy/dx = 2xy Detailed Solution
Separate variables: dy/y = 2x dx. Integrate both sides: int dy/y = int 2x dx. This gives ln|y| = x^2 + C. Exponentiate both sides: |y| = e^(x^2 + C) = e^C * e^(x^2). Let A = ±e^C (an arbitrary constant). So y = A*e^(x^2). This is the general solution containing all solutions via the arbitrary constant A.
Example: dy/dx = 3x^2/(2y) Detailed Solution
Separate: 2y dy = 3x^2 dx. Integrate: int 2y dy = int 3x^2 dx gives y^2 = x^3 + C. Taking square roots: y = ±sqrt(x^3 + C). The ± sign indicates two families of solution curves, one above and one below the x-axis. This is the general solution with arbitrary constant C.
Particular Solutions from Initial Conditions
Given an initial condition y(x_0) = y_0, we find the specific value of C that makes the solution pass through (x_0, y_0). For dy/dx = 3y with y(0)=2: General solution y=Ae^(3x). Plug in: 2=Ae^0=A, so A=2. Particular solution: y=2e^(3x). This solution is unique—no other solution to the differential equation satisfies the initial condition.
Example: Finding Particular Solutions
Solve dy/dx = e^x/y with y(0)=1. Separate: y dy = e^x dx. Integrate: y^2/2 = e^x + C. Apply initial condition y(0)=1: 1/2 = e^0 + C = 1 + C, so C = -1/2. Particular solution: y^2/2 = e^x – 1/2, or y^2 = 2e^x – 1, so y = sqrt(2e^x – 1).
Identifying and Handling Non-Separable Equations
Not all differential equations are separable. For example, dy/dx = x + y cannot be separated because y appears with x on the right side. The form must be dy/dx = f(x) * g(y) for separability. Attempting separation would require y dy/(x+y) dx, which fails because the denominator contains both variables. Recognizing non-separable equations prevents wasted effort and indicates need for alternative solution methods.
Applications: Exponential Growth and Decay
Many real phenomena follow dy/dx = ky for some constant k. Growth (k>0) or decay (k<0) problems become: Separate to dy/y = k dx, integrate to ln|y| = kx + C, exponentiate to y = A*e^(kx). For bacterial populations growing at rate k=0.1 per hour starting with 1000 bacteria: y(0)=1000 gives 1000=Ae^0=A, so y(t)=1000e^(0.1t). This model predicts population at any time t.
Advanced Separation Techniques
Some equations require algebraic manipulation before separating. For dy/dx = (x+y)/(x-y), this isn’t immediately separable. However, substitution v=y/x transforms it into separable form: Let y=vx so dy/dx=v+x*dv/dx. Then v+x*dv/dx=(x+vx)/(x-vx)=(1+v)/(1-v). Rearranging: x*dv/dx=(1+v)/(1-v)-v=(1+v-v(1-v))/(1-v)=(1+v^2)/(1-v). Now separable: (1-v)/(1+v^2) dv = dx/x.
Extended Practice with Full Solutions
1. dy/dx=x/y: Separate y dy = x dx, integrate y^2/2=x^2/2+C, general solution y^2=x^2+C. 2. dy/dx=e^(x-y): Separate e^y dy = e^x dx, integrate e^y=e^x+C. 3. dy/dx=(1+y^2)cos(x) with y(0)=0: Separate dy/(1+y^2)=cos(x)dx, integrate arctan(y)=sin(x)+C. Initial condition: 0=0+C so C=0. Particular: arctan(y)=sin(x), so y=tan(sin(x)).
Learn more: Ultimate Calculus Course, Trigonometry.
Related to This Article
More math articles
- How to Solve the Frequency Distribution Table?
- How to Solve Exponential Equations?
- How to Prepare for the SHSAT Math Test?
- How to Write Equation of Parallel and Perpendicular Lines?
- Ease Your Integration: The Partial Fractions Technique
- The Ultimate MCAP Algebra 1 Course (+FREE Worksheets)
- How to Estimate Negative and Positive Square Roots
- Grade 7 ELA Tests: A Clear Parent Guide to Reading, Writing, and Test-Day Readiness
- How to Prepare for the ASTB Math Test?
- 3rd Grade MAP Math FREE Sample Practice Questions




































What people say about "The World of Separable Differential Equations - Effortless Math: We Help Students Learn to LOVE Mathematics"?
No one replied yet.