Gradient Vector Calculator
Calculate the gradient vector of f(x,y) = ax² + by² + cxy at any point. Shows magnitude and direction of steepest ascent.
Inputs
Results
∂f/∂x
4
∂f/∂y
6
Magnitude |∇f|7.2111
Direction56.31°
How to Use This Calculator
- Enter the partial derivative values ∂f/∂x and ∂f/∂y (and optionally ∂f/∂z for 3D functions) at the evaluation point.
- The gradient ∇f = (∂f/∂x, ∂f/∂y, ∂f/∂z) is a vector pointing in the direction of steepest ascent of f.
- Gradient magnitude |∇f| = √((∂f/∂x)² + (∂f/∂y)² + (∂f/∂z)²) tells you how steep the ascent is.
- The unit gradient vector (∇f / |∇f|) gives the direction of steepest ascent with magnitude normalized to 1.
- In optimization, the gradient is zero at critical points; gradient descent moves opposite to ∇f to minimize f.
- The bar chart displays each component's magnitude to visualize which variable drives the most change.
Ad Placeholder
Related Calculators
Partial Derivative Calculator
Calculate partial derivatives of f(x,y) = axy + bx² + cy² + d. Find df/dx, df/dy, and the gradient magnitude.
Derivative Calculator
Calculate the derivative of polynomial, trigonometric, exponential, and logarithmic functions at any point.
Laplace Transform Calculator
Compute Laplace transforms of common functions: exponential, sine, cosine, polynomial, and Heaviside step.
Ad Placeholder