🌱 Tony's Memex Tony's Intertwingled Memex
Digital Garden | OER Curriculum
Home / Digital Garden / Chain Rule

Chain Rule

📊 Interactive Desmos Graph Open in Desmos ↗
Core Definition

A formula to compute the derivative of the composition of two or more functions. If h(x)=f(g(x))h(x) = f(g(x)), then:

h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x)
In Leibniz notation, if y=f(u)y = f(u) and u=g(x)u = g(x):
dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Concept Explanation

The Chain Rule describes how rates of change propagate through nested systems. If variable yy changes AA times faster than uu, and uu changes BB times faster than xx, then yy changes A×BA \times B times faster than xx.

Visual / Geometric Intuition

Interactive Desmos Graph

Engineering Applications

Used to compute rates of change in multi-component engineering systems, such as finding torque transmission ratios in mechanical gearboxes, modeling pressure changes in fluid systems, or predicting thermochemical reactions.

Example Problem

Differentiate y=sin(3x2)y = \sin(3x^2) with respect to xx.

Solution

Let u=3x2u = 3x^2 (inner function) and y=sin(u)y = \sin(u) (outer function).

Step 1: Find the derivative of the outer function with respect to uu

dydu=cos(u)\frac{dy}{du} = \cos(u)

Step 2: Find the derivative of the inner function with respect to xx

dudx=6x\frac{du}{dx} = 6x

Step 3: Combine them using the Chain Rule

dydx=dydududx=cos(u)6x\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} = \cos(u) \cdot 6x

Step 4: Substitute back u=3x2u = 3x^2

dydx=6xcos(3x2)\frac{dy}{dx} = 6x \cos(3x^2)


Connections & References