Using Chain Rule to Find du/dT & du/dv: Step-by-Step Guide

  • Context: Undergrad 
  • Thread starter Thread starter sphyics
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
sphyics
Messages
102
Reaction score
0
If a function is given by u = u(T,v) how to use the chain rule to write how u changes with respect to T & v.
Please specify the steps involved.
i understand chain rule as [itex]\frac{du}{dx}[/itex] = [itex]\frac{du}{dy}[/itex] [itex]\frac{dy}{dx}[/itex]
 
Physics news on Phys.org
mathman said:
Assuming T and v are both functions of x, the chain rule gives:
du/dx = (∂u/∂T)(dT/dx) + (∂u/∂v)(dv/dx)
very much thanks for ur quick response :)

how does the symbol differs in meaning with d
 
[itex]\partial[/itex] (read "partial") is basically the equivalent of [itex]d[/itex] in multivariable calculus, it means you take the derivative of a function with respect to a variable while considering all other variables as constants during that operation.

For example if I have
[tex]F = x^2 + 2xy + \frac{x}{y}[/tex]
Then
[tex]\frac{\partial F}{\partial x} = 2x + 2y + \frac{1}{y}[/tex]
Can you find [itex]\frac{\partial F}{\partial y}[/itex]? :)
 
JHamm said:
[itex] Can you find [itex]\frac{\partial F}{\partial y}[/itex]? :)[/itex]
[itex] <br /> = 2x - x/y<sup>2</sup><br /> <br /> i think that's the right answer :)[/itex]
 
Appreciate ur help :)