Analyzing the Setup
Imagine you are standing on a coordinate plane. You have two particles, u and v, moving along the x-axis. Their paths are governed by two differential equations:
We are given that at a specific point x1, u(x1)>v(x1). This means u is physically above v. We aim to prove that for all x>x1, u will never intersect v.
Instead of solving for u(x) and v(x) individually, we focus on the gap between them. Let us define a new function, w(x)=u(x)−v(x). If we can prove that w(x)>0 for all x>x1, we have proven that the curves never intersect.
The Algebraic Bridge
Now, let us perform the subtraction. By subtracting the second equation from the first, we obtain:
(dxdu−dxdv)+p(x)(u−v)=f(x)−g(x)
Substituting our definition w(x)=u(x)−v(x), the equation transforms into a standard first-order linear differential equation:
This is the heart of the problem. We have reduced a complex system of two equations into a single, elegant equation that describes the evolution of the gap between the two functions.
The Power of the Integrating Factor
To solve this, we invoke the classic tool of the Integrating Factor (I.F.). We multiply the entire equation by e∫p(x)dx. This specific multiplier transforms the left-hand side into the derivative of a product.
Multiplying both sides, we get:
e∫p(x)dxdxdw+p(x)e∫p(x)dxw=(f(x)−g(x))e∫p(x)dx
By the product rule of differentiation, the left side is exactly:
dxd(w(x)e∫p(x)dx)=(f(x)−g(x))e∫p(x)dx
We have expressed the rate of change of a new function, h(x)=w(x)e∫p(x)dx, in terms of the given functions f(x) and g(x).
The Climax of Monotonicity
Consider the right-hand side of our equation. We are given that f(x)>g(x) for all x>x1, which implies f(x)−g(x)>0. Furthermore, the exponential function e∫p(x)dx is always strictly positive.
Therefore, the product (f(x)−g(x))e∫p(x)dx must be strictly positive. This implies:
If the derivative of a function is positive, the function is strictly increasing. Since h(x1)=w(x1)e∫p(x1)dx and we know w(x1)>0, it follows that h(x1)>0.
Because h(x) starts at a positive value at x1 and is strictly increasing for all x>x1, it can never return to zero or become negative. Since h(x)=w(x)e∫p(x)dx and the exponential term is always positive, w(x) must also remain strictly positive for all x>x1.
Conclusion
We have arrived at the finish line. Because w(x)>0, it follows that u(x)−v(x)>0, or u(x)>v(x). The curves are locked in their relative positions, and they will never intersect.
This problem teaches us that in mathematics, we do not always need to know the exact path of every variable. By focusing on the relationship between variables—the 'gap'—we can understand the behavior of the entire system.