I am trying to solve the following IVP:
$$ \frac{dy}{dt} = \frac{2y-3t}{3y-4t},\ \ \ \ y(1) = 2 $$
Here is my approach. I applied a substitution $ v = \frac{y}{t} $, which yields me the below:
$$ t\frac{dv}{dt} + v = \frac{2v-3}{3v-4} $$
I subtracted $v$ from both sides, and simplified, to get this seperable DE:
$$ \frac{dt}{t} = \frac{3v-4}{-3(v-1)^2} $$
This is the integral that I made, based off the initial value condition, with $s$ and $r$ as placeholder variables for $t$ and $v$ respectively:
$$ \int_{1}^{t} \frac{ds}{s} = \int_{2}^{v} \frac{3r-4}{-3(r-1)^2} dr $$
I can leave the answer implicitly. In the end, I substituted back y/t for v...
$$ t = exp\ \ (\int_{2/1}^{y/t} \frac{3(\frac{m}{n})-4}{-3(\frac{m}{n}-1)^2} \frac{dm}{dn}) $$
...where $m$ and $n$ are sort of placeholder variables. Is this approach (and answer) correct? I am allowed to leave my answer in implicit form. Thank you for helping out!
Substituting $$y(t)=v(t)t$$ we get $$t\frac{dv(t)}{dt}+v(t)=\frac{-3t+2tv(t)}{-4t+3tv(t)}$$ and this is $$\frac{\frac{dv(t)}{dt}(3v(t)-4)}{(v(t)-1)^2}=-\frac{3}{t}$$ and now integrate! This gives $$-3\log(v(t)-1)+\frac{1}{v(t)-1}=-3\log(t)+C_1$$