Differential Equations
Linear Equations with Integrating Factor
Grade 12
Question:
<p>If <span class="math">\(y = f(x)\)</span> satisfy the differential equation <span class="math">\(\frac{dy}{dx} + \frac{y}{x} = x^2\)</span>; <span class="math">\(f(1) = 1\)</span>; then value of <span class="math">\(f(3)\)</span> equals:</p>
<p>(a) 7</p>
<p>(b) 5</p>
<p>(c) 9</p>
<p>(d) 27</p>
Step-by-Step Solution
Key Concept: This is a first-order linear differential equation of the form dy/dx + P(x)y = Q(x). We solve it using an integrating factor μ(x) = e^∫P(x)dx, which transforms the left side into the derivative of a product.
<p><strong>Step 1: Identify the form</strong></p><p>The equation is: dy/dx + y/x = x²</p><p>This is a linear ODE of the form dy/dx + P(x)y = Q(x) where P(x) = 1/x and Q(x) = x²</p><p><strong>Step 2: Find the integrating factor</strong></p><p>μ(x) = e^(∫P(x)dx) = e^(∫(1/x)dx) = e^(ln|x|) = x</p><p><strong>Step 3: Multiply the equation by μ(x)</strong></p><p>x·(dy/dx) + x·(y/x) = x·x²</p><p>x(dy/dx) + y = x³</p><p><strong>Step 4: Recognize the left side as a derivative</strong></p><p>d/dx(xy) = x³</p><p><strong>Step 5: Integrate both sides</strong></p><p>∫d/dx(xy)dx = ∫x³dx</p><p>xy = x⁴/4 + C</p><p><strong>Step 6: Apply the initial condition f(1) = 1</strong></p><p>When x = 1, y = 1:</p><p>1·1 = (1)⁴/4 + C</p><p>1 = 1/4 + C</p><p>C = 3/4</p><p><strong>Step 7: Write the particular solution</strong></p><p>xy = x⁴/4 + 3/4</p><p>y = x³/4 + 3/(4x)</p><p><strong>Step 8: Find f(3)</strong></p><p>f(3) = (3)³/4 + 3/(4·3) = 27/4 + 3/12 = 27/4 + 1/4 = 28/4 = 7</p><p><strong>∴ Answer: a</strong></p>
Correct Answer: a