Question:medium

If $u = e^x \sin y$ then first partial derivative of $u$ with respect to $y$ is

Show Hint

Always double-check which variable you are differentiating against. If this question asked for $\frac{\partial u}{\partial x}$, the answer would be $e^x \sin y$ because $\sin y$ would be treated as the constant.
  • $e^x \sin y$
  • $e^x \cos y$
  • $-e^x \cos y$
  • $0$
Show Solution

The Correct Option is B

Solution and Explanation

1. Identify the variables: The function is $u(x, y) = e^x \sin y$. We need to find $\frac{\partial u}{\partial y}$.

2. Apply the Partial Derivative: When differentiating with respect to $y$, the term $e^x$ is treated as a constant factor. $$\frac{\partial u}{\partial y} = \frac{\partial}{\partial y}(e^x \sin y)$$ $$\frac{\partial u}{\partial y} = e^x \cdot \frac{\partial}{\partial y}(\sin y)$$ The derivative of $\sin y$ with respect to $y$ is $\cos y$. $$\frac{\partial u}{\partial y} = e^x \cos y$$ This is the first partial derivative of the function with respect to $y$.
Was this answer helpful?
0