If a univariate function like $f(x)$ is differentiable, we denote its derivative by $\frac{\mathrm{d} }{\mathrm{d} x}f(x)$ and its integral by $\int f(x)\mathrm{d} x$. If the function happens to be multivariate we denote its "Partial derivative" by $\frac{\partial }{\partial x_i}f(x_1,\cdots ,x_i,\cdots ,x_n)$ and its total derivative by $\frac{\mathrm{d} }{\mathrm{d} x_i}f(x_1,\cdots ,x_i,\cdots ,x_n)$.
Now this is my question:
What are the inverse operations of "Partial derivative" and "Total derivative" of a multivariate function? Do we have such things as "Partial Integral" or "Total integral" of a multivariate function? And if this is true, what do we call such "Partial Integral" and "Total integral" of a multivariate function, and what are the agreed-upon notations for them?
Let $f: \mathbb{R^n} \longrightarrow \mathbb{R^p}$ .You can obviously find some integral involving the function $f$ where you want to only consider some of the $(x_1, \cdots, x_n)$ and if that is the case, you assume that the $x_i$ not being used are constants.
For instance let $f(x, y, z) = xyz$. I may want to integrate $f$ with respect to $x$, with $x$ from $0$ to $a$ while keeping $y, z$ constant at, say, $1$. Then I want to compute
$$\int_{0}^{a} xyz\ dx = yz\int_{0}^a x\ dx = \frac{a^2}{2}yz = \frac{a^2}{2}$$
You can also both try to find a function $F$ such that $F\prime = f$ and some function such that $\frac{\partial F}{\partial x_i} = f$ and if you are given the function $f$, that would mean you would be finding a "global" primitive of $f$ or a partial primitive (with respect to $x_i$) of $f$ and thus those operations are well-defined.
For instance finding $F$ such that $\frac{\partial F}{\partial x} = xyz$ would mean finding the primitive with respect to $x$ and in this case is $F = \frac{x^2yz}{2}$
If you want to find $F$ such that $F\prime = f$ you assume that the coordinate functions of $f$ are the partial derivatives of $F$, integrate each one of them, and try to "glue" them together.
Say $f(x, y) = (x^2, y^2)$. Then this means $\frac{\partial F}{\partial x} = x^2$, $\frac{\partial F}{\partial y} = y^2$. Integrating both of them with respect to the right variable you get
$$\frac{\partial F}{\partial x} = x^2 \iff F = \frac{x^3}{3} + \omega_1(y)$$ for some function $\omega_1$ that depends only of $y$.
$$\frac{\partial F}{\partial y} = y^2 \iff F = \frac{y^3}{3} + \omega_2(x)$$ for some function $\omega_2$ that depends only of $x$.
Gluing everything together you get
$$\frac{y^3}{3} + \omega_2(x) = \frac{x^3}{3} + \omega_1(y) \iff \omega_1(y) = \frac{y^3}{3} \wedge \omega_2(x) = \frac{x^3}{3} \rightarrow F(x, y) = \frac{x^3}{3} + \frac{y^3}{3}$$
and getting that
$$\nabla F = f$$ (Please note that I am just saying you can perform such operations, I am not giving you any nomenclature for them)