Math-Linux.com

Knowledge base dedicated to Linux and applied mathematics.

Home > Latex > FAQ > Latex - FAQ > LaTex symbol partial derivative

LaTex symbol partial derivative

All the versions of this article: <English> <français>

How to write the LaTex symbol of the partial derivative: \partial

The \partial Command in LaTeX

The \partial command is used in LaTeX to represent a partial derivative.

Basic Usage

The \partial command can be used as follows to display the partial derivative of a function $f$ with respect to a variable $x$:


\frac{\partial f}{\partial x}

$$ \frac{\partial f}{\partial x} $$

Subscript under the Partial Derivative

It is possible to add a subscript under the partial derivative to specify with respect to which variable the derivative is taken. For example, to represent the partial derivative of a function $f$ with respect to the variable $x$ while specifying that the variable $y$ is constant, the following command can be used:


\frac{\partial f}{\partial x}_y

$$ \frac{\partial f}{\partial x}_y $$

Higher Order Partial Derivatives

It is also possible to represent higher order partial derivatives. For example, to represent the second partial derivative of a function $f$ with respect to the variable $x$, the following command can be used:


\frac{\partial^2 f}{\partial x^2}

$$ \frac{\partial^2 f}{\partial x^2} $$

The notations for subscripts and higher order partial derivatives can be combined. For example, to represent the second partial derivative of a function $f$ with respect to the variables $x$ and $y$, the following command can be used:


\frac{\partial^2 f}{\partial x \partial y}

$$ \frac{\partial^2 f}{\partial x \partial y} $$

Example of partial differential equations

Partial differential equations are equations that involve partial derivatives of unknown functions. They are often used to model physical phenomena. Here are some examples of famous partial differential equations:

 The heat equation:

The heat equation is a partial differential equation that models the diffusion of heat in an object. It is given by:


\frac{\partial u}{\partial t} = \alpha \nabla^2 u

$$ \frac{\partial u}{\partial t} = \alpha \nabla^2 u $$

where $u(x, t)$ is the temperature at location $x$ and time $t$, $\alpha$ is the thermal diffusivity, and $\nabla^2$ is the Laplace operator.

 The Stokes equations:

The Stokes equations are a system of partial differential equations that model the motion of an incompressible viscous fluid. They are given by:


\begin{align}
\nabla \cdot \mathbf{u} &= 0\\
\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) &= - \nabla p + \mu \nabla^2 \mathbf{u}
\end{align}

$$ \begin{align} \nabla \cdot \mathbf{u} &= 0\\ \rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) &= - \nabla p + \mu \nabla^2 \mathbf{u} \end{align} $$

where $\mathbf{u}$ is the fluid velocity, $p$ is the pressure, $\rho$ is the fluid density, $\mu$ is the dynamic viscosity, and $\nabla^2$ is the Laplace operator.

 The Navier-Stokes equations:

The Navier-Stokes equations are partial differential equations that describe the motion of an incompressible viscous fluid. They are of great importance in fluid mechanics, engineering, and physics.

The Navier-Stokes equations in $d$ dimensions are:


\begin{align}
\frac{\partial \mathbf{u}}{\partial t} + (\mathbf{u} \cdot \nabla) \mathbf{u} &= - \frac{1}{\rho} \nabla p + \nu \nabla^2 \mathbf{u} + \mathbf{f}, \quad \mathrm{for} \quad \mathbf{x} \in \Omega, \\
\nabla \cdot \mathbf{u} &= 0, \quad \mathrm{for} \quad \mathbf{x} \in \Omega,
\end{align}

$$ \begin{align} \frac{\partial \mathbf{u}}{\partial t} + (\mathbf{u} \cdot \nabla) \mathbf{u} &= - \frac{1}{\rho} \nabla p + \nu \nabla^2 \mathbf{u} + \mathbf{f}, \quad \mathrm{for} \quad \mathbf{x} \in \Omega, \\ \nabla \cdot \mathbf{u} &= 0, \quad \mathrm{for} \quad \mathbf{x} \in \Omega, \end{align} $$

where $\mathbf{u}(\mathbf{x},t)$ is the velocity of the fluid at position $\mathbf{x} \in \Omega$ and time $t$, $p(\mathbf{x},t)$ is the pressure, $\rho$ is the mass density of the fluid, $\nu$ is the kinematic viscosity, $\mathbf{f}(\mathbf{x},t)$ is the external force applied to the fluid, and $\nabla$ is the gradient operator.

The first equation is the conservation of momentum equation, which describes the evolution of the fluid velocity in response to applied forces. The second equation is the continuity equation, which expresses the conservation of mass.

The Navier-Stokes equations are nonlinear and can be very difficult to solve. They are often solved numerically using methods such as finite element method or finite difference method.

Also in this section

  1. How to get dots in Latex \ldots,\cdots,\vdots and \ddots
  2. $L^1$, $L^2$, $L^p$ and $L^\infty$ spaces in Latex
  3. Horizontal and vertical curly Latex braces: \left\{,\right\},\underbrace{} and \overbrace{}
  4. How to display formulas inside a box or frame in Latex ? \boxed
  5. How to write a vector in Latex ? \vec,\overrightarrow
  6. How to write algorithm and pseudocode in Latex ?\usepackage{algorithm},\usepackage{algorithmic}
  7. How to write angle in latex langle, rangle, wedge, angle, measuredangle, sphericalangle
  8. How to write matrices in Latex ? matrix, pmatrix, bmatrix, vmatrix, Vmatrix
  9. How to write number sets N Z D Q R C with Latex: \mathbb, amsfonts and \mathbf
  10. How to write table in Latex ? begin{tabular}...end{tabular}
  11. Latex absolute value
  12. Latex arrows
  13. Latex backslash symbol
  14. Latex binomial coefficient
  15. Latex bra ket notation
  16. Latex ceiling function
  17. Latex complex numbers
  18. Latex congruent symbol
  19. Latex convolution symbol
  20. Latex copyright, trademark, registered symbols
  21. Latex degree symbol
  22. LateX Derivatives, Limits, Sums, Products and Integrals
  23. Latex empty set
  24. Latex euro symbol
  25. Latex expected value symbol - expectation
  26. Latex floor function
  27. Latex gradient symbol
  28. Latex hat symbol - wide hat symbol
  29. Latex horizontal space: qquad,hspace, thinspace,enspace
  30. Latex how to hide page number
  31. Latex how to insert a blank or empty page with or without numbering \thispagestyle,\newpage,\usepackage{afterpage}
  32. Latex how to write a fraction
  33. Latex how to write bar
  34. Latex how to write percent
  35. Latex how to write text in math mode
  36. Latex how to write underscore
  37. Latex imaginary part symbol
  38. Latex indicator function
  39. Latex infinity symbol
  40. Latex jacobian symbol
  41. Latex natural numbers
  42. Latex normal distribution symbol
  43. Latex not parallel symbol
  44. Latex not subset symbol
  45. Latex numbering equations
  46. Latex orthogonal symbol - Latex perpendicular symbol
  47. Latex overset and underset
  48. Latex parallel symbol
  49. Latex piecewise function
  50. Latex plus or minus symbol
  51. Latex product symbol
  52. Latex quaternion numbers
  53. Latex rational numbers
  54. Latex real numbers
  55. Latex real part symbol
  56. Latex square root symbol
  57. Latex subset symbol
  58. Latex symbol average
  59. Latex symbol belongs to
  60. Latex symbol checkmark
  61. Latex symbol different
  62. Latex symbol exists
  63. Latex symbol for all x
  64. Latex symbol if and only if / equivalence
  65. Latex symbol multiply
  66. Latex symbol norm for vector and sum
  67. Latex symbol not equal
  68. Latex symbol not exists
  69. Latex symbol not in
  70. LaTex symbol partial derivative
  71. Latex symbol Planck constant h
  72. Latex symbol there exists one and only one
  73. Latex tensor product
  74. Latex yen symbol
  75. Strikethrough - strike out text or formula in LaTeX