<p>Given \((x^2+1)^2 \dfrac{dy}{dx} + 2x(x^2+1)y = 1\) with \(y(0) = 0\). If \(\sqrt{a}\, y(1) = \dfrac{\pi}{32}\), find the value of \(a\).</p>
Step-by-Step Solution
Key Concept: Recognize this as a linear first-order ODE. Divide by (x²+1)² to get standard form, then use the substitution u = x²+1 with du = 2x dx to transform it into an integrable equation.
<p><strong>Step 1:</strong> Rewrite the equation in standard form by dividing by (x²+1)²:</p><p>$$\frac{dy}{dx} + \frac{2x}{x^2+1}y = \frac{1}{(x^2+1)^2}$$</p><p><strong>Step 2:</strong> Identify the integrating factor. Here P(x) = 2x/(x²+1), so:</p><p>$$\mu(x) = e^{\int \frac{2x}{x^2+1}dx} = e^{\ln(x^2+1)} = x^2+1$$</p><p><strong>Step 3:</strong> Multiply throughout by μ(x) = x²+1:</p><p>$$(x^2+1)\frac{dy}{dx} + 2xy = \frac{1}{x^2+1}$$</p><p>The left side is $\frac{d}{dx}[(x^2+1)y]$, so:</p><p>$$\frac{d}{dx}[(x^2+1)y] = \frac{1}{x^2+1}$$</p><p><strong>Step 4:</strong> Integrate both sides:</p><p>$$(x^2+1)y = \int \frac{1}{x^2+1}dx = \arctan(x) + C$$</p><p><strong>Step 5:</strong> Apply initial condition y(0) = 0:</p><p>$$(0+1)(0) = \arctan(0) + C \implies C = 0$$</p><p><strong>Step 6:</strong> Therefore: $y = \frac{\arctan(x)}{x^2+1}$</p><p><strong>Step 7:</strong> Find y(1):</p><p>$$y(1) = \frac{\arctan(1)}{1^2+1} = \frac{\pi/4}{2} = \frac{\pi}{8}$$</p><p><strong>Step 8:</strong> Use the given condition $\sqrt{a}\,y(1) = \frac{\pi}{32}$:</p><p>$$\sqrt{a} \cdot \frac{\pi}{8} = \frac{\pi}{32} \implies \sqrt{a} = \frac{1}{4} \implies a = \frac{1}{16} = 0.0625$$</p>
Correct Answer: 0.0625