Calculus & Numerical Methods

Partial Derivative ∂f/∂x

Partial derivative with respect to x.

Formula

Formula
fx ≈ f(x+h,y) − f(x−h,y)2h

Variables

SymbolDefinitionType & rangeUnitsRole
f function of x and y expression / text x, y input
x, y evaluation point real number (ℝ) input

Try it yourself

Interactive calculator
math expression (e.g. x*x, sin(x))
Result

Worked examples

Example 1
Givenf(x, y) = x*x*y, x = 2, y = 3
Result12
Example 2
Givenf(x, y) = x*y + y*y, x = 1, y = 1
Result1