The differential equation $\frac{dy}{dx} = \frac{(x + y + 2)^2 - (y - 1)^2}{(x + 3)^2}$ determines a curve $y = f(x)$ & $f(0) = 1$ then $f(3)$ is equal to ____.
Step-by-Step Solution
Key Concept: Linear substitution transforms a homogeneous-like equation into standard linear form solvable by integrating factor method.
Using substitution $x + 3 = X$ and $y - 1 = Y$, the equation becomes $\frac{dY}{dX} = \frac{X^2 + 2XY}{X^2}$. Rearranging: $\frac{dY}{dX} - \frac{2Y}{X} = 1$. The integrating factor is $e^{\int -\frac{2}{X}dx} = e^{-2\ln X} = \frac{1}{X^2}$. Multiplying and integrating: $Y \cdot \frac{1}{X^2} = \int \frac{1}{X^2} dx + c$, yielding the solution in terms of the original variables.
Correct Answer: 7