JNBirDy
- 37
- 0
Homework Statement
Find an implicit, general solution to:
dy/dx = (6x - 4y) / (x - y) with x > 0.
Homework Equations
The Attempt at a Solution
dy/dx = (6x - 4y) / (x - y)
x(dv/dx) + v = (6 - 4v) / (1 - v)
[(1-v) / (v-3)(v-2)] dv = dx / x
\int dv/(v-2) - 2\int dv/(v-3) = \int dx/x
ln|v-2| -2ln|v-3| + C_{1} = ln|x| + C_{2}
ln|v-2| -2ln|v-3|- ln|x| = C_{3}
----
Not sure where to go from here, I'm trying to get it into the form
|y - ax| / (y - bx)^c = C, for some constants a, b, c, and C.
----
Any help is appreciated, thanks.