The math in this screenshot here is vector calculus from Calc III.
Imagine those vector fields drawn on an x-y plane, where x is the horizontal, y is the vertical, and the origin of the plane is at the center of the vector fields.
I'm not sure how much you know about vector fields, so I'm going to give a quick explanation of them. As you should know, vectors have a magnitude and direction. You can also have a "vector field" where there is a vector associated with every point on the x-y plane. Here is an example of such a vector field:
\vec{F}(x, y)=1\hat{i}+2\hat{j}
A vector that is magnitude 1 is called a "unit vector" and is represented with a "hat" over it rather than an arrow. The two unit vectors in my above example are i and j. The "i hat" vector is length 1 and ALWAYS points in the direction of positive x. The "j hat" vector is similar, but it always points in the direction of positive y. As you can see, you can multiply a unit vector by something to make it have a bigger magnitude, or you can add unit vectors together to get a vector that points in any direction. Anyways, without further ado, I'll move on to what you posted..
They give you a definition of the r hat vector. It looks complicated, but really it's not. The r hat vector is the unit vector that always points directly outward from the origin. As you can see in example b and c, the r hat vector would be useful in explaining this vector field. (While the j hat vector would be useful for explaining example a.)
With the definition of the r hat unit vector, you can specify the vector field in example b as follows:
\vec{A}=r^2\hat{r}
"Vector field A always points away from the origin and has a magnitude of r^2"
Also, if you explicitly write out the r hat unit vector, you can separate it into i hat, j hat, and k hat terms. (k hat is the unit vector that points in the direction of positive z axis.) This means that you could theoretically take the dot product with another vector right? Well, that is what they are doing. They are saying, "take the vector field in example three and take the dot product with another vector." The other vector that they are talking about is called the Del Operator.
\vec{∇}=\frac{\partial}{\partial x}\hat{i}+\frac{\partial}{\partial y}\hat{j}+\frac{\partial}{\partial z}\hat{k}
I'm assuming you know how to take a dot product.
As you can see, if you take the dot product with this vector and some other vector field like the ones in the example, you will have to take some derivatives. Anyways, that's not the important part. That is technical calc III stuff. The point is that they are calculating something known as "Divergence" which is basically how much the vector field is "exploding outward".
As you can see, example b and c have divergence. Example b diverges more as you get further away from the origin. Example c diverges less as you get further away from the origin, etc.
*****
Summary:
They are finding the divergence of example b.
To do this, they take the dot product between "vector field b" and "the del operator". This gives divergence.
They then see that the divergence is equal to 4r. This means that the field "diverges more" as you move further away from the center.
I hope this helped. This stuff can be quite complicated, but in my honest opinion, it's the most interesting math I've ever had the pleasure of studying. Vector calculus is just plain beautiful haha