Contents

dy/dx = 4xy². You’ve seen this before. First-order, nonlinear, and you know it’s separable because you can move the y² to one side and the x to the other.
But when you actually start the separation—multiplying by dx, dividing by y²—you pause.
Are you allowed to just “multiply by dx” like it’s a regular number? Is it y⁻²dy or dy/y²? And once you integrate both sides and get something implicit like -1/y = 2x² + C, how do you solve for y without making a sign error?
The equation might look clean. The setup makes sense conceptually.
But the execution—the actual algebraic manipulation of moving dx around, integrating both sides correctly, applying the initial condition, and extracting the explicit solution—that’s where the setup either holds together or falls apart.
The problem isn’t the calculus. It’s the transitions between steps where you’re not sure if your algebra is valid or if you’re one sign flip away from an answer that doesn’t match any of the choices.
This guide walks you through a systematic approach that works on any separable differential equation the FE throws at you—from basic separation to problems that require the quadratic formula to extract the explicit solution. You’ll learn exactly how to recognize the separable form, how to rearrange without losing track of dx and dy, how to integrate both sides cleanly, and how to apply initial conditions to lock down constants and choose the correct branch when multiple solutions appear.
Before we walk through it step by step, watch this short video. It shows you the full process from recognizing the separable form to rearranging variables to integrating both sides to applying initial conditions. You’ll see exactly where students typically get stuck—misplacing dx, forgetting the constant of integration, or choosing the wrong branch of a quadratic solution—and how to avoid those traps completely.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: A separable differential equation is any first-order DE that can be written as N(y)dy = M(x)dx—all y terms with dy, all x terms with dx.
Key process: Rearrange the equation to separate variables, integrate both sides, apply initial conditions to find the constant, then solve for y(x) explicitly.
Decision rules:
- If all y terms can be moved to one side with dy and all x terms to the other with dx, it’s separable
- After integrating, you have an implicit solution (not yet in the form y = f(x))
- If the implicit solution is quadratic in y, use the quadratic formula and apply the initial condition to choose the correct sign
- Always verify your explicit solution satisfies the original differential equation and initial condition
What you’ll be able to do: Recognize separable differential equations instantly, execute the variable separation without sign errors, integrate both sides correctly, apply initial conditions to determine constants, and extract explicit solutions even when they require the quadratic formula.
What Is a Separable Differential Equation?

A separable differential equation is a first-order differential equation where you can algebraically rearrange it so that all terms involving y (including dy) are on one side and all terms involving x (including dx) are on the other side.
The defining form is N(y)dy = M(x)dx. Once you get it into this form, you can integrate both sides independently—integrate N(y) with respect to y on the left, integrate M(x) with respect to x on the right—and the equation becomes solvable.
Here’s what makes this powerful: most first-order nonlinear DEs aren’t solvable with elementary methods. But if a DE is separable, you can solve it exactly using basic integration. The catch is recognizing the form and executing the separation without making algebra mistakes that break the structure.
Think of it like unmixing a solution. If you’ve got y terms and x terms all multiplied together in a fraction or product, separability means you can algebraically “unmix” them—move all the y dependence to one side and all the x dependence to the other. Once they’re separated, each side integrates on its own.
On the FE Exam, separable differential equations show up when they give you a first-order DE and an initial condition, and they want you to find the particular solution y(x). The problems test whether you can recognize the separable form, execute the separation correctly, integrate without missing the constant of integration, and solve for y explicitly.
The key is this: if you can write it as N(y)dy = M(x)dx, you can solve it. Everything else is just careful algebra and integration.
Why Separable Differential Equations Feel Messy on the FE

These problems create uncertainty at the exact moment you see dy/dx = [something complicated] and you have to decide whether you can separate variables or if you need a different method entirely.
Here’s the timeline of how these problems break down:
- You read the problem and see a first-order DE with dy/dx on one side
- You recognize it’s not linear because y appears in a product or as part of a nonlinear function
- You try to figure out if you can separate variables by moving all y terms to one side
- You start rearranging—multiply by dx, divide by a function of y—but you’re not sure if you’re doing it correctly
- You integrate both sides and end up with something implicit that you can’t immediately solve for y
- The initial condition is sitting there, and you’re not sure whether to apply it before or after solving for y
- You try to isolate y and realize it’s quadratic, so you need the quadratic formula, and now there are two possible solutions
- You don’t know which branch of the solution is correct without checking the initial condition again
The real causes are:
Algebra uncertainty during separation. Multiplying through by dx and dividing by functions of y feels informal, and you’re not confident you’re keeping the equation balanced.
Integration without structure. You integrate both sides, but you forget the constant of integration, or you add it to only one side, or you’re not sure if it matters where you put it.
Implicit to explicit conversion. After integrating, you have an equation like 1/y = 3x² + C, and converting that to y = f(x) feels like an extra step where mistakes hide.
Quadratic solutions with ± ambiguity. When the implicit solution is quadratic in y, the quadratic formula gives you two branches, and you don’t have a systematic way to choose the correct one.
None of this means you’re bad at differential equations. It means you’re executing without a clear process for separation, integration, and solution extraction. Once you have that process, separable differential equations become mechanical.
Separable Differential Equations: Step by Step

When you see dy/dx = 4xy², you recognize it’s separable—you can get all the y terms on one side with dy and all the x terms on the other with dx.
The separation itself is straightforward algebra: divide by y², multiply by dx, and you’ve got y⁻²dy = 4x dx.
Where these problems break down is in the execution after separation. You integrate both sides and end up with -1/y = 2x² + C, but you’re not confident whether you integrated y⁻² correctly, whether the constant of integration goes on the left or the right, or how to solve for y without flipping a sign when you take reciprocals.
The workflow below gives you a four-step process that handles any separable differential equation on the FE: confirm it’s separable and rearrange, integrate both sides with the constant in the right place, apply initial conditions to determine C, then solve for y explicitly. This structure works whether you’re dealing with basic power functions or quadratic implicit solutions that need the quadratic formula.
Let’s lay out the steps.
Step 1: Confirm the equation is separable and rearrange into N(y)dy = M(x)dx
The first thing you need to do is look at the differential equation and verify that you can separate variables. This means checking whether you can algebraically move all terms involving y (including dy) to one side and all terms involving x (including dx) to the other side.
Start by writing the equation in the form dy/dx = [something]. Then ask yourself: can I write that “something” as a product or quotient where one factor depends only on x and another factor depends only on y?
If yes, rearrange by multiplying both sides by dx and dividing by any function of y that’s in the denominator or multiplied with dy/dx. Your goal is to get all y terms (including dy) on the left and all x terms (including dx) on the right.
Write it as N(y)dy = M(x)dx. This form makes it clear that you’re ready to integrate—each side is now a function of a single variable multiplied by its differential.
Step 2: Integrate both sides with respect to their respective variables
Now that you have N(y)dy = M(x)dx, you need to integrate both sides. The left side integrates with respect to y, and the right side integrates with respect to x.
Set up the integrals: ∫N(y)dy = ∫M(x)dx. Execute each integral using standard integration techniques—power rule, substitution, or whatever the functions require.
After integrating, add a constant of integration C to one side. It doesn’t matter which side you put it on—you’ll usually add it to the right side out of habit, but mathematically it’s the same either way because you can always move constants across the equals sign later.
The result is an implicit solution—an equation that relates y and x but doesn’t yet have y isolated on one side. This implicit solution is valid, but the FE will typically want the explicit solution y = f(x).
Step 3: Apply the initial condition to determine the constant of integration
With the implicit solution in hand, you need to determine the value of the constant of integration C. This is where the initial condition comes in—the problem will tell you that y(x₀) = y₀ for some specific values.
Substitute x = x₀ and y = y₀ into your implicit solution. This gives you an equation with C as the only unknown. Solve for C.
Once you have C, plug it back into the implicit solution. Now you have the particular solution that satisfies both the differential equation and the initial condition.
Step 4: Solve for y explicitly
Now you need to isolate y to get the explicit solution y = f(x). Depending on the form of your implicit solution, this might be straightforward algebra (like solving 1/y = 3x² – 2 by taking reciprocals) or it might require the quadratic formula (if the implicit solution is quadratic in y).
If the implicit solution is quadratic in y, rewrite it in the standard form ay² + by + c(x) = 0, where c(x) might involve x terms. Apply the quadratic formula, treating any x-dependent terms as part of the “c” coefficient.
The quadratic formula will give you two solutions: y = [expression with ±]. To determine which sign is correct, substitute the initial condition into both branches. Whichever branch satisfies y(x₀) = y₀ is the correct explicit solution.
Write the final answer as y(x) = [expression with the correct sign].
Example Problem: Separable Differential Equations

The workflow handles any separable differential equation by giving you a clear separation process, a structured integration step, and a systematic way to extract the explicit solution even when it requires the quadratic formula.
Right now, we’re going to work through an FE-style problem so you see exactly how to apply this process under exam conditions. You’ll see how to recognize the separable form, execute the variable separation cleanly, integrate without losing the constant, and use the initial condition to lock down the correct branch of the solution.
This problem states:
dy/dx = 4xy²
with the initial condition y(0) = -1/2.
The explicit solution y(x) is most nearly:
A) y = 1/(2x² + 2)
B) y = -1/(2x² + 2)
C) y = 1/(2x² – 2)
D) y = -1/(2x² – 2)
Solution: Separable Differential Equations

When you see dy/dx = 4xy², the question isn’t whether you can separate variables—it’s whether you write the separation as y⁻²dy = 4x dx or as dy/y² = 4x dx, and whether those are actually the same thing or if one creates problems when you integrate.
Then, after you’ve separated and integrated, the uncertainty shifts to whether -1/y = 2x² + C means y = -1/(2x² + C) or if there’s a sign error hiding in the reciprocal.
This is exactly why we use the workflow—it removes the guessing at each transition point and forces you to write the separation in a form that integrates cleanly every time. The workflow turns uncertainty about dx manipulation and reciprocal algebra into a mechanical process you can execute confidently under pressure.
Let’s walk it out step by step, the same way you would across the table, starting with confirming the equation is separable.
Step 1: Confirm the equation is separable and rearrange into N(y)dy = M(x)dx
The first thing we need to do is verify we can separate variables. Looking at dy/dx = 4xy², we can see that the right side is a product: 4x times y². This means we can move the y² term to the left with dy and keep the x term on the right with dx.
Multiply both sides by dx: dy = 4xy²dx
Now divide both sides by y²: dy/y² = 4x dx
Rewrite using negative exponent: y⁻²dy = 4x dx
We’ve successfully separated variables. All y terms (y⁻² and dy) are on the left, and all x terms (4x and dx) are on the right.
Step 2: Integrate both sides with respect to their respective variables
Next, we need to integrate both sides. The left side integrates with respect to y, and the right side integrates with respect to x.
∫y⁻²dy = ∫4x dx
For the left side:
∫y⁻²dy = -y⁻¹ = -1/y
For the right side:
∫4x dx = 2x²
Adding the constant of integration to the right side:
-1/y = 2x² + C
This is our implicit solution. It’s not yet in the form y = f(x), but it relates y and x through the integrated equation.
Step 3: Apply the initial condition to determine the constant of integration
When we apply the initial condition y(0) = -1/2, we substitute x = 0 and y = -1/2 into the implicit solution:
-1/(-1/2) = 2(0)² + C
2 = 0 + C
C = 2
Plugging C = 2 back into the implicit solution:
-1/y = 2x² + 2
Step 4: Solve for y explicitly
Now we need to isolate y. Starting with -1/y = 2x² + 2, we take reciprocals of both sides:
y = -1/(2x² + 2)
This is our explicit solution.
Before we finish: Let’s verify this satisfies the initial condition. At x = 0:
y(0) = -1/(2(0)² + 2) = -1/2 ✓
So the final answer to this problem is B) y = -1/(2x² + 2).
This tells us the particular solution to the separable differential equation that passes through the point (0, -1/2). The negative sign in the numerator came directly from the separation and integration process, and the constant 2 in the denominator locked in when we applied the initial condition.
Common Mistakes to Avoid on Separable Differential Equations Problems

Separable differential equations break when you integrate ∫y⁻²dy, write it as -y⁻¹, but then interpret -y⁻¹ as -1/y² instead of -1/y because you’re not fluent with negative exponents under pressure.
Or when you correctly get -1/y = 2x² + C and solve for y by taking reciprocals, but you forget that reciprocating both sides of -1/y = [expression] gives you y = -1/[expression], not y = 1/[expression], because the negative sign stays with the 1 in the numerator.
These aren’t concept failures. You know how to integrate power functions. These are execution failures that happen during the mechanical steps—integration, constant handling, implicit-to-explicit conversion—where small errors compound into wrong answers.
Here’s where separable differential equations actually fall apart.
Mistake 1: Forgetting the constant of integration or adding it incorrectly
This happens when you integrate both sides of y⁻²dy = 4x dx and write -1/y = 2x² without adding C.
Or you add C to both sides, writing -1/y + C₁ = 2x² + C₂, and then you don’t realize you can combine the constants into a single C on one side.
On the FE, when you have -1/y = 2x² without a constant and you apply the initial condition y(0) = -1/2, you get -1/(-1/2) = 0, which gives you 2 = 0. This doesn’t work, and you realize you’re missing something, but now you’ve wasted time trying to figure out what went wrong in the separation or integration steps when the only problem was skipping C.
The problem with adding C to both sides is unnecessary complexity. Since C₁ and C₂ are both arbitrary constants, you can subtract C₁ from both sides and define a new constant C = C₂ – C₁. This simplifies to having just one constant on one side.
When you apply the initial condition y(0) = -1/2, you’ll get 2 = 0 + C, so C = 2. This gives you the particular solution -1/y = 2x² + 2 that satisfies both the differential equation and the initial condition.
Mistake 2: Applying the initial condition before separating variables
This happens when you see y(0) = -1/2 and you try to substitute it into the original differential equation dy/dx = 4xy² before you’ve separated and integrated.
You think you can find dy/dx at x = 0, but that doesn’t help you solve the DE—it just gives you the slope at one point.
On the FE, when you substitute x = 0 and y = -1/2 into dy/dx = 4xy², you get dy/dx = 4(0)(-1/2)² = 0. This tells you the slope is zero at that point, but it doesn’t give you any information about the solution y(x). You’ve burned time calculating something that doesn’t move you toward the answer.
The initial condition isn’t used to constrain the differential equation itself. It’s used to determine the constant of integration after you’ve integrated.
Only then apply the initial condition. Substitute x = 0 and y = -1/2 into the integrated equation (not the original DE) to solve for C. This gives you 2 = 0 + C, so C = 2, and your particular solution is -1/y = 2x² + 2.
Mistake 3: Choosing the wrong branch when the solution involves ±
This happens when your implicit solution is quadratic in y, and after using the quadratic formula you get y = [expression ± something].
For our problem, if the implicit solution were quadratic (it’s not in this case, but in similar separable differential equations problems), you’d have two possible solutions and you’re not sure whether to use the plus or the minus.
On the FE, if you had a problem that led to y = 2 ± √(2x² + 2), both branches are mathematically valid solutions to the differential equation, but only one satisfies the initial condition. If you guess wrong or just pick the branch that looks simpler, your explicit solution will fail the initial condition check even though your separation and integration were perfect.
The problem is that both branches are correct for the general solution, but the initial condition specifies which particular solution you need.
For example, if y(0) = -1/2 and you have y = 2 ± √(2x² + 2), check both: at x = 0, the plus gives 2 + √2 ≈ 3.4, and the minus gives 2 – √2 ≈ 0.6. Since neither matches -1/2, you’d know something went wrong earlier. But the principle is: whichever branch gives y(x₀) = y₀ is the correct solution.
Mistake 4: Mishandling negative exponents during integration
This happens when you separate variables and get y⁻²dy = 4x dx, and then you integrate the left side as ∫y⁻²dy but you apply the power rule incorrectly.
You might write ∫y⁻²dy = y⁻¹/(-1) and forget to simplify, or you might write it as -y⁻¹ but not recognize that y⁻¹ = 1/y.
On the FE, if you integrate ∫y⁻²dy and leave it as y⁻¹/(-1) without simplifying to -1/y, you end up with implicit solution y⁻¹/(-1) = 2x² + C, which looks messy. When you try to solve for y, you’re manipulating negative exponents and fractions simultaneously, and it’s easy to flip a sign. Even if you get to the right form eventually, you’ve wasted time and created opportunities for algebra errors.
The result is an implicit solution that looks almost right but has a sign error or an extra factor that propagates through the rest of the problem. When you solve for y, the explicit solution won’t match any of the answer choices.
Write it immediately in the form -1/y so you’re working with a familiar fraction, not a negative exponent. This gives you -1/y = 2x² + C, which is straightforward to solve: y = -1/(2x² + C). After applying the initial condition to get C = 2, your explicit solution is y = -1/(2x² + 2), which matches answer choice B.
Mistake 5: Not verifying the explicit solution satisfies the initial condition
This happens when you solve for y, write down y = -1/(2x² + 2), and immediately circle answer choice B without checking that it actually gives y(0) = -1/2.
You trust your algebra, and you assume that if the separation and integration were correct, the solution must be right.
On the FE, small mistakes—like choosing the wrong branch in a quadratic solution, missing a sign during integration, or solving for C incorrectly—can produce an explicit solution that looks reasonable but doesn’t satisfy the initial condition. Your answer will be close to the right form but wrong in a critical detail, like having a positive sign instead of negative (answer choice A: y = 1/(2x² + 2)) or having the wrong constant in the denominator.
The error compounds, and you end up with an answer that doesn’t match the initial condition even though the form looks right.
If y(x₀) ≠ y₀, you know there’s a mistake somewhere in the constant determination or the algebraic manipulation, and you can trace back to fix it before committing to an answer. This catches errors immediately and prevents you from circling a wrong answer that looked close.
Rules of Thumb for Separable Differential Equations Problems on the FE

The workflow handles the separation, integration, and initial condition application.
These checkpoints protect the execution—they catch the small errors that turn -1/y = 2x² + 2 into the wrong explicit solution or make you choose y = 1/(2x² + 2) instead of y = -1/(2x² + 2).
When you’re moving fast and the algebra starts to blur, these rules keep you from misreading y⁻¹ as 1/y² or forgetting to verify that your final answer actually gives y(0) = -1/2 when you plug it back in.
- If you can write it as [function of y only]dy = [function of x only]dx, it’s separable. The key test is whether you can algebraically move all y terms to one side with dy and all x terms to the other with dx. If you see dy/dx = g(x)h(y), divide by h(y) and multiply by dx to get dy/h(y) = g(x)dx. If you can’t separate the variables this way, the equation isn’t separable and you need a different method.
- Always add the constant of integration to one side after integrating. When you integrate both sides of y⁻²dy = 4x dx, write ∫y⁻²dy = ∫4x dx + C to get -1/y = 2x² + C. Don’t skip C, and don’t add it to both sides (that just creates two arbitrary constants you’ll combine later anyway). The constant goes on one side, and it’s determined uniquely by the initial condition.
- Apply the initial condition after integrating, not before. The initial condition y(0) = -1/2 tells you the value of y at a specific x, which means it constrains the constant of integration C in the implicit solution -1/y = 2x² + C. You can’t use it to constrain the differential equation itself before you’ve integrated. Separate, integrate, then substitute x₀ and y₀ to find C.
- When the implicit solution is quadratic in y, use the quadratic formula and check both branches against the initial condition. If your implicit solution looks like ay² + by + c(x) = 0, apply the quadratic formula with a, b, and c (where c might depend on x). You’ll get y = [expression ± something]. Substitute x₀ into both branches and see which one gives y₀. That’s your answer—no ambiguity.
- Verify your explicit solution satisfies the initial condition before circling an answer. After you solve for y(x) = -1/(2x² + 2), plug in x = 0 and check that you get y = -1/2. This catches sign errors, wrong branches, and mistakes in solving for C. It takes five seconds and eliminates wrong answers that look close but fail the initial condition check.
- Rewrite negative exponents as fractions immediately after integrating. When you integrate y⁻²dy and get -y⁻¹, write it as -1/y right away. Don’t leave it as -y⁻¹ and try to manipulate negative exponents later—that’s where sign errors and algebra mistakes hide. Convert to fraction form immediately so you’re solving -1/y = 2x² + C, which is straightforward to rearrange into y = -1/(2x² + C).
You’ve seen the workflow, worked through a problem where both separation and implicit-to-explicit conversion were required, and you know where separable differential equations mistakes actually happen. These rules protect you from the small execution errors that break these problems—forgetting C, mishandling y⁻¹, or skipping the final verification that your explicit solution actually satisfies y(x₀) = y₀.
Final Thoughts | Separable Differential Equations

Separable differential equations bleed time at the transitions—the moments between steps when you’re multiplying by dx and you’re not sure if that’s mathematically valid, or when you’ve integrated to -1/y = 2x² + C and you’re trying to solve for y without flipping a sign.
Not during the actual calculus.
Students waste 90 seconds second-guessing whether “multiplying by dx” is formal enough, when the separation y⁻²dy = 4x dx handles it mechanically in 15 seconds. They burn another minute re-checking whether -1/y means y = -1/[expression] or y = 1/[expression] when the reciprocal algebra is straightforward once you write it out explicitly.
The workflow removes those transition points where time drains. It tells you exactly how to write the separation (y⁻²dy on the left, 4x dx on the right), where to put the constant of integration (right side after integrating), and how to verify the explicit solution before you circle an answer (plug x₀ back in and confirm you get y₀).
That saved time—those 90 seconds you didn’t spend second-guessing the dx manipulation, that minute you didn’t waste re-solving for y to check your signs—buys you two more problems at the end of the exam when you’re racing the clock.
Ready for more reps? Browse hundreds of FE problems and guides here.
Here’s what actually drains your confidence during FE prep: working problem after problem, getting some right and some wrong, and never knowing if you really understand the method or if you just got lucky with the algebra.
You finish practice problems and still feel uncertain because there’s no feedback loop telling you whether your process is solid or if you’re one sign error away from missing the next one.
That’s what eats through prep time. Not the problems themselves, but the constant background noise of “Did I do that right? Should I check it again? What if I make the same mistake on test day?”
Prepineer gives you structured practice with immediate feedback on every step—not just whether your final answer is right, but whether your separation was clean, whether you applied the initial condition correctly, whether you chose the right branch.
You get a personalized roadmap that tells you exactly which DE types to focus on, real coaching when you get stuck on implicit-to-explicit conversions, and confidence that comes from knowing your process is airtight. Start your free 7-day trial and see what it feels like to prep with structure instead of hope.








