Forming differential equations from curve families
Solving a DE produces a family of curves (the general solution). The reverse operation is also useful: given a family of curves described by an equation containing arbitrary constants, find a DE of order that the family satisfies. This skill is regularly tested on board exams.
The algorithm
Suppose the family is described by with arbitrary constants.
- Differentiate the equation with respect to . (Treat as a function of .) Get a new equation.
- Differentiate again, and again, until you have equations: the original plus differentiations.
- Eliminate all constants from these equations.
- The result is a DE involving only , , , …, .
The order of the resulting DE is , same as the number of constants.
Why does it work?
You have constants in the family. Differentiating once produces one new equation but does not introduce new constants. After differentiations, you have equations and only unknown constants , so the constants can (generically) be eliminated.
Worked examples
Example 1. Form the DE for ( and arbitrary, two constants).
Differentiate: . Differentiate again: . This is the DE , no constants present. Order .
Example 2. Form the DE for .
, . So . Order .
Example 3. Form the DE for .
. . DE: .
Example 4. Form the DE for .
. .
We have three equations in two unknowns . Eliminate. From the first two: , . (Solve as a 2x2 linear system.) Substitute into the third: . So .
Example 5. Form the DE for the family of all parabolas with axis along -axis and vertex at the origin: , arbitrary (one constant).
Differentiate: , so . Substitute back: . DE: , or (assuming ).
Example 6. Form the DE of all circles passing through the origin with centres on the -axis.
Family: , i.e. . One constant: order .
Differentiate: , so (assuming ). Substitute back: , giving . Rearrange: , so , i.e. .
A note on the geometric setup
When you read "family of all parabolas with vertex at origin and axis along -axis," translate carefully:
- Family: a parametrised collection of curves.
- Parameters: count them. They become the constants.
- Equation form: write the most general expression that fits the description.
The number of parameters equals the order of the resulting DE.
Try it yourself
- Form the DE for .
- Form the DE for (circles centred at origin).
- Form the DE for the family of all lines through the origin.
- Form the DE for .
- Form the DE for (rectangular hyperbolas).
- Form the DE for .
- Form the DE for (, arbitrary, two constants).
- Form the DE for (, , arbitrary).
- Form the DE of all parabolas with axis parallel to -axis.
- Form the DE of all circles passing through the origin with centres on the -axis.
- Form the DE of , all circles of fixed radius , with arbitrary.
- Form the DE for .
- Form the DE for the family of curves .
- Form the DE for the family of ellipses (, arbitrary).
Pitfalls and tricks
- Count constants carefully. Number of constants order of resulting DE.
- Eliminate, don't solve. You don't need explicit values for the constants , just remove them.
- Use algebraic substitution to eliminate. From the differentiated equations, solve for each constant as a function of , , , …, then substitute.
- The final answer should contain only , , , , …, and constants from the problem (no arbitrary parameters).
- Recognise hidden constants. has two constants; also has two but different DEs.