Skip to content
Allin

Curl calculator

Compute the curl of a vector field: the scalar curl ∂Q/∂x − ∂P/∂y in 2D, or the full vector curl ∇×F = ⟨R_y − Q_z, P_z − R_x, Q_x − P_y⟩ in 3D. Enter each component in x, y, z and get every partial symbolically plus the curl evaluated at an optional point.

Antilog Calculator (inverse logarithm)The antilogarithm undoes the logarithm: antilog_b(y) = bʸ, so log_b(bʸ) = y. Pick base 10, e, 2 or your own, enter the exponent, and the result comes back with the inverse relationship spelled out and the round trip checked. Bases of zero or less, and base 1, are rejected with the reason.Average rate of change calculatorCompute the average rate of change of a function on an interval: [f(b) − f(a)] / (b − a), the slope of the secant line between (a, f(a)) and (b, f(b)). Type any function of x, set the endpoints a and b, and see f(a), f(b) and the average rate instantly.Bernoulli ODE SolverSolves y′ + P(x)y = Q(x)yⁿ by showing the substitution v = y^(1−n) that turns it into a linear equation, then integrating. The two degenerate cases are handled explicitly: n = 0 is already linear, n = 1 is separable.Convolution CalculatorLinear and circular discrete convolution with the sliding-and-summing steps shown term by term, plus a symbolic continuous convolution solved exactly through the Laplace convolution theorem.Curvature calculatorFor a curve y = f(x), the curvature κ = |f″| / (1 + f′²)^(3/2) measures how sharply it bends at a point, and the radius of curvature is its reciprocal. Type a function and a point; the derivatives are taken symbolically, then evaluated.Derivative CalculatorCompute single, partial, implicit and directional derivatives symbolically.Direction Field / Slope Field PlotterDraws f(x, y) as a grid of tangent dashes, so the shape of every solution is visible before a single one is computed. Add initial conditions and each spawns an RK4 curve that stays tangent to the field.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.

Curl calculator is free to use as often as you like, directly from this page. It covers the scalar curl ∂Q/∂x − ∂P/∂y in 2D, or the full vector curl ∇×F = ⟨R_y − Q_z, P_z − R_x, Q_x − P_y⟩ in 3D. Enter each component in x, y, z and get every partial symbolically plus the curl evaluated at an optional point — adjust any of them and the result follows immediately.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What does Curl calculator do?

Compute the curl of a vector field: the scalar curl ∂Q/∂x − ∂P/∂y in 2D, or the full vector curl ∇×F = ⟨R_y − Q_z, P_z − R_x, Q_x − P_y⟩ in 3D. Enter each component in x, y, z and get every partial symbolically plus the curl evaluated at an optional point.

What does a concrete case look like?

F = (−y, x, 0) → rot F = (0, 0, 2) — the tool shows every step in between, not just the final figure.

What does it take into account?

It factors in the scalar curl ∂Q/∂x − ∂P/∂y in 2D, or the full vector curl ∇×F = ⟨R_y − Q_z, P_z − R_x, Q_x − P_y⟩ in 3D. Enter each component in x, y, z and get every partial symbolically plus the curl evaluated at an optional point. Change any of them and the output follows immediately.

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.

Further reading

All guides