Solve $\frac{dy}{dt} = y$ with inital condition y(0) = -1, t(0) = 0
attempt $\int \frac{dy}{y} = \int dt$
$lny = t + c$
$lny = t + lnc$ $y = ce^t$ $y(0) = -1 = c$
so $y = t =1$
Solve $\frac{dy}{dt} = y$ with inital condition y(0) = -1, t(0) = 0
attempt $\int \frac{dy}{y} = \int dt$
$lny = t + c$
$lny = t + lnc$ $y = ce^t$ $y(0) = -1 = c$
so $y = t =1$
I am not sure what $t(0)=0$ means, but except that the answer would be $$\frac{dy}{dx}\ =\ y$$ $$\int\frac{dy}y\ =\ \int dt$$ $$\ln|y|\ =\ t+C$$ $$|y|\ =\ e^{t+c}$$ Since $\ y(0)=-1$, $$|y(0)|=|-1|=e^C$$ $$C=0$$ Thus, $$y=-e^t$$