Partial differentiation is a fundamental concept in multivariable calculus. When dealing with functions that depend on multiple variables, we often need to understand how the function changes with respect to one variable while keeping the others constant. This is precisely what partial derivatives address.
Just as ordinary calculus allows us to understand the rate of change of functions with respect to a single variable, partial differentiation extends this understanding to functions of several variables. This concept is essential in physics, engineering, economics, and many other fields where systems depend on multiple factors simultaneously.
For a function f(x, x, ..., x) of n variables, the partial derivative of f with respect to x is denoted as:
The symbol (not to be confused with the Greek letter delta ) is specifically used for partial derivatives to indicate that we are differentiating with respect to one variable while holding others constant.
Formally, the partial derivative of f with respect to x at the point (a, b) is defined as:
Similarly, the partial derivative with respect to y is:
Calculating partial derivatives follows the same differentiation rules as single-variable calculus, but with one crucial difference: when differentiating with respect to one variable, all other variables are treated as constants.
Here are the general steps to find partial derivatives:
Find f/x and f/y for the function f(x,y) = xy + 3xy - 5x + 2y.
Solution:
For f/x, we treat y as a constant:
f/x = /x (xy + 3xy - 5x + 2y)
= (/x)xy + (/x)3xy - (/x)5x + (/x)2y
= 2xy + 3y - 5 + 0
= 2xy + 3y - 5
For f/y, we treat x as a constant:
f/y = /y (xy + 3xy - 5x + 2y)
= (/y)xy + (/y)3xy - (/y)5x + (/y)2y
= x + 9xy - 0 + 2
= x + 9xy + 2
Find f/x, f/y, and f/z for the function f(x,y,z) = e^(2x)sin(y)ln(z).
Solution:
For f/x, we treat y and z as constants:
f/x = 2e^(2x)sin(y)ln(z)
For f/y, we treat x and z as constants:
f/y = e^(2x)cos(y)ln(z)
For f/z, we treat x and y as constants:
f/z = e^(2x)sin(y)(1/z)
Just as with ordinary derivatives, we can take higher-order partial derivatives. The second-order partial derivatives are particularly important:
A remarkable result in multivariable calculus, known as Clairaut's Theorem, states that under reasonable conditions (specifically, if the mixed partial derivatives are continuous), the order of differentiation does not matter:
Find all second-order partial derivatives of f(x,y) = xy + 2xy - 10.
Solution:
First, find the first-order partial derivatives:
f/x = 2xy + 2y
f/y = 3xy + 2x
Now, find the second-order partial derivatives:
f/x = /x(2xy + 2y) = 2y
f/y = /y(3xy + 2x) = 6xy
f/xy = /x(3xy + 2x) = 6xy + 2
f/yx = /y(2xy + 2y) = 6xy + 2
As expected, f/xy = f/yx.
Partial derivatives have an important geometric interpretation. If we consider the graph of a function f(x,y) as a surface in three-dimensional space, then:
These two tangent lines lie in the tangent plane to the surface at the point (a,b,f(a,b)). The equation of this tangent plane is:
Partial derivatives have numerous applications across various disciplines:
Find the critical points of the function f(x,y) = x + y + 2x - 4y + 1.
Solution:
First, find the partial derivatives:
f/x = 2x + 2
f/y = 2y - 4
Set them to zero to find critical points:
2x + 2 = 0 x = -1
2y - 4 = 0 y = 2
So the function has a critical point at (-1, 2).
To determine the nature of this critical point (minimum, maximum, or saddle point), we could use the second derivative test involving the Hessian matrix.
The study of partial differentiation extends to several advanced concepts:
Partial differentiation is a powerful tool in multivariable calculus that extends the concept of derivative to functions of several variables. It allows us to study how functions change with respect to each variable independently, which is essential for understanding complex systems that depend on multiple factors.
From analyzing economic production functions and modeling physical phenomena to optimizing systems and solving differential equations, partial differentiation provides the mathematical foundation for numerous applications across science and engineering. Mastery of partial derivatives opens the door to deeper understanding of multivariable calculus and its rich applications in the real world.
As you continue your mathematical journey, you'll encounter increasingly complex functions where partial differentiation becomes indispensable, particularly when tackling optimization problems involving constraints, analyzing the behavior of functions in higher dimensions, or modeling physical systems described by partial differential equations.
