I am solving a differential equation $\displaystyle \frac {dy}{dt} =\frac {y+1}{t+1}$.
I got the solution $y=c(t+1)-1$, $c$ a constant.
But the handout by my professor says
"The solution is $y=c(t+1)-1$, $c$ a constant. where $t \neq -1$. But it does not mean that $y$ is not defined at $t \neq -1$. It means that $y$ can take any value at $t=-1$ as long as it satisfies $y=c(t+1)-1$."
It does not make much sense to me because if $y$ satisfies the equation $y=c(t+1)-1$ at $t=-1$, then the solution will be just $y=c(t+1)-1$, $c$ a constant.
And I believe my solution indeed makes sense because $y=c(t+1)-1$, $c$ a constant is defined on $ \mathbb R$ and differentiable, $y'=c$ for any $t \in \mathbb R$. On the other hand, plugging this in to $\displaystyle \frac {y+1}{t+1}$ gives me $c$ for any $t \in \mathbb R$.
Would you explain what the handout is saying?