Find $\frac{\partial f}{\partial x}$ when:
$f = 3xy^2z^3$, $y = 3x^2 + 2$, $z = \sqrt{x-1}$
I would need to replace $y$ and $z$ in $f$ before calculating the partial of $f$, correct?
(The alternative would be find the partial of $y$ and $z$, square and cube them respectively and multiply all that by 3, which I think is incorrect, but I'm not sure)
Yes, but it wouldn't be partial. $y$ and $z$ are both functions of $x$, so it doesn't really make sense to treat them as constants. So you would have $$f(x)=3x(3x^2+2)(x-1)^{3/2}=3(3x^3+2)(x-1)^{3/2}$$ which you can easily differentiate using the Product Rule.