Solving a Partial Derivative Problem with Substitution

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
3 replies · 2K views
Derill03
Messages
62
Reaction score
0
Find par(z)/par(t) at s=1, t=0
when z= ln(x+y), x=s+t, y=s-t

Not sure how to approach cause if i plug in s's and t's i get an answer of 0 because taking the partial with respect to t yields a zero. Can someone shed some light on how to correctly solve?

par(z)/par(t) = partial derivative of z with respect to t
 
Physics news on Phys.org
find [tex]\frac{\partial{z}}{\partial{x}} \frac{\partial{x}}{\partial{t}}}[/tex] and [tex]\frac{\partial{z}}{\partial{y}} \frac{\partial{y}}{\partial{t}}[/tex]
 
The chain rule for partial derivatives is
[tex]\frac{\partial z}{\partial t}= \frac{\partial z}{\partial x}\frac{\partial x}{\partial t}+ \frac{\partial z}{\partial y}\frac{\partial y}{\partial t}[/tex]
 
I just don't know how to deal with it in the form its in. The s and t are what are confusing me, can u give me some sort of an example?

The way i did it is substitute s and t for y and x so i get ln(2s) but when u take partial with respect to t you get 0? is this correct?