I've been given the following:
$$ \begin{cases} z = \ln(x + y^2)\\ x = t + 1/s\\ y = t \end{cases} $$
and have been asked to find $\frac{\partial z}{\partial t}$, $\frac{\partial z}{\partial s}$, and $\frac{\partial^2z}{\partial s \partial t}$.
I've calculated that:
$$ \frac{\partial z}{\partial t} = \frac{1 + 2t}{t + 1/s + t^2} $$
and that
$$ \frac{\partial z}{\partial s} = -\frac{1}{s^2(t + 1/s + t^2)} $$
This is fine and matches the mark scheme I've been given. However I cannot seem to work out $\frac{\partial^2z}{\partial s \partial t}$. I was under the impression that:
$$ \frac{\partial^2z}{\partial s \partial t} = \frac{\partial z}{\partial t}\frac{\partial z}{\partial s} $$
Is that wrong? And if so what is the correct way of calculating this?