I am trying to find the derivatives of a sine wave function $$f(x,A,F,H,V) = A\sin(F(x-H))+V$$ with respect to each variable, where $A$ is amplitude, $F$ is frequency, $H$ is horizontal shift, and $V$ is vertical shift. So far I believe I have correctly found the derivatives with respect to amplitude and vertical shift.
$\frac{\partial f}{\partial A} = \sin(F(x-H))$
$\frac{\partial f}{\partial V} = 1$
However I am having trouble finding the derivative with respect to frequency and horizontal shift. Kindly let me know how I should go about this and let me know if I have made any errors in derivatives with respect to amplitude and vertical shift.