4.6.4 · D5Ordinary Differential Equations
Question bank — First-order linear ODEs — integrating factor method (derivation)
True or false — justify
Every equation containing and is a linear ODE.
False. Linearity requires and to each appear only to the first power, never multiplied together or fed into a function; e.g. or breaks it.
can be solved by the integrating factor method as written.
False. The term makes it nonlinear, so the product-rule collapse fails. It is a Bernoulli equation () and needs the substitution first.
The integrating factor is always positive.
True. It's an exponential, and ; this is why we can freely divide the final equation by without worrying about dividing by zero.
You must add a every time you integrate, including when finding .
False. When finding we need only one working factor; an extra constant becomes a multiplicative that cancels top and bottom. Keep only at the final integration.
If , the integrating factor method still applies.
True, and it degenerates gracefully: , so the equation is already — just a plain integration, which is the separable baseline.
The method requires to be integrable in closed form.
False. The general solution is always valid; if has no elementary form, we simply leave it as an integral. The method never fails, the antiderivative just may not simplify.
Multiplying by changes the solution set of the ODE.
False (as long as , which is guaranteed). Multiplying both sides by a never-zero function gives an equivalent equation, so no solutions are created or lost.
A first-order linear ODE always has exactly one solution.
False. The general solution carries one free constant , giving a family of solutions; you get a single one only after imposing an initial condition like .
Spot the error
"For , I take so ."
Error: the coefficient of is , not . You must standardize first by dividing by , giving and , not .
"After reaching , my answer is ."
Error: you forgot to divide by . The left side is , so — and the must be divided by too, so it is not a bare additive constant in .
", so I keep the ."
Error: dropping the constant is the whole point. ; the factor cancels when it multiplies both sides, so we take the simplest (usually on the working domain).
" since ."
Error: , not . The integrating factor is ; forgetting the turns a function into a useless constant that won't collapse the left side.
"The left side becomes , so I can also write it as ."
Error: by the Product Rule — there are two terms. Dropping the piece throws away exactly the term that made the collapse work.
"I applied the initial condition to before solving for ."
Not necessarily wrong, but risky and premature. It's cleanest to apply to the final ; applying it early forces you to evaluate correctly and invites arithmetic slips.
Why questions
Why do we multiply by instead of adding or substituting something?
Because multiplication is what lets the Product Rule fire: is a product's derivative, so only a multiplicative factor can reshape into a single derivative.
Why is and not some other function?
Because the collapse demands ; that condition is a separable ODE whose solution is forced to be . It's not a guess — it's the unique factor the condition allows.
Why must the coefficient of be exactly before we start?
Because the term meant to equal is , and is read off assuming the coefficient is . If it's instead, the true is , so skipping normalization uses the wrong .
Why does finding turn into a separable problem?
Because the collapse condition has on one side and on the other after rearranging to — the textbook shape of a separable equation.
Why can we ignore absolute-value subtleties in and just use ?
Because we work on an interval where keeps one sign (the domain of the solution); on that interval , and the sign is absorbed by the multiplicative constant we already agreed to drop.
Why does the same that appears once in the integration end up dividing by in the answer?
Because is introduced inside the bracket at , and the very next step divides the entire right side by , so rides along as — often a genuine function of , not a constant.
Why is the constant-coefficient case (Linear Constant-Coefficient ODEs) just a special instance?
When is a constant , and — the method runs identically; nothing about the derivation assumed varied.
Edge cases
What happens to the method if has a singularity, say , at ?
The integrating factor vanishes at , so dividing by is invalid there. The solution is only guaranteed on an interval not containing the singularity (e.g. ).
If , does the method still work, and what do you get?
Yes. With the equation is homogeneous; gives , so — a pure decay/growth family, no particular part.
Can the integrating factor ever be zero and break the final division?
No. Since is an exponential, it is strictly positive wherever the exponent is finite; division by is always legal on the interval of definition.
Is with discontinuous still solvable in one piece?
Generally no. If or jumps, the solution is guaranteed continuous only on each interval where they are continuous; you solve piece-by-piece and match values at the joins.
What if the equation is already an exact derivative before multiplying, i.e. turns out to be ?
Then and the left side is already ; the integrating factor is and the method reduces to direct integration — consistent with the Exact ODEs viewpoint where the equation was exact from the start.
Does swapping the roles so is the unknown, the variable, ever help?
Yes — if an equation is nonlinear in but linear when viewed as , you apply the identical method with and interchanged; linearity is a property of how the unknown appears, not of its name.
Connections
- Separable ODEs — the sub-problem that yields .
- Product Rule — the mechanism behind every collapse claim above.
- Exact ODEs — the / already-exact edge case.
- Bernoulli Equations — the " isn't linear" traps point here.
- Linear Constant-Coefficient ODEs — the constant- special case.