Hello, I am sorry for my mistake. Here is what I meant exactly:
I have vector ##\vec v_1## at point ##\left(x, y \right)## , vector ##\vec v_2## at point ##\left(x+dx, y \right)## and vector ##\vec v_3## at point ##\left(x, y+dy \right)## (##\vec v_1## = ##\vec F\left(x, y \right)##, ##\vec v_2## = ##\vec F \left(x+dx, y \right) ##, ##\vec v_3## = ##\vec F \left(x, y+dy \right) ##).
Then difference between ##\vec v_2## and ##\vec v_1## will be ##d\vec v_{21}##, difference between ##\vec v_3## and ##\vec v_1## will be ##d\vec v_{31}## (##d\vec v_{21}## = ##\vec F \left(x+dx, y \right) ## - ##\vec F\left(x, y \right)##, ##d\vec v_{31}## = ##\vec F \left(x, y+dy \right) ## - ##\vec F\left(x, y \right)##).
Next I will get vector ##\frac {d\vec v_{21}} {dx}## which is collinear with ##d\vec v_{21}##, and so for ##\frac {d\vec v_{31}} {dy}##.
Now if I multiple ##\frac {d\vec v_{21}} {dx}## by ##\hat i## I will get a length of the x-component of that vector and the y-component of vector ##\frac {d\vec v_{31}} {dy}## if multiple by ##\hat j##.
Sum of ##\frac {d\vec v_{21}} {dx} \cdot \hat i## and ##\frac {d\vec v_{31}} {dy} \cdot \hat j## is equal to ##\frac {\partial \vec F} {\partial x} \cdot \hat i## + ##\frac {\partial \vec F} {\partial y}\cdot \hat j##. This is also equal to
##\frac \partial {\partial x} \cdot \left(\frac {\partial f} {\partial x}\cdot \hat i + \frac {\partial f} {\partial y}\cdot \hat j \right) \cdot \hat i## + ##\frac \partial {\partial y} \cdot \left(\frac {\partial f} {\partial x}\cdot \hat i + \frac {\partial f} {\partial y}\cdot \hat j \right) \cdot \hat j## =
##\frac {\partial^2 f} {\partial^2 x} \cdot \hat i \cdot \hat i## + ##\frac {\partial^2 f} {\partial x \cdot \partial y} \cdot \hat i \cdot \hat j## + ##\frac {\partial^2 f} {\partial x \cdot \partial y} \cdot \hat i \cdot \hat j## + ##\frac {\partial^2 f} {\partial^2 y} \cdot \hat j \cdot \hat j## =
##\frac {\partial^2 f} {\partial^2 x}##+##\frac {\partial^2 f} {\partial^2 y}## = sum of the lengths of those dashed lines. I can not understand what does this sum mean.