Integrals
- Details
- Last Updated on 03 June 2011
- Written by Administrator
- Hits: 184
$a$, $b$, $c$, $\alpha$, $\beta$ are constants
$f$, $g$, $u$ are functions of a variable $x$
Basic properties
Properties
- \[ \int _a ^a f(x)dx = 0 \]
- \[ \int _b ^a f(x)dx = - \int _a ^b f(x)dx \]
- Chasles' theorem: \[ \int _a ^b f(x)dx + \int _b ^c f(x)dx = \int _a ^c f(x)dx \]
Linearity
\[ \int (\alpha f(x) + \beta g(x)) dx = \alpha \int f(x) dx + \beta \int g(x) dx \]
Integration by substitution
\[ \int _a ^b (f \circ g) (t) g'(t) dt = \int _{g(a)} ^{g(b)} f(x) dx \] when substituting $ x = g(t) $
Integration by parts
\[ \int f(x) g'(x) dx = f(x) g(x) - \int f'(x) g(x) dx \]
Common integrals
Polynomials
\[ \int dx = x +c \]
\[ \int x^{n}dx = \frac {1}{n+1} x^{n+1}+c \]
Others
\[ \int \frac {u'} {u} dx = ln |u| + c \]
\[ \int \frac {-u'} {u^2} dx = \frac {1} {u} + c \]
Add new comment
Derivatives
- Details
- Last Updated on 01 June 2011
- Written by Administrator
- Hits: 172
$c$ is a constant
$f$, $g$ are functions of a variable $x$
Basic properties
Product rule
$(f.g)'=f'.g + g'.f$
Quotient rule
$(\frac{f}{g})'=\frac{f'.g-g'.f}{g^2}$
Chain rule
$(f \circ g)'=f' \circ g . g'$
Polynomials
$\frac{d}{dx}(c)=0$
$\frac{d}{dx}(x)=1$
$\frac{d}{dx}(x^n)=n.x^{n-1}$


