Gradient calculator (multivariable)
Compute the gradient ∇f = ⟨∂f/∂x, ∂f/∂y, …⟩ of a scalar function of several variables. List your variables, and the tool returns each partial derivative symbolically, the gradient vector in closed form, and ∇f evaluated at an optional point — the direction of steepest ascent.
Related tools
All Calculus tools →Gradient calculator (multivariable) is free to use as often as you like, directly from this page. It sits under Calculus in our catalogue, alongside Antilog Calculator (inverse logarithm) and Average rate of change calculator.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Gradient calculator (multivariable) do?
Compute the gradient ∇f = ⟨∂f/∂x, ∂f/∂y, …⟩ of a scalar function of several variables. List your variables, and the tool returns each partial derivative symbolically, the gradient vector in closed form, and ∇f evaluated at an optional point — the direction of steepest ascent.
What does a concrete case look like?
f = x² + y² → ∇f = (2x, 2y) ; (1, 2) → (2, 4) — the tool shows every step in between, not just the final figure.
When would I actually use this?
Checking a derivative or an integral you worked out by hand, finding where a function turns, and getting a numeric answer when no closed form exists.
What is the most common mistake?
Integrating across a discontinuity as if it were not there. A numeric method will happily return a finite value for an integral that diverges — check the domain before trusting the number.
What else is filed next to it?
Antilog Calculator (inverse logarithm), Average rate of change calculator and Bernoulli ODE Solver share its section. They are not variants of it — being filed together is not the same as being alike — but that is where to look if this turned out not to be the tool you wanted.
Where do the figures come from?
Symbolic results are exact; numeric ones come from adaptive quadrature or a standard step method, and the tool reports which. Where both are available, compare them — a large gap means the problem is ill-conditioned.