Find $f_y$ of $e^{x^2 + 2y^2 + 3z^2}$
How do I do this ?
I am trying to follow the formula of -
$\frac{d}{dx} e^{ax +b} = ae^{ax+b} $
Since I am differentiating the independent variable of y,
Why isn’t the partial derivative $ (f_y)$ of $e^{x^2 + 2y^2 + 3z^2} = 2e^{x^2 + 2y^2 + 3z^2} \frac{\partial}{\partial y} (x^2 + 2y^2 + 3z^2) $ ?
In fact the workings is -
$e^{x^2 + 2y^2 + 3z^2} \frac{\partial}{\partial y} (x^2 + 2y^2 + 3z^2) $
Why isn’t the ‘2’ infront if $e$ ?
Note that by the chain rule, $$\frac{d}{dy} \left(e^{ag(y) +b}\right) = ae^{ag(y)+b}\cdot g'(y).$$ Hence the partial derivative of $f(x,y,z)=e^{x^2 + 2y^2 + 3z^2}=e^{ag(y) +b}$ with respect to $y$ is $$f_y(x,y,z)=2e^{x^2 + 2y^2 + 3z^2} \frac{\partial}{\partial y} (y^2).$$ where we applied the above rule with $a=2$, $g(y)=y^2$ and $b=x^2+3z^2$.