Partial Derivative of w = xe^(y/z) | Homework Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Calpalned
Messages
297
Reaction score
6

Homework Statement


Find the partial derivative of ## w = xe^\frac {y}{z} ##.

Homework Equations


N/A

The Attempt at a Solution


## \frac{∂f}{∂x} = e^y/z ##
## \frac{∂f}{∂y} = \frac{xe^y/z}{z} ##
## \frac{∂f}{∂z} = (-yz^-2)(xe^yz^-1) ##

Are theses correct? Thanks everyone.
 
Last edited by a moderator:
Physics news on Phys.org
Yes, they are- though poorly written. In Latex, to get more than one character in an exponent (or denominator or numerator, etc.) put them in "curly brackets"- { }.

"e^{y/z}" gives [itex]e^{y/z}[/itex].

Even better would be "e^{\frac{y}{z}}" which gives [itex]e^{\frac{y}{z}}[/itex]