Skip to main content
Speclore

Differentials Integrals

Reference data and engineering information about differentials integrals for miscellaneous applications.

differentialsintegrals

Overview

Common differentials and integrals used in engineering calculations.

Differentials

#FunctionDerivative
1xnx^nddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1}
2ln(x)\ln(x)ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}
3eaxe^{ax}ddxeax=aeax\frac{d}{dx} e^{ax} = a e^{ax}
4axa^xddxax=axln(a)\frac{d}{dx} a^x = a^x \ln(a)
5xxx^xddxxx=xx(1+ln(x))\frac{d}{dx} x^x = x^x (1 + \ln(x))
6sin(x)\sin(x)ddxsin(x)=cos(x)\frac{d}{dx} \sin(x) = \cos(x)
7cos(x)\cos(x)ddxcos(x)=sin(x)\frac{d}{dx} \cos(x) = -\sin(x)
8tan(x)\tan(x)ddxtan(x)=sec2(x)\frac{d}{dx} \tan(x) = \sec^2(x)
9cot(x)\cot(x)ddxcot(x)=csc2(x)\frac{d}{dx} \cot(x) = -\csc^2(x)
10sin1(x)\sin^{-1}(x)ddxsin1(x)=11x2\frac{d}{dx} \sin^{-1}(x) = \frac{1}{\sqrt{1-x^2}}
11cos1(x)\cos^{-1}(x)ddxcos1(x)=11x2\frac{d}{dx} \cos^{-1}(x) = \frac{-1}{\sqrt{1-x^2}}
12tan1(x)\tan^{-1}(x)ddxtan1(x)=11+x2\frac{d}{dx} \tan^{-1}(x) = \frac{1}{1+x^2}
13cot1(x)\cot^{-1}(x)ddxcot1(x)=11+x2\frac{d}{dx} \cot^{-1}(x) = \frac{-1}{1+x^2}

Integrals

#FunctionIntegral
14xnx^nxndx=xn+1n+1,n1\int x^n dx = \frac{x^{n+1}}{n+1}, \quad n \neq -1
151x\frac{1}{x}1xdx=ln(x)\int \frac{1}{x} dx = \ln(x)
16eaxe^{ax}eaxdx=eaxa,a0\int e^{ax} dx = \frac{e^{ax}}{a}, \quad a \neq 0
17axa^xaxdx=axln(a),a>0,a1\int a^x dx = \frac{a^x}{\ln(a)}, \quad a > 0, a \neq 1
18ln(x)\ln(x)ln(x)dx=x(ln(x)1)\int \ln(x) dx = x(\ln(x) - 1)
19sin(x)\sin(x)sin(x)dx=cos(x)\int \sin(x) dx = -\cos(x)
20cos(x)\cos(x)cos(x)dx=sin(x)\int \cos(x) dx = \sin(x)
21tan(x)\tan(x)tan(x)dx=ln(cos(x))\int \tan(x) dx = -\ln(\cos(x))
22cot(x)\cot(x)cot(x)dx=ln(sin(x))\int \cot(x) dx = \ln(\sin(x))
23sec2(x)\sec^2(x)sec2(x)dx=tan(x)\int \sec^2(x) dx = \tan(x)
24csc2(x)\csc^2(x)csc2(x)dx=cot(x)\int \csc^2(x) dx = -\cot(x)
2511x2\frac{1}{\sqrt{1-x^2}}11x2dx=sin1(x),x<1\int \frac{1}{\sqrt{1-x^2}} dx = \sin^{-1}(x), \quad \|x\| < 1
2611+x2\frac{1}{1+x^2}11+x2dx=tan1(x),x<1\int \frac{1}{1+x^2} dx = \tan^{-1}(x), \quad \|x\| < 1

Extended Formulas

Differential Formulas with Notes

The following differential formulas are foundational. Some include important special cases:

  • Power Function (Special Case): When differentiating xxx^x, the result is ddxxx=xx(1+lnx)\frac{d}{dx}x^x = x^x(1 + \ln x).
  • Natural Logarithm: ddxlnx=1x\frac{d}{dx} \ln x = \frac{1}{x}
  • Exponential Functions:
    • ddxeax=aeax\frac{d}{dx} e^{ax} = a e^{ax}
    • ddxax=axlna\frac{d}{dx} a^x = a^x \ln a (where a>0,a1a > 0, a \neq 1)

Integral Formulas with Conditions

The general form for integrating power functions has an important condition:

xndx=xn+1n+1+Cfor n1\int x^n dx = \frac{x^{n+1}}{n+1} + C \quad \text{for } n \neq -1

The integral corresponding to n=1n = -1 is the natural logarithm. Note the standard absolute value inclusion in the result:

1xdx=lnx+C\int \frac{1}{x} dx = \ln |x| + C

Similarly, the integral for the natural logarithm itself is:

lnxdx=x(lnx1)+C\int \ln x \, dx = x(\ln x - 1) + C

References