Differential Equations
Linear Differential Equations
Grade 12
Question:
<p>Let <em>u(x)</em> and <em>v(x)</em> satisfy the differential equations <em>du/dx + p(x)u = f(x)</em> and <em>dv/dx + p(x)v = g(x)</em> respectively, where <em>p(x), f(x)</em> and <em>g(x)</em> are continuous functions. If <em>u(x₁) > v(x₁)</em> for some <em>x₁</em> and <em>f(x) > g(x)</em> for all <em>x > x₁</em>, prove that any point <em>(x, y)</em>, where <em>x > x₁</em>, does not satisfy the equations <em>y = u(x)</em> and <em>y = v(x)</em>.</p>
Step-by-Step Solution
Key Concept: Subtract the two differential equations to create a new ODE for w(x) = u(x) - v(x), then use the sign of dw/dx combined with the initial condition w(x₁) > 0 to prove w(x) > 0 for all x > x₁, meaning the curves cannot intersect.
<p><strong>Step 1: Form the difference equation</strong></p><p>Let w(x) = u(x) - v(x). Subtract the equations:</p><p>dw/dx + p(x)w = [f(x) - g(x)]</p><p><strong>Step 2: Analyze the sign of dw/dx</strong></p><p>Since f(x) > g(x) for all x > x₁, we have:</p><p>dw/dx = f(x) - g(x) - p(x)w(x)</p><p>More directly: dw/dx = [f(x) - g(x)] - p(x)w</p><p><strong>Step 3: Use the integrating factor method</strong></p><p>Multiply by integrating factor μ(x) = e^(∫p(x)dx):</p><p>d/dx[e^(∫p(x)dx) · w(x)] = e^(∫p(x)dx) · [f(x) - g(x)]</p><p><strong>Step 4: Integrate from x₁ to x</strong></p><p>For x > x₁:</p><p>e^(∫p(x)dx) · w(x) = e^(∫p(x₁)dx) · w(x₁) + ∫_{x₁}^{x} e^(∫p(t)dx) · [f(t) - g(t)] dt</p><p><strong>Step 5: Conclude the proof</strong></p><p>Since w(x₁) = u(x₁) - v(x₁) > 0 and the integral ∫_{x₁}^{x} e^(∫p(t)dx) · [f(t) - g(t)] dt > 0 for x > x₁ (both terms positive), we have w(x) > 0 for all x > x₁.</p><p>Therefore u(x) > v(x) for x > x₁, so the curves y = u(x) and y = v(x) do not intersect for any point where x > x₁. ∴ Proof complete.</p>
Correct Answer: Proof-based problem