Why substitute — turning a hard ODE into a standard one
Euler equations have variable coefficients; x = e^t flattens them to constant coefficients.
The key idea. The auxiliary-equation method only works for constant-coefficient equations . But some important equations have variable coefficients — most notably the Euler (equidimensional) equation where each derivative is multiplied by a matching power of . A substitution converts it into a constant-coefficient equation in a new variable, which you can then solve with the methods you already have.
The standard substitution is , equivalently (for ). The magic is that the awkward combinations become clean constant-coefficient derivatives in .
The pattern, every time:
- Transform the derivatives , into -derivatives via the chain rule.
- Rewrite the ODE — it should collapse to constant coefficients in .
- Solve the standard equation (auxiliary equation for the CF, then a particular integral for ).
- Back-substitute to return to the original variable.
Cambridge tip. The question will tell you the substitution to use. Your job is to execute the derivative transforms accurately — that is where the marks are.
- Euler equation: has variable coefficients.
- converts it to constant coefficients in .
- Transform → solve → back-substitute .
See the full worked example for substitution methods for solving differential equations →