n00by
- 7
- 0
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 - (y^2-1)dx= 0
So, now it's an exact equation, right?
I tried integrating each part:
\int (x^2 - 1)dy = (x^2-1)y+c1(x)
\int (y^2 - 1)dx = (y^2-1)x+c1(y)
But now I'm confused what I'm supposed to do! If I just let the constants of integration be zero, then I have:
(x^2-1)y
(y^2-1)x
But what do I do with those?
I'm really confused :(
\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 - (y^2-1)dx= 0
So, now it's an exact equation, right?
I tried integrating each part:
\int (x^2 - 1)dy = (x^2-1)y+c1(x)
\int (y^2 - 1)dx = (y^2-1)x+c1(y)
But now I'm confused what I'm supposed to do! If I just let the constants of integration be zero, then I have:
(x^2-1)y
(y^2-1)x
But what do I do with those?
I'm really confused :(