Second-Order Homogeneous Equations
Characteristic equations and the nature of solutions
This is where physics truly lives. Newton's second law, , relates force to acceleration, which is the second derivative of position. Springs, pendulums, electrical circuits, vibrating strings: the equations that govern them all involve second derivatives. Understanding second-order differential equations unlocks the mathematics of motion and oscillation.
The Standard Form
A second-order linear homogeneous equation with constant coefficients has the form:
where , , and are constants, and . The term homogeneous means the right side is zero: there is no external forcing function. The term linear means , , and appear only to the first power, with no products like .
This seemingly simple form describes an enormous range of physical phenomena. A mass on a spring, a swinging pendulum with friction, the current in an RLC circuit: all are modeled by equations of exactly this type.
The Exponential Guess
From first-order equations, we know that solves . The exponential function has a remarkable property: its derivative is proportional to itself. This suggests trying as a solution to our second-order equation.
If , then:
Substituting into :
Factor out , which is never zero:
Since , we need:
This is the characteristic equation. The values of that satisfy it determine our solutions. What started as a differential equation has become a simple quadratic.
The Characteristic Equation
The characteristic equation is solved using the quadratic formula:
The expression under the square root, , is the discriminant. It determines the nature of the roots and, consequently, the character of the solutions.
Interactive: Explore the Characteristic Equation
Characteristic equation:
Discriminant: (two distinct real roots)
General solution:
Adjust the coefficients , , and to see how the roots move in the complex plane. When the discriminant is positive, both roots lie on the real axis. When negative, the roots become a complex conjugate pair. When the discriminant equals zero, the two roots coincide.
Case 1: Distinct Real Roots
When , we get two distinct real roots and . Each gives a solution:
These solutions are linearly independent: neither is a constant multiple of the other. This means they span a two-dimensional solution space. The general solution is any linear combination:
The constants and are determined by initial conditions.
Interactive: Distinct Real Roots
Roots
Constants
The purple curve is the sum of the blue and red exponential components.
Watch how the solution is built from two exponential components. When both roots are negative, solutions decay to zero. When one root is positive, that component eventually dominates, causing the solution to grow without bound.
Case 2: Repeated Roots
When , the quadratic has a single repeated root:
Now we have a problem. The function is a solution, but where is the second independent solution? Simply using twice does not give us two independent functions.
The answer is unexpected: the second solution is .
Let us verify this. If , then:
Let us verify this works. Substituting into :
Factoring out :
Since satisfies the characteristic equation, . And since , we have . Both terms vanish, confirming is indeed a solution.
The general solution for repeated roots is:
Interactive: Repeated Root Solutions
Blue: Red:
With a repeated root, the second independent solution is , not just another exponential.
The factor starts at zero and initially grows linearly (when , it eventually decays as the exponential takes over). This polynomial-times-exponential form appears whenever roots repeat.
Why the Solution?
There is an elegant way to understand where comes from. Consider what happens as two distinct roots and approach each other.
The general solution is:
Suppose we want a solution with and . This gives , so:
Now let and . This is a indeterminate form. By L'Hopital's rule (differentiating with respect to ):
The solution emerges naturally as the limit when two independent exponential solutions merge into one.
Linear Independence and the General Solution
A second-order equation has a two-dimensional solution space. To span this space, we need two linearly independent solutions. Two functions and are linearly independent if the only constants satisfying for all are .
For distinct real roots, and are independent because exponentials with different exponents cannot cancel each other.
For a repeated root, and are independent. If for all , then at we get , and then for all implies .
This concept connects to linear algebra: the solutions form a vector space, and any two independent solutions form a basis for that space.
The Wronskian: A systematic way to test linear independence uses the Wronskian, defined for two functions and as:
Two solutions to a second-order equation are linearly independent if and only if their Wronskian is nonzero. For example, with and :
The Wronskian will appear again when we study nonhomogeneous equations and variation of parameters.
Why Two Initial Conditions?
For a first-order equation, specifying determines the solution uniquely. For a second-order equation, specifying is not enough. We also need .
The reason is geometric. Knowing the position of a particle tells you where it is, but not where it is going. Two particles at the same position but moving with different velocities will follow different trajectories.
Interactive: The Effect of Initial Conditions
Equation: with roots
Initial conditions:
Constants:
Each choice of initial conditions picks exactly one solution from the family. The red arrow shows the initial slope.
The general solution has two free constants, and . Two initial conditions provide two equations to solve for these constants. Specifying both and picks out exactly one solution from the infinite family.
Interactive: Why Two Conditions Are Needed
Knowing only leaves infinitely many solutions passing through that point. The gray curves all satisfy the same initial position.
Knowing only the initial position leaves an entire family of solutions passing through that point. Adding the initial velocity narrows it down to exactly one.
Solving Initial Value Problems
Here is the procedure for solving with and :
- Write the characteristic equation:
- Find the roots using the quadratic formula
- Write the general solution based on the root type
- Apply initial conditions to find and
Example: Solve with and .
The characteristic equation is , which factors as .
Roots: , (distinct).
General solution:
Apply initial conditions:
Solving: ,
Final answer:
Physical Interpretation
The sign of the roots determines long-term behavior:
- Both roots negative: Solutions decay to zero. This is overdamped motion, like a mass in thick honey returning to equilibrium.
- Both roots positive: Solutions grow without bound. This is unstable, like a pencil balanced on its tip.
- One positive, one negative: The positive root dominates at large , causing growth.
- Repeated negative root: Solutions still decay, but the term causes them to initially grow before decaying. This is critically damped motion.
The discriminant tells us whether the system is overdamped (distinct roots) or critically damped (repeated root). In the next chapter, we will see what happens when the discriminant is negative: the roots become complex, and solutions oscillate.
Looking Ahead
We have handled the cases where the characteristic equation has real roots. But what happens when ? The quadratic formula gives complex numbers. In the next chapter, Complex Roots and Oscillations, we will see that complex roots produce sinusoidal oscillations, connecting second-order equations to waves, vibrations, and the rhythms of the physical world.
Key Takeaways
- Second-order homogeneous equations arise throughout physics, particularly in mechanics and circuits
- The characteristic equation determines the form of solutions
- Distinct real roots give
- Repeated roots give , where is the second independent solution
- Two initial conditions ( and ) are needed because the solution space is two-dimensional
- The discriminant classifies solutions: positive for distinct roots, zero for repeated roots, negative for complex roots (next chapter)