There are many questions on this site about this topic, but as far as I could find, all omitted the step I am not certain about. $I \subseteq \mathbb{R},u_0 \in \mathbb{R}$
The IVP is given as $$\begin{cases} u'(t)=2tu(t)=f(t,u(t)) & \text{for}\ t\in I \\ u(0)=u_0 \end{cases} $$
I want to first check for existence and uniqueness, so I want to know if it satisfies the Lipschitz Condition in the second variable. I know that if $$\frac{\partial f}{u(t)} $$ is bounded, then by the MVT the Lipschitz Condition is satisfied.
But how do I differentiate $\frac{\partial f}{u(t)} $?
I looked at questions like these: Derivative of a function with respect to another function., but I can't make that work for my example and in examples often times only the solution is given, which I can not follow.