BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusChapter 4.3: Partial Derivatives Study Guide
Study Guide860 words

Chapter 4.3: Partial Derivatives Study Guide

Partial Derivatives

Chapter 4.3: Partial Derivatives

This guide covers the fundamental concepts of partial differentiation for functions of several variables, including definitions, notations, and higher-order derivatives.

Learning Objectives

By the end of this study guide, you should be able to:

  • Calculate the partial derivatives of a function of two variables using both the limit definition and differentiation rules.
  • Extend these calculations to functions of more than two variables.
  • Determine higher-order partial derivatives, including mixed partials.
  • Explain the concept of a partial differential equation (PDE) and identify examples.

Key Terms & Glossary

TermDefinitionReal-World Example
Partial DerivativeThe derivative of a function of several variables with respect to one variable while holding others constant.Finding the rate at which temperature changes as you move East, while keeping your Latitude constant.
Independent VariableAn input variable in a function (x,y,zx, y, zx,y,z) that can be changed freely.The amount of sunlight or water provided to a plant.
Dependent VariableThe output variable (zzz or www) whose value depends on the inputs.The height of the plant after a month.
Mixed Partial DerivativeA higher-order derivative where the function is differentiated with respect to different variables in sequence (e.g., fxyf_{xy}fxy​).Measuring how the rate of change of profit with respect to price changes as marketing spend increases.
PDEAn equation involving partial derivatives of an unknown function.The Heat Equation, which describes how heat diffuses through a metal plate over time.

The "Big Idea"

[!IMPORTANT] In single-variable calculus, the derivative f′(x)f'(x)f′(x) represents the slope of a tangent line. In multivariable calculus, the surface z=f(x,y)z = f(x, y)z=f(x,y) has infinitely many tangent lines at a point. Partial derivatives simplify this by looking at the slope in directions parallel to the coordinate axes (xxx and yyy). It's the equivalent of slicing a 3D surface with a plane to create a 2D curve, then finding the slope of that curve.

Formula / Concept Box

Limit Definitions of Partial Derivatives

DerivativeNotationLimit Definition
Partial w.r.t. xxx∂f∂x\frac{\partial f}{\partial x}∂x∂f​ or fxf_xfx​lim⁡h→0f(x+h,y)−f(x,y)h\displaystyle \lim_{h \to 0} \frac{f(x+h, y) - f(x, y)}{h}h→0lim​hf(x+h,y)−f(x,y)​
Partial w.r.t. yyy∂f∂y\frac{\partial f}{\partial y}∂y∂f​ or fyf_yfy​lim⁡h→0f(x,y+h)−f(x,y)h\displaystyle \lim_{h \to 0} \frac{f(x, y+h) - f(x, y)}{h}h→0lim​hf(x,y+h)−f(x,y)​

Hierarchical Outline

  1. Introduction to Partial Differentiation
    • Notation Shift: Moving from d/dxd/dxd/dx to ∂/∂x\partial/\partial x∂/∂x (the "partial" symbol).
    • Geometric Interpretation: Slope of the trace of the surface on a plane constant to an axis.
  2. Calculation Techniques
    • Rule of Thumb: Treat all variables except the one being differentiated as constants.
    • Applying Power/Product/Chain Rules: These rules from Calc I still apply exactly the same way.
  3. Functions of Three or More Variables
    • For w=f(x,y,z)w = f(x, y, z)w=f(x,y,z), find fzf_zfz​ by holding xxx and yyy constant.
  4. Higher-Order Partial Derivatives
    • Second Order: fxxf_{xx}fxx​ (differentiate twice by xxx), fyyf_{yy}fyy​ (twice by yyy).
    • Mixed Partials: fxyf_{xy}fxy​ (differentiate by xxx then by yyy) and fyxf_{yx}fyx​.

Visual Anchors

Decision Logic for Partial Derivatives

Loading Diagram...
Figure 1 — Mermaid diagram

Geometric Interpretation (Intersection of Planes)

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Term: Partial Derivative Calculation
  • Definition: The process of applying standard derivative rules to one variable while treating others as numbers.
  • Real-world Example: If f(x,y)=3x2y+5y3f(x, y) = 3x^2y + 5y^3f(x,y)=3x2y+5y3, then fxf_xfx​ treats yyy as a constant (like the number 5).
    • fx=∂∂x(3x2y)+∂∂x(5y3)=6xy+0=6xyf_x = \frac{\partial}{\partial x}(3x^2y) + \frac{\partial}{\partial x}(5y^3) = 6xy + 0 = 6xyfx​=∂x∂​(3x2y)+∂x∂​(5y3)=6xy+0=6xy.

Worked Examples

Example 1: Two Variables

Find fxf_xfx​ and fyf_yfy​ for f(x,y)=x2sin⁡(y)f(x, y) = x^2 \sin(y)f(x,y)=x2sin(y).

  1. To find fxf_xfx​: Treat sin⁡(y)\sin(y)sin(y) as a constant. fx=∂∂x[x2]⋅sin⁡(y)=2xsin⁡(y)f_x = \frac{\partial}{\partial x}[x^2] \cdot \sin(y) = 2x \sin(y)fx​=∂x∂​[x2]⋅sin(y)=2xsin(y)
  2. To find fyf_yfy​: Treat x2x^2x2 as a constant. fy=x2⋅∂∂y[sin⁡(y)]=x2cos⁡(y)f_y = x^2 \cdot \frac{\partial}{\partial y}[\sin(y)] = x^2 \cos(y)fy​=x2⋅∂y∂​[sin(y)]=x2cos(y)

Example 2: Higher-Order Mixed Partials

Find fxyf_{xy}fxy​ for f(x,y)=exyf(x, y) = e^{xy}f(x,y)=exy.

  1. First, find fxf_xfx​: Using the chain rule: fx=exy⋅∂∂x(xy)=yexyf_x = e^{xy} \cdot \frac{\partial}{\partial x}(xy) = y e^{xy}fx​=exy⋅∂x∂​(xy)=yexy.
  2. Next, find the derivative of fxf_xfx​ with respect to yyy: Use the product rule on y⋅exyy \cdot e^{xy}y⋅exy: fxy=∂∂y[y]⋅exy+y⋅∂∂y[exy]f_{xy} = \frac{\partial}{\partial y}[y] \cdot e^{xy} + y \cdot \frac{\partial}{\partial y}[e^{xy}]fxy​=∂y∂​[y]⋅exy+y⋅∂y∂​[exy] fxy=(1)exy+y(xexy)=exy(1+xy)f_{xy} = (1)e^{xy} + y(xe^{xy}) = e^{xy}(1 + xy)fxy​=(1)exy+y(xexy)=exy(1+xy)

Checkpoint Questions

  1. Calculate fyf_yfy​ for f(x,y)=4x3+2xy2−y4f(x, y) = 4x^3 + 2xy^2 - y^4f(x,y)=4x3+2xy2−y4.
    • (Answer: 4xy−4y34xy - 4y^34xy−4y3)
  2. If w=xyzw = xyzw=xyz, what is wzw_zwz​?
    • (Answer: xyxyxy)
  3. True/False: To calculate a partial derivative with respect to xxx, we must use the limit definition every time.
    • (Answer: False, we can use standard differentiation rules.)
  4. What is the second-order partial derivative fxxf_{xx}fxx​ if f(x,y)=x5yf(x, y) = x^5yf(x,y)=x5y?
    • (Answer: 20x3y20x^3y20x3y)

[!TIP] When calculating mixed partials like fxyf_{xy}fxy​, remember the order of operations: fxyf_{xy}fxy​ usually means differentiate with respect to xxx first, then yyy (though Clairaut's Theorem states fxy=fyxf_{xy} = f_{yx}fxy​=fyx​ for most smooth functions you will encounter).

All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Function f x, y, z connects to Differentiate w.r.t. x?. B -- Yes connects to Treat y and z as CONSTANTS. B -- No connects to Differentiate w.r.t. y?. D -- Yes connects to Treat x and z as CONSTANTS. D -- No connects to Differentiate w.r.t. z: Treat x and y as constants. C connects to Apply standard power/chain rules. E connects to G. F connects to G.