Partial Differentiation -- If w=x+y and s=(x^3)+xy+(y^3), find š¯¯¸w/š¯¯¸s

In summary: The formulae are just a shorthand for that observation.In summary, when finding a partial derivative with respect to a certain variable, it is important to specify what other variable is being held constant. This can be done by using the notation ##\partial f /\partial u|_v##, which represents the change in f as u varies while v stays constant. In some cases, it may be easier to differentiate normally, but treating the constant variable as a constant. Graphically, the partial derivative can be viewed as the component of the vector in the direction of the other variable.
  • #36
Something just doesn't look quite right to me, I guess because we change on the fly what is supposed to be kept constant, but anyway I guess that's how the chain rule is supposed to work.
 
Physics news on Phys.org
  • #37
Thanks, all, for the help. Using Kramer's rule to solve for the answer made it nice and easy.
 
  • Like
Likes Charles Link and Delta2
  • #38
I think the polar coordinates example demonstrating you can flip the partial derivatives is misleading because small moves in r and theta are orthogonal to each other, or maybe was just a lucky choice of coordinates.

Let t=x, s=x+y. Then ##\partial s / \partial x = 1##, but when you flip the coordinates you get x=t,y=s-t, and ##\partial x / \partial s= 0##.

The proper thing to do is to write down the Jacobian matrix, and then when you flip the coordinates you can just invert the Jacobian.
 
  • #39
Delta2 said:
Ok fine but something doesn't look quite right to me. The chain rule is
$$1=\frac{\partial s}{\partial s}=\frac{\partial s}{\partial x}\frac{\partial x}{\partial s}+\frac{\partial s}{\partial y}\frac{\partial y}{\partial s}$$.
In the above when we calculate for example ##\frac{\partial s}{\partial x}## we keep constant y, but when we calculate ##\frac{\partial x}{\partial s}## we keep constant t. Isn't that contradicting or it's that how the chain rule is supposed to work?
In this problem, it is something of the form ## s=u_a v_a+u_b v_b ##. In this case ## \frac{\partial{s}}{\partial{s}}=u_a (\frac{\partial{v_a}}{\partial{s}})+v_a (\frac{ \partial{u_a}}{\partial{s}}) + (similarly \, for \, b)##. The partials on ## u ## and ## v ## are done with the chain rule. (We also have ## s=s(u_a, v_a, u_b,v_b) ##, and we apply the chain rule in taking the partial w.r.t. ##s ##, e.g. first taking the partial w.r.t. ## u_a ##, and treating the others as constants, etc., and then taking partial w.r.t. ## v_a ##, etc.).
 
Last edited:
  • #40
Charles Link said:
In this problem, it is something of the form ## s=u_a v_a+u_b v_b ##. In this case ## \frac{\partial{s}}{\partial{s}}=u_a (\frac{\partial{v_a}}{\partial{s}})+v_a (\frac{ \partial{u_a}}{\partial{s}}) + (similarly \, for \, b)##. The partials on ## u ## and ## v ## are done with the chain rule. (We also have ## s=s(u_a, v_a, u_b,v_b) ##, and we apply the chain rule in taking the partial w.r.t. ##s ##, e.g. first taking the partial w.r.t. ## u_a ##, and treating the others as constants, etc., and then taking partial w.r.t. ## v_a ##, etc.).
Hm, sorry I just can't understand what are the ##u_a,v_a,u_b,v_b##. Don't we just take ##s=x^3+xy+y^3## and apply the chain rule as in post #34 to get 1 equation and then also do similar $$0=\frac{\partial t}{\partial s}=\frac{\partial t}{\partial x}\frac{\partial x}{\partial s}+\frac{\partial t}{\partial y}\frac{\partial y}{\partial s}$$ to get the other equation with ##t=x^2y+xy^2##
 
  • #41
I think it is something we have all done so often that we do it almost automatically. The partials are difficult to write out in Latex, so let me do implicit differentials as the first step: ##dt=3x^2 \, dx+x\, dy+y \, dx+3y^2 \, dy ##. You then make each differential a partial w.r.t. ## s ##.
 
  • Like
Likes Delta2
  • #42
Office_Shredder said:
I think the polar coordinates example demonstrating you can flip the partial derivatives is misleading
Which post are you referring to?
 
  • #43
haruspex said:
Which post are you referring to?
#17, though I now realize #18 is observing that it didn't work, so I guess my example was not helpful.
 
  • #44
Charles Link said:
I did it this way to verify the answer of post 28, and it's not too difficult if you use Kramer's rule type solution to the two linear equations.
Do you mean Cramer's rule?
 
  • Like
Likes Charles Link
  • #45
haruspex said:
Do you mean Cramer's rule?
Did I misspell it? I remember it from my second course in high school algebra, which was about 50 years ago. I googled it now, and yes, I misspelled it.
 
  • #46
Charles Link said:
Did I misspell it? I remember it from my second course in high school algebra, which was about 50 years ago. I googled it now, and yes, I misspelled it.
Ok. A case of Kramer v. Cramer.

I solved it this way:
s looks a bit like ( x+y)3, so try
##s=x^3+xy+y^3=w^3-3x^2y-3xy^2+xy##
##=w^3-3t+xy##
##t=xy(x+y)=xyw##
##xy=\frac tw##
##s=w^3-3t+\frac tw##
Now diff wrt s.
 
  • Like
Likes Delta2 and Charles Link
  • #47
haruspex said:
Ok. A case of Kramer v. Cramer.
In the Dustin Hoffman movie, "Kramer vs. Kramer", it is spelled with a "K". LOL :)
 
  • #48
Charles Link said:
In the Dustin Hoffman movie, "Kramer vs. Kramer", it is spelled with a "K". LOL :)
But what I hadn't noticed is that the movie title misspells versus as "vs.". That's the plural form; it should just be "v."
 
  • Like
Likes Charles Link
  • #49
haruspex said:
Ok. A case of Kramer v. Cramer.

I solved it this way:
s looks a bit like ( x+y)3, so try
##s=x^3+xy+y^3=w^3-3x^2y-3xy^2+xy##
##=w^3-3t+xy##
##t=xy(x+y)=xyw##
##xy=\frac tw##
##s=w^3-3t+\frac tw##
Now diff wrt s.
Nice work indeed. With a little bit of algebra you get one equation for s that can give us both partials of w when differentiating with respect to s or t. Very clever shortcut, well done!.
 
  • Like
Likes Charles Link
  • #50
Thnks to @harupsex #46
[tex]s=w^3-3t+\frac{t}{w}[/tex]
Differentiating it
[tex]ds-(3w^2-\frac{t}{w^2})dw+(3-\frac{1}{w})dt=0[/tex]
So we get
[tex]\frac{\partial w}{\partial s}|_t=\frac{1}{3w^2-\frac{t}{w^2}}[/tex]
[tex]\frac{\partial w}{\partial t}|_s=\frac{3-\frac{1}{w}}{3w^2-\frac{t}{w^2}}[/tex]
 

Similar threads

  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
835
  • Calculus and Beyond Homework Help
Replies
2
Views
528
  • Calculus and Beyond Homework Help
Replies
6
Views
540
  • Calculus and Beyond Homework Help
Replies
25
Views
305
  • Calculus and Beyond Homework Help
Replies
10
Views
287
  • Calculus and Beyond Homework Help
Replies
5
Views
531
  • Calculus and Beyond Homework Help
Replies
7
Views
768
  • Calculus and Beyond Homework Help
Replies
4
Views
679
  • Calculus and Beyond Homework Help
Replies
6
Views
989
Back
Top