6.3 Second-Order Linear Homogeneous ODEs with Constant Coefficients
Key Takeaways
- The general solution to an $n$-th order linear homogeneous ODE $L[y] = 0$ is an $n$-dimensional vector space spanned by any fundamental set of linearly independent solutions {y_1, ..., y_n}.
- The Wronskian determinant $W(y_1, y_2)(x) = y_1 y_2' - y_1' y_2$ satisfies Abel's identity $W(x) = W(x_0) \exp\left(-\int_{x_0}^x P(t)\,dt\right)$, meaning it is either identically zero or nowhere zero on the interval of continuity.
- For constant coefficients $a y'' + b y' + c y = 0$, the roots of the characteristic equation $a r^2 + b r + c = 0$ determine the solution basis: distinct real roots yield $e^{r_1 x}, e^{r_2 x}$; repeated roots yield $e^{r x}, x e^{r x}$; and complex conjugate roots $\alpha \pm i\beta$ yield $e^{\alpha x} \cos(\beta x), e^{\alpha x} \sin(\beta x)$.
- Cauchy-Euler equations $a x^2 y'' + b x y' + c y = 0$ are solved via the ansatz $y = x^m$, yielding the indicial equation $a m(m - 1) + b m + c = 0$ with solution bases x^{m_1}, x^{m_2}; x^m, x^m ln x; or x^α cos(β ln x), x^α sin(β ln x).
6.3 Second-Order Linear Homogeneous ODEs with Constant Coefficients
Linear differential equations with constant coefficients represent the most algebraically systematic topic within ordinary differential equations on the GRE Mathematics Subject Test. Understanding the vector space of solutions, the Wronskian determinant, Abel's formula, and root topologies of characteristic polynomials enables rapid, error-free problem solving.
Vector Space Structure and the Principle of Superposition
Consider the general second-order linear homogeneous differential equation: where $P(x)$ and $Q(x)$ are continuous functions on an open interval $I$.
- Linear Operator: The differential operator $L = \frac{d^2}{dx^2} + P(x)\frac{d}{dx} + Q(x)$ is linear: $L[c_1 y_1 + c_2 y_2] = c_1 L[y_1] + c_2 L[y_2]$.
- Principle of Superposition: If $y_1(x)$ and $y_2(x)$ are solutions to $L[y] = 0$, then any linear combination $y(x) = c_1 y_1(x) + c_2 y_2(x)$ is also a solution for arbitrary constants $c_1, c_2 \in \mathbb{R}$.
- Dimension of Solution Space: The set of all solutions to $L[y] = 0$ on $I$ forms a vector space of dimension exactly equal to the order of the equation (dimension 2 for second-order ODEs).
- Fundamental Set of Solutions: Any pair of linearly independent solutions {y_1, y_2} forms a basis for this vector space. The general solution is $y(x) = c_1 y_1(x) + c_2 y_2(x)$.
Linear Independence, the Wronskian, and Abel's Formula
Two differentiable functions $y_1, y_2$ are linearly dependent on an interval $I$ if there exist constants $c_1, c_2$ not both zero such that $c_1 y_1(x) + c_2 y_2(x) = 0$ for all $x \in I$. Otherwise, they are linearly independent.
The Wronskian Determinant
The Wronskian of two differentiable functions $y_1$ and $y_2$ is defined by:
Abel's Identity
If $y_1$ and $y_2$ are solutions to $y'' + P(x)y' + Q(x)y = 0$, differentiating $W(x)$ yields: Integrating this separable first-order ODE produces Abel's Formula:
Theorem on Fundamental Sets: Because the exponential function is strictly positive, Abel's formula implies that either $W(x) = 0$ for all $x \in I$ or $W(x) \neq 0$ for all $x \in I$. Two solutions $y_1, y_2$ of $L[y] = 0$ form a fundamental set of solutions if and only if $W(y_1, y_2)(x_0) \neq 0$ at any single point $x_0 \in I$.
Constant-Coefficient Equations: The Characteristic Equation
For constant real coefficients $a, b, c$ with $a \neq 0$: Substituting the exponential ansatz $y = e^{r x}$ gives $(a r^2 + b r + c)e^{r x} = 0$. Because $e^{r x} \neq 0$, $r$ must satisfy the characteristic (auxiliary) equation:
The nature of the roots depends on the discriminant $\Delta = b^2 - 4ac$:
Case 1: Distinct Real Roots ($\Delta > 0$)
The roots $r_1, r_2 = \frac{-b \pm \sqrt{\Delta}}{2a}$ are real and distinct. The solutions $y_1 = e^{r_1 x}$ and $y_2 = e^{r_2 x}$ have Wronskian $W = (r_2 - r_1)e^{(r_1 + r_2)x} \neq 0$, forming a fundamental set:
Case 2: Repeated Real Root ($\Delta = 0$)
The root $r = -\frac{b}{2a}$ has algebraic multiplicity 2. One solution is $y_1 = e^{r x}$. Reduction of order ($y_2 = v(x)e^{r x}$) reveals the second independent solution $y_2 = x e^{r x}$:
Case 3: Complex Conjugate Roots ($\Delta < 0$)
The roots are $r = \alpha \pm i \beta$, where $\alpha = -\frac{b}{2a}$ and $\beta = \frac{\sqrt{4ac - b^2}}{2a} > 0$. Using Euler's formula $e^{(\alpha \pm i\beta)x} = e^{\alpha x}(\cos(\beta x) \pm i\sin(\beta x))$ and forming real linear combinations: The general real solution is:
Higher-Order Linear Constant-Coefficient ODEs
For an $n$-th order constant-coefficient homogeneous ODE: The characteristic polynomial is $P(r) = a_n r^n + a_{n-1} r^{n-1} + \dots + a_0 = 0$.
- Real root $r$ of multiplicity $k$: Contributes $k$ linearly independent solutions:
- Complex conjugate pair $\alpha \pm i\beta$ of multiplicity $k$: Contributes $2k$ linearly independent solutions:
Cauchy-Euler (Equidimensional) Equations
A second-order Cauchy-Euler equation has the standard form:
Solution via Power Ansatz $y = x^m$
Substituting $y = x^m$, $y' = m x^{m-1}$, and $y'' = m(m - 1)x^{m-2}$ into the equation gives: Dividing by $x^m \neq 0$ yields the indicial equation:
| Indicial Roots | Solution Basis for $x > 0$ | General Solution |
|---|---|---|
| Distinct Real $m_1 \neq m_2$ | {x^{m_1}, x^{m_2}} | $y = c_1 x^{m_1} + c_2 x^{m_2}$ |
| Repeated Real $m_1 = m_2 = m$ | {x^m, x^m ln x} | $y = (c_1 + c_2 \ln x)x^m$ |
| Complex Conjugate $\alpha \pm i\beta$ | {x^α cos(β ln x), x^α sin(β ln x)} | $y = x^\alpha [c_1 \cos(\beta \ln x) + c_2 \sin(\beta \ln x)]$ |
Alternative Transformation: Setting $x = e^t$ (for $x > 0$) transforms $a x^2 y'' + b x y' + c y = 0$ into a constant-coefficient equation $a \frac{d^2 y}{dt^2} + (b - a)\frac{dy}{dt} + c y = 0$ in the independent variable $t$.
Step-by-Step Worked Problems
Problem 1: Abel's Formula for Wronskian Determination
Let $y_1(x)$ and $y_2(x)$ be two linearly independent solutions to $x^2 y'' - 2x y' + (x^2 + 2)y = 0$ on $(0, \infty)$ with $W(1) = 3$. Determine the value of $W(3)$.
Solution:
- Put the differential equation into standard form by dividing by $x^2$:
- Identify $P(x) = -\frac{2}{x}$.
- Apply Abel's formula:
- Evaluate at $x = 3$:
Problem 2: Cauchy-Euler Boundary Value Problem
Solve the Cauchy-Euler equation $x^2 y'' + 3x y' + y = 0$ on $x \in [1, e]$ with boundary conditions $y(1) = 2$ and $y(e) = \frac{3}{e}$.
Solution:
- Formulate the indicial equation with $a = 1, b = 3, c = 1$:
- The root is $m = -1$ with multiplicity 2.
- The general solution for $x > 0$ is:
- Apply boundary condition $y(1) = 2$:
- Apply boundary condition $y(e) = \frac{3}{e}$:
- The unique solution is $y(x) = \frac{2 + \ln x}{x}$.
GRE Exam Traps & Pitfalls
Trap 1: Dropping the Leading Coefficient in Abel's Formula When applying Abel's formula to $a_2(x)y'' + a_1(x)y' + a_0(x)y = 0$, you must divide by $a_2(x)$ to obtain $P(x) = a_1(x)/a_2(x)$. Integrating $a_1(x)$ directly produces an incorrect Wronskian.
Trap 2: Vanishing Wronskian Outside the Scope of Linear ODEs A classic GRE trap tests whether $W(f_1, f_2)(x) = 0$ everywhere implies linear dependence for arbitrary differentiable functions. The answer is no: $f_1(x) = x^3$ and $f_2(x) = x^2|x|$ on $[-1, 1]$ have $W(f_1, f_2)(x) = 0$ for all $x \in [-1, 1]$, yet they are linearly independent! The equivalence $W = 0 \iff$ linear dependence holds only if $f_1, f_2$ are known solutions to a common linear ODE $y'' + Py' + Qy = 0$ with continuous coefficients.
Trap 3: Cauchy-Euler Indicial Equation Coefficient Error In $a x^2 y'' + b x y' + c y = 0$, students frequently write $a m^2 + b m + c = 0$. The correct indicial equation is $a m(m - 1) + b m + c = 0$, which simplifies to $a m^2 + (b - a)m + c = 0$. The middle coefficient is $b - a$, not $b$.
Two solutions y_1(x) and y_2(x) to the differential equation x y'' + 2 y' + x e^x y = 0 on (0, \infty) have Wronskian value W(1) = 4. What is the value of the Wronskian W(2)?
What is the general solution of the Cauchy-Euler differential equation x^2 y'' - 3x y' + 13 y = 0 on the domain (0, \infty)?
Consider the functions f(x) = x^3 and g(x) = x^2 |x| on the interval [-1, 1]. Which of the following statements regarding their Wronskian W(f, g) and linear independence is correct?