![]() |
VOOZH | about |
Partial derivatives are one of the most basic concepts in mathematics, especially multivariable calculus and are widely used in physics, engineering and economics among other fields. Partial derivatives are important for students as many topics such as gradient vectors, optimizations, and differential equations are based on it.
The scope of the following article is to give the reader a general idea of what partial derivatives are and review several exercises to solidify the concept.
Partial derivatives is a mathematical concept used in vector calculus and differential geometry. The term βpartialβ indicates that if the function is dependent on more than one variable, then the derivative will be taken considering one variable to calculate the change concerning the chosen variable. The partial derivative of a function f(x, y) is represented by βf/βx. Partial derivatives show how the value of a function changes as one of its variables changes while others stay the same.
Example 1: Find the partial derivatives βf/βx and βf/βy for f(x, y) = 3x2 y + 4y3.
Solution:
f(x, y) = 3x2 y + 4y3
βf/βx = β/βx (3x2y + 4y3)
= 3 . 2xy + 0 = 6xy
βf/βx = β/βy (3x2y + 4y3)
= 3x2 + 4 . 3y3 = 3x2 + 12y2
Example 2: Given f(x,y) = ln(xy), compute βf/βx and βf/βy.
Solution:
f(x, y) = ln(xy)
Using the chain rule:
βf/βx = β/βx ln(xy) =
1/xy . y
= y/xy = 1/x
βf/βy = β/βy ln(xy)
= 1/xy . x
= x/xy = 1/y
Example 3: Determine the second order partial derivatives β2f/βx2, βf2/βy2, and β2f/βxβy for f(x, y) = x2ey.
Solution:
f(x, y) = x2ey
First, find the first order partial derivatives:
βf/βx = β/βx(x2ey) = 2xey
βf/βx = β/βy(x2ey) = x2ey
Now, find second order partial derivatives:
β2/βx = β/βx(2xey) = 2ey
β2/βy2 = β/βy(x2ey) = x2ey
β2f/βxβy = β/βy(2xey) = 2xey
Example 4: For f(x, y) = x3 + y3 - 3xy, find all the first and second order partial derivatives.
Solution:
f(x, y) = x3 + y3 - 3xy
First order partial derivatives:
βf/βx = β/βx(x3 + y3 - 3xy)
= 3x2 - 3y
βf/βx = β/βy(x3 + y3 β 3xy)
= 3y2 - 3x
Second order partial derivatives:
β2f/βx2 = β/βx(3x2 β 3y) = 6x
β2f/βy2 = β/βy(3y2 - 3x) = 6y
β2f/βxβy = β/βy(3x2 - 3y) = -3
β2f/βy/βx = β/βx(3y2 - 3x) = -3
Example 5: Find the equation of the tangent plane to the surface z= x2 + y2at the point (1, 1, 2).
Solution:
Function is f(x, y) = x2 + y2
First, find the partial derivatives
βf/βx = 2x
βf/βx = 2y
At the point (1, 1, 2):
βf/βx (1, 1) = 2 β 1 = 2
βf/βx (1, 1) = 2 β 1 = 2
Equation of the tangent plane is:
z - z0 = βf/βx(x0, y0)(x - x0) + βf/βx(x0, y0)(y - y0)
z β 2 = 2(x β 1) + 2(y β 1)
z β 2 = 2x β 2 + 2y β 2
z = 2x + 2y β 2
Example 6: Given f(x, y) = xexy, find βf/βx and βf/βy.
Solution:
Using the product rule:
f(x, y) = xexy
βf/βx = β/βx(xexy)
= exy + x . exy . y
=exy . y = exy(1 + xy)
βf/βx = β/βy(xexy)
= x . exy . x = x2exy
Example 7: For f(x, y) = sin(x + y), find βf/βx and βf/βy.
Solution:
f(x, y) = sin(x + y)
βf/βx = β/βx sin(x + y)
= cos(x + y) . β/βx(x + y)
= cos(x + y) . 1 = cos(x + y)
βf/βx = β/βy sin(x + y)
= cos(x + y) . β/βy(x + y)
= cos(x + y) . 1 = cos(x + y)
Example 8: Find the partial derivatives βf/βx and βf/βy f(x, y) = x2 +xy + y2.
Solution:
f(x, y) = x2 + xy + y2
βf/βx = β/βx(x2 + xy + y)
= 2x + y
βf/βx = β/βy(x2 + xy + y2)
= x + 2y
Q1. Find the partial derivatives βf/βx and βf/βy for f(x, y) = 3x2y _ 4y2.
Q2. Given f(x, y) = ln(x, y), compute βf/βx and βf/βy.
Q3. Determine the second order partial derivatives β2f/βx2, β2f/βy2, and β2f/βxβy for f(x, y) = x2ey.
Q4. For f(x, y) = x3 + y3 β3xy, find all the first and second order partial derivatives.
Q5. Find all the 1st order derivatives of the given function f(u, v) = u2sin(u+v3) β sec(4u)tanβ1(2v
Q6. Find the equation of the tangent plane to the surface z = x2 + y2 at the point(1, 1, 2).
Q7. Locate and classify the critical points of f (x, y) = x2 β 4xy + 4y2.
Q8. Find all the 1st order derivatives of the given function f(x, y, z) = 4x3y2 β ezy4 + z3/ x2 + 4y β x16 .
Q9. Letf(x, y)=(x-y)2. Determine the equations and shapes of the cross-sections whenx=0,y=0,x=y, and describe the level curves. Use a three-dimensional graphing tool to graph the surface.
Q10. If z = f(x, y) = x4y3 + 8x2y + y4 + 5x, then,
Partial derivatives are one of the core problems of the multivariable calculus theory and finding their realizations in different branches of knowledge. This way students will be able to appreciate it or the geometric and theoretical aspects behind it more and master the problems. In this article, the author gave an introduction, elaboration, and examples procedures of partial derivatives to help with understanding them.
Also Check: