Every term you will ever need — general, particular, complementary, explicit, implicit, IVP — built from first principles with full rigor.
A solution is a function \(\phi(x)\) that, when substituted into the ODE — including every derivative — reduces it to an identity that holds for all \(x\) in the domain.
Is \(y = Ce^{2x}\) a solution of \(y' - 2y = 0\)?
True for every value of \(C\). So this is a one-parameter family of solutions.
The entire family. Contains \(n\) arbitrary constants for an \(n\)-th order ODE.
One specific member of the family. All constants are fixed — no free parameters remain.
For \(y'' - 3y' + 2y = 0\):
RHS is zero. No external forcing. Describes free, undriven behavior.
Driven by an external input \(g(x)\). Needs two pieces to solve completely.
General solution of the associated homogeneous equation. Has free constants. Encodes all natural, unforced behavior.
One specific solution of the full forced equation. No free constants. Encodes forced response only.
Let \(y_1\) and \(y_2\) both satisfy \(Ly = g(x)\). By linearity of \(L\):
Every difference between two particular solutions satisfies the homogeneous equation. The full set of such differences is exactly \(y_c\). So \(y_p\) anchors you to one correct answer, and \(y_c\) encodes all the remaining freedom. That is why the complete solution must be \(y_c + y_p\).
The characteristic roots are \(r=1,2\). Since \(r=1\) matches the forcing term \(e^x\), the naive guess \(Ae^x\) duplicates \(y_c\) and produces zero when substituted. Multiply by \(x\):
Full general solution for \(y'' - 3y' + 2y = e^x\):
\(y\) is isolated on the left. Direct and evaluatable.
\(y\) lives inside a relation with \(x\). Not isolated. Still a genuine solution.
Solve \(dy/dx = -x/y\).
The implicit form captures both branches at once. The explicit form isolates one.
An IVP is an ODE together with \(n\) initial conditions that fix \(y\) and its first \(n-1\) derivatives at a single point \(x_0\). Each condition gives one scalar equation in the constants, forming a square system that uniquely determines all \(n\) free constants.
For \(y'' - y = 0\), the general solution is \(y = c_1 e^x + c_2 e^{-x}\). Enter initial conditions to pin down \(c_1\) and \(c_2\):
Every term is a row. Read top to bottom — each row produces or feeds into the next.
| ODE | \(F(x,y,y',\ldots)=0\) | The raw equation. Any function that satisfies it identically is a solution. |
| set RHS=0 / keep g(x)≠0 | ||
| Homogeneous | \(Ly = 0\) | No forcing. Free, natural behavior only. |
| Nonhomogeneous | \(Ly = g(x)\) | Has a driving term. Forced behavior. Requires two pieces to solve. |
| solve Ly = 0 | ||
| General Solution | \(y = c_1\phi_1 + \cdots + c_n\phi_n\) | Whole family of solutions to the homogeneous ODE. \(n\) free constants. Also serves as \(y_c\) in the nonhomogeneous setup. |
| re-labeled as yc / find yp separately | ||
| Complementary \(y_c\) | \(Ly_c = 0\) | General solution of the homogeneous part. Has free constants. Natural motion. |
| Particular \(y_p\) | \(Ly_p = g(x)\) | One specific solution of the forced equation. No constants. Forced response. |
| add together | ||
| Master Formula | \(y = y_c + y_p\) | General solution of the nonhomogeneous ODE. Every solution has this form. |
| apply initial conditions | ||
| IVP | \(y(x_0)=y_0,\; y'(x_0)=y_1\) | \(n\) conditions fix all \(n\) constants. Selects one particular solution. |
| result expressed as | ||
| Explicit | \(y = f(x)\) | \(y\) is isolated. Clean and directly evaluatable. |
| Implicit | \(G(x,y) = 0\) | \(y\) not isolated. Lives inside a relation. Still a valid solution. |
The series RLC circuit is a direct physical instantiation of a second-order nonhomogeneous linear ODE. Every vocabulary term on this page maps to something you can probe on a bench with an oscilloscope.
This is the ODE. Every term maps to a vocabulary word from this page:
Governing equation. Unknown is \(q(t)\) — charge on the capacitor as a function of time.
Circuit with no source. Describes how stored energy dissipates on its own — the natural ring-down.
Transient response. Decays to zero as \(t\to\infty\) when \(R>0\). Contains free constants \(c_1, c_2\).
Steady-state response. Oscillates at the source frequency forever. No free constants.
Total response = transient + steady-state. Designers care about \(q_p\) — the transient eventually dies.
Initial charge on the capacitor and initial current. Fix \(c_1, c_2\) and give the unique circuit response.
Values: \(L = 1\,\text{H}\), \(R = 2\,\Omega\), \(C = \tfrac{1}{2}\,\text{F}\), source \(v_s(t) = 10\cos(2t)\,\text{V}\). Initial state: \(q(0) = 0\), \(\dot{q}(0) = 0\) (initially uncharged, no current).
Driving frequency \(\omega=2\). Natural frequency \(\omega_d=1\neq 2\), so no resonance — standard undetermined coefficients applies.
\(q_c = e^{-t}(\cos t - 3\sin t)\) = transient response — set by initial stored energy, decays to zero.
\(q_p = -\cos(2t) + 2\sin(2t)\) = steady-state response — oscillates at the source frequency indefinitely.
Sum = the full particular solution of the IVP. What the oscilloscope shows early in time includes both; after the transient dies, only \(q_p\) remains.
Entire family. \(n\) free constants for order \(n\).
One member of the family. All constants fixed — usually by IVP.
General solution of \(Ly=0\). Natural behavior. Has free constants.
One solution of the forced equation. Forced response only. No constants.
General solution of the nonhomogeneous ODE. Every solution has this form.
\(y\) isolated. Directly evaluatable.
\(y\) not isolated. A relation. Still valid.
Fixes all constants. Selects exactly one particular solution.