10Mathematics I Study Guide: Total Differentials, Implicit Functions, and Chain Rule
Exercise 1: First and Second Order Total Differentials
The total differential of a function represents the change in the function value as a result of small changes in its input variables. For a function f(x,y), the first-order total differential is defined as: df(x,y)=∂x∂fdx+∂y∂fdy
The second-order total differential is defined as: d2f(x,y)=∂x2∂2fdx2+2∂x∂y∂2fdxdy+∂y2∂2fdy2
a. Function f(x,y)=x2+y2
First-order Partial Derivatives:
∂x∂f=2x
∂y∂f=2y
Second-order Partial Derivatives:
∂x2∂2f=∂x∂(2x)=2
∂y2∂2f=∂y∂(2y)=2
∂x∂y∂2f=∂x∂(2y)=0
∂y∂x∂2f=∂y∂(2x)=0
Differentials:
First order: df(x,y)=2xdx+2ydy
Second order: d2f(x,y)=2dx2+2dy2
b. Function f(x,y)=exy
First-order Partial Derivatives:
∂x∂f=exy×y
∂y∂f=exy×x
Second-order Partial Derivatives:
∂x2∂2f=∂x∂(yexy)=y2exy
∂y2∂2f=∂y∂(xexy)=x2exy
∂x∂y∂2f=∂x∂(xexy)=exy+x(yexy)=exy×(xy+1)
∂y∂x∂2f=∂y∂(yexy)=exy+y(xexy)=exy×(xy+1)
Differentials:
First order: df(x,y)=exy×(ydx+xdy)
Second order: d2f(x,y)=exy×(y2dx2+2(xy+1)dxdy+x2dy2)
c. Function f(x,y)=sin(xy)cos(x)
First-order Partial Derivatives:
∂x∂f=cos(xy)ycos(x)−sin(xy)sin(x)
∂y∂f=cos(xy)xcos(x)
Second-order Partial Derivatives:
∂x2∂2f=−2sin(xy)ycos(x)−2cos(xy)ysin(x)−sin(xy)cos(x), which simplifies in the text to (−2sin(xy)ycos(x)−2cos(xy)ysin(x))dx2
First order: df(x,y)=(cos(xy)cos(x)y−sin(xy)sin(x))dx+cos(xy)xcos(x)dy
Second order: d2f(x,y)=(−2sin(xy)ycos(x)−2cos(xy)ysin(x))dx2+2(cos(xy)cos(x)−sin(xy)ycos(x)−cos(xy)xsin(x))dxdy−sin(xy)x2cos(x)dy2
Exercise 2: Checking for Total Differentials
A differential expression in the form Qdx+Pdy is a total (exact) differential if it satisfies Schwarz's Theorem (the equality of mixed partial derivatives), meaning: ∂y∂Q=∂x∂P
a. x×y2dx+x2×ydy
Q=xy2→∂y∂Q=2xy
P=x2y→∂x∂P=2xy
Result: Since 2xy=2xy, this is a total differential.
b. sin(xy)dx+sin(xy)dy
Q=sin(xy)→∂y∂Q=cos(xy)x
P=sin(xy)→∂x∂P=cos(xy)y
Result: Since cos(xy)x=cos(xy)y, this is not a total differential (it is incomplete).
c. yxdx+dy
Q=yx→∂y∂Q=−y2x
P=1→∂x∂P=0
Result: Since ∂y∂Q=∂x∂P, this is not a total differential.
d. x2+y2xdx+x2+y2ydy
Q=x(x2+y2)−21→∂y∂Q=−(x2+y2)23xy
P=y(x2+y2)−21→∂x∂P=−(x2+y2)23xy
Result: The derivatives are equal, so this is a total differential.
Exercise 3: Implicit Functions and the Van-der-Waals Gas
The van-der-Waals equation of state is written as an implicit function F(p,V,T), where pressure p, volume V, and temperature T are variables, and a, b, and R are constants: F(p,V,T)=(p+V2a)(V−b)−RT=0
a. Temperature Dependence of Volume at Constant Pressure
To find (∂T∂V)p, we use the theorem of implicit functions: (∂T∂V)p=−∂V∂F∂T∂F
Substitution Step 2 (Eliminating p): From the implicit equation, p=V−bRT−V2a. Substituting this into the denominator for the volume derivative: Denominator=(V−bRT−V2a)+V2a−V32a(V−b)=V−bRT−V32a(V−b)
Final Result:ΔC=T×V−bR×V−bRT−V32a(V−b)R Multiplying the fractions results in: ΔC=RT−V32a(V−b)2TR2=1−RTV32a(V−b)2R
Exercise 4: Variable Substitution and Chain Rule
Given the equation: y∂x∂z−x∂y∂z=0, where z=z(x,y).
Substitution
Replace x and y with new variables u=x and v=x2+y2. We now treat z as a function of u and v (z(u,v)).
Chain Rule Application
For z(u(x,y),v(x,y)): ∂x∂z=∂u∂z∂x∂u+∂v∂z∂x∂v=∂u∂z(1)+∂v∂z(2x)∂y∂z=∂u∂z∂y∂u+∂v∂z∂y∂v=∂u∂z(0)+∂v∂z(2y)
Transforming the Equation
Substitute the partial derivatives back into the original equation: y(∂u∂z+2x∂v∂z)−x(2y∂v∂z)=0y∂u∂z+2xy∂v∂z−2xy∂v∂z=0y∂u∂z=0
Interpretation
Since the equation must hold for arbitrary values of y, it implies that ∂u∂z=0. This means function z does not depend on u; it depends only on v. Therefore, z=z(v)=z(x2+y2). This shows that the function is constant on any circle where x2+y2 is constant (e.g., rotational symmetry). Examples include z=x2+y2 or z=ex2+y2.