Find the Lipschitz constant with respect to $y$ of the function $$ f : [0,3] \times [0,5] \to [-1,1], \qquad (x,y) \mapsto \sin(xy) $$
My solution:
$$ \begin{aligned} |f(x,y_1) - f(x,y_2)| &= | \sin(x y_1) -\sin(x y_2)| \\ &= \left| 2 \cos \left(\frac{x y_1 + x y_2}{2} \right) \sin\left(\frac{xy_1 - xy_2}{2}\right) \right| \\ &\leq \left| 2 \cdot 1\cdot \frac{xy_1-xy_2}{2} \right| \\ &\leq 2|x||y_1-y_2| \end{aligned} $$
Here I got stuck. I would be grateful for your help!