If some function like $f$ depends on just one variable like $x$, we denote its derivative with respect to the variable by: $$\frac{\mathrm{d} }{\mathrm{d} x}f(x)$$ Now if the function happens to depend on $n$ variables we denote its derivative with respect to the $i$th variable by: $$\frac{\partial }{\partial x_i}f(x_1,\cdots ,x_i,\cdots ,x_n)$$
Now my question is what is the significance of this notation? I mean what will be wrong if we show "Partial derivative" of $f$ with respect to $x_i$ like this? : $$\frac{\mathrm{d} }{\mathrm{d} x_i}f(x_1,\cdots ,x_i,\cdots ,x_n)$$ Does the symbol $\partial$ have a significant meaning?
Or from a mathematical point of view: $$ \frac{d}{dx_i}f(x_1,…,x_i,…,x_n)=\sum_{j=1}^n\frac{∂}{∂x_j}f(x_1,…,x_n)·\frac{dx_j}{dx_i} $$ that is, the partial derivative "binds closer" to $f$ than the total derivative.