Glossary of Notations

i The square root of minus one.
\(f(x)\) The value of the function \(f\) at argument \(x\).
\(\sin x\) The value of the sine function at argument \(x\).
\(\exp x\) The value of the exponential function at argument \(x\). This is often written as \(e^x\).
a^x The number a raised to the power \(x\); for rational \(x\) is defined by inverse functions.
\(\ln x\) The inverse function to \(\exp x\).
\(a^x\) Same as a^x.
\(\log_b a\) The power you must raise \(b\) to in order to get \(a\): \(b^{\log_ba} = a\).
\(\cos x\) The value of the cosine function (complement of the sine) at argument \(x\).
\(\tan x\) Works out to be \(\frac{\sin x}{\cos x}\).
\(\cot x\) The value of the complement of the tangent function or \(\frac{\cos x}{\sin x}\).
\(\sec x\) Value of the secant function, which turns out to be \(\frac{1}{\cos x}\).
\(\csc x\) Value of the complement of the secant, called the cosecant. It is \(\frac{1}{\sin x}\).
\(\text{asin}\, x\) The value, \(y\), of the inverse function to the sine at argument \(x\). Means \(x = \sin y\).
\(\text{acos}\, x\) The value, \(y\), of the inverse function to cosine at argument \(x\). Means \(x = \cos y\).
\(\text{atan}\, x\) The value, \(y\), of the inverse function to tangent at argument \(x\). Means \(x = \tan y\).
\(\text{acot}\, x\) The value, \(y\), of the inverse function to cotangent at argument \(x\). Means \(x = \cot y\).
\(\text{asec}\, x\) The value, \(y\), of the inverse function to secant at argument \(x\). Means \(x = \sec y\).
\(\text{acsc}\, x\) The value, \(y\), of the inverse function to cosecant at argument \(x\). Means \(x = \csc y\).
\(\theta\) A standard symbol for angle. Measured in radians unless stated otherwise. Used especially for \(\text{atan}\, \frac{x}{y}\) when \(x\), \(y\), and \(z\) are variables used to describe point in three dimensional space.
\(\hat{i}\), \(\hat{j}\), \(\hat{k}\) Unit vectors in the \(x\), \(y\) and \(z\) directions respectively.
\((a, b, c)\) A vector with \(x\) component \(a\), \(y\) component \(b\) and \(z\) component \(c\).
\((a, b)\) A vector with \(x\) component \(a\), \(y\) component \(b\).
\(\left(\vec{a},\vec{b}\right)\) The dot product of vectors \(\vec{a}\) and \(\vec{b}\).
\(\vec{a} \cdot \vec{b}\) The dot product of vectors \(\vec{a}\) and \(\vec{b}\).
\(\left(\vec{a} \cdot \vec{b}\right)\) The dot product of vectors \(\vec{a}\) and \(\vec{b}\).
\(|\vec{v}|\) The magnitude of the vector \(\vec{v}\).
\(|x|\) The absolute value of the number \(x\).
\(\sum\) Used to denote a summation, usually the index and often their end values are written under it with upper end value above it. For example the sum of \(j\) for \(j = 1\) to \(n\) is written as \(\sum_{j=1}^{n}j\) or \(\sum^{n}j\). This signifies \(1 + 2 + ... + n\).
\(M\) Used to represent a matrix or array of numbers or other entities.
|v> A column vector, that is one whose components are written as a column and treated as a \(k\) by \(1\) matrix.
<v| A vector written as a row, or \(1\) by \(k\) matrix.
\(dx\) An "infinitesimal" or very small change in the variable \(x\); also similarly \(dy\), \(dz\), \(dr\) etc.
\(ds\) A small change in distance.
\(\rho\) The variable \(\sqrt{x^2 +y^2 + z^2}\) or distance to the origin in spherical coordinates.
\(r\) The variable \(\sqrt{x^2 +y^2}\) or distance to the z-axis in three dimensions or in polar coordinates.
\(|M|\) The determinant of a matrix \(M\) (whose magnitude is the area or volume of the parallel sided region determined by its columns or rows).
\(||M||\) The magnitude of the determinant of the matrix \(M\), which is a volume or area or hypervolume.
\(\text{det}\, M\) The determinant of \(M\).
\(M^{-1}\) The inverse of the matrix \(M\).
\(\vec{v} \times \vec{w}\) The vector product or cross product of two vectors, \(\vec{v}\) and \(\vec{w}\).
\(\theta_{vw}\) The angle made by vectors \(\vec{v}\) and \(\vec{w}\).
\(A \cdot B \times C\) The scalar triple product, the determinant of the matrix formed by columns \(A\), \(B\), \(C\).
\(\hat{u}_w\) A unit vector in the direction of the vector \(\vec{w}\); it means the same as \(\frac{\vec{w}}{|\vec{w}|}\).
\(df\) A very small change in the function \(f\), sufficiently small that the linear approximation to all relevant functions holds for such changes.
\(\frac{df}{dx}\) The derivative of \(f\) with respect to \(x\), which is the slope of the linear approximation to \(f\).
\(f'\) The derivative of \(f\) with respect to the relevant variable, usually \(x\).
\(\frac{\partial f}{\partial x}\) The partial derivative of \(f\) with respect to \(x\), keeping \(y\), and \(z\) fixed. In general a partial derivative of \(f\) with respect to a variable \(q\) is the ratio of \(df\) to \(dq\) when certain other variables are held fixed. Where there is possible misunderstanding over which variables are to be fixed that information should be made explicit.
\(\left.\frac{\partial f}{\partial x} \right|_{y,z}\) The partial derivative of \(f\) with respect to \(x\) keeping \(y\) and \(z\) fixed.
\(\text{grad}\,f\) The vector field whose components are the partial derivatives of the function \(f\) with respect to \(x\), \(y\) and \(z\): \(\left(\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z}\right)\) or \( \frac{\partial f}{\partial x}\hat{i} + \frac{\partial f}{\partial y}\hat{j} + \frac{\partial f}{\partial z}\hat{k} \), called the gradient of \(f\).
\(\nabla\) The vector operator \( \frac{\partial}{\partial x}\hat{i} + \frac{\partial}{\partial y}\hat{j} + \frac{\partial}{\partial z}\hat{k} \), called "del".
\(\nabla f\) The gradient of \(f\); its dot product with \(\hat{u}_w\) is the directional derivative of \(f\) in the direction of \(\vec{w}\).
\(\nabla \cdot \vec{w}\) The divergence of the vector field \(\vec{w}\); it is the dot product of the vector operator \(\nabla\) with the vector \(\vec{w}\), or \( \frac{\partial w_x}{\partial x} + \frac{\partial w_y}{\partial y} + \frac{\partial w_z}{\partial z} \).
\(\text{curl}\,\vec{w}\) The cross product of the vector operator \(\nabla\) with the vector \(\vec{w}\).
\(\nabla \times \vec{w}\) The curl of \(\vec{w}\), with components \( \left( \frac{\partial f_z}{\partial y} - \frac{\partial f_y}{\partial z}, \frac{\partial f_x}{\partial z} - \frac{\partial f_z}{\partial x}, \frac{\partial f_y}{\partial x} - \frac{\partial f_x}{\partial y} \right) \).
\(\nabla \cdot \nabla\) The Laplacian, the differential operator: \( \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2} + \frac{\partial^2}{\partial z^2} \).
\(f'(x)\) The second derivative of \(f\) with respect to \(x\); the derivative of \(f'(x)\).
\(\frac{d^2f}{dx^2}\) The second derivative of \(f\) with respect to \(x\).
\(f^{(2)}(x)\) Still another form for the second derivative of \(f\) with respect to \(x\).
\(f^{(k)}(x)\) The k-th derivative of \(f\) with respect to \(x\); the derivative of \(f^{(k-1)}(x)\).
\(\hat{T}\) Unit tangent vector along a curve; if curve is described by \(\vec{r}(t)\), \(\hat{T} = \frac{d\vec{r}/dt}{|d\vec{r}/dt|}\).
\(ds\) A differential of distance along a curve.
\(\kappa\) The curvature of a curve; the magnitude of the derivative of its unit tangent vector with respect to distance on the curve: \(\left|\frac{d\vec{T}}{ds}\right|\).
\(\hat{N}\) A unit vector in the direction of the projection of \(\frac{d\hat{T}}{ds}\) normal to \(\hat{T}\).
\(\hat{B}\) A unit vector normal to the plane of \(\hat{T}\) and \(\hat{N}\), which is the plane of curvature.
\(\tau\) The torsion of a curve: \(\left|\frac{d\hat{B}}{ds}\right|\).
\(g\) The gravitational constant.
\(\vec{F}\) The standard symbol for force in mechanics.
\(k\) The spring constant of a spring.
\(\vec{p}_i\) The momentum of the i-th particle.
\(H\) The Hamiltonian of a physical system, which is its energy expressed in terms of \(\{\hat{r}_i\}\) and \(\{\hat{p}_i\}\), position and momentum.
\(\{Q, H\}\) The Poisson bracket of \(Q\) and \(H\).
\(\int^x f(u)du\) An antiderivative of \(f(x)\) expressed as a function of \(x\).
\(\int_a^b f(x)dx\) The definite integral of \(f\) from \(a\) to \(b\). When \(f\) is positive and \(a < b\) holds, then this is the area between the x-axis the lines \(y = a\), \(y = b\) and the curve that represents the function \(f\) between these lines.
\(L(d)\) A Reimann sum with uniform interval size \(d\) and \(f\) evaluated at the left end of each subinterval.
\(R(d)\) A Reimann sum with uniform interval size \(d\) and \(f\) evaluated at the right end of each subinterval.
\(M(d)\) A Reimann sum with uniform interval size \(d\) and \(f\) evaluated at the maximum point of \(f\) in each subinterval.
\(m(d)\) A Reimann sum with uniform interval size \(d\) and \(f\) evaluated at the minimum point of \(f\) in each subinterval.