Question
Question: Let u(x) and v(x) be two continuous functions satisfying the differential equations $\frac{du}{dx}+p...
Let u(x) and v(x) be two continuous functions satisfying the differential equations dxdu+p(x)u=f(x) and dxdv+p(x)v=g(x), respectively. If u(x1)>v(x1) for some x1 and f(x)>g(x) for all x>x1, prove that any point (x,y), where x>x1, does not satisfy the equations y=u(x) and y=v(x) simultaneously.

Proof
Solution
To prove that any point (x,y), where x>x1, does not satisfy the equations y=u(x) and y=v(x) simultaneously, we need to show that u(x)=v(x) for all x>x1.
Let the given differential equations be:
-
dxdu+p(x)u=f(x)
-
dxdv+p(x)v=g(x)
Subtract equation (2) from equation (1):
(dxdu+p(x)u)−(dxdv+p(x)v)=f(x)−g(x)
dxd(u−v)+p(x)(u−v)=f(x)−g(x)
Let w(x)=u(x)−v(x). Substituting this into the equation, we get a first-order linear differential equation for w(x):
dxdw+p(x)w=f(x)−g(x)
This equation is of the form dxdy+P(x)y=Q(x), where P(x)=p(x) and Q(x)=f(x)−g(x). The integrating factor (IF) is I(x)=e∫p(x)dx. Note that I(x) is always positive, i.e., I(x)>0 for all x.
Multiply the differential equation for w(x) by the integrating factor I(x):
I(x)dxdw+I(x)p(x)w=I(x)(f(x)−g(x))
The left side is the derivative of the product I(x)w(x):
dxd(I(x)w(x))=I(x)(f(x)−g(x))
Now, integrate both sides with respect to x from x1 to x (where x>x1):
∫x1xdtd(I(t)w(t))dt=∫x1xI(t)(f(t)−g(t))dt
Applying the Fundamental Theorem of Calculus to the left side:
[I(t)w(t)]x1x=∫x1xI(t)(f(t)−g(t))dt
I(x)w(x)−I(x1)w(x1)=∫x1xI(t)(f(t)−g(t))dt
Rearrange the equation to solve for w(x):
I(x)w(x)=I(x1)w(x1)+∫x1xI(t)(f(t)−g(t))dt
w(x)=I(x)I(x1)w(x1)+I(x)1∫x1xI(t)(f(t)−g(t))dt
Now, let's use the given conditions:
-
u(x1)>v(x1)⟹w(x1)=u(x1)−v(x1)>0.
-
f(x)>g(x) for all x>x1⟹f(x)−g(x)>0 for x>x1.
-
As established, I(x)>0 for all x.
Let's analyze each term in the expression for w(x):
-
First term: I(x)I(x1)w(x1)
Since I(x1)>0, I(x)>0, and w(x1)>0, this term is strictly positive.
-
Second term: I(x)1∫x1xI(t)(f(t)−g(t))dt
For any t in the integration interval (x1,x), we have t>x1. Therefore, I(t)>0 and f(t)−g(t)>0. This means the integrand I(t)(f(t)−g(t)) is strictly positive for t∈(x1,x). Since x>x1, the length of the integration interval is positive. An integral of a positive function over a positive interval is positive. So, ∫x1xI(t)(f(t)−g(t))dt>0. Since I(x)>0, the entire second term is also strictly positive.
Since both terms in the expression for w(x) are strictly positive, their sum must also be strictly positive:
w(x)>0 for all x>x1.
Substituting back w(x)=u(x)−v(x):
u(x)−v(x)>0⟹u(x)>v(x) for all x>x1.
Since u(x)>v(x) for all x>x1, it implies that u(x) can never be equal to v(x) for any x>x1. Therefore, for any point (x,y) where x>x1, it is impossible for y=u(x) and y=v(x) to be satisfied simultaneously, as that would require u(x)=v(x).
Explanation:
-
Define w(x)=u(x)−v(x).
-
Subtract the second differential equation from the first to obtain a new differential equation for w(x): dxdw+p(x)w=f(x)−g(x).
-
Solve this linear first-order differential equation for w(x) using an integrating factor I(x)=e∫p(x)dx.
-
The solution for w(x) is w(x)=I(x)I(x1)w(x1)+I(x)1∫x1xI(t)(f(t)−g(t))dt.
-
Use the given conditions: w(x1)=u(x1)−v(x1)>0 and f(t)−g(t)>0 for t>x1. Also, I(x)>0.
-
Show that both terms in the expression for w(x) are positive for x>x1.
-
Conclude that w(x)>0, which means u(x)>v(x) for all x>x1.
-
Since u(x)>v(x), u(x) can never equal v(x), thus y=u(x) and y=v(x) cannot be satisfied simultaneously for x>x1.