Multivariable calculus
Partial Derivatives of e^(sin x + cos y)
The partials of e^(sin x + cos y) are f_x = cos(x) times e^(sin x + cos y) and f_y = -sin(y) times e^(sin x + cos y). The exponential reproduces itself, and the inner partial of sin x + cos y is cos x for the x partial and -sin y for the y partial.
Two layers, taken one at a time
The outer layer is with . Since , the exponential comes along unchanged. The inner layer separates cleanly: appears only in and only in , so each partial sees a single term.
Because the variables separate inside the exponent, also factors as . Differentiating that form gives the same two answers, which makes it a good independent check on your work.
The sign on the y partial, and a misplaced derivative
The partial is negative wherever , which covers the whole interval . The common error is dropping the minus from the derivative of cosine. At , the true value is , and the sign error reports .
A structurally different mistake is writing , differentiating the exponent in place and leaving the result up there. The chain rule multiplies by the inner derivative; it does not replace the inner function with it.
Bounds you can check an answer against
Both and live in , so the exponent lies in and lies in , roughly to . Since , that forces as well.
Any candidate partial that grows without bound is wrong before you check a single number. This kind of bound costs one line and catches whole classes of algebra slips.
Frequently asked questions
Where are the critical points?
The exponential is never zero, so both partials vanish only where and . That is paired with for integers and , an infinite lattice of isolated critical points.
Does it matter that the exponent is a sum rather than a product?
It makes the work easier. A sum splits under partial differentiation, so ignores completely. With a product like in the exponent you would carry the other factor through as a constant multiplier.