Jump to content

Partial Derivatives

From UBC Wiki
This article is part of the MathHelp Tutoring Wiki


Function f(x,y) of two variables, there are two partial derivatives ∂f/∂x and ∂f/∂y.

∂f/∂x (a,b) = lim(h→0) f( a+h , b ) - f( a , b )
h
∂f/∂y (a,b) = lim(h→0) f( a , b+k ) - f( a , b )
k
  • For ∂f/∂x , f is differentiated as a function with respect to x and y is treated as a constant.
  • For ∂f/∂x , f is differentiated as a function with respect to y and x is treated as a constant.

Example 1 :

Solve for ∂f/∂x and ∂f/∂y if f(x,y) = x2+y.
Solution :
∂f/∂x = -2x
∂f/∂y = 1

Example 2 :

Solve for ∂g/∂x (3,2) and ∂g/∂y (3,2) if g(x,y) = xye^x2.
Solution :
∂g/∂x = (xy)*(2xe^x2) + ye^x2
= 2x2ye^x2 + ye^x2 =ye^x2(2x2+1)
∂g/∂x (3,2) = 2e^32(232+1)
= 2e9(19)
= 38e9


∂g/∂y = xe^x2
∂g/∂y (3,2) = 3e9



Example 3 :

Solve for ∂f/∂x and ∂f/∂y if f(x,y)= ln(xy) +sin(x) = ln(x) + ln(y)+ sin(x).
Solution :
∂f/∂x = 1/xy*y+cos(x)=1/x+cos(x)
∂f/∂y = 1/xy*x=1/y

Example 4 :

Find the rectangular box of least surface area that has volume 1000in3.
Solution :
Volume = 1000 = xyz
Surface Area = 2xz + 2yz + 2xy
z = 1000/xy
S = 2x(1000/xy) + 2y(1000/xy) + 2xy
= 2000/y + 2000/x + 2xy *need to minimize this*
Solve for ∂S/∂x = 0 and ∂S/∂y = 0
∂S/∂x = -2000/x2 + 2y = 0
∂S/∂y = -2000/y2 + 2x = 0
y = 1000/x2 and x = 1000/y2
y(y31000) = 0
Therefore, y = 0 or y3-1000 = 0
So, y = 10 and x = 10.
Using the second derivative test, S does have a local minimum at (10, 10).