Question
Solve the differential equation .
(JEE Advanced 2021, similar pattern)
Solution — Step by Step
For a linear DE with constant coefficients, we assume , where is a constant to be determined.
Then: and .
Substituting into :
Since , divide through:
This is the characteristic equation (also called the auxiliary equation).
We get two distinct real roots.
When the characteristic equation has two distinct real roots and , the general solution is:
where and are arbitrary constants determined by initial/boundary conditions.
Why This Works
The assumption works because exponential functions have the special property that their derivatives are proportional to themselves. This transforms the differential equation into an algebraic equation in , which is much easier to solve.
The two linearly independent solutions and form a fundamental set — any solution of the DE can be written as a linear combination of these two. This is guaranteed by the theory of linear ODEs: a 2nd order linear ODE always has exactly 2 linearly independent solutions.
Alternative Method — The three cases
Depending on the discriminant of the characteristic equation :
| Discriminant | Roots | General Solution |
|---|---|---|
| Two distinct real: | ||
| Repeated real: | ||
| Complex: |
Our problem falls in case 1 (discriminant ).
For JEE Advanced, you must know all three cases. The repeated root case (case 2) is the trickiest — note the extra factor in . The complex root case (case 3) gives oscillatory solutions, which appear in problems involving simple harmonic motion and LC circuits.
Common Mistake
When roots are repeated (), students write the general solution as . This has only ONE arbitrary constant, not two — so it cannot be the general solution of a 2nd order DE (which always needs two constants). The correct form is — the factor of in front of is essential for linear independence.