del operator
/ nabla: NAB-lah /
Del, written as an upside-down triangle and pronounced nabla, is a single piece of notation that bundles all the first-order partial derivatives into one symbolic vector. Think of it as the vector of derivative-taking instructions, del = (partial / partial x, partial / partial y, partial / partial z), waiting to act on whatever you place to its right. It does almost nothing on its own; its power is that the rules of vector algebra then organize three different and important operations under one roof.
Depending on how you apply it, del produces the three central operators of vector calculus. Applied to a scalar field f as a plain product, del f is the gradient — a vector pointing uphill. Dotted into a vector field F, del dot F is the divergence — a scalar measuring net outflow per unit volume. Crossed into a vector field, del cross F is the curl — a vector measuring local rotation. Squaring it, del dot del = del^2 (the Laplacian, sometimes written nabla^2 or with a triangle) gives the divergence of the gradient, the operator at the heart of the heat, wave, and Laplace equations. So one symbol, read three or four ways, encodes gradient, divergence, curl, and Laplacian.
This compactness is why del is everywhere in physics and engineering: Maxwell's equations, fluid dynamics, heat flow, and electrostatics are all written in a few lines using it. But a caution worth stating plainly: del is a mnemonic, not a literal vector. The dot-and-cross intuition gives the right answers in Cartesian coordinates, yet in curvilinear coordinates (polar, cylindrical, spherical) you cannot just substitute partial derivatives — extra scale-factor terms appear, and the safe path is to use the established curvilinear formulas rather than naively pushing del through. Treated with that respect, del is the most economical notation in all of applied mathematics.
On a scalar field f, del f = (partial f / partial x, partial f / partial y, partial f / partial z) is the gradient. On a vector field F = (P, Q, R), del dot F = partial P / partial x + partial Q / partial y + partial R / partial z is the divergence — same symbol, two operations.
One symbol del yields gradient (on a scalar), divergence (dotted), and curl (crossed).
Del is an operator, not a vector you can move around freely: del dot F (divergence, a scalar) and F dot del (a scalar operator) mean different things, and the Cartesian dot/cross shortcuts do not transfer unchanged to polar, cylindrical, or spherical coordinates.