Step 1: Understanding the Concept:
This is a first-order linear differential equation of the form $\frac{dy}{dx} + P(x)y = Q(x)$. We solve it using an Integrating Factor (I.F.).
Step 2: Formula Application:
Standardize the equation: $\frac{dy}{dx} + \frac{2x}{1+x^2}y = \frac{4x^2}{1+x^2}$.
$I.F. = e^{\int P(x) dx} = e^{\int \frac{2x}{1+x^2} dx} = e^{\ln(1+x^2)} = 1+x^2$.
Step 3: Explanation:
Solution is $y \cdot (I.F.) = \int Q(x) \cdot (I.F.) \, dx$.
$y(1+x^2) = \int \frac{4x^2}{1+x^2} (1+x^2) dx = \int 4x^2 \, dx = \frac{4x^3}{3} + C$.
Since it passes through origin $(0, 0)$: $0(1+0) = 0 + C \implies C = 0$.
So, $y(1+x^2) = \frac{4x^3}{3} \implies 3y(1+x^2) = 4x^3$.
Step 4: Final Answer:
The equation is $3y(1 + x^2) = 4x^3$.