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, z) that can be changed freely.The amount of sunlight or water provided to a plant.
Dependent VariableThe output variable (zz or ww) 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}).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) represents the slope of a tangent line. In multivariable calculus, the surface 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 (xx and yy). 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. xxfx\frac{\partial f}{\partial x} or fxf_xlimh0f(x+h,y)f(x,y)h\displaystyle \lim_{h \to 0} \frac{f(x+h, y) - f(x, y)}{h}
Partial w.r.t. yyfy\frac{\partial f}{\partial y} or fyf_ylimh0f(x,y+h)f(x,y)h\displaystyle \lim_{h \to 0} \frac{f(x, y+h) - f(x, y)}{h}

Hierarchical Outline

  1. Introduction to Partial Differentiation
    • Notation Shift: Moving from d/dxd/dx to /x\partial/\partial 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), find fzf_z by holding xx and yy constant.
  4. Higher-Order Partial Derivatives
    • Second Order: fxxf_{xx} (differentiate twice by xx), fyyf_{yy} (twice by yy).
    • Mixed Partials: fxyf_{xy} (differentiate by xx then by yy) and fyxf_{yx}.

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^3, then fxf_x treats yy 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 = 6xy.

Worked Examples

Example 1: Two Variables

Find fxf_x and fyf_y for f(x,y)=x2sin(y)f(x, y) = x^2 \sin(y).

  1. To find fxf_x: Treat 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)
  2. To find fyf_y: Treat x2x^2 as a constant. fy=x2y[sin(y)]=x2cos(y)f_y = x^2 \cdot \frac{\partial}{\partial y}[\sin(y)] = x^2 \cos(y)

Example 2: Higher-Order Mixed Partials

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

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

Checkpoint Questions

  1. Calculate fyf_y for f(x,y)=4x3+2xy2y4f(x, y) = 4x^3 + 2xy^2 - y^4.
    • (Answer: 4xy4y34xy - 4y^3)
  2. If w=xyzw = xyz, what is wzw_z?
    • (Answer: xyxy)
  3. True/False: To calculate a partial derivative with respect to xx, 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} if f(x,y)=x5yf(x, y) = x^5y?
    • (Answer: 20x3y20x^3y)

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

Ready to study Calculus III: Multivariable Calculus?

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

Start Studying — Free