The equation I'm trying to solve is
\frac{dy}{dx} = \frac{y^2 - 1}{x^2-1}, given y(2) = 2
The methods I'm somewhat familiar with are separation of variables, integrating factor, and exact. I tried this:
\frac{dy}{dx} = \frac{y^2 - 1}{x^2-1}
(x^2 - 1)dy = (y^2-1)dx
(x^2 - 1)dy -...