Mathwords logoMathwords

Leibniz Notation — Definition, Formula & Examples

Leibniz notation is a way of writing derivatives using the symbol dydx\frac{dy}{dx} instead of f(x)f'(x). It explicitly shows which variable you are differentiating with respect to, making it especially useful in chain rule applications and integration.

In Leibniz notation, the derivative of a function y=f(x)y = f(x) is written as dydx\frac{dy}{dx}, representing the limit limΔx0ΔyΔx\lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x}. Higher-order derivatives are denoted d2ydx2\frac{d^2y}{dx^2}, d3ydx3\frac{d^3y}{dx^3}, and so on. The symbols dydy and dxdx are called differentials.

Key Formula

dydx=limΔx0ΔyΔx=limΔx0f(x+Δx)f(x)Δx\frac{dy}{dx} = \lim_{\Delta x \to 0} \frac{\Delta y}{\Delta x} = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x}
Where:
  • yy = The dependent variable, equal to $f(x)$
  • xx = The independent variable
  • Δx\Delta x = A small change in $x$
  • Δy\Delta y = The corresponding change in $y$

How It Works

Read dydx\frac{dy}{dx} as "the derivative of yy with respect to xx." Although it looks like a fraction, it is a single symbol representing a limit. However, in many calculus operations — such as separation of variables or the chain rule — you can treat dydy and dxdx as if they were separate quantities, and the algebra works out correctly. For example, the chain rule in Leibniz notation is dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}, which reads naturally as fraction multiplication. When you see ddx[something]\frac{d}{dx}[\text{something}], the ddx\frac{d}{dx} acts as an operator telling you to differentiate the expression that follows with respect to xx.

Worked Example

Problem: Use Leibniz notation to find the derivative of y=x3y = x^3 and then evaluate it at x=2x = 2.
Step 1: Apply the power rule and write the result in Leibniz notation.
dydx=3x2\frac{dy}{dx} = 3x^2
Step 2: Evaluate at x=2x = 2 using the evaluation bar notation.
dydxx=2=3(2)2=12\left.\frac{dy}{dx}\right|_{x=2} = 3(2)^2 = 12
Answer: dydxx=2=12\frac{dy}{dx}\big|_{x=2} = 12. The slope of y=x3y = x^3 at x=2x = 2 is 12.

Why It Matters

Leibniz notation is the standard in physics and engineering, where equations often involve multiple variables (time, position, velocity). It also appears throughout AP Calculus when applying the chain rule, implicit differentiation, and related rates, because it keeps track of which variable drives the change.

Common Mistakes

Mistake: Treating dydx\frac{dy}{dx} as an ordinary fraction and canceling parts of it arbitrarily (e.g., writing dydx=yx\frac{dy}{dx} = \frac{y}{x}).
Correction: dydx\frac{dy}{dx} is a limit, not a literal division of dydy by dxdx. It only behaves like a fraction in specific, well-defined situations such as the chain rule or separation of variables.

Related Terms