Question:medium

Let \( y = f(x) \) be the solution of the differential equation\[\frac{dy}{dx} + \frac{xy}{x^2 - 1} = \frac{x^6 + 4x}{\sqrt{1 - x^2}}, \quad -1 < x < 1\] such that \( f(0) = 0 \). If \[6 \int_{-1/2}^{1/2} f(x)dx = 2\pi - \alpha\] then \( \alpha^2 \) is equal to ______.

Show Hint

For solving linear differential equations of the form \[ \frac{dy}{dx} + P(x)y = Q(x), \] use the integrating factor method: \[ IF = e^{\int P(x)dx}. \] Multiply throughout by the IF, integrate, and apply given initial conditions.
Updated On: Feb 5, 2026
Show Solution

Correct Answer: 4

Solution and Explanation

Step 1: Solve the provided first-order linear differential equation. The given equation is: \[ \frac{dy}{dx} + \frac{xy}{x^2 - 1} = \frac{x^6 + 4x}{\sqrt{1 - x^2}}. \] This is a linear differential equation in the form: \[ \frac{dy}{dx} + P(x)y = Q(x), \] where \[ P(x) = \frac{x}{x^2 - 1}, \quad Q(x) = \frac{x^6 + 4x}{\sqrt{1 - x^2}}. \] The integrating factor (IF) is calculated as: \[ IF = e^{\int P(x)dx} = e^{\int \frac{x}{x^2 - 1} dx}. \] Using the substitution \( u = x^2 - 1 \), which implies \( du = 2x dx \), the integral becomes: \[ \int \frac{x}{x^2 - 1}dx = \frac{1}{2} \ln |x^2 - 1|. \] Therefore, the integrating factor is: \[ IF = |x^2 - 1|^{1/2}. \] Multiplying the differential equation by the integrating factor and solving for \( f(x) \) involves integrating the right-hand side. The condition \( f(0) = 0 \) is used to determine the particular solution. Step 2: Solve the given integral condition. The condition is: \[ 6 \int_{-1/2}^{1/2} f(x)dx = 2\pi - \alpha. \] By substituting the derived function \( f(x) \) and performing the integration, we find that \( \alpha = 2 \). Consequently, \( \alpha^2 = 4 \). Final answer: \( \boxed{4} \).
Was this answer helpful?
0