![]() |
VOOZH | about |
Partial Derivatives can be used to find the maximum and minimum value (if they exist) of a two-variable function. We try to locate a stationary point with zero slope and then trace maximum and minimum values near it. The practical application of maxima/minima is to maximize profit for a given curve or minimize losses.
Let f(x, y) be a real-valued function and let (pt, pt') be the interior points in the domain of f(x, y) then,
A partial derivative of a function of several variables is its derivative with respect to one of those variables, with all other variables held constant. For a function f(x,y), the partial derivative with respect to x, denoted as ∂f/∂x, measures the rate at which f changes as x changes, while y remains fixed.
Partial derivatives are extensively used in engineering to model and solve problems involving multiple variables. These derivatives help in understanding how a system changes with respect to one variable while keeping others constant, providing essential insights into the behavior of physical systems.
fxx=0 and fyy=0
[NOTE: fxx and fyy are the partial double derivatives of the function with respect to x and y respectively.]
r=fxx, t=fyy, s=fxy
If (rt-s2)|(stationary pts)>0(Maxima/Minima) exists
If (rt-s2)|(stationary pts) <0 (No Maxima/Minima)/(Saddle point)
If r >0 (Minima)
If r <0 (Maxima)
Here are the some applications of the partial derivatives in the engineering mathematics :
q = −k (∂T / ∂x)
Example 1 : The function f(x,y)=x2y−3xy+2y+x has
(a) No local extremum.
(b) One local minimum but no local maximum.
(c) One local maximum but no local minimum.
(d) One local minimum and one local maximum.
Solution:
r = ∂2f / ∂x2 = 2y
s = ∂2f / ∂x ∂y = 2x−3
t = ∂2f / ∂y2 = 0
Since, rt−s2≤0, (if rt-s2< 0 then we have no maxima or minima, if = 0 then we can't say anything).
Maxima will exist when rt−s2>0 and r<0.
Minima will exist when rt−s2>0 and r>0.
As rt−s2 is never greater than 0 so we have no local extremum.
Answer: A
Example 2 :Find the local minima of the function f(x , y) = 2x2 + 2xy + 2y2 - 6x
fx(x,y) = 4x + 2y - 6=0 (1)
fy(x,y) = 2x + 4y=0 (2)
On solving (1) and (2) we get,
x=2,y=-1
r = ∂2f / ∂x2 = 4
s = ∂2f / ∂x∂y = 2
t = ∂2f / ∂y2=4
rt−s2=12
As rt−s2>0 and r>0.
Answer : (2,-1) is the point of local minima.
Example 3 :Find the maxima/minima of f(x , y) = x2+y2 + 6x +12
fx(x,y) = 2x+6=0 (1)
fy(x,y) = 2y=0 (2)
On solving (1) and (2) we get,
x=-3,y=0
r=∂2f/∂x2=2
s=∂2f/∂x∂y=0
t=∂2f/∂y2=2
As rt−s2>0 and r>0.
Answer : (-3,0) is the point of local minima
Example 4 :Heat Conduction Problem: The temperature T(x,y) of a thin plate is given by T(x,y) = x2 + 2xy + y2. Find the rate of change of temperature with respect to x at the point (1,2).
Solution:
∂T/∂x = 2x + 2y
At (1,2): ∂T/∂x = 2(1) + 2(2) = 6
The rate of change of temperature with respect to x at (1,2) is 6 units/x.
Answer : 6 units/x
Example 5 : Fluid Dynamics Problem: The velocity field of a fluid is given by v(x,y) = 3x2y i + (x3 + y2) j. Find the acceleration in the x-direction at the point (2,1).
Solution:
ax = ∂vx/∂t + vx(∂vx/∂x) + vy(∂vx/∂y)
∂vx/∂x = 6xy
∂vx/∂y = 3x2
At (2,1): ax = 0 + (12)(6) + (5)(6) = 102 units/s2
Answer : 102 units/s2
Example 6 :Optimization in Structural Engineering Problem : The deflection of a beam is given by w(x,t) = (L3 / 48EI) * (4x3/L3 - 3x/L) * sin(πt/T), where L is the length, E is Young's modulus, I is the moment of inertia, and T is the period. Find the maximum deflection with respect to x.
Solution:
∂w/∂x = (L3 / 48EI) * (4x3/L3- 3/L) * sin(πt/T)
Set ∂w/∂x = 0:
12x2/L3 - 3/L = 0
x2 = L2/4
x = L/2
The maximum deflection occurs at the midpoint of the beam.
Answer : x = L/2
Example 7 : Electromagnetics Problem: The electric potential in a region is given by V(x,y,z) = 3x2y - 2yz2 + 5xz. Find the electric field components at (1,1,1).
Solution:
Ex = -∂V/∂x = -6xy - 5z
Ey = -∂V/∂y = -3x2 + 2z2
Ez = -∂V/∂z = 4yz - 5x
At (1,1,1):
Ex = -11, Ey = -1, Ez = -1
The electric field at (1,1,1) is E = -11i - j - k.
Answer : E = -11i - j - k.
Example 8 : Thermodynamics Problem : The pressure P of an ideal gas is given by P(V,T) = nRT/V, where n is the number of moles, R is the gas constant, V is volume, and T is temperature. Find (∂P/∂V)T and (∂P/∂T)V.
Solution:
(∂P/∂V)T = -nRT/V2
(∂P/∂T)V = nR/V
Example 9 : Control Systems Problem: A transfer function G(s) = K / (s2 + 2ζωns + ωn2) represents a second-order system. Find ∂G/∂K and ∂G/∂ζ.
Solution:
∂G/∂K = 1 / (s2+ 2ζωns + ωn2)
∂G/∂ζ = (-2Kωns) / (s2 + 2ζωns + ωn2)2
Example 10 : Elasticity Problem: The strain energy density of a material is given by U(ε1,ε2) = (E/2) * (ε12 + ε22 + 2νε1ε2), where E is Young's modulus, ν is Poisson's ratio, and ε1, ε2 are principal strains. Find the stress σ1.
Solution:
σ1 = ∂U/∂ε1 = E(ε1 + νε2)