· Math

Common derivative formulas

The derivative of a function f(x)f(x) is defined as:

dfdx=limh0f(x+h)f(x)h\frac{df}{dx} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

First derivatives of basic functions

Constant:

ddx(c)=0\frac{d}{dx}(c) = 0

Power rule:

ddx(xn)=nxn1\frac{d}{dx}\left(x^n\right) = n x^{n-1}

Linear function:

ddx(ax+b)=a\frac{d}{dx}(a x + b) = a

Exponential:

ddx(ex)=ex\frac{d}{dx}\left(e^x\right) = e^x

Natural logarithm:

ddx(lnx)=1x\frac{d}{dx}\left(\ln x\right) = \frac{1}{x}

Trigonometric derivatives

ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x

ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x

ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x

Higher-order derivatives

Second derivative:

d2fdx2=ddx(dfdx)\frac{d^2 f}{dx^2} = \frac{d}{dx}\left(\frac{df}{dx}\right)

Example:

f(x)=x3d2fdx2=6xf(x) = x^3 \quad\Rightarrow\quad \frac{d^2 f}{dx^2} = 6x

Product rule

For f(x)g(x)f(x)g(x):

ddx(fg)=fg+fg\frac{d}{dx}\left(fg\right) = f' g + f g'

Quotient rule

For f(x)g(x)\frac{f(x)}{g(x)}:

ddx(fg)=fgfgg2\frac{d}{dx}\left(\frac{f}{g}\right) = \frac{f' g - f g'}{g^2}

Chain rule

For f(g(x))f(g(x)):

ddxf(g(x))=f(g(x))g(x)\frac{d}{dx} f(g(x)) = f'(g(x))\,g'(x)

Partial derivatives

For a multivariable function f(x,y)f(x,y):

fx,fy\frac{\partial f}{\partial x}, \qquad \frac{\partial f}{\partial y}

Example:

f(x,y)=x2yf(x,y) = x^2 y

fx=2xy,fy=x2\frac{\partial f}{\partial x} = 2xy, \qquad \frac{\partial f}{\partial y} = x^2

Derivatives commonly used in beam theory

Deflection:

w(x)=dwdxw'(x) = \frac{dw}{dx}

Rotation:

θ(x)=w(x)\theta(x) = w'(x)

Curvature:

κ(x)=d2wdx2\kappa(x) = \frac{d^2 w}{dx^2}

Bending moment relation:

M(x)=EId2wdx2M(x) = -E I\,\frac{d^2 w}{dx^2}

Shear force relation:

V(x)=dMdxV(x) = \frac{dM}{dx}

Distributed load relation:

q(x)=dVdxq(x) = -\frac{dV}{dx}

Topics

  • Math
  • Calculus
  • Derivatives