One day I was reading my physics book and suddenly I came across the word gradient. The following mathematical method is used in my book to determine gradient:
$$\Omega(x,y,z)=3x\cdot(y^2)\cdot(z^3)-4xy$$
Now they determined the gradient in point (2,1,1) and it was
$$ \nabla \Omega = 7i-20j+18k$$
Now what does it actually mean? I mean if we know that 20 N of net force is applied on a mass of 2 kg than it will have an acceleration of 10 $\rm m/s^2$. In my example, the gradient in point (2,1,1) is determined. What information can I get from that? The same is also for divergence and curl.
Gradient points in the direction of the greatest rate of increase of a function whereas it's magnitude |$\nabla f|$ is the slope of the graph in that direction.
You know that the derivative of a function is the tangent on the graph at some point. Gradient is just the partial derivative (in Cartesian coordinates) in respect to $x$, $y$, $z$ (so now it is a plant and not a line).
$$\nabla f = \frac{\partial f}{\partial x}\hat{i} +\frac{\partial f}{\partial y}\hat{j} + \frac{\partial f}{\partial z}\hat{k}$$
If you imagine standing at a point $(x_0, y_0, \ldots)$ in the input space of $f$, the vector $\nabla f(x_0,y_0,\ldots )$ tells you which direction you should travel to increase the value of $f$ most rapidly. These gradient vectors are also perpendicular to contour lines of $f$