Combinatorial analysis and enumerating formulas
All the formulas that follow will always have two cases:
-
without repetition
-
with repetition
: in this case there will be a bar above to mean "with repetition"
For example, if we note the arrangements without repetition \(A_n\), we will note \(\overline{A_n}\) those with possible repetition.
For any set \(E\) of \(n\) elements, the number of possible permutations without repetition is:
$$ \forall n \in \mathbb{N}, $$
$$ P_n = n !$$
For any set \(E = \{e_1, e_2, e_3, \ ..., \ e_n \}\) with \(k_1, k_2, k_3, ...,k_{n}\) the number of occurrences of each element, the number of
possible
permutations
is:
$$ \forall n \in \mathbb{N}, \ \forall (k_1, k_2, k_3, ...,k_n),$$
$$ \overline{P_n} = \frac{ \left( \sum\limits_{i=1}^{n} k_i \right) ! }{\prod\limits_{i=1}^{n} k_i ! } = \frac{\bigl(k_1 + k_2 \hspace{0.04em} +
\hspace{0.04em} ... \hspace{0.04em} + k_n \hspace{0.04em}\bigr) !}{k_1 ! \times k_2 ! \hspace{0.04em} \times \hspace{0.04em} ... \hspace{0.04em}
\times k_n ! } $$
The number of arrangements without repetition of \(p\) elements taken from a set of \(n\) are worth:
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ A_n^p = \frac{n !}{(n-p) !}$$
The number of arrangements with repetition of \(p\) elements taken from a set of \(n\) are worth:
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ \overline{A_n^p} = n^p$$
The number of ways to take \(p\) elements (distinct and without repetition) in a set of \(n\) elements are worth:
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ \binom{n}{p} = \frac{n !}{p ! (n-p) !}$$
(\(\Longrightarrow\)
voir les propriétés du binôme
)
The number of ways to take \(p\) elements (distinct and with repetition) in a set of \(n\) elements are worth:
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \ n \geqslant 1, $$
$$ \left(\binom{n}{p}\right) = \binom{n + p - 1}{p} = \frac{(n + p -1) !}{p ! (n-1) !}$$
The number of possible parts of a set \(E = \{e_1, e_2, e_3, \ ..., e_n\}\), that's to say :
$$ \Bigl \{ \{ \emptyset \}, \{e_1\}, \{e_2\}, \{e_3\}, \ ..., \ \{e_1, e_2\}, \ \{e_1, e_3\}, \ \{e_2, e_3\}, \ ..., \ \{e_1, e_2, e_3\}, \
\{e_1, e_3, e_4\}, \ \{e_1, e_2, e_4\}, \ ..., \ \{e_1, e_2, e_3, \ ..., e_n\} \Bigr \}$$
is worth :
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{p = 0}^n \binom{n}{p} = \hspace{0.2em} 2^n $$
The properties of fractions
$$ \forall (a, c) \in \hspace{0.04em} \mathbb{N}^2, \enspace (b, d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^2, $$
$$ \frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd} $$
Multiplying fractions together is the same as multiplying all the numerators (resp. all the denominators) together.
$$ \forall a \in \hspace{0.04em} \mathbb{N}, \enspace (b, c, d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^3, $$
$$ \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} $$
Dividing by a fraction is the same as multiplying by its inverse.
$$ \forall (a, c) \in \hspace{0.04em} \mathbb{N}^2, \enspace (b, d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^2, $$
$$ \frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd} $$
Adding (resp. subtracting) fractions together requires putting them under a common denominator.
$$ \forall (a, c) \in \hspace{0.04em} \mathbb{N}^2, \enspace (b, d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^2, $$
$$ \frac{a}{b} = \frac{c}{d} \Longleftrightarrow ad = bc $$
$$ \forall (a, b, c,d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^4, \ \Bigl \{ (a+b),(c+d) \Bigr \} \ \neq 0,$$
$$ \frac{a}{b} = \frac{c}{d} \Longleftrightarrow \frac{a + b}{a} = \frac{c+d}{c} \Longleftrightarrow \frac{a}{a + b} = \frac{c}{c + d} $$
$$ \frac{a}{b} = \frac{c}{d} \Longleftrightarrow \frac{a+b}{b} = \frac{c+d}{d} \Longleftrightarrow \frac{b}{a + b} = \frac{d}{c + d} $$
The same ratios are possibles replacing all \( (+) \) by \( (-) \).
$$ \forall (a, c) \in \hspace{0.04em} \mathbb{N}^2, \enspace (b, d) \in \hspace{0.04em} \bigl[\mathbb{N}^* \bigr]^2, \Bigl \{ (a-b), (c-d) \Bigr
\} \ \neq 0, $$
$$ \frac{a}{b} = \frac{c}{d} \Longleftrightarrow \frac{a+b}{a-b} = \frac{c+d}{c-d} $$
$$ \forall F \in \mathbb{Q}, \enspace \forall (a, c) \in \hspace{0.04em} \mathbb{N}^2, \enspace (b, d) \in \hspace{0.04em} \bigl[\mathbb{N}^*
\bigr]^2, \enspace \ \Bigl \{ (b+d) \Bigr \} \ \neq 0, $$
$$ F = \frac{a}{b} = \frac{c}{d} \Longrightarrow F = \frac{a+c}{b+d}$$
The same relation is possible replacing \( (+) \) by \( (-) \).
$$ \frac{a}{b} = \frac{c}{d} = \frac{a-c}{b-d}$$
-
Generalization
On the whole, with a serie of \(n \) numerators and \(m \) denominators:
$$ \forall F \in \mathbb{Q}, \enspace \forall (a, c, e ...) \in \hspace{0.04em} \mathbb{N}^n, \enspace (b, d, f...) \in \hspace{0.04em}
\mathbb{N}^m, \enspace \ \Bigl \{ (b \textcolor{rgb(85, 109, 229)}{\pm} d \textcolor{rgb(54 152 46)}{\pm} f \textcolor{rgb(192 52 52)}{\pm} ...)
\Bigr \} \ \neq 0, $$
$$ F = \frac{a}{b} = \frac{c}{d} = \frac{e}{f} = \ ... \ \Longrightarrow F = \frac{a \textcolor{rgb(85, 109, 229)}{\pm} c \textcolor{rgb(54 152
46)}{\pm} e \textcolor{rgb(192 52 52)}{\pm} \ ...}{b \textcolor{rgb(85, 109, 229)}{\pm} d \textcolor{rgb(54 152 46)}{\pm} f \textcolor{rgb(192
52 52)}{\pm} \ ...}$$
$$ (\text{with the same-colour signs being the same}) $$
The properties of matrices
For what follows, it is important to establish the following definitions:
-
Operations on matrices
-
Matrices addition
Let \((A,B) \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})^2\) be two matrices of the same size.
$$ \forall (i, j) \in [\![1, n]\!] \times [\![1, p]\!],$$
$$(A + B)_{i,j} = a_{i,j} + b_{i,j} $$
In other words, we add each element of the left matrix with the element located at the same position of the right one:
$$ A + B = \begin{pmatrix} a_{1,1} & a_{1,2} & a_{1,3} & \dots & a_{1, p} \\ a_{2,1} & a_{2,2} & a_{2,3} & \dots
& a_{2, p} \\ \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots \\
a_{n,1} & a_{n,2} & a_{n,3} & \dots & a_{n, p} \end{pmatrix} + \begin{pmatrix} b_{1,1} & b_{1,2} & b_{1,3} & \dots
& b_{1, p} \\ b_{2,1} & b_{2,2} & b_{2,3} & \dots & b_{2, p} \\ \hspace{0.5em} \vdots & \hspace{0.5em} \vdots &
\hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots \\ b_{n,1} & b_{n,2} & b_{n,3} & \dots & b_{n, p} \end{pmatrix}
$$
$$ A + B = \begin{pmatrix} a_{1,1} + b_{1,1} & a_{1,2} + b_{1,2} & a_{1,3} + b_{1,3} & \dots & a_{1, p} + b_{1, p} \\ a_{2,1}
+ b_{2,1} & a_{2,2} + b_{2,2} & a_{2,3} + b_{2,3} & \dots & a_{2, p} + b_{2,p} \\ \hspace{2em} \vdots & \hspace{2em}
\vdots & \hspace{2em} \vdots & \ddots & \hspace{2em} \vdots \\ a_{n,1} + b_{n,1} & a_{n,2} + b_{n,2} & a_{n,3} + b_{n,3}
& \dots & a_{n, p} + b_{n,p} \end{pmatrix} $$
-
Matrices product
Let \(A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})\) and \(B \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K})\) be two matrices.
To multiply two matrices, we need the left matrix to have the same number of columns as the number of rows of the right one (here \(p\)). As a
result, we obtain a matrix \(AB \in \hspace{0.03em} \mathcal{M}_{n,q} (\mathbb{K})\), so having \(n\) lines and \(q\) columns.
$$ \forall (i, j) \in [\![1, n]\!] \times [\![1, q]\!],$$
$$(A \times B)_{i,j} = \sum_{k = 1}^p a_{i,k} \times b_{k,j} $$
For example:
$$ A \times B = \begin{pmatrix} a_{1,1} & a_{1,2} & a_{1,3} & \dots & a_{1, p} \\ a_{2,1} & a_{2,2} & a_{2,3} &
\dots & a_{2, p} \\ \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots
\\ a_{n,1} & a_{n,2} & a_{n,3} & \dots & a_{n, p} \end{pmatrix} \times \begin{pmatrix} b_{1,1} & b_{1,2} & b_{1,3}
& \dots & b_{1, q} \\ b_{2,1} & b_{2,2} & b_{2,3} & \dots & b_{2, q} \\ \hspace{0.5em} \vdots & \hspace{0.5em}
\vdots & \hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots \\ b_{p,1} & b_{p,2} & b_{p,3} & \dots & b_{p, q}
\end{pmatrix} $$
$$ A \times B = \begin{pmatrix} \Bigl[a_{1,1} b_{1,1} + a_{1,2} b_{2,1} \ + \ ... \ + \ a_{1,p} b_{p,1} \Bigr] & \Bigl[a_{1,1} b_{1,2} +
a_{1,2} b_{2,2} \ + \ ... \ + \ a_{1,p} b_{p,2}\Bigr] & \hspace{1em} \dots \dots \dots \hspace{1em} & \Bigl[a_{1,1} b_{1,q} + a_{1,2}
b_{2,q} \ + \ ... \ + \ a_{1,p} b_{p,q}\Bigr] \\ \Bigl[a_{2,1} b_{1,1} + a_{2,2} b_{2,1} \ + \ ... \ + \ a_{2,p} b_{p,1}\Bigr] &
\Bigl[a_{2,1} b_{1,2} + a_{2,2} b_{2,2} \ + \ ... \ + \ a_{2,p} b_{p,2}\Bigr] & \hspace{1em} \dots \dots \dots \hspace{1em} &
\Bigl[a_{2,1} b_{1,q} + a_{2,2} b_{2,q} \ + \ ... \ + \ a_{2,p} b_{p,q}\Bigr] \\ \hspace{8em} \vdots & \hspace{8em} \vdots &
\hspace{1em} \ddots & \hspace{8em} \vdots \\ \hspace{8em} \vdots & \hspace{8em} \vdots & \hspace{1em} \ddots & \hspace{8em}
\vdots \\ \Bigl[a_{n,1} b_{1,1} + a_{n,2} b_{2,1} \ + \ ... \ + \ a_{n,p} b_{p,1}\Bigr] & \Bigl[a_{n,1} b_{1,2} + a_{2,2} b_{2,2} \ + \
... \ + \ a_{n,p} b_{p,2}\Bigr] & \hspace{1em} \dots \dots \dots \hspace{1em} & \Bigl[a_{n,1} b_{1,q} + a_{n,2} b_{2,q} \ + \ ... \ +
\ a_{n,p} b_{p,q}\Bigr] \end{pmatrix} $$
Be careful, in a general way the matrices product does not have commutative law: \( (A \times B) \neq (B \times A) \)
.
-
Multiplication of a matrix by a scalar \(\lambda\)
Let \(A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})\) be a matrix.
When a matrix is multiplied by a scalar, it affects all its elements.
$$ \forall (i, j) \in [\![1, n]\!] \times [\![1, p]\!],$$
$$(\lambda A)_{i,j} = \lambda \ a_{i,j} $$
For example:
$$ A = \begin{pmatrix} a_{1,1} & a_{1,2} & a_{1,3} & \dots & a_{1, p} \\ a_{2,1} & a_{2,2} & a_{2,3} & \dots &
a_{2, p} \\ \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots \\ a_{n,1}
& a_{n,2} & a_{n,3} & \dots & a_{n, p} \end{pmatrix} $$
$$ \lambda A = \begin{pmatrix} \lambda \ a_{1,1} & \lambda \ a_{1,2} & \lambda \ a_{1,3} & \dots & \lambda \ a_{1, p} \\
\lambda \ a_{2,1} & \lambda \ a_{2,2} & \lambda \ a_{2,3} & \dots & \lambda \ a_{2, p} \\ \hspace{0.5em} \vdots &
\hspace{0.5em} \vdots & \hspace{0.5em} \vdots & \ddots & \hspace{0.5em} \vdots \\ \lambda \ a_{n,1} & \lambda \ a_{n,2} &
\lambda \ a_{n,3} & \dots & \lambda \ a_{n, p} \end{pmatrix} $$
-
Linear combination of matrices
Let \((A,B) \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})^2\) be two matrices of the same size and \((\lambda, \mu) \in \hspace{0.04em}
\mathbb{R}^2\).
With the previous properties of
addition
and
multiplication by a scalar
, we can create linear combinations and:
$$(\lambda A + \mu B)_{i,j} = \lambda \ a_{i,j} + \mu \ b_{i,j} $$
-
Matrix transposition
Let \(A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})\) be a squared matrix of size \(n\).
Matrix transposition consists in reverse lines and columns indices for each elements. We note \(A^T\) (sometimes \(^t A\)) the transposed of
the matrix \(A\).
$$ \forall (i, j) \in [\![1, n]\!]^2,$$
$$ \left(A^T \right)_{i,j} \hspace{0.03em} = a_{j,i} $$
For example:
$$ A = \begin{pmatrix} a_{1,1} & \textcolor{rgb(192 52 52)}{a_{1,2}} & \textcolor{rgb(192 52 52)}{a_{1,3}} & \textcolor{rgb(192 52
52)}{\dots} & \textcolor{rgb(192 52 52)}{a_{1, n}} \\ \textcolor{rgb(54 152 46)}{a_{2,1}} & a_{2,2} & \textcolor{rgb(192 52
52)}{a_{2,3}} & \textcolor{rgb(192 52 52)}{\dots} & \textcolor{rgb(192 52 52)}{a_{2, n}} \\ \textcolor{rgb(54 152 46)}{a_{3,1}} &
\textcolor{rgb(54 152 46)}{a_{3,2}} & a_{3,3} & \textcolor{rgb(192 52 52)}{\dots} & \textcolor{rgb(192 52 52)}{a_{3, n}} \\
\hspace{1em} \textcolor{rgb(54 152 46)}{\vdots} & \hspace{1em} \textcolor{rgb(54 152 46)}{\vdots} & \hspace{1em} \textcolor{rgb(54 152
46)}{\vdots} & \ddots & \hspace{1em} \textcolor{rgb(192 52 52)}{\vdots} \\ \textcolor{rgb(54 152 46)}{a_{n,1}} & \textcolor{rgb(54
152 46)}{a_{n,2}} & \textcolor{rgb(54 152 46)}{a_{n,3}} & \textcolor{rgb(54 152 46)}{\dots} & a_{n, n} \\ \end{pmatrix} $$
So, its transposed is:
$$ A^T = \begin{pmatrix} a_{1,1} & \textcolor{rgb(54 152 46)}{a_{2,1}} & \textcolor{rgb(54 152 46)}{a_{3,1}} & \textcolor{rgb(54
152 46)}{\dots} & \textcolor{rgb(54 152 46)}{a_{n, 1}} \\ \textcolor{rgb(192 52 52)}{a_{1,2}} & a_{2,2} & \textcolor{rgb(54 152
46)}{a_{3,2}} & \textcolor{rgb(54 152 46)}{\dots} & \textcolor{rgb(54 152 46)}{a_{n, 2}} \\ \textcolor{rgb(192 52 52)}{a_{1,3}} &
\textcolor{rgb(192 52 52)}{a_{2,3}} & a_{3,3} & \textcolor{rgb(54 152 46)}{\dots} & \textcolor{rgb(54 152 46)}{a_{n, 3}} \\
\hspace{0.8em} \textcolor{rgb(192 52 52)}{\vdots} & \hspace{0.8em} \textcolor{rgb(192 52 52)}{\vdots} & \hspace{0.8em}
\textcolor{rgb(192 52 52)}{\vdots} & \ddots & \hspace{0.8em} \textcolor{rgb(54 152 46)}{\vdots} \\ \textcolor{rgb(192 52 52)}{a_{1,n}}
& \textcolor{rgb(192 52 52)}{a_{2,n}} & \textcolor{rgb(192 52 52)}{a_{3,n}} & \textcolor{rgb(192 52 52)}{\dots} & a_{n, n} \\
\end{pmatrix} $$
Only the diagonal remains intact, because when \(i = j\), then \(a_{i,j} = a_{j,i}\).
-
Inversion of a matrix
Let \(A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})\) be a matrix.
The inverse of the matrix \(A\) is the matrix written \(A^{-1}\) and the same size, such as: \(A A^{-1} = I_n\).
To check if a matrix can be inverted, we do have to compute its determinant, and:
$$ A \text{ is inversible } \Longleftrightarrow det(A) \neq 0 $$
-
Comatrix
Let \(A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})\) be a squared matrix of size \(n\).
The comatrix of the matrix \(A\) is the matrix noted \(com(A)\), such as:
$$ \forall (i, j) \in [\![1, n]\!]^2,$$
$$ com(A)_{i,j} \hspace{0.03em} = C_{i,j} $$
$$ \text{où } \ \left \{ \begin{gather*} C_{i,j} : \text{cofactors of the element } a_{i, j} \\ M_{i, j} : \text{minor of the element } a_{i,
j} \end{gather*} \right \} $$
\(C_{i, j}\) : cofactors of the element \(a_{i, j}\)
$$ C_{i,j} = (-1)^{i + j} \times det(M_{i, j}) $$
\(M_{i, j}\) : minor of the element \(a_{i, j}\)
The minor of \(a_{i, j}\) is the undermatrix of \(A\) without the line \(i\) and the column \(j\).
For example, starting from the following matrix \(A\), the minor \(\textcolor{rgb(85, 109, 229)}{M_{1,1}}\) appears in blue:
$$ A = \begin{pmatrix} a_{1,1} & a_{1,2} & a_{1,3} & \dots & a_{1, p} \\ a_{2,1} & \textcolor{rgb(85, 109,
229)}{a_{2,2}} & \textcolor{rgb(85, 109, 229)}{a_{2,3}} & \dots & \textcolor{rgb(85, 109, 229)}{a_{2, p}} \\ \hspace{0.5em}
\vdots & \hspace{0.5em} \textcolor{rgb(85, 109, 229)}{\vdots} & \hspace{0.5em} \textcolor{rgb(85, 109, 229)}{\vdots} &
\textcolor{rgb(85, 109, 229)}{\ddots} & \hspace{0.5em} \textcolor{rgb(85, 109, 229)}{\vdots} \\ a_{n,1} & \textcolor{rgb(85, 109,
229)}{a_{n,2}} & \textcolor{rgb(85, 109, 229)}{a_{n,3}} & \dots & \textcolor{rgb(85, 109, 229)}{a_{n, p}} \end{pmatrix} $$
So,
$$ \textcolor{rgb(85, 109, 229)}{ M_{1,1} = \begin{pmatrix} a_{2,2} & a_{2,3} & \dots & a_{2, p} \\ \vdots & \hspace{0.5em}
\vdots & \ddots & \hspace{0.5em} \textcolor{rgb(85, 109, 229)}{\vdots} \\ a_{n,2} & a_{n,3} & \dots & a_{n, p}
\end{pmatrix} } $$
For example, starting from the following matrix \(A\):
$$ A = \begin{pmatrix} a_{1,1} & a_{1,2} & a_{1,3} \\ a_{2,1} & a_{2,2} & a_{2,3} \\ a_{3,1} & a_{3,2} & a_{3,3}
\end{pmatrix} $$
Its comatrix is worth:
$$ com(A) = \begin{pmatrix} \textcolor{rgb(54 152 46)}{+}\begin{vmatrix} a_{2,2} & a_{2,3} \\ a_{3,2} & a_{3,3} \end{vmatrix} &
\textcolor{rgb(192 52 52)}{-}\begin{vmatrix} a_{2,1} & a_{2,3} \\ a_{3,1} & a_{3,3} \end{vmatrix} & \textcolor{rgb(54 152
46)}{+}\begin{vmatrix} a_{2,1} & a_{2,2} \\ a_{3,1} & a_{3,2} \end{vmatrix} \\ \textcolor{rgb(192 52 52)}{-}\begin{vmatrix} a_{1,2}
& a_{1,3} \\ a_{3,2} & a_{3,3} \end{vmatrix} & \textcolor{rgb(54 152 46)}{+}\begin{vmatrix} a_{1,1} & a_{1,3} \\ a_{3,1} &
a_{3,3} \end{vmatrix} & \textcolor{rgb(192 52 52)}{-}\begin{vmatrix} a_{1,1} & a_{1,2} \\ a_{3,1} & a_{3,2} \end{vmatrix} \\
\textcolor{rgb(54 152 46)}{+}\begin{vmatrix} a_{1,2} & a_{1,3} \\ a_{2,2} & a_{2,3} \end{vmatrix} & \textcolor{rgb(192 52
52)}{-}\begin{vmatrix} a_{1,1} & a_{1,3} \\ a_{2,1} & a_{2,3} \end{vmatrix} & \textcolor{rgb(54 152 46)}{+}\begin{vmatrix} a_{1,1}
& a_{1,2} \\ a_{2,1} & a_{2,2} \end{vmatrix} \end{pmatrix} $$
-
Matricial writing of a system of linear equations
A
system of linear equations
\( (S)\), where the unknown are the variables \(x_{i,j}\), can be written as a
product matrix
system :
$$ (S) \enspace \left \{ \begin{gather*} a_1 x_{1,1} + a_2 x_{1,2} + a_3 x_{1,3} + \hspace{0.1em}... \hspace{0.1em}+ a_n x_{1,p} = b_1 \\ a_1
x_{2,1} + a_2 x_{2,2} + a_3 x_{2,3} + \hspace{0.1em}... \hspace{0.1em}+ a_n x_{2,p} = b_2 \\ ........................ ............. \ = \ ..\\
a_1 x_{n,1} + a_2 x_{n,2} + a_3 x_{n,3} + \hspace{0.1em}... \hspace{0.1em}+ a_n x_{n,p} = b_n \\ \end{gather*} \right \} $$
$$ \Longleftrightarrow$$
$$ \underbrace{ \begin{pmatrix} x_{1,1} & x_{1,2} & x_{1,3} & \dots & x_{1, p} \\ x_{2,1} & x_{2,2} & x_{2,3} &
\dots & x_{2, p} \\ \hspace{0.8em} \vdots & \hspace{0.8em} \vdots & \hspace{0.8em} \vdots & \ddots & \hspace{0.8em} \vdots
\\ x_{n,1} & x_{n,2} & x_{n,3} & \dots & x_{n, p} \\ \end{pmatrix} } _\text{X} \times \underbrace{ \begin{pmatrix} a_1 \\ a_2
\\ \hspace{0.3em}\vdots \\ a_n \end{pmatrix} } _\text{A} = \underbrace{ \begin{pmatrix} b_1 \\ b_2 \\ \hspace{0.3em}\vdots \\ b_n
\end{pmatrix} } _\text{B} \ \Longleftrightarrow \ MA = B, \ \text{with} \enspace \left \{ \begin{gather*} X \in \hspace{0.03em}
\mathcal{M}_{n,p} (\mathbb{K}) \\ A \in \hspace{0.03em} \mathcal{M}_{1,p} (\mathbb{K}) \\ B \in \hspace{0.03em} \mathcal{M}_{1,p} (\mathbb{K})
\end{gather*} \right \} $$
-
Trace of a matrix
Let \(A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})\) be a squared matrix of size \(n\).
We call the trace of a matrix, the sum of all its diagonal elements:
$$ A = \begin{pmatrix} \textcolor{rgb(85, 109, 229)}{a_{1,1}} & a_{1,2} & a_{1,3} & \dots & a_{1,n} \\ a_{2,1} &
\textcolor{rgb(85, 109, 229)}{a_{2,2}} & a_{2,3} & \dots & a_{2,n} \\ a_{3,1} & a_{3,2} & \textcolor{rgb(85, 109,
229)}{a_{3,3}} & \dots & a_{3,n} \\ \hspace{0.1em}\vdots & \hspace{0.1em} \vdots & \hspace{0.1em} \vdots &
\textcolor{rgb(85, 109, 229)}{\ddots} & \hspace{0.1em} \vdots \\ a_{n,1} & a_{n,2} & a_{n,3} & \dots & \textcolor{rgb(85,
109, 229)}{a_{n,n}} \end{pmatrix} $$
$$Tr(A) = \sum_{k = 1}^n a_{k,k} = a_{1,1} + a_{2,2} \ + \ ... \ + a_{n,n}$$
-
Specific matrices
-
Diagonal matrix
A diagonal is a squared matrix where all the elements are \(0\) except on the main diagonal:
$$ D_n = \begin{pmatrix} \textcolor{rgb(85, 109, 229)}{d_{1,1}} & 0 & 0 & \dots & 0 \\ 0 & \textcolor{rgb(85, 109,
229)}{d_{2,2}} & 0 & \dots & 0 \\ 0 & 0 & \textcolor{rgb(85, 109, 229)}{d_{3,3}} & \dots & 0 \\
\hspace{0.1em}\vdots & \hspace{0.1em} \vdots & \hspace{0.1em} \vdots & \textcolor{rgb(85, 109, 229)}{\ddots} & \hspace{0.1em}
\vdots \\ 0 & 0 & 0 & \dots & \textcolor{rgb(85, 109, 229)}{d_{n,n}} \end{pmatrix} $$
$$ \forall (i, j) \in [\![1, n]\!]^2, \ (i \neq j) \Longrightarrow d_{i,j} = 0$$
We also note the diagonal matrix \(D_n\) only in relation with its diagonal elements : \(D_n = diag(\lambda_1, \lambda_2, \ ..., \lambda_n)\).
-
Identity matrix
Identity matrix \(I_n\) are defined as follows:
$$ I_n = \begin{pmatrix} \textcolor{rgb(85, 109, 229)}{1} & 0 & 0 & \dots & 0 \\ 0 & \textcolor{rgb(85, 109, 229)}{1}
& 0 & \dots & 0 \\ 0 & 0 & \textcolor{rgb(85, 109, 229)}{1} & \dots & 0 \\ \vdots & \vdots & \vdots &
\textcolor{rgb(85, 109, 229)}{\ddots} & \vdots \\ 0 & 0 & 0 & \dots & \textcolor{rgb(85, 109, 229)}{1} \\ \end{pmatrix} $$
It is the square matrix of size \(n\) having the value \(1\) on its main diagonal, and \(0\) everywhere else. It's a specific case of diagonal
matrix. For example,
$$ I_3 = \begin{pmatrix} \textcolor{rgb(85, 109, 229)}{1} & 0 & 0 \\ 0 & \textcolor{rgb(85, 109, 229)}{1} & 0 \\ 0 & 0
& \textcolor{rgb(85, 109, 229)}{1} \end{pmatrix} $$
-
Matrix of ones
Matrix of ones \(J_n\) is the square matrix of size \(n\) where all elements are worth \(1\):
$$ J_n = \begin{pmatrix} 1 & 1 & 1 & \dots & 1 \\ 1 & 1 & 1 & \dots & 1 \\ 1 & 1 & 1 & \dots &
1 \\ \vdots & \vdots & \vdots & \textcolor{rgb(85, 109, 229)}{\ddots} & \vdots \\ 1 & 1 & 1 & \dots & 1 \\
\end{pmatrix} $$
So, for exemple \(J_3\) is worth:
$$ J_3 = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \\ \end{pmatrix} $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}) , \ \forall B \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K}), \ \forall C \in
\hspace{0.03em} \mathcal{M}_{q,r} (\mathbb{K}), $$
$$ (A \times B) \times C = A \times (B \times C) $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}) , \ \forall (B, C) \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K})^2, $$
$$ A \times (B + C) = A \times B + A \times C $$
$$ \forall (A,B) \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})^2 , \ \forall C \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K}), $$
$$ (A + B) \times C = A \times C + B \times C $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}) , \ \forall B \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K}), $$
$$ (\lambda A) \times B = A \times (\lambda B) = \lambda (A \times B) $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}),$$
$$ I_n \times A = A \times I_p = A $$
-
Product of two diagonal matrix
$$ \forall \Bigl[ D_1 = diag(\lambda_1, \lambda_2, \ ..., \lambda_n), \ D_2 = diag(\mu_1, \mu_2, \ ..., \mu_n) \Bigr] \in \hspace{0.03em}
\mathcal{M}_{n}(\mathbb{K})^2, $$
$$ D_1 \times D_2 = D_2 \times D_1 = diag \left(\lambda_1 \mu_1, \lambda_2 \mu_2, \ ..., \lambda_n \mu_n \right) $$
-
A diagonal matrix raised to the power of \(n\)
$$ \forall \Bigl[ D = diag(\lambda_1, \lambda_2, \ ..., \lambda_n) \Bigr] \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K}), $$
$$ D^m = diag \left(\lambda_1^m, \lambda_2^m, \ ..., \lambda_n^m \right) $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}), \ \forall B \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K}), $$
$$ A \times com(A)^T = com(A)^T \times A = det(A) \times I_n $$
$$(5)$$
$$ \forall (\lambda, \mu) \in \hspace{0.04em} \mathbb{R}^2, \ \forall (A,B) \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K})^2, $$
$$ (\lambda A + \mu B)^T = \lambda A^T + \mu B^T $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n,p} (\mathbb{K}) , \ \forall B \in \hspace{0.03em} \mathcal{M}_{p,q} (\mathbb{K}), $$
$$ (A \times B)^T = B^T \times A^T $$
$$(6)$$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K}), \ det(A) \neq 0, $$
$$ A^{-1} = \frac{1}{det(A)} \times com(A)^T $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K}),$$
$$ A \text{ is inversible } \Longrightarrow A^{-1} \text{ is inversible } \Longrightarrow (A^{-1})^{-1} = A $$
$$ \forall A \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K}),$$
$$ A \text{ is inversible } \Longrightarrow A^{T} \text{ is inversible } \Longrightarrow \ \left(A^T \right)^{-1} = (A^{-1})^T$$
$$ \forall (A ,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2,$$
$$ A \text{ and } B \text{ are inversible } \Longrightarrow (A \times B) \text{ is inversible } \Longrightarrow \ \left(A \times B\right)^{-1} =
B^{-1} \times A^{-1} $$
$$(9)$$
Both expressions \((9)\) and \((10)\) have the same behaviour:
$$ \forall (A ,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2, \enspace \Biggl \{ \begin{gather*} (A \times B)^T = B^T \times A^T
\hspace{1em}\qquad (9) \\ \left(A \times B\right)^{-1} = B^{-1} \times A^{-1} \qquad (10) \end{gather*} $$
So, the order of
transposition
or
inversion
has no importance,
$$ \forall (A ,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2,$$
$$ \left((A \times B)^T \right)^{-1} = \hspace{0.03em} \left((A \times B)^{-1} \right)^T = \hspace{0.03em} \left(A^T\right)^{-1} \times
\hspace{0.04em} \left(B^T\right)^{-1} = \hspace{0.03em} \left(A^{-1}\right)^T \times \hspace{0.04em} \left(B^{-1}\right)^T $$
$$ \forall (\lambda \mu) \in \hspace{0.04em} \mathbb{R}^2, \ \forall (A,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2,$$
$$ Tr(\lambda A + \mu B) = \lambda \ Tr(A) + \mu \ Tr(B) $$
$$ \forall (A,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2,$$
$$ Tr(A \times B) = Tr(B \times A)$$
Let \(J_n\) bet the
matrix of ones
of size \(n\).
$$ \forall p \in \mathbb{N}, $$
$$ (J_n)^p = n^{p - 1}.J_n $$
$$ \forall (A,B) \in \hspace{0.03em} \mathcal{M}_{n}(\mathbb{K})^2, \ \bigl(AB = BA \bigr), $$
The properties of the binom\(: \binom{n}{p}\)
Let \((p,n) \in \hspace{0.04em}\mathbb{N}^2 \) be two natural numbers with \( p \leqslant n \).
We call \(\binom{n}{p} \) ("\( p \) among \( n \)") to number of ways to take \( p \) elements among a set of \( n \) elements.
We also call it the binom, and meets the following definition:
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ \binom{n}{p} = \frac{n \hspace{0.1em} !}{p \hspace{0.1em} ! \hspace{0.1em} (n-p) \hspace{0.1em} !} $$
$$ \forall n \in \mathbb{N}, $$
$$ \binom{n}{0} = \binom{n}{n} = 1$$
$$ \forall n \in \mathbb{N}, $$
$$ \binom{n}{1} = n $$
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ \binom{n}{p} = \binom{n}{n-p} $$
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n, $$
$$ \binom{n}{p} = \frac{n}{p} \binom{n -1}{p-1} $$
$$ \forall (p,n) \in \hspace{0.04em}\mathbb{N}^2, \enspace p \leqslant n -1, $$
$$ \binom{n}{p} = \binom{n -1}{p -1 } + \binom{n - 1}{p} \qquad \text{(Pascal's formula)} $$
$$\forall n \in \mathbb{N}, $$
$$ \sum_{p = 0}^n \binom{n}{p} = \hspace{0.2em} 2^n $$
$$\forall (r, n) \in \hspace{0.04em}\mathbb{N}^2, \enspace r \leqslant n, $$
$$ \sum_{k=r}^n \binom{k}{r} = \binom{n+1}{r +1} $$
Analytical geometry in space
Let be \((O, \overrightarrow{i}, \overrightarrow{j}, \overrightarrow{k})\) an orthonormal coordinate system in space.
The parametric equation of a straight line \(\mathcal{D}\) in space, passing through a point \(A\bigl(x_0, y_0, z_0\bigr)\) and directed by a
vector \(\vec{u}\begin{pmatrix} a\\ b \\c \end{pmatrix} \) (with \(a, b, c \) all three non-zero) is:
$$ \forall (x, y, z) \in \hspace{0.04em}\mathbb{R}^3, $$
$$ M\bigl[x, y, z \bigr] \in \mathcal{D}(A, \vec{u}) \hspace{0.1em} \Longleftrightarrow \hspace{0.1em} \exists^{\infty} t \in \mathbb{R}, \enspace
\begin{Bmatrix} x = at + x_0 \\ y = bt + y_0 \\z = ct + z_0 \end{Bmatrix} $$
$$ \text{with} \enspace \Biggl \{ \begin{gather*} (x_0, y_0, z_0) \in \hspace{0.04em} \mathbb{R}^3 \\ (a, b, c) \in \hspace{0.04em} \mathbb{R}^3 \
three \ real\ numbers\ which \ are \ non-zero \ simultaneously \end{gather*} $$
The equation of a place \((\mathcal{P})\) in space, passing through a point \(A\bigl(x_0, y_0, z_0\bigr)\) and orthogonal to a vector
\(\vec{n}\begin{pmatrix} a\\ b \\c \end{pmatrix}\) (with \(a, b, c \) all three non-zero) is:
$$ \forall (x, y, z) \in \hspace{0.04em}\mathbb{R}^3, $$
$$ M\bigl[x, y, z \bigr] \in \mathcal{P}(A, \vec{n}) \hspace{0.1em} \Longleftrightarrow \hspace{0.1em} ax + by + cz + d = 0$$
$$ \text{with} \enspace \Biggl \{ \begin{gather*} (a, b, c) \in \hspace{0.04em} \mathbb{R}^3 \ three \ real\ numbers\ which \ are \ non-zero \
simultaneously \\ d = -ax_0 - by_0 -c z_0 \end{gather*} $$
Let \(\mathcal{P}\) be a plan orthogonal to a vector \(\vec{n}\begin{pmatrix} a\\ b \\c \end{pmatrix}\) (with \(a, b, c \) all three non-zero),
having as equation:
$$ \forall (x, y, z) \in \hspace{0.04em}\mathbb{R}^3, \ ax + by + cz + d = 0$$
The distance from a point \(A\bigl(x_0, y_0, z_0\bigr)\) in relation to this plan \((\mathcal{P})\) orthogonally projecting on this plan at point
\(H\bigl(x, y, z\bigr)\) is worth:
$$ d(A, \mathcal{P}) = \frac{\Bigl | -ax_0 - by_0 -c z_0 -d \Bigr |}{\sqrt{a^2 + b^2 + c^2}} $$
$$ \text{with} \enspace \Biggl \{ \begin{gather*} (x_0, y_0, z_0) \in \hspace{0.04em} \mathbb{R}^3 \\ (a, b, c) \in \hspace{0.04em} \mathbb{R}^3 \
three \ real\ numbers\ which \ are \ non-zero \ simultaneously \\ d = -ax - by -c z \end{gather*} $$
The projection of a vector \(\vec{u}\) on a plan \(\mathcal{P}\) orthogonal to a vector \(\vec{n}\) is worth:
$$ \vec{u'} = \vec{u} - \vec{n'} $$
$$ \text{with } \left \{ \begin{gather*} \vec{n'} : \text{projection of \(\vec{u}\) onto \(\vec{n}\)} \\ \vec{n'} =
\overrightarrow{proj}_{\mathcal{(\vec{n})}} \hspace{0.1em} \bigl(\vec{u}\bigr) = \frac{(\vec{n} \cdot \vec{u})}{||\vec{n}||^2}. \vec{n}
\end{gather*} \right \} $$
The projection of a sum of vectors in a plan is the sum of each vector's projection
$$ \forall n \in \mathbb{N}, \ \forall (\vec{u_1}, \vec{u_2}, \ \cdot.., \vec{u_n}), \ \forall \mathcal{P}, $$
$$ proj_{\mathcal{(P)}} \left( \sum_{k=0}^n \overrightarrow{ u_k} \right) = \sum_{k=0}^n proj_{\mathcal{(P)}}\overrightarrow{u_k}$$
The sphere \((\mathcal{S})\) having a radius \(R\) and centered at point \(A\bigl(x_0, y_0, z_0\bigr)\) has for equation in space:
$$ \forall (x, y, z) \in \hspace{0.04em}\mathbb{R}^3, $$
$$ M \in \mathcal{S}(A, R) \hspace{0.1em} \Longleftrightarrow \hspace{0.1em} R^2 = (x-x_0)^2 + (y-y_0)^2 + (z-z_0)^2 $$
$$ (\text{with} \enspace (x_0, y_0, z_0) \in \hspace{0.04em} \mathbb{R}^3) $$
The cylinder\((\mathcal{C})\) having a radius \(r\) and centered at point \(A\bigl(x_0, y_0, z_0\bigr)\) has for equation in space:
$$ \forall (x, y) \in \hspace{0.04em}\mathbb{R}^2, $$
$$ M \in \mathcal{C}(A, r) \hspace{0.1em} \Longleftrightarrow \hspace{0.1em} r^2 = (x-x_0)^2 + (y-y_0)^2 $$
$$ (\text{with} \enspace (x_0, y_0) \in \hspace{0.04em} \mathbb{R}^2) $$
The cone \((\mathcal{C})\) having a half-angle \( \theta\), and centered at point \(A\bigl(x_0, y_0, z_0\bigr)\) has for equation in space:
$$ \forall (x, y, z) \in \hspace{0.04em}\mathbb{R}^3, $$
$$ M \in \mathcal{C}(A, r) \hspace{0.1em} \Longleftrightarrow \hspace{0.1em} (x- x_0)^2 + (y- y_0)^2 = k(z-z_0)^2 $$
$$ \text{with} \enspace \Biggl \{ \begin{gather*} (x_0, y_0, z_0) \in \hspace{0.04em} \mathbb{R}^3 \\ k = \tan^2(\theta) \end{gather*} $$
-
Longitude-latitude coordinates
$$ \Biggl \{ \begin{gather*} x = R \ \cos(\varphi) \ \cos(\theta) \\ y = R \ \cos(\varphi) \ \sin(\theta) \\ z = R \ \sin(\varphi)
\end{gather*} \qquad (\theta : longitude- \varphi : latitude) $$
$$\text{with} \enspace \left \{ \begin{gather*} R =\sqrt{x^2 +y^2 +z^2 } \\ \theta = \operatorname{Arctan} \left( \frac{y}{x} \right) \\
\varphi = \operatorname{Arcsin} \left( \frac{z}{R} \right) \end{gather*} \right \}$$
-
Longitude-colatitude coordinates
$$ \Biggl \{ \begin{gather*} x = R \ \sin(\psi) \ \cos(\theta) \\ y = R \ \sin(\psi) \ \sin(\theta) \\ z = R \ \cos(\psi) \end{gather*} \qquad
(\theta : longitude- \psi : colatitude) $$
$$\text{with} \enspace \left \{ \begin{gather*} R =\sqrt{x^2 +y^2 +z^2 } \\ \theta = \operatorname{Arctan} \left( \frac{y}{x} \right) \\ \psi
= \operatorname{Arccos} \left( \frac{z}{R} \right) \end{gather*} \right \}$$
The geometric laws of the triangle
In the context of an unspecified triangle \(\{a, b, c\}\), with each angle in front of its respective length, such as:
$$ \left \{ \begin{gather*} \alpha \enspace opposed \enspace to \enspace a \\ \beta \enspace opposed \enspace to \enspace b \\ \gamma \enspace
opposed \enspace to \enspace c \end{gather*} \right \} $$
And such as the following figure:
$$\forall (a, b, c) \in \hspace{0.04em} \mathbb{R}^3, \enspace \forall (\alpha, \beta, \gamma) \in \hspace{0.04em} \mathbb{R}^3, $$
$$ \frac{\sin(\alpha)}{a} = \frac{\sin(\beta)}{b} = \frac{\sin(\gamma)}{c} $$
$$\forall (a, b, c) \in \hspace{0.04em} \mathbb{R}^3, \enspace \forall (\alpha, \beta, \gamma) \in \hspace{0.04em} \mathbb{R}^3, $$
$$ a^2 = b^2 + c^2 - 2bc.\cos(\alpha) \qquad (Al-Kashi) $$
$$ b^2 = a^2 + c^2 - 2ac.\cos(\beta) \qquad (Al-Kashi^*) $$
$$ c^2 = a^2 + b^2 - 2ab.\cos(\gamma) \qquad (Al-Kashi^{**}) $$
$$\forall (a, b, c) \in \hspace{0.04em} \mathbb{R}^3, \enspace (\alpha, \beta, \gamma) \in \hspace{0.04em} \mathbb{R}^3, $$
Héron's formula tells us that:
For any triplet of lengths \((a, b, c)\) of a triangle:
$$ S_{abc} = \sqrt{p(p-a)(p-b)(p-c)} \qquad \bigl(\text{Héron}\bigr) $$
$$ \text{with} \enspace \left \{ \begin{gather*} p : \text{ half-perimeter of the triangle } = \frac{a+b+c}{2} \end{gather*} \right \} $$
The properties of complex numbers
We write \( |z| \) the module of a complex number \( z \).
Let be \( (x, y) \in \hspace{0.04em} \mathbb{R}^2, \enspace z \in \mathbb{C}, \enspace \Biggl \{ \begin{gather*} z = x + iy \\ |z| = \sqrt{x^2 +
y^2 } \end{gather*} \)
$$ \forall z \in \mathbb{C}, $$
$$ | z | = | - z | = |\overline{z}| $$
$$ \forall (z, z') \in \mathbb{C}, $$
$$ | z z' | = | z| \hspace{0.2em}. |z' |$$
In the same way, we will have:
$$ \forall z \in \mathbb{C}, \enspace \forall z' \in \mathbb{C^*}, $$
$$ \left| \frac{z}{z'} \right| = \frac{| \ z \ |}{ |z' |} $$
$$ \forall z \in \mathbb{C}, \enspace \forall n \in \mathbb{N}, $$
$$ | z^n | = | z |^n $$
Let be \( (x, y) \in \hspace{0.04em} \mathbb{R}^2, \enspace z \in \mathbb{C}, \)
$$ \Biggl \{ \begin{gather*} z = x + iy \\ z = |z|.\left(\cos(\theta) + i \hspace{0.2em} \sin(\theta) \right) \end{gather*} $$
We write \( \arg(z) \) the argument of a cmplex number \( z \).
$$ \forall z \in \mathbb{C}, $$
$$ \Biggl \{ \begin{gather*} \arg(\overline{z}) = -\arg(z) \\ \arg( -z) = \pi + \arg(z) \end{gather*} $$
$$ \forall z, z' \in \hspace{0.04em} \mathbb{C}^2, $$
$$ \arg( z z') = \arg(z) + \arg(z') $$
$$ \forall z \in \mathbb{C^*}, $$
$$ arg\left(\frac{1}{z}\right) = -\arg(z) $$
$$ \forall z \in \mathbb{C}, \enspace \forall z' \in \mathbb{C^*},$$
$$ arg\left(\frac{z}{z'}\right) = \arg(z) -\arg(z') $$
$$ \forall z \in \mathbb{C}, \enspace \forall n \in \mathbb{Z},$$
$$ \arg(z^n) = n \cdot \arg(z) $$
We write \( \overline{z} \) the conjugate of a complex number \( z \).
Let be \( (x, y) \in \hspace{0.04em} \mathbb{R}^2, \enspace z \in \mathbb{C}, \enspace \Biggl \{ \begin{gather*} z = x + iy \\ \overline{z} = x
-iy \end{gather*} \)
$$ \forall (z_1, z_2) \in \mathbb{C}, $$
$$ \overline{z_1 + z_2} \hspace{0.2em} = \hspace{0.2em} \overline{z_1} \hspace{0.2em} + \hspace{0.2em} \overline{z_2} $$
In the same way,
$$ \forall (z_1, z_2) \in \mathbb{C}, $$
$$ \overline{z_1 - z_2} \hspace{0.2em} = \hspace{0.2em} \overline{z_1} \hspace{0.2em} - \hspace{0.2em} \overline{z_2} $$
$$ \forall (z_1, z_2) \in \mathbb{C}, $$
$$ \overline{z_1 . z_2} \hspace{0.2em} = \hspace{0.2em} \overline{z_1} \hspace{0.2em}. \hspace{0.2em} \overline{z_2} $$
$$ \forall z_1 \in \mathbb{C}, \enspace z_2 \in \hspace{0.04em} \mathbb{C}^*, $$
$$ \overline{ \left( z_1 \over z_2 \right)} \hspace{0.2em} = \hspace{0.2em} \frac{\overline{z_1}}{ \overline{z_2}} $$
$$ \forall z \in \mathbb{C}, $$
$$ z \hspace{0.2em} . \overset{-}{z} = x^2 + y^2 $$
$$ \forall z \in \mathbb{C}, \enspace \forall n \in \mathbb{N},$$
$$ \overline{z^n} \hspace{0.2em} = \hspace{0.2em} (\overline{z})^n $$
Click on the title to access to the recap table.
The properties of the scalar product
Let \( \vec{u}\) and \( \vec{v}\) be two vectors.
We represent \(||\vec{u}|| \) and \(||\vec{v}|| \) as the respective magnitudes of \( \vec{u}\) and \( \vec{v}\), and \( (\vec{u} , \vec{v})\) the
forming angle by these two vectors.
We call the scalar product \( \vec{u}\cdot\vec{v} \), the real number resulting from:
$$ \vec{u}\cdot\vec{v} = ||\vec{u}|| \times ||\vec{v}|| \times \cos(\vec{u}, \vec{v}) $$
This is the magnitude of the orthogonal projection of the vector \( \vec{u}\) onto the vector \( \vec{v}\), multiplied by the magnitude of the
vector \( \vec{v}\).
$$ \forall (\vec{u}, \vec{v}), $$
$$ \vec{u} \cdot \vec{v} = \vec{v}. \vec{u} $$
$$ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$ \vec{u} \text{ and } \vec{v} \text{ orthogonal vectors } \Longleftrightarrow \vec{u}\cdot \vec{v} = 0 $$
$$ \forall \vec{u},$$
$$ \vec{u}\cdot\vec{u} = {|| \vec{u} ||}^2 $$
$$ \forall \left [\vec{u}\begin{pmatrix} x\\ y\\z \end{pmatrix} , \vec{v}\begin{pmatrix} x'\\ y'\\z' \end{pmatrix} \right], $$
$$ \vec{u}\cdot \vec{v} = xx' + yy' +zz' $$
$$ \forall \lambda \in \hspace{0.04em} \mathbb{R}, \ \forall (\vec{u}, \vec{v}),$$
$$ (\lambda\vec{u})\cdot\vec{v} = \vec{u}.(\lambda\vec{v}) = |\lambda| \times \vec{u} \cdot \vec{v}$$
Furthermore, performing the scalar product \( (\lambda\vec{u})\cdot(\mu\vec{v})\), we do obtain:
$$ \forall (\lambda, \mu) \in \hspace{0.04em} \mathbb{R}^2, \ \forall (\vec{u}, \vec{v}),$$
$$ (\lambda\vec{u})\cdot(\mu\vec{v}) = |\lambda| \times |\mu| \times \vec{u} \cdot \vec{v} $$
$$ \forall (\vec{u}, \vec{v}, \vec{w}), $$
$$ \vec{u}\cdot( \vec{v} + \vec{w}) = \vec{u}.\vec{v} + \vec{u} \cdot \vec{w} $$
And also the distributive law to the left:
$$ \forall (\vec{u}, \vec{v}, \vec{w}), $$
$$ (\vec{u} + \vec{v}) \cdot \vec{w} = \vec{u} \cdot \vec{w} + \vec{v} \cdot \vec{w} $$
These are the same formulas as
remarkable identities
.
$$ \forall (\vec{u}, \vec{v}), $$
$$ (\vec{u} + \vec{v})^2 = {|| \vec{u} ||}^2 + 2 \vec{u}\cdot\vec{v} + {|| \vec{v} ||}^2 $$
$$ (\vec{u} - \vec{v})^2 = {|| \vec{u} ||}^2 - 2 \vec{u}\cdot\vec{v} + {|| \vec{v} ||}^2 $$
$$ {|| \vec{u} ||}^2 - {|| \vec{v} ||}^2= (\vec{u} + \vec{v}) \cdot (\vec{u} - \vec{v}) $$
$$ \forall (\vec{u}, \vec{v}), $$
$$ \vec{u}\cdot\vec{v} =\frac{1}{2} \left( {|| \vec{u} + \vec{v} ||}^2 - {|| \vec{u} ||}^2 - {|| \vec{v} ||}^2 \right ) $$
$$ \vec{u}\cdot\vec{v} =\frac{1}{2} \left( {|| \vec{u} ||}^2 + {|| \vec{v} ||}^2 - {|| \vec{u} \cdot \vec{v} ||}^2 \right ) $$
$$ \forall (\vec{u}, \vec{v}), $$
The vectorial projection of \(\vec{u}\) onto \(\vec{v}\) is worth:
$$ \overrightarrow{proj}_{\mathcal{(\vec{u})}} \hspace{0.1em} \bigl(\vec{v}\bigr) = \frac{(\vec{u} \cdot \vec{v})}{||\vec{u}||^2}. \vec{u} $$
Click on the title to access to the recap table.
The properties of the vector product
Let \( \vec{u}\) and \( \vec{v}\) be two non-null vectors.
We call vector product (or cross product of two vectors) \( \vec{u} \land \vec{v} \), a new vector extracted from \( \vec{u}\) and \( \vec{v}\)
such as:
$$ \Biggl \{ \begin{gather*} (\vec{u} \land \vec{v}) \perp \vec{u}, \enspace (\vec{u} \land \vec{v}) \perp \vec{v} \\ || \vec{u} \land \vec{v} ||
= || \vec{u} || \times ||\vec{v} || \times \sin(\vec{u}, \vec{v}) \end{gather*} $$
The vector product \( \vec{u} \land \vec{v} \) is
orthogonal
to both vectors \( \vec{u}\) and \( \vec{v}\).
$$ \forall \left [\vec{u}\begin{pmatrix} x_1\\ y_1\\z_1 \end{pmatrix} , \vec{v}\begin{pmatrix} x_2\\ y_2\\z_2 \end{pmatrix} \right] \neq \vec{0}
\enspace (\text{with } \vec{u} \neq k \vec{v}), $$
$$ \vec{u} \land \vec{v} = \begin{pmatrix} y_1.z_2 - y_2.z_1 \\ x_2.z_1 - x_1.z_2 \\ x_1.y_2 - x_2.y_1 \end{pmatrix} $$
$$ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$ || \vec{u} \land \vec{v} || = || \vec{u}|| \times || \vec{v}|| \times \sin(\vec{u}, \vec{v})$$
$$ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$ {|| \vec{u} \land \vec{v} ||}^2 = {|| \vec{u} ||}^2 {|| \vec{v} ||}^2 - ( \vec{u} \cdot \vec{v})^2 \qquad \bigl( \text{Lagrange's identity}
\bigr) $$
$$ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$ \vec{u} \text{ and } \vec{v} \text{ collinear } \Longleftrightarrow \vec{u} \land \vec{v} = \vec{0} $$
$$ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$ \vec{u} \land \vec{v} = - \ \vec{v} \land \vec{u} $$
$$ \forall (\vec{u}, \vec{v}, \vec{w}) \neq \vec{0},$$
$$ \vec{u} \land ( \vec{v} + \vec{w}) = \vec{u} \land \vec{v} + \vec{u} \land \vec{w} $$
And also the distributive law to the left:
$$ \forall (\vec{u}, \vec{v}, \vec{w}) \neq \vec{0},$$
$$(\vec{u} + \vec{v}) \land \vec{w}= \vec{u} \land \vec{w} + \vec{v} \land \vec{w} $$
$$ \forall \lambda \in \hspace{0.04em} \mathbb{R}, \ \forall (\vec{u}, \vec{v}) \neq \vec{0},$$
$$(\lambda\vec{u}) \land \vec{v}= \lambda (\vec{u} \land \vec{v} )= \vec{u} \land (\lambda\vec{v}) $$
$$ \forall (\vec{u}, \vec{v}, \vec{w}) \neq \vec{0},$$
$$ \vec{u} \land (\vec{v} \land \vec{w}) = \bigl(\vec{u}\cdot\vec{w}\bigr) \cdot \vec{v} - \bigl(\vec{u} \cdot \vec{v}\bigr) \cdot \vec{w} \qquad
\bigl( \text{Gibbs Formula} \bigr) $$
$$ \forall (\vec{u}, \vec{v}, \vec{w}) \neq \vec{0},$$
$$ \vec{u} \land (\vec{v} \land \vec{w}) + \vec{v} \land (\vec{w} \land \vec{u}) + \vec{w} \land (\vec{u} \land \vec{v}) = \vec{0} \qquad \bigl(
\text{Jacobi's identity} \bigr) $$
Click on the title to access to the recap table.
The Thales' theorem and its reciprocal
In an triangle, The Thales' theorem implies proportionality ratios between sides length.
Let be an ordinary triangle, in which we have drew a parallel of one of the sides, and such as the following figure:
The Thales' theorem tells us that, in a triangle \(ABD\), if it exists any straight line \(BC\) intersecting \(AD\) and \(AE\) respectively on
\(B\) and \(C\) such as \(BC \parallel DE\), then it implies lengths ratios between sides:
$$ BC \parallel DE \Longrightarrow \Biggl( \frac{AB}{AD} = \frac{AC}{AE} = \frac{BC}{DE} \Biggr) \qquad \bigl(\text{The Thales' theorem} \bigr) $$
As well, it is possible to apply it in a reversed triangle, such as the following figure:
-
Extension of the theorem
Finally, by extension of
the Thales theorem
, if we have established these following equalities between ratios:
$$ \frac{AB}{AD} = \frac{AB'}{AD'} = \frac{BB'}{DD'} $$
These ratios will apply for all projections (not necessarily orthogonal) on the side \( DD' \).
$$ \frac{AB}{AD} = \frac{AB_1}{AD_1} = \frac{AB_2}{AD_2}= \frac{AB'}{AD'} $$
The Thales' theorem reciprocal tells us that if in any triangle \( ADE \), with any straight line \( BC \) intersecting \( AD \) and \( AE \)
respectively on \( B \) and \( C \), such as the following figure:
Then, it implies a parallelism relation:
$$ \Biggl( \frac{AB}{AD} = \frac{AC}{AE} = \frac{BC}{DE} \Biggr) \Longrightarrow BC \parallel DE \bigl(\text{The Thales' theorem (reciprocal)}
\bigr) $$
Furthermore, only one over three ratio equalities is enough to imply the parallelism, and:
$$ \Biggl( \frac{AB}{AD} = \frac{AC}{AE}\Biggr) \ ou \ \Biggl(\frac{AB}{AD} = \frac{BC}{DE} \Biggr) \ ou \ \Biggl(\frac{AC}{AE} =
\frac{BC}{DE}\Biggr) \Longrightarrow BC \parallel DE $$
Both previous implications then form the following equivalence:
$$ BC \parallel DE \Longleftrightarrow \Biggl( \frac{AB}{AD} = \frac{AC}{AE} = \frac{BC}{DE} \Biggr) \bigl(\text{The Thales' theorem
(equivalence)} \bigr) $$
The antiderivatives of trigonometric functions
The \( \sin(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \sin(x) $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \sin(t) \ dt = -\cos(x)$$
The \( \cos(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \cos(x) $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \cos(t) \ dt = \sin(x)$$
The \( \tan(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], \enspace f(x) = \tan(x) = \frac{\sin(x)}{\cos(x)} $$
Its general antiderivative is:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], $$
$$ \int^x \tan(t) \ dt = - \ln|\cos(x)| = \ln|\sec(x)|$$
The \( \operatorname{Arcsin}(x) \) is
the reciprocal function
of
the \( \sin(x) \) function
, it is defined as follows:
$$ \forall x \in [-1, \hspace{0.2em} 1], \enspace f(x) = \operatorname{Arcsin}(x) = \sin^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in [-1, \hspace{0.2em} 1], $$
$$ \int^x \operatorname{Arcsin}(t) \ dt = x \ \operatorname{Arcsin}(x) + \sqrt{1-x^2}$$
The \( \operatorname{Arccos}(x) \) function is
the reciprocal function
of
the \( \cos(x) \) function
, it is defined as follows:
$$ \forall x \in [-1, \hspace{0.2em} 1], \enspace f(x) = \operatorname{Arccos}(x) = \cos^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in [-1, \hspace{0.2em} 1], $$
$$ \int^x \operatorname{Arccos}(t) \ dt = x \ \operatorname{Arccos}(x) - \sqrt{1-x^2}$$
The \( \operatorname{Arctan}(x) \) function is
the reciprocal function
of
the \( \tan(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{Arctan}(x) = \tan^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$\int^x \operatorname{Arctan}(t) \ dt = x \ \operatorname{Arctan}(x) - \frac{1}{2} \ln\left(1+x^2 \right)$$
The \( \csc(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr], \enspace
f(x) = \csc(x) = \frac{1}{\sin(x)} $$
Its general antiderivatives are:
-
By the secant trigonometric functions
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr],$$
$$\int^x \csc(t) \ dt = \ln \left|\csc(x) -\cot(x) \right|$$
-
By applying Bioche's rules
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr],$$
$$\int^x \csc(t) \ dt = \ln \left| \tan \left( \frac{x}{2}\right) \right| $$
The \( \sec(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], \enspace f(x) = \sec(x) = \frac{1}{\cos(x)} $$
Its general antiderivatives are:
-
By the secant trigonometric functions
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], $$
$$\int^x \sec(t) \ dt = \ln \left|\sec(x) + \tan(x) \right|$$
-
By applying Bioche's rules
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], $$
$$\int^x \sec(t) \ dt = \ln \left| \tan\left( \frac{x}{2} + \frac{\pi}{4} \right) \right| $$
The \( \cot(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr] ,
\enspace f(x) = \cot(x) = \frac{\csc(x)}{\sec(x)} = \frac{1}{\tan(x)} $$
Its general antiderivative is:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ k\pi \Bigr \} \biggr] ,
$$
$$ \int^x \cot(t) \ dt = - \ln|\sin(x)| = \ln|\csc(x)|$$
The \( \operatorname{Arccsc}(x) \) is
the reciprocal function
of
the \( \csc(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , \enspace f(x) = \operatorname{Arccsc}(x) =
\csc^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , $$
$$\int^x \operatorname{Arccsc}(x)(t) \ dt = x \ \operatorname{Arccsc}(x) + \ln \left|\sqrt{x^2-1} + |x| \right|$$
The \( \operatorname{Arcsec}(x) \) is
the reciprocal function
of
the \( \sec(x) \)
function, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , \enspace f(x) = \operatorname{Arcsec}(x) =
\sec^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$\int^x \operatorname{Arcsec}(x)(t) \ dt = x \ \operatorname{Arcsec}(x) - \ln \left|\sqrt{x^2-1} + |x| \right| $$
The \( \operatorname{Arccot}(x) \) is
the reciprocal function
of
the \( \cot(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R} , \enspace f(x) = \operatorname{Arccot}(x) = \cot^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$\int^x \operatorname{Arccot}(x)(t) \ dt = x \ \operatorname{Arccot}(x) + \frac{1}{2} \ln\left(1+x^2 \right) $$
The \( \sinh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \sinh(x) = \frac{e^x - e^{-x} }{2} $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \sinh(t) \ dt = \cosh(x)$$
The \( \cosh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \cosh(x) = \frac{e^x + e^{-x} }{2} $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \cosh(t) \ dt = \sinh(x)$$
The \( \tanh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \tanh(x) = \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}} $$
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \tanh(t) \ dt = \ln|\cosh(x)| = -\ln|\operatorname{sech}(x)|$$
The \( \operatorname{Arcsinh}(x) \) is
the reciprocal function
of
the \( \sinh(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{Arcsinh}(x)= \sinh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in \mathbb{R},$$
$$ \operatorname{Arcsinh}(x) = \ln \left|x + \sqrt{x^2 + 1}\right| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \operatorname{Arcsinh}(t) \ dt = x \ \operatorname{Arcsinh}(x) - \sqrt{1+x^2}$$
The \( \operatorname{Arccosh}(x) \) is
the reciprocal function
of
the \( \cosh(x) \) function
, it is defined as follows:
$$ \forall x \in [1, \hspace{0.1em} +\infty[, \enspace f(x) = \operatorname{Arccosh}(x) = \cosh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in [1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arccosh}(x) = \ln \Bigl| x + \sqrt{x^2 - 1}\Bigr| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its general antiderivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \operatorname{Arccosh}(t) \ dt = x \ \operatorname{Arccosh}(x) - \sqrt{x^2-1}$$
The \( \operatorname{Arcsinh}(x) \) is
the reciprocal function
of
the \( \sinh(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{Arcsinh}(x)= \sinh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in \hspace{0.04em} ]-1, \hspace{0.1em} 1[, $$
$$ \operatorname{Arctanh}(x) = \frac{1}{2} \ln \left| \frac{1 + x}{1 - x} \right| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its general antiderivative is:
$$ \forall x \in [-1, \hspace{0.2em} 1], $$
$$ \int^x \operatorname{Arctanh}(t) \ dt = x \ \operatorname{Arctanh}(x) + \ln|1 - x^2|$$
The \( \operatorname{csch}(x) \) function is defined as follows:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], \enspace f(x) = \operatorname{csch}(x) =
\frac{1}{\sinh(x)} $$
Its general antiderivatives are:
-
By the secant trigonometric functions
$$ \forall x \in \hspace{0.04em} \mathbb{R}^*, $$
$$\int^x \operatorname{csch}(t) \ dt = \ln \left|\operatorname{csch}(x) -\operatorname{coth}(x) \right|$$
-
By using the change of variable \(u = e^t\)
$$ \forall x \in \hspace{0.04em} \mathbb{R}^*,$$
$$\int^x \operatorname{csch}(t) \ dt = \ln \left| \operatorname{coth}\left(\frac{x}{2} \right) \right|$$
The \( \operatorname{sech}(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{sech}(x) = \frac{1}{\cosh(x)} $$
Its general antiderivatives are:
-
By the secant trigonometric functions
$$ \forall x \in \mathbb{R}, $$
$$\int^x \operatorname{sech}(t) \ dt = \operatorname{Arctan}(\sinh(x)) $$
-
By using the change of variable \(u = e^t\)
$$ \forall x \in \mathbb{R}, $$
$$ \int^x \operatorname{sech}(t) \ dt = 2 \ \operatorname{Arctan}(e^x) $$
The \( \operatorname{coth}(x) \) function is defined as follows:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], \enspace f(x) = \operatorname{coth}(x) =
\frac{1}{\tanh(x)} $$
Its general antiderivative is:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.1em}\backslash \hspace{0.2em} \left \{ 0 \right \} \Bigr], $$
$$ \int^x \operatorname{coth}(t) \ dt = \ln|\sinh(x)| = -\ln|\operatorname{csch}(x)|$$
The \( \operatorname{Arccsch}(x) \) is
the reciprocal function
of
the \( \operatorname{csch}(x) \) function
, it is defined as follows:
$$\forall x \in \Bigl[ \mathbb{R} \hspace{0.1em} \backslash \hspace{0.2em} \left \{ 0 \right \} \Bigr] , \enspace f(x) = \operatorname{Arccsch}(x)
= \operatorname{csch}^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , $$
$$\int^x \operatorname{Arccsch}(t) \ dt = x \ \operatorname{Arccsch}(x) + \ln \left|\sqrt{x^2+1} + |x| \right|$$
The \( \operatorname{Arcsech}(x) \) is
the reciprocal function
of
the \( \operatorname{sech}(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]0, \hspace{0.1em} 1] , \enspace f(x) = \operatorname{Arcsech}(x) = \operatorname{sech}^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \hspace{0.04em} ]0, \hspace{0.1em} 1]$$
$$\int^x \operatorname{Arcsech}(t) \ dt = x \ \operatorname{Arcsec}(x) + \operatorname{Arcsin}(x) $$
The \( \operatorname{Arccoth}(x) \) is
the reciprocal function
of
the \( \operatorname{coth}(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[ \hspace{0.1em} \cup \hspace{0.1em} ]1, \hspace{0.1em} +\infty[ , \enspace f(x) =
\operatorname{Arccoth}(x) =\operatorname{coth}^{-1}(x) $$
Its general antiderivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[ \hspace{0.1em} \cup \hspace{0.1em} ]1, \hspace{0.1em} +\infty[ , $$
$$\int^x \operatorname{Arccoth}(t) \ dt = x \ \operatorname{Arccoth}(x) + \ln \left|1-x^2 \right| $$
The derivatives of operations on functions
Let be by default two functions \( f, g \), depending on \( x \) such as:
$$ \Biggl \{ \begin{gather*} \forall x \in D_f, \enspace f: x \longmapsto f(x) \\ \forall x \in D_g, \enspace g: x \longmapsto g(x) \end{gather*}
$$
When we derive a function mutliplied by a constant \(\lambda \in \mathbb{R}\), we can take it out and derive the function separately.
$$ \forall f, \ \forall \lambda \in \mathbb{R},$$
$$ (\lambda f)' = \lambda f' $$
$$ \forall (f,g),$$
$$ \bigl( f + g \bigr)' = f' + g' $$
In the same way,
$$ \forall (f,g),$$
$$ \bigl( f - g \bigr)' = f' - g' $$
$$ \forall (f,g), \ \forall (\lambda, \mu) \in \hspace{0.04em} \mathbb{R}^2 $$
$$ (\lambda f+ \mu g )' = \lambda f'+ \mu g' $$
The derivative of a linear combination is the linear combination of each derivative function.
-
Generalization
$$ \forall n \in \mathbb{N}, \enspace \forall (f,g), \enspace \forall k \in [\![ 1, n ]\!], \enspace \forall \lambda_k \in \hspace{0.04em}
\mathbb{R}^n,$$
$$ \Biggl( \sum_{k=0}^n \lambda_k f_k \Biggl)' = \sum_{k=0}^n \lambda_k f'_k $$
-
Simple derivation
$$ \forall (f,g),$$
$$ \left ( f g \right)' = f'g + g'f $$
-
Multiple derivation: the Leibniz's formula
Let be \(f, g\) two functions of class \( \mathbb{C}^{\infty}\) on an interval \(I\). We note \(f^{(n)}\) the \(n\)-th
derivative
of \(f\).
The Leibniz's formula tells us that::
$$ \forall n\in \hspace{0.04em} \mathbb{N}, \enspace \forall (f,g), $$
$$ (fg)^{(n)} = \sum_{p = 0}^n \binom{n}{p} f^{(n-p)} \hspace{0.1em} g^{(p)} \qquad \text{(Leibniz's formula)} $$
$$ \forall g \neq 0, $$
$$ \left ( 1 \over g \right)' = -\frac{g'}{g^2} $$
$$ \forall (f,g), \ g \neq 0, $$
$$ \left ( f \over g \right)' = \frac{f'g - g'f}{g^2} $$
-
Two-functions composite
Let be \( f, g \) two functions.
$$ g : I \longmapsto J , \enspace x \longmapsto g(x) $$
$$ f : J \longmapsto K, \enspace y = g(x) \longmapsto f(y) = f \left(g(x)\right) $$
We define a composite function \( (f \circ g) \) as:
$$ (f \circ g)(x) = f \left(g(x)\right) $$
Its derivative is:
$$ \forall (f,g),$$
$$ (f \circ g)' = g'(f' \circ g) $$
So:
$$ (f \circ g)' = g'.f' \left(g\right) $$
We also call it a chain derivation.
-
Generalization: any composite function
Let us define a new operator of composition:
$$ \forall n \in \mathbb{N}, \ \Biggl( \overset{n}{\underset{k=1}{\bigcirc f_k}} \ \Biggr )(x) = \Bigl(f_1 \circ f_2 \circ f_3 \circ \ ... \
\circ f_{n-1} \circ f_{n}\Bigr)(x) $$
We now define a new function \(\Psi_n (x) \):
$$ \forall n \in \mathbb{N}, \ \Psi_n (x) = \ \Biggl( \overset{n}{\underset{k=1}{\bigcirc f_k}} \ \Biggr ) (x) $$
Thus we can model it as,
$$ \forall n \in \mathbb{N}, \ \forall k \in [\![1, n ]\!], \ \forall f_k \in \hspace{0.04em} f^k,$$
$$ \Psi_n' = f'_n \times \prod_{k=1}^{n-1}\Biggl[ f'_{n-k} \circ \Biggl( \overset{n}{\underset{j= (n - k) + 1}{\bigcirc f_j}} \ \Biggr ) \Biggr]
\\ $$
$$ \text{with} \enspace \Psi_n (x) = \Biggl( \overset{n}{\underset{k=1}{\bigcirc f_k}} \ \Biggr ) (x) = \Bigl(f_1 \circ f_2 \circ f_3 \circ \
... \ \circ f_{n-1} \circ f_{n}\Bigr)(x) $$
And under its developped form,
$$ \forall n \in \mathbb{N}, \ \forall k \in [\![1, n ]\!], \ \forall f_k \in \hspace{0.04em} f^k,$$
$$ \Psi_n' = \Biggl( \overset{n}{\underset{k=1}{\bigcirc f_k}} \ \Biggr )'= f_n' \times \bigl( f_{n-1}' \circ f_n \bigr) \times \ ... \ \times
\bigl(f_1' \circ f_2 \circ \ ... \ \circ f_{n-1} \circ f_n \bigr)$$
Click on the title to access to the recap table.
Let be \( f \) a function such as:
$$ f : I \longmapsto f(I) = J , \enspace x \longmapsto f(x) $$
We define its reciprocal function by:
$$ f^{-1} : J \longmapsto I , \enspace f(x) \longmapsto x $$
The reciprocal function derivative \( (f^{-1})' \) is:
$$ \forall (f,f^{-1}), \enspace (f' \circ f^{-1}) \neq 0, $$
$$ ( f^{-1} )' = \frac{1}{ (f' \circ f^{-1})} $$
Click on the title to access to the recap table.
The derivatives of standard functions
A constant function is defined as followed:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \lambda, \enspace (\text{with} \enspace \lambda \in \mathbb{R}) $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ (\lambda)' = 0 $$
An affine function is defined as followed:
$$ \forall x \in \mathbb{R}, \enspace \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2, \enspace f(x) = ax + b $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ (ax+ b)' = a $$
The absolute value function is defined as followed:
$$ \forall x \in \mathbb{R}, \enspace f(x) = |x| = \sqrt{x^2}$$
Its derivative is:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \left \{ 0 \right \} \Bigr], $$
$$ |x|' = \frac{x}{|x|}$$
The square function is defined as followed:
$$ \forall x \in \mathbb{R}, \enspace f(x) = x^2 $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ (x^2)' = 2x $$
In this part, there will be many cases where \(x\) will be found in the denominator, then for simplicity we will remove the case where \((x =
0)\).
Then, we specifically define the power of \(x\) function as follows:
$$ \text{when } x \text{ is defined}, \ \forall n \in \mathbb{R}, \enspace f(x) = x^n $$
Its derivative is:
$$ \text{when } x \text{ is defined}, \ \forall n \in \mathbb{R}, $$
$$ (x^n)' = nx^{n - 1} $$
In this part, there will be many cases where \(n\) will be found under a
logarithm
, then for simplicity we will remove the case where \((n = 0)\).
Then, we specifically define a power of \(n\) function as followed:
$$ \forall x \in \mathbb{R}, \enspace \forall n \in \mathbb{R^*_+}, \enspace f(x) = n^x $$
Its derivative is:
$$ \forall x \in \mathbb{R}, \enspace \forall n \in \mathbb{R_+^*}, $$
$$ (n^x)' = \ln(n).n^x $$
The square root function is defined as followed:
$$ \forall x \in \mathbb{R^+}, \enspace f(x) = \sqrt{x} $$
Its derivative is:
$$ \forall x \in \mathbb{R_+^*}, $$
$$ \left(\sqrt{x} \right)' = \frac{1}{2\sqrt{x}} $$
The inverse function is defined as followed:
$$ \forall x \in \mathbb{R^*}, \enspace f(x) = \frac{1}{x} $$
Its derivative is:
$$ \forall x \in \mathbb{R^*}, $$
$$ \left(\frac{1}{x}\right)' = -\frac{1}{x^2} $$
-
The \(\ln(x)\) function
The
the Napierian logarithm function \((\ln(x))\)
is defined as
the reciprocal function
of
the exponential function \((e^x)\)
:
$$ \forall x \in \mathbb{R_+^*}, \enspace f(x) = \ln(x) = (e^x)^{-1}$$
It can be defined by an
integral
:
$$ \forall x \in \mathbb{R_+^*}, \enspace \ln(x) = \int^x_1 \frac{dt}{t}$$
$$ \forall x \in \mathbb{R_+^*}, $$
$$ \Bigl[ \ln(x) \Bigr]' = \frac{1}{x} $$
-
The \(\ln|x|\) function
The
Napierian logarithm function \((\ln(x))\)
in absolute value is defined as:
$$ \forall x \in \mathbb{R^*}, \enspace f(x) = \ln|x| = \Biggl \{ \begin{gather*} \forall x \in \mathbb{R_-^*}, \ f(x) = \ln(-x) \\ \forall x
\in \mathbb{R_+^*}, \ f(x) = \ln(x) \end{gather*} $$
$$ \forall x \in \mathbb{R^*}, $$
$$ \Bigl[ \ \ln|x| \ \Bigr]' = \frac{1}{x} $$
The logarithm to the base \(n\) function is defined as followed:
$$ \forall x \in \mathbb{R_+^*}, \enspace \forall n \in \mathbb{R^*_+}, \enspace f(x) = log_n(x) $$
Its derivative is:
$$ \forall x \in \mathbb{R_+^*}, \enspace \forall n \in \mathbb{R^+}, $$
$$ \Bigl[ log_n(x) \Bigr] ' = \frac{1}{x.\ln(n)} $$
The
exponential function
is defined as the
the derivative of a reciprocal function
of
the Napierian logarithm function \((\ln(x))\)
:
$$ \forall x \in \mathbb{R}, \enspace f(x) = e^x = \ln^{-1}(x)$$
Its derivative is itself:
$$ \forall x \in \mathbb{R}, $$
$$ (e^x)' = e^x$$
Click on the title to access to the recap table.
The derivatives of trigonometric functions
For all these trigonometric functions, we will also have their respective
reciprocal function
.
Between a function and its
reciprocal function
, we do have the following relation:
$$ f \circ f^{-1} = id$$
Here is an example with \(\sin(x)\) and \(\operatorname{Arcsin}(x)\) :
$$ \Biggl \{ \begin{gather*} f : x \longmapsto \sin(x), \hspace{3.1em} \mathbb{R } \longmapsto [-1, \enspace 1] \\ f^{-1} : x \longmapsto
\operatorname{Arcsin}(x), \enspace [-1, \enspace 1] \longmapsto \mathbb{R } \end{gather*} $$
$$ \operatorname{Arcsin}(\sin(x)) = x \Longleftrightarrow \sin(\operatorname{Arcsin}(x)) = x $$
Be careful not to be confused with the notation "\( f^{-1} \)" of
reciprocal functions
with that of an inverse
.
Indeed, we note "\( \cos^{-1}, \ \sin^{-1}, \ \tan^{-1}... \)" for trigonometric
reciprocal functions
\( (arcsin, \ arccos, \ \operatorname{Arctan}...) \), but this is a different notation from "\( f^{-1} \)" which generally means
the inverse function
\( (x^{-1} = \frac{1}{x}) \)
.
$$ \cos^2(x) = \cos(x)\cos(x) $$
$$ (but) $$
$$ \Biggl[ \cos^{-1}(x) = \operatorname{Arccos}(x) \Biggr] \ \neq \ \Biggl[ \Bigl(\cos(x)\Bigr)^{-1} = \frac{1}{\cos(x)} = \sec(x) \Biggr] $$
Applying
the Thales' theorem
, we definitely see the following relation:
$$ \frac{\cos(\theta)}{1} = \frac{\sin(\theta)}{\tan(\theta)} \Longleftrightarrow \tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)} $$
The \( \sin(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \sin(x) $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \sin(x)' = \cos(x) $$
The \( \cos(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \cos(x) $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \cos(x)' = -\sin(x) $$
The \( \tan(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], \enspace f(x) = \tan(x) = \frac{\sin(x)}{\cos(x)} $$
Its derivative is:
$$ \forall k \in \mathbb{Z}, \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi \Bigr \}
\biggr] $$
$$ \tan(x)' = 1 + \tan^2(x) = \frac{1}{\cos^2(x)}= \sec^2(x) $$
The \( \operatorname{Arcsin}(x) \) is
the reciprocal function
of
the \( \sin(x) \) function
, it is defined as follows:
$$ \forall x \in [-1, \hspace{0.2em} 1], \enspace f(x) = \operatorname{Arcsin}(x) = \sin^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-1 ,\hspace{0.2em} 1[, $$
$$ \operatorname{Arcsin}(x)' = \frac{1}{\sqrt{1 - x^2}} $$
The \( \operatorname{Arccos}(x) \) function is
the reciprocal function
of
the \( \cos(x) \) function
, it is defined as follows:
$$ \forall x \in [-1, \hspace{0.2em} 1], \enspace f(x) = \operatorname{Arccos}(x) = \cos^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-1 , \hspace{0.2em}1[, $$
$$ \operatorname{Arccos}(x)' = -\frac{1}{\sqrt{1 - x^2}} $$
The \( \operatorname{Arctan}(x) \) function is
the reciprocal function
of
the \( \tan(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{Arctan}(x) = \tan^{-1}(x) $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \operatorname{Arctan}(x)' = \frac{1}{1 + x^2} $$
The three secant trigonometric functions are the \( \csc(x), \sec(x) \) and \( \cot(x) \) functions.
They are respectively the inverses of the \( \sin(x), \cos(x) \) and \( \tan(x) \) functions.
Applying
the Thales' theorem
, we definitely see the following relation:
$$ \left \{ \begin{gather*} \frac{\csc(\theta)}{1} = \frac{1}{\sin(\theta)} \Longleftrightarrow \csc(\theta) = \frac{1}{\sin(\theta)} \\
\frac{\sec(\theta)}{1} = \frac{1}{\cos(\theta)} \Longleftrightarrow \sec(\theta) = \frac{1}{\cos(\theta)} \\ \frac{\cot(\theta)}{1} =
\frac{\csc(\theta)}{\sec(\theta)} = \frac{1}{\tan(\theta)} \Longleftrightarrow \cot(\theta) = \frac{1}{\tan(\theta)} \end{gather*} \right \} $$
The \( \csc(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr], \enspace
f(x) = \csc(x) = \frac{1}{\sin(x)} $$
Its derivative is:
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr], $$
$$ \csc(x)' = - \csc^2(x)\cos(x) = -\csc(x)\cot(x) $$
Furthermore, we do notice that:
$$ \forall k \in \mathbb{Z}, \ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr], $$
$$ \frac{\csc'(x)}{\csc(x)} = -\csc(x)\cos(x) = -\tan(x)$$
The \( \sec(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], \enspace f(x) = \sec(x) = \frac{1}{\cos(x)} $$
Its derivative is:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], $$
$$ \sec(x)' = \sec^2(x) \sin(x) = \sec(x)\tan(x) $$
Furthermore, we do notice that:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \biggl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ \frac{\pi}{2} + k\pi
\Bigr \} \biggr], $$
$$ \frac{\sec'(x)}{\sec(x)} = \sec(x)\sin(x) = \tan(x)$$
The \( \cot(x) \) function is defined as follows:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr] ,
\enspace f(x) = \cot(x) = \frac{\csc(x)}{\sec(x)} = \frac{1}{\tan(x)} $$
Its derivative is:
$$ \forall k \in \mathbb{Z}, \enspace \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ k\pi \bigr \} \Bigr], $$
$$ \cot(x)' = -(1 + \cot^2(x)) = - \csc^2(x) $$
The \( \operatorname{Arccsc}(x) \) is
the reciprocal function
of
the \( \csc(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , \enspace f(x) = \operatorname{Arccsc}(x) =
\csc^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[\hspace{0.1em}\cup \hspace{0.1em}]1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arccsc}(x)' = - \frac{1}{ x^2} \times \frac{1}{ \sqrt{1 - \frac{1}{ x^2}}} $$
The \( \operatorname{Arcsec}(x) \) is
the reciprocal function
of
the \( \sec(x) \)
function, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1] \cup[1, \hspace{0.1em} +\infty[ , \enspace f(x) = \operatorname{Arcsec}(x) =
\sec^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[\hspace{0.1em}\cup \hspace{0.1em}]1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arcsec}(x)' = \frac{1}{ x^2} \times \frac{1}{ \sqrt{1 - \frac{1}{ x^2}}} $$
The \( \operatorname{Arccot}(x) \) is
the reciprocal function
of
the \( \cot(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R} , \enspace f(x) = \operatorname{Arccot}(x) = \cot^{-1}(x) $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \operatorname{Arccot}(x)' = - \frac{1}{ 1 + x^2} $$
The three hyperbolic functions are the \( \sinh(x), \cosh(x) \) and \( \tanh(x) \) functions.
They are the twins of the \( \sin(x), \cos(x) \) and \( \tan(x) \) functions, and notably concerning their properties.
The \( \sinh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \sinh(x) = \frac{e^x - e^{-x} }{2} $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \sinh(x)' = \cosh(x) $$
The \( \cosh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \cosh(x) = \frac{e^x + e^{-x} }{2} $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \cosh(x)' = \sinh(x) $$
The \( \tanh(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \tanh(x) = \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}} $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \tanh(x)' = 1 - \tanh^2(x) = \operatorname{sech}^2(x) $$
The \( \operatorname{Arcsinh}(x) \) is
the reciprocal function
of
the \( \sinh(x) \) function
, it is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{Arcsinh}(x)= \sinh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in \mathbb{R},$$
$$ \operatorname{Arcsinh}(x) = \ln \left|x + \sqrt{x^2 + 1}\right| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \operatorname{Arcsinh}(x)' = \frac{1}{\sqrt{1 + x^2}} $$
The \( \operatorname{Arccosh}(x) \) is
the reciprocal function
of
the \( \cosh(x) \) function
, it is defined as follows:
$$ \forall x \in [1, \hspace{0.1em} +\infty[, \enspace f(x) = \operatorname{Arccosh}(x) = \cosh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in [1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arccosh}(x) = \ln \Bigl| x + \sqrt{x^2 - 1}\Bigr| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arccosh}(x)' = \frac{1}{\sqrt{x^2 -1}} $$
The \( \operatorname{Arctanh}(x) \) is
the reciprocal function
of
the \( \tanh(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-1, \hspace{0.1em} 1[, \enspace f(x) = \operatorname{Arctanh}(x) = \tanh^{-1}(x) $$
In addition, we can define it more explicitly by :
$$ \forall x \in \hspace{0.04em} ]-1, \hspace{0.1em} 1[, $$
$$ \operatorname{Arctanh}(x) = \frac{1}{2} \ln \left| \frac{1 + x}{1 - x} \right| $$
(\(\Longrightarrow\) see
demonstration of it
)
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-1, \hspace{0.1em} 1[, $$
$$ \operatorname{Arctanh}(x)' = \frac{1}{1 - x^2} $$
The three hyperbolic secant functions are the \( \operatorname{csch}(x), \operatorname{sech}(x) \) and \( \operatorname{coth}(x) \) functions.
They are respectively the inverses of the \( \sinh(x), \cosh(x) \) and \( \tanh(x) \) functions.
The \( \operatorname{csch}(x) \) function is defined as follows:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], \enspace f(x) = \operatorname{csch}(x) =
\frac{1}{\sinh(x)} $$
Its derivative is:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], $$
$$ \operatorname{csch}(x)' = - \operatorname{csch}^2(x) \cosh(x) = -\operatorname{csch}(x)\operatorname{coth}(x) $$
Furthermore, we do notice that:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], $$
$$ \frac{\operatorname{csch}'(x)}{\operatorname{csch}(x)} = -\operatorname{csch}(x)\cosh(x) = -\operatorname{coth}(x)$$
The \( \operatorname{sech}(x) \) function is defined as follows:
$$ \forall x \in \mathbb{R}, \enspace f(x) = \operatorname{sech}(x) = \frac{1}{\cosh(x)} $$
Its derivative is:
$$ \forall x \in \mathbb{R}, $$
$$ \operatorname{sech}(x)' = -\operatorname{sech}^2(x)\sinh(x) = -\operatorname{sech}(x)\tanh(x) $$
The \( \operatorname{coth}(x) \) function is defined as follows:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], \enspace f(x) = \operatorname{coth}(x) =
\frac{1}{\tanh(x)} $$
Its derivative is:
$$ \forall x \in \Bigl[ \mathbb{R} \hspace{0.2em} \backslash \hspace{0.2em} \bigl \{ 0 \bigr \} \Bigr], $$
$$ \operatorname{coth}(x)' = 1 - \cot^2(x) = -\operatorname{csch}^2(x)$$
The \( \operatorname{Arccsch}(x) \) is
the reciprocal function
of
the \( \operatorname{csch}(x) \) function
, it is defined as follows:
$$\forall x \in \Bigl[ \mathbb{R} \hspace{0.1em} \backslash \hspace{0.2em} \left \{ 0 \right \} \Bigr] , \enspace f(x) = \operatorname{Arccsch}(x)
= \operatorname{csch}^{-1}(x) $$
Its derivative is:
$$\forall x \in \Bigl[ \mathbb{R} \hspace{0.1em} \backslash \hspace{0.2em} \left \{ 0 \right \} \Bigr] , $$
$$ \operatorname{Arccsch}(x)' = - \frac{1}{ x^2} \times \frac{1}{ \sqrt{1 + \frac{1}{ x^2}}} $$
The \( \operatorname{Arcsech}(x) \) is
the reciprocal function
of
the \( \operatorname{sech}(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]0, \hspace{0.1em} 1] , \enspace f(x) = \operatorname{Arcsech}(x) = \operatorname{sech}^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.1em} ]0, \hspace{0.1em} 1], $$
$$ \operatorname{Arcsech}(x)' = - \frac{1}{ x^2} \times \frac{1}{ \sqrt{\frac{1}{ x^2} - 1}} $$
The \( \operatorname{Arccoth}(x) \) is
the reciprocal function
of
the \( \operatorname{coth}(x) \) function
, it is defined as follows:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[ \hspace{0.1em} \cup \hspace{0.1em} ]1, \hspace{0.1em} +\infty[ , \enspace f(x) =
\operatorname{Arccoth}(x) =\operatorname{coth}^{-1}(x) $$
Its derivative is:
$$ \forall x \in \hspace{0.04em} ]-\infty, \hspace{0.1em} -1[ \hspace{0.1em} \cup \hspace{0.1em} ]1, \hspace{0.1em} +\infty[, $$
$$ \operatorname{Arccoth}(x)' = \frac{1}{ 1 - x^2} $$
Click on the title to access to the recap table.
Derivativity of functions
Derivativity is key notion in analysis, because it underlies all physics and science in general.
Let \( f :x \longmapsto f(x) \) be a continuous function.
-
Derived number
We do call \( f'(a) \) the
derived number
from the function \( f \) at point \( (x=a )\) such as
$$ f'(a) = \lim_{h \to 0} \enspace \frac{f(a+h) - f(a)}{h}$$
If (and only if) this number is defined, we then say that \( f \) is derivable at point \( a\).
$$ f \text{ is derivable at point } a \Longleftrightarrow \lim_{h \to 0} \enspace \frac{f(a+h) - f(a)}{h}= f'(a) \in \mathbb{R} $$
Determining the general expression of the derivative function \(f'\), we will define where the function \(f\) is derivable.
-
Derivative function
Function \(f'\), derivated from fucntion \( f \) is expressed as follows:
$$ f'(x) = \lim_{h \to 0} \enspace \frac{f(x+h) - f(x)}{h} $$
The is the limit of the rate variation when \( h \to 0 \).
It can also be found in this form:
$$ f'(x) = \lim_{t \to x} \enspace \frac{f(t) - f(x)}{t - x} $$
At this point, it will be the limit of rate variation when \( x \to a \).
$$ f \text{ is derivable at point } a \Longrightarrow f \text{ is continuous at point } a $$
$$ \forall x \in \bigl[a,b \bigr], \ f'(x) \geqslant 0 \ \Longleftrightarrow f \text{ is increasing on } \bigl[a,b \bigr] $$
$$ \forall x \in \bigl[a,b \bigr], \ f'(x) \leqslant 0 \ \Longleftrightarrow f \text{ is decreasing on } \bigl[a,b \bigr] $$
Furthermore, if and only if \(f'\) changes sign between before and after a certain point \(a\), the \(f\) function admits a local extremum at this
point.
$$ f'(x) \text{ changes sign between before and after } (x=a) \Longleftrightarrow f \text{ admits a local extremum at } (x=a) $$
We saw in
the definition of the derivative
that the
derived number
correspond to the slope of the tangent to the curve of a function.
This line admits for equation at the point of abscissa \(a\):
$$ T_{a}(x) = f'(a)(x - a) + f(a) $$
Furthermore, in the case of
a convex function (resp. concave)
, this tangent is always below (resp. above) the curve.
$$ f \text{ is convex on } \bigl[a,b \bigr] \Longleftrightarrow f(x) \geqslant f'(a)(x - a) + f(a)$$
$$ f \text{ is concave on } \bigl[a,b \bigr] \Longleftrightarrow f(x) \leqslant f'(a)(x - a) + f(a) $$
$$ f \text{ is derivable at point } a \Longleftrightarrow f \text{ admits a Taylor series of order 1 at point } a $$
Integration methods for rational fractions with square roots
Let \(a \in \hspace{0.04em} \mathbb{R}\) be a real number.
-
Fraction with a root at the denominator\(: \frac{1}{\sqrt{a^2 - t^2}}\)
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*, \ \forall x \in \hspace{0.04em} \Bigl [-|a|, \hspace{0.2em} |a| \Bigr], $$
$$ \int^x \frac{dt}{\sqrt{a^2 - t^2}} = \operatorname{Arcsin}\left(\frac{x}{|a|}\right) $$
-
Fraction with \(t\) and a root in the denominator\(: \frac{1}{t\sqrt{a^2 - t^2}}\)
$$ \forall a \in \hspace{0.04em} \mathbb{R}, \ \forall x \in \hspace{0.04em} \Bigl]-|a|, \hspace{0.2em} 0 \Bigr[ \hspace{0.04em} \cup
\hspace{0.04em} \Bigl]0, \hspace{0.2em} |a| \Bigr[ , $$
$$ \int^x \frac{dt}{t\sqrt{a^2 - t^2}} = \frac{1}{2a} \ln\left|\sqrt{a^2 - x^2} - a \right| + \frac{1}{2a} \ln\left|\sqrt{a^2 - x^2} + a\right|
$$
-
Fraction with \(t^2\) and a root in the denominator\(: \frac{1}{t^2\sqrt{a^2 - t^2}}\)
$$ \forall a \in \hspace{0.04em} \mathbb{R}, \ \forall x \in \hspace{0.04em} \Bigl]-|a|, \hspace{0.2em} 0 \Bigr[ \hspace{0.04em} \cup
\hspace{0.04em} \Bigl]0, \hspace{0.2em} |a| \Bigr[ ,$$
$$ \int^x \frac{dt}{t^2\sqrt{a^2 - t^2}} = - \frac{1}{a^2} \frac{\sqrt{a^2 - x^2}}{x} $$
-
Simple root\(: \sqrt{a^2 - t^2} \)
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*, \ \forall x \in \hspace{0.04em} \Bigl [-|a|, \hspace{0.2em} |a| \Bigr], $$
$$ \int^x \sqrt{a^2 - t^2} \ dt = \frac{a^2}{2} \operatorname{Arcsin}\left(\frac{x}{|a|}\right) + \frac{x}{2} \sqrt{a^2 - x^2} $$
-
Fraction with a root at the denominator\(: \frac{1}{\sqrt{a^2 + t^2}}\)
-
Setting down \( t = |a| \ \sinh(u)\)
$$\forall a \in \hspace{0.04em} \mathbb{R}^*, \ \forall x \in \hspace{0.04em} \mathbb{R}, $$
$$ \int^x \frac{dt}{\sqrt{a^2 + t^2}} = \operatorname{Arcsinh}\left(\frac{x}{|a|} \right) $$
-
Setting down \( t = |a| \ \tan(u)\)
$$ \Bigl[ \forall (a,x) \in \hspace{0.04em} \mathbb{R}^2 \Bigr] \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ (0,0) \Bigr \} , $$
$$ \int^x \frac{dt}{\sqrt{a^2 + t^2}} = \ln \left|\sqrt{ a^2 + x^2 } + x\right|$$
Both expressions having a common member, they are both equal up to a constant and we do obtain as a bonus an explicit definition of the
\(\operatorname{Arcsinh}\) function with \(a = 1\):
$$ \forall x \in \mathbb{R}, $$
$$ \operatorname{Arcsinh}(x) = \ln \left| x + \sqrt{ 1 + x^2 } \right| $$
-
Fraction with \(t\) and a root in the denominator\(: \frac{1}{t\sqrt{a^2 + t^2}}\)
$$\forall a \in \hspace{0.04em} \mathbb{R}^+, \ \forall x \in \hspace{0.04em} \mathbb{R}^*,$$
$$ \int^x \frac{dt}{t\sqrt{a^2 + t^2}} = \frac{1}{2a} \ln\left|\sqrt{a^2 + x^2}-a\right| - \frac{1}{2a} \ln \left|\sqrt{a^2 + x^2} + a\right| $$
-
Fraction with \(t^2\) and a root in the denominator\(: \frac{1}{t^2\sqrt{a^2 + t^2}}\)
$$\forall a \in \hspace{0.04em} \mathbb{R}^+, \ \forall x \in \hspace{0.04em} \mathbb{R}^*,$$
$$ \int^x \frac{dt}{t^2\sqrt{a^2 + t^2}} =- \frac{1}{a^2} \frac{\sqrt{a^2+x^2}}{x}$$
-
Simple root\(: \sqrt{a^2 + t^2} \)
$$ \Bigl[ \forall (a,x) \in \hspace{0.04em} \mathbb{R}^2 \Bigr] \hspace{0.2em} \backslash \hspace{0.2em} \Bigl \{ (0,0) \Bigr \} , $$
$$ \int^x \sqrt{a^2 + t^2} \ dt = \frac{x \ \sqrt{a^2 +x^2} + a^2 \ \ln\left|\sqrt{a^2 +x^2} + x \right|}{2} $$
-
Fraction with a root at the denominator\(: \frac{1}{\sqrt{t^2 - a^2}}\)
-
Setting down \(t = |a| \ \cosh(u) \)
$$ \forall a \in \hspace{0.04em} \mathbb{R}^+, \ \forall x \in \hspace{0.04em} ]a, +\infty[, $$
$$ \int^x \frac{dt}{\sqrt{t^2 - a^2}} = \operatorname{Arccosh}\left( \frac{x}{a}\right) $$
-
Setting down \(t = |a| \ \sec(u) \)
$$\Bigl[ \forall a \in \hspace{0.04em} \mathbb{R}^*, \ \forall x \in \Bigl] -\infty, -|a| \Bigr[ \hspace{0.04em} \cup \hspace{0.04em}
\Bigl]|a|, +\infty \Bigr[ \Bigr] \lor \Bigl[ (x = 0) \land (x > 0) \Bigr],$$
$$\int^x \frac{dt}{\sqrt{t^2 - a^2}} = \ln \left| \sqrt{ x^2 - a^2 } + x \right| $$
Both expressions having a common member, they are both equal up to a constant and we do obtain as a bonus an explicit definition of the
\(\operatorname{Arccosh}\) function with \(a = 1\):
$$ \forall x \in [1, +\infty[,$$
$$ \operatorname{Arccosh}(x) = \ln \left| x + \sqrt{ x^2 - 1} \right| $$
-
Fraction with \(t\) and a root in the denominator\(: \frac{1}{t\sqrt{t^2 - a^2}}\)
$$ \forall a \in \hspace{0.04em} \mathbb{R}^+, \ \forall x \in \Bigl] -\infty, -|a| \Bigr[ \hspace{0.04em} \cup \hspace{0.04em} \Bigl]|a|,
+\infty \Bigr[,$$
$$ \int^x \frac{dt}{t\sqrt{t^2 - a^2}}dt = \frac{1}{a} \operatorname{Arctan} \left(\frac{\sqrt{x^2 - a^2}}{a} \right) $$
-
Fraction with \(t^2\) and a root in the denominator\(: \frac{1}{t^2\sqrt{t^2 - a^2}}\)
$$ \forall a \in \hspace{0.04em} \mathbb{R}^+, \ \forall x \in \Bigl] -\infty, -|a| \Bigr[ \hspace{0.04em} \cup \hspace{0.04em} \Bigl]|a|,
+\infty \Bigr[, $$
$$ \int^x \frac{dt}{t^2\sqrt{t^2 - a^2}} =\frac{1}{a^2} \frac{\sqrt{ x^2 - a^2 } }{x}$$
-
Simple root\(: \sqrt{ t^2 - a^2} \)
$$ \Bigl[ \forall a \in \hspace{0.04em} \mathbb{R}^*, \ \forall x \in \Bigl] -\infty, -|a| \Bigr[ \hspace{0.04em} \cup \hspace{0.04em}
\Bigl]|a|, +\infty \Bigr[ \Bigr] \lor \Bigl[ (x = 0) \land (x > 0) \Bigr], $$
$$ \int^x \sqrt{t^2 - a^2} \ dt = \frac{ x\sqrt{x^2 - a^2} - a^2 \ \ln \left| x+ \sqrt{x^2 - a^2} \ \right| }{2} $$
The logarithm and exponential functions
Both functions \(log_a(x)\) and \(\ln(x)\) being defined as similar up to a coefficient \(\ln(a)\), the following properties will be true for both
logarithmic functions.
$$ \forall x \in \mathbb{R^+}, $$
$$ \ln(x) = \int^x_1 \frac{dt}{t} $$
As well we do have:
$$ \forall (a,b) \in \hspace{0.04em} \left[ \mathbb{R}^*_+ \right]^2, $$
$$ \ln(ab) = \ln(a)+ \ln(b) $$
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*_+, $$
$$ \ln \left(\frac{1}{a} \right) = -\ln(a) $$
$$ \forall (a,b) \in \hspace{0.04em} \left[ \mathbb{R}^*_+ \right]^2, $$
$$ \ln \left(\frac{a}{b} \right) = \ln(a) - \ln(b) $$
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*_+, \ \forall n \in \hspace{0.04em} \mathbb{R},$$
$$ \ln(a^n) = n \ \ln(a) $$
In the general way, for two logarithms respectively to the base \(a\), \(b\) or \(e\) (natural logarithm),
Exponential functions, being defined as the reciprocal function of the logarithm (respectively to its base), have all the reciprocal properties of
logarithms.
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2,$$
$$ e^a \ e^b = e^{a+b}$$
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2,$$
$$ \frac{1}{e^b} = e^{- b}$$
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2,$$
$$ \frac{e^a}{e^b} = e^{a - b}$$
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{R}^2,$$
$$ (e^a)^b = e^{ab} $$
$$ $$
$$ e \approx 2.7182818... $$
The properties of integrals
Let be \(f, g\) two functions of class \(\mathcal{C}^1\) on an interval \(I = \bigl ]a,b \bigr[\), and a function \(F\) which is an
antiderivative
of \(f\).
The integral from \(a\) to \(b\) is
the area located between the curve of \(f\) and the abscissa axis
, from \(a\) to \(b\) (see
link between integrals and antiderivatives
).
$$ \forall (a, x) \in D_f^2, $$
$$ F(x) = \int_{a}^x f(t) \hspace{0.2em}dt \Longrightarrow F(a) = 0$$
$$ \forall a \in D_f, $$
$$ \int_{a}^a f(t) \hspace{0.2em}dt =0 $$
$$ \forall (a,b) \in D_f^2, $$
$$ \int_{b}^a f(t) \hspace{0.2em}dt = -\int_{a}^b f(t) \hspace{0.2em}dt $$
$$ \forall (a, \lambda ,b) \in D_f^3, \enspace a \leqslant \lambda \leqslant b, $$
$$ \int_{a}^{\lambda} f(t) \hspace{0.2em}dt + \int_{\lambda}^b f(t) \hspace{0.2em}dt = \int_{a}^b f(t) \hspace{0.2em}dt $$
$$ \forall (a,b) \in D_f^2, \enspace \forall (\lambda, \mu) \in \hspace{0.04em} \mathbb{R}^2,$$
$$ \int_{a}^b \biggl(\lambda f(t) + \mu g(t) \hspace{0.2em} \biggr) dt = \lambda \int_{a}^b f(t) \hspace{0.2em}dt + \mu \int_{a}^b g(t)
\hspace{0.2em}dt $$
The integral of a linear combination is the linear combination of the integral of each function
$$ \forall (a,x, b) \in D_f^3, \enspace x \in \bigl[a, b\bigr], $$
$$ \enspace f(x) \geqslant 0 \hspace{0.2em} \Longrightarrow \hspace{0.2em} \int_{a}^b f(t) \hspace{0.2em}dt \geqslant 0 $$
In the same way, if \( f(x) \leqslant 0 \) on \( \bigl[a, b \bigr] \),
$$ \forall (a,x, b) \in D_f^3, \enspace x \in \bigl[a, b\bigr], $$
$$ f(x) \textcolor{rgb(192 52 52)}{\leqslant} 0 \hspace{0.2em} \Longrightarrow \hspace{0.2em} \int_{a}^b f(t) \hspace{0.2em}dt\textcolor{rgb(192
52 52)}{\leqslant} 0 $$
$$ \forall (a,x, b) \in D_f^3, \enspace x \in \bigl[a, b\bigr], $$
$$ f(x) \leqslant g(x) \hspace{0.2em} \Longrightarrow \hspace{0.2em} \int_{a}^b f(t) \hspace{0.2em}dt \leqslant \int_{a}^b g(t) \hspace{0.2em}dt
$$
$$ \forall (a,b) \in D_f^2, $$
$$ \mu = \frac{1}{(b-a)} \int_{a}^b f(t) $$
$$ \forall (a,b) \in D_f^2, $$
$$ \exists c \in \bigl ]a,b \bigr[, \enspace f(c) = \frac{1}{(b-a)} \int_{a}^b f(t) \hspace{0.2em}dt$$
$$ \forall (a,b) \in D_f^2, $$
$$ m \hspace{0.2em} \leqslant \hspace{0.2em} \frac{1}{(b-a)} \int_{a}^b f(t) \hspace{0.2em}dt \hspace{0.2em} \leqslant \hspace{0.2em} M $$
$$ \text{with } \Biggl \{ \begin{gather*} m = min\{f\} \\ M = max\{f\} \end{gather*} $$
$$ \forall (a,b) \in D_f^2, $$
$$ \int_{a}^b f(a + b - t) \hspace{0.2em}dt = \int_{a}^b f(t) \hspace{0.2em}dt $$
Solving second order lin. diff. equations \( (EDL_2) \) with constants coefficients
Let \( y \) be a function of class \( \mathbb{C}^{2}\) on an interval \( I\).
In this part, we will show the function \( y(x) \) under its simplified form \( y\).
As well, let \( (a, b) \in \hspace{0.04em} \mathbb{R}^2\) be two coefficients and \( f(x)\) any function.
Let \( (E) \) be a linear differential equation of order \( 2 \), and \( (H) \) its associated homogeneous equation:
$$ \Biggl \{ \begin{gather*} y'' + ay' + by = f(x) \qquad (E) \\ y'' + ay' + by = 0 \qquad (H) \end{gather*} $$
If \( y = 0 \), thus \( y_h = 0 \) is an obvious solution, but considering the \( y \) function as a non-zero function, we will have on the first
hand to calculate
the discriminant
\( \Delta \) of the characteristic equation \( (E_c) \):
$$ r^2 + a r + b = 0 \qquad (E_c) $$
After examining
the discriminant
\( (\Delta = a^2 -4b) \), depending on the case the function \(y_h\) will be an
homogeneous solution
of \( (H) \) :
-
\( \alpha) \ \Delta > 0\): two distinct roots \( \alpha, \beta \)
$$ \left \{ \begin{gather*} \alpha = \frac{-a - \sqrt{\Delta}}{2} \\ \beta = \frac{-a + \sqrt{\Delta}}{2} \end{gather*} \right \} $$
$$ y_h =c_1\hspace{0.1em} e^{\alpha x} +c_2 e^{\beta x} \qquad (\text{with} \enspace (c_1,c_2) \in \hspace{0.04em} \mathbb{R}^2) $$
-
\( \beta) \ \Delta = 0\): a double root \( \alpha \)
$$\alpha = \frac{-a}{2} $$
$$ y_h =c_1\hspace{0.1em} e^{\alpha x} +c_2 \hspace{0.2em} x \hspace{0.2em} e^{\alpha x} \qquad (\text{with} \enspace (c_1,c_2) \in
\hspace{0.1em} \mathbb{R}^2) $$
-
\( \gamma) \ \Delta < 0\): two conjugate complex roots \( \alpha, \overline{\alpha} \)
$$ \left \{ \begin{gather*} \alpha = \frac{-a - i\sqrt{|\Delta}|}{2} \\ \overline{\alpha} = \frac{-a + i\sqrt{|\Delta}|}{2} \end{gather*} \right
\} $$
$$ y_h = e^{Ax} \Biggl[c_1\hspace{0.1em} \cos(Bx) +c_2 \hspace{0.1em} \sin(Bx) \Biggr] \qquad \text{avec} \enspace \left \{ \begin{gather*}
(c_1,c_2)\in \hspace{0.04em}\mathbb{R}^2 \\ A = -\frac{a}{2} \enspace et \enspace B = \frac{ \sqrt{|\Delta|} }{2} \end{gather*} \right \} $$
Having determinded the constants \((c_1, c_2) \) and the solutions \((y_1, y_2) \) according to the result of the calculation of \(\Delta\), we
had for the solution of \((H) \) that:
$$ y_h = c_1y_1 + c_2y_2 $$
To determine a
specific solution
for \( (E) \), we solve the system \( (S) \):
$$ (S) \ \Biggl \{ \begin{gather*} c_1'y_1 + c_2'y_2 = 0 \\ c_1' y_1' + c_2' y_2' = f(x) \end{gather*}$$
$$ (S) \Longleftrightarrow \ \begin{bmatrix} y_1 & y_2\\ y_1' & y_2' \end{bmatrix} \times \begin{bmatrix} c_1' \\ c_2' \end{bmatrix} =
\begin{bmatrix} \ \ 0 \\ f(x) \end{bmatrix} $$
If the determinant \(det(Y) \neq 0\), then the system \( (S) \) admits solutions which are:
$$ \ \left \{ \begin{gather*} c_1' = \frac{-y_2 f(x)}{ y_1y_2' -y_1'y_2 } \\ c_2' = \frac{y_1 f(x)}{ y_1y_2' -y_1'y_2 } \end{gather*} \right \}$$
$$\text{avec } \left \{ \begin{gather*} det(Y) = \begin{vmatrix} y_1 & y_2\\ y_1' & y_2' \end{vmatrix} = y_1y_2' - y_1'y_2 \end{gather*}
\right \}$$
The function \(y_s\) will be a
specific solution
of \( (E) \):
$$ y_s= c_1(x) y_1 + c_2(x) y_1 $$
$$\text{with } \left \{ \begin{gather*} c_1(x) = \int^x \frac{-y_2 f(t)}{ y_1y_2' -y_1'y_2 } \ dt \\ c_2(x) = \int^x \frac{y_1 f(t)}{ y_1y_2'
-y_1'y_2 } \ dt \end{gather*} \right \}$$
We will have as a
total solution
of \( (E) \), the addition of these two solutions:
$$ y_t= y_h + y_s $$
Solving third-degree equations (cubic equations)
A third degree equation is of the form:
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*, \enspace \forall (b, c, d) \in \hspace{0.04em} \mathbb{R}^3, \enspace \forall X \in \mathbb{R}, $$
$$ P_3(X) = aX^3 + bX^2 + cX + d = 0 $$
If there are one or more obvious roots, then the polynomial can be factored and reduced to a lower degree.
$$ \forall a \in \hspace{0.04em} \mathbb{R}^*, \enspace \forall (b, c, d) \in \hspace{0.04em} \mathbb{R}^3, \enspace \forall X \in \mathbb{R}, $$
$$ P_3(X) = aX^3 + bX^2 + cX + d = 0 $$
After the variable change:
$$ \chi = X - \frac{b}{3a} $$
The expression then becomes:
$$ \chi^3 + p\chi + q = 0 \qquad (3)$$
$$ \left( \text{with } \ \chi = X - \frac{b}{3a} \right) $$
$$ \text{where} \left \{ \begin{gather*} p = \frac{-b^2 + 3ac}{3a^2} \\ \\ q = \frac{2b^3 + 27a^2d - 9abc}{27a^3} \end{gather*} \right \} $$
After calculating the discriminant \(\Delta_3\) :
$$ \Delta_3 = q^2 + \frac{4p^3}{27} $$
We do have the following number of real roots depending on the cases:
|
Signe of the discriminant \( \Delta_3 \)
|
Number of roots
|
$$ \Delta_3 > 0 $$ |
1 real root
|
$$ \Delta_3 = 0 $$ |
3 real roots (including one double)
|
$$ \Delta_3 < 0 $$ |
3 real roots
|
-
if \( (\Delta_3 > 0) \)
-
a simple real root
$$ X_1 = \sqrt[3]{\frac{-q + \sqrt{\Delta_3}}{2}} + \sqrt[3]{\frac{-q - \sqrt{\Delta_3}}{2}} - \frac{b}{3a} $$
-
two complex roots
And \( P_3(X) \) can be factorized as follows:
$$ P_3(X) = a(X - X_1)(X - C_2)(X - C_3) $$
-
if \( (\Delta_3 = 0) \)
-
a simple real root
$$ X_1 = 2\sqrt[3]{-\frac{q}{2}} - \frac{b}{3a} $$
-
a double real root
$$ X_2 = X_3 = -\sqrt[3]{-\frac{q}{2}} - \frac{b}{3a} $$
And \( P_3(X) \) can be factorized as follows:
$$ P_3(X) = a(X - X_1)(X - X_2)^2 $$
Moreover, these three solutions can merely be written as:
-
a simple real root
$$ X_1 = \frac{3q}{p} - \frac{b}{3a} $$
-
a double real root
$$ X_2 = X_3 = \frac{3q}{2p} - \frac{b}{3a} $$
-
if \( (\Delta_3 < 0) \)
Even though they appear
in a complex form
, after solving these solutions definitely become
real
.
And \( P_3(X) \) can be factorized as follows:
$$ P_3(X) = a(X - X_1)(X - X_2)(X - X_3) $$
$$ \text{with } \ \left(\Delta_3 = q^2 + \frac{4p^3}{27} \right) $$
$$ et \ \left \{ \begin{gather*} p = \frac{-b^2 + 3ac}{3a^2} \\ \\ q = \frac{2b^3 + 27a^2d - 9abc}{27a^3} \end{gather*} \right \} $$
Convergence criteria for series
In this part, only the case of series with
positive terms
, but the same principle then also applies to series with negative terms, because if we consider two series:
Both vary by only one sign \((-)\) in factor:
$$ S_- = - S_+ $$
Let \((u_n)_{n \in \mathbb{N}}\) be a numerical sequence.
$$ \sum u_n \text{ converges } \Longrightarrow \lim_{n \to + \infty} \bigl[ u_n \bigr] = 0 $$
So, if a sequence has a non-zero limit, we directly deduce that
it is divergent
.
Let \((u_n)_{n \in \mathbb{N}}\) be a numerical sequence whose nature wish to know.
We can compare this sequence term by term with another sequence \((U_n)_{n \in \mathbb{N}}\) whose nature is known.
$$ \Bigl[ s_n \leqslant S_n \Bigr] \land \Bigl[ \lim_{n \to +\infty} S_n = M \Bigr] \Longrightarrow s_n \text{ converges and } (s_n < M) $$
$$ \text{with : } \left \{ s_n = \sum_{k = 0}^n u_n, \hspace{2em} S_n = \sum_{k = 0}^n U_n \right \} $$
Symmetrically, we have the complement:
$$ \Bigl[ s_n \geqslant S_n \Bigr] \land \Bigl[ \lim_{n \to +\infty} S_n = + \infty \Bigr] \Longrightarrow s_n \text{ diverges} $$
If in a series with positive terms \(\sum u_n\), we always have, from a certain rank:
$$ \lim_{n \to + \infty} \left[ \frac{u_{n + 1}}{u_n} \right] < 1 \Longrightarrow \sum u_n \text{ converges} $$
$$ \lim_{n \to + \infty} \left[ \frac{u_{n + 1}}{u_n} \right] > 1 \Longrightarrow \sum u_n \text{ diverges} $$
$$ \lim_{n \to + \infty} \left[ \frac{u_{n + 1}}{u_n} \right] = 1 \Longrightarrow \text{we can't make any affirmation} $$
$$ \text{(D'Alembert's rule)}$$
If in a series with positive terms \(\sum u_n\), we always have, from a certain rank:
$$ \lim_{n \to \infty} \sqrt[n]{u_n} < 1 \Longrightarrow \sum u_n \text{ converges} $$
$$ \lim_{n \to \infty} \sqrt[n]{u_n} > 1 \Longrightarrow \sum u_n \text{ diverges} $$
$$ \lim_{n \to \infty} \sqrt[n]{u_n} = 1 \Longrightarrow \text{we can't make any affirmation} $$
$$ \text{(Cauchy's rule)}$$
Let there be two series with positive terms \(\Bigl(\sum u_n, \sum v_n \Bigr)\).
If we can find any \(\alpha \in \mathbb{R}^*_+\) such as:
$$ \lim_{n \to + \infty} (n^{\alpha} u_n) = l > 0 $$
Alors,
$$ \alpha > 1 \Longrightarrow \sum u_n \text{ converges} $$
$$ \alpha \leqslant 1 \Longrightarrow \sum u_n \text{ diverges} $$
$$ \text{(Rule of \(n^{\alpha} u_n\))}$$
-
Case of an increasing function
Let \((u_n)_{n \in \mathbb{N}}\) be a numerical sequence with positive terms and \(f(n)\) its associated
increasing
piecewise
continuous
function.
We can bound a series by integrals to approximate it such as:
For any function
increasing
piecewise
continuous
\(f\),
$$ \int_{0}^n f(t) \ dt \leqslant \sum_{k = 0}^n f(k) \leqslant \int_{1}^{n + 1} f(t) \ dt $$
$$ (\text{with } u_n = f(n)) $$
-
Case of a decreasing function
If on the other hand, the associated function \(f(n)\) is
decreasing
, then positions switch:
For any function
decreasing
piecewise
continuous
\(f\),
$$ \int_{1}^{n + 1} f(t) \ dt \leqslant \sum_{k = 0}^n f(k) \leqslant \int_{0}^n f(t) \ dt $$
$$ (\text{avec } u_n = f(n)) $$
For any decreasing sequence with positive terms \((u_n)_{n \in \mathbb{N}}\) and its alternating series \((A_n)\):
$$ \left[ \lim_{n \to \infty} u_n = 0 \right] \Longrightarrow A_n \text{ converges and } (A_n < u_1) $$
$$ \left(\text{with } A_n = \sum_{k \geqslant 1} \Bigl[ (-1)^{k + 1} \ u_k \Bigr]\right) $$
The usual sums\(: \sum k, \ \sum k^2, \ \sum k^3, \ \sum (2k+1)... \)
Let \((a,n) \in \hspace{0.04em} \mathbb{N}^2\) be two natural numbers.
-
The first terms
The sum of the \( (n + 1) \) first natural numbers, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n k = \frac{n(n+1)}{2} $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k =a}^{n} k = \frac{(n + a)(n+1- a)}{2} $$
-
The first terms
The sum of the \( (n + 1) \) first natural squares, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n k^2 = \frac{n(n+1)(2n+1)}{6} $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k =a}^{n} k^2 = \frac{1}{6} \Bigl( n+1-a\Bigr) \biggl( n(2n+1) + a(2n +2a -1)\biggr) $$
-
The first terms
The sum of the \( (n + 1) \) first natural cubes, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n k^3 = \frac{n^2 (n+1)^2 }{4} $$
Moreover,
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n k^3 = \Biggl( \hspace{0.1em} \sum_{k = 0}^n k \hspace{0.1em} \Biggr)^2$$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k =a}^{n} k^3 = \frac{1}{4} \Bigl( n+1-a\Bigr) \biggl( n^2(n+1) + a(n^2 + an +a^2 - a)\biggr) $$
-
The first terms
The sum of the \( (n + 1) \) first odd numbers, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n (2k +1) = (n+1)^2 $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k =a}^{n} (2k +1) = (n + 1+ a)(n+1- a) $$
-
The first terms
The sum of the \( (n + 1) \) first even numbers, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n (2k) = n(n+1) $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k =a}^{n} (2k) = (n + a)(n+1- a) $$
-
The first terms
The sum of the \( (n + 1) \) first terms of an arithmetical sequence, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, \enspace \forall (u_0, r) \in \hspace{0.04em} \mathbb{R}^2, $$
$$ \sum_{k = 0}^n (u_0 + kr) = \Bigl(n + 1 \Bigr) \Biggl( \frac{u_0 + u_n}{2} \Biggr)$$
$$ (\text{with} \enspace u_n = u_0 + nr) $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, $$
$$ \sum_{k = a}^n (u_0 + kr) = \Bigl(n + 1 - a\Bigr) \Bigg( \frac{u_0 + u_{n+a}}{2} \Biggr)$$
$$ (\text{with} \enspace u_n = u_0 + nr) $$
-
The first terms
The sum of the \( (n + 1) \) first natural powers of a real number, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, \enspace \forall q \in \hspace{0.04em} \Bigl[ \mathbb{R} \ \backslash \ \bigl \{0,1 \bigr \} \Bigr] , $$
$$ \sum_{k = 0}^n q^k = \frac{q^{n+1} - 1}{q-1} $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, \enspace \forall q \in \hspace{0.04em} \Bigl[ \mathbb{R} \ \backslash \ \bigl \{0,1 \bigr \}
\Bigr] , $$
$$ \sum_{k =a}^{n} q^k = \frac{q^{n+1} - q^{a}}{q-1} $$
-
The first terms
The sum of the \( (n + 1) \) first terms of a geometrical sequence, that is to say from \(0\) to \(n\), is worth:
$$ \forall n \in \mathbb{N}, \enspace \forall v_0 \in \hspace{0.04em} \mathbb{R}, \ \forall q \in \hspace{0.04em} \Bigl[ \mathbb{R} \ \backslash
\ \bigl \{0,1 \bigr \} \Bigr] , $$
$$ \sum_{k = 0}^n (v_0.q^k ) = v_0.\frac{q^{n+1} - 1}{q-1} $$
-
Generalization: sum from a to n
In the general way, this sum going from \((k = a) \) until \(n\) is worth:
$$ \forall (a,n) \in \hspace{0.04em} \mathbb{N}^2, \enspace \forall v_0 \in \hspace{0.04em} \mathbb{R}, \ \forall q \in \hspace{0.04em} \Bigl[
\mathbb{R} \ \backslash \ \bigl \{0,1 \bigr \} \Bigr] , $$
$$ \sum_{k =a}^{n} v_0.q^k = v_0.\frac{q^{n+1} - q^{a}}{q-1} $$
-
Horizontal sum from 0 to n
$$\forall n \in \mathbb{N}, $$
$$ \sum_{p = 0}^n \binom{n}{p} = \hspace{0.2em} 2^n $$
-
Vertical sum from r to n
$$\forall (r, n) \in \hspace{0.04em}\mathbb{N}^2, \enspace r \leqslant n, $$
$$ \sum_{k=r}^n \binom{k}{r} = \binom{n+1}{r +1} $$
$$\forall n \in \mathbb{N}, $$
$$ \sum_{k = 0}^n e^{ik\theta} = e^{\frac{in\theta}{2}} \times \frac{\sin\left(\frac{(n + 1) \theta}{2}\right)}{\sin\left(\frac{\theta}{2}\right)}
$$
Hence, as:
$$ \forall k \in \mathbb{N}, \ \forall x \in \mathbb{R},$$
$$ e^{ik\theta} = \cos(k \theta) + i.\sin(kx) $$
Thus:
$$ \forall n \in \mathbb{N},$$
$$ \sum_{k = 1}^{+\infty} \frac{1}{k^2} = \frac{\pi^2}{6} \qquad \bigl( \text{The Basel problem} \bigr) $$
$$\forall n \in \mathbb{N}, $$
$$ \sum_{k = 1}^{n} \sqrt{k} \underset{+\infty}{\ \sim} \frac{2}{3}n^{\frac{3}{2}} $$
The Bézout's theorem and its corollary
Bézout's theorem tells us that:
$$ \Bigl[ \forall (a, b) \in \hspace{0.04em}\mathbb{Z}^2, \ a \wedge b = 1 \Bigr] \Longleftrightarrow \Bigl[ \exists (u, v) \in
\hspace{0.04em}\mathbb{Z}^2, \enspace au + bv = 1 \Bigr] \qquad \bigl(\text{Bézout's theorem} \bigr) $$
Bézout's theorem corollary tells us that::
$$ \forall (a, b, c) \in \hspace{0.1em}\mathbb{Z}^3, $$
$$ a \wedge bc = 1 \hspace{0.2em} \Longleftrightarrow \hspace{0.2em} \Biggl \{ \begin{gather*} a \wedge b = 1 \\ a \wedge c = 1 \end{gather*}
\qquad \bigl(\text{Bézout's theorem (corollaire)} \bigr) $$
As well, for a simple product:
$$ \forall (a, b, c, d) \in \hspace{0.04em}\mathbb{Z}^4, $$
$$ ab \wedge cd = 1 \hspace{0.2em} \Longleftrightarrow \hspace{0.2em} \left \{ \begin{gather*} a \wedge c = 1 \\ a \wedge d = 1 \\ b \wedge c = 1
\\ b \wedge d = 1 \\ \end{gather*} \right \} $$
And it is possible to generalize it for any product of integers:
$$ \forall (n,m) \in \hspace{0.04em}\mathbb{N}^2, \ \forall (a_1, a_2,... \ a_n) \in \hspace{0.04em}\mathbb{Z}^n, \ \forall (b_1, b_2,... \ b_m)
\in \hspace{0.04em}\mathbb{Z}^m, $$
$$ \left[ \ \prod_{i = 0}^n a_i \ \right] \wedge \Biggl[ \ \prod_{j = 0}^m b_j \ \Biggr] = 1 \Longleftrightarrow \forall (i, j) \in [\![1, n ]\!]
\times [\![1, m ]\!], \enspace \Bigl \{a_i \wedge b_j = 1 \Bigr \} $$
The properties of congruences
With congruences, even if we have to deal with negative numbers in an equation, we will try to get back to positive numbers.
Let \((a, b) \in \hspace{0.04em} \mathbb{Z}^2\) be two natural numbers, with \( a > b\).
We say that \(a\) and \(b\) are congruent modulo \(n\), if they have the same remainder \(R\) in the Euclidian division by \(n\).
$$ a \equiv b \hspace{0.2em} \bigl[ n \bigr] \Longleftrightarrow \exists (q, q') \in \hspace{0.04em} \mathbb{N}^2, \enspace \exists R \in
\hspace{0.04em} \mathbb{N}, \enspace 0 \leqslant R < n, \ \Biggl \{ \begin{gather*} a = nq + R \\ b= nq' + R \end{gather*} $$
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{Z}^2, \enspace n \in \mathbb{N^*}, $$
$$ a \equiv b \hspace{0.2em} \bigl[ n \bigr] \Longleftrightarrow n/(a -b) $$
$$ \forall a \in \mathbb{Z}, \enspace \forall n \in \mathbb{N^*}, $$
$$ a \equiv 0\hspace{0.2em} \bigl[ n \bigr] \Longleftrightarrow n/a $$
$$ \forall a \in \mathbb{Z}, \enspace \forall n \in \mathbb{N^*}, $$
$$ a \equiv a \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b) \in \hspace{0.04em} \mathbb{Z}^2, \enspace \forall n \in \mathbb{N^*}, $$
$$ a \equiv b \hspace{0.2em} \bigl[ n \bigr] \Longleftrightarrow b \equiv a \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, c) \in \hspace{0.04em} \mathbb{Z}^3, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ b \equiv c \hspace{0.2em} \bigl[ n \bigr] \end{gather*}
\hspace{0.2em} \Longrightarrow \hspace{0.2em} a \equiv c \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, d) \in \hspace{0.04em} \mathbb{Z}^3, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ d/n \end{gather*} \hspace{0.2em} \Longrightarrow
\hspace{0.2em} a \equiv b \hspace{0.2em} \bigl[ d \bigr] $$
We can simplify a congruence by a number on both sides, only if this number and the divisor are coprime.
$$ \forall (a, b, a', b') \in \hspace{0.04em}\mathbb{Z}^4, \enspace \forall n \in \mathbb{N^*}, $$
$$ \forall (a, b, a', b') \in \hspace{0.04em}\mathbb{Z}^4, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ a' \equiv b' \hspace{0.2em} \bigl[ n \bigr] \end{gather*}
\Longleftrightarrow a + a' \equiv b + b' \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, a', b') \in \hspace{0.04em}\mathbb{Z}^4, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ a' \equiv b' \hspace{0.2em} \bigl[ n \bigr] \end{gather*}
\Longleftrightarrow a - a' \equiv b - b' \hspace{0.2em} \bigl[ n \bigr] $$
As well, we can also see this property under the form of a linear combination,
$$ \forall (\lambda, \mu) \in \hspace{0.04em}\mathbb{Z}^2, \enspace \forall (a, b, a', b') \in \hspace{0.04em}\mathbb{Z}^4, \enspace \forall n \in
\mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ a' \equiv b' \hspace{0.2em} \bigl[ n \bigr] \end{gather*}
\Longleftrightarrow \lambda a + \mu a' \equiv \lambda b + \mu b' \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, a', b') \in \hspace{0.04em}\mathbb{Z}^4, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a \equiv b \hspace{0.2em} \bigl[ n \bigr] \\ a' \equiv b' \hspace{0.2em} \bigl[ n \bigr] \end{gather*}
\hspace{0.2em} \Longrightarrow \hspace{0.2em} a a' \equiv b b' \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, c) \in \hspace{0.04em}\mathbb{Z}^3, \enspace \forall n \in \mathbb{N^*}, $$
$$ a \equiv b \hspace{0.2em} \bigl[ n \bigr] \hspace{0.2em} \Longrightarrow \hspace{0.2em} a c \equiv b c \hspace{0.2em} \bigl[ n \bigr] $$
$$ \forall (a, b, \lambda) \in \hspace{0.04em}\mathbb{Z}^3, \enspace \forall n \in \mathbb{N^*}, $$
$$ \enspace \Biggl \{ \begin{gather*} a\lambda \equiv b\lambda \hspace{0.2em} \bigl[ n \bigr] \\ \lambda \wedge n = 1 \end{gather*}
\hspace{0.2em} \Longrightarrow \hspace{0.2em} a \equiv b \hspace{0.2em} \bigl[ n \bigr]$$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{Z}^2, \enspace \forall k \in \mathbb{N}, \enspace \forall n \in \mathbb{N^*}, $$
$$ si \enspace a \equiv b \hspace{0.2em} \bigl[ n \bigr] \hspace{0.2em} \Longrightarrow \hspace{0.2em} a^k \equiv b^k \hspace{0.2em} \bigl[ n
\bigr]$$
The properties of prime numbers
The set \(\mathbb{P}\) is the set of prime numbers:
$$ \mathbb{P} = \Bigl \{2, 3, 5, 7, 11, 13, ...etc. \Bigr \}$$
We call a prime number, a number \(p \in \mathbb{P}\) which has only itself and \(1\) as a divisor.
$$ \mathcal{D}(p) = \bigl \{p, 1 \bigr \} $$
Likewise, we will say that two numbers \((a, b) \in \hspace{0.04em} \mathbb{Z}^2\) are coprime if their unique common divisor is \(1\).
$$ \mathcal{D}(a, b) = \bigl \{1 \bigr \} \hspace{0.2em} \Longleftrightarrow \hspace{0.2em} a \wedge b = 1 $$
Two prime numbers are coprime.
$$ \forall (p_1, p_2) \in \hspace{0.04em} \mathbb{P}, $$
$$ (p_1, p_2) \in \hspace{0.04em} \mathbb{P} \Longrightarrow p_1 \wedge p_2 = 1$$
All natural number \(n \geqslant 2\) uniquely decomposes into a prime factors product.
$$ \forall n \in \mathbb{N}, \enspace n \geqslant 2, \enspace \forall i \in \mathbb{N}, \enspace (\forall p_i \in \mathbb{P}, \enspace \exists
\alpha_i \in \mathbb{N}), $$
$$ n= p_1^{\alpha_1}p_2^{\alpha_2}...p_i^{\alpha_i}$$
All natural number \(n \geqslant 2\) has at least one prime divisor.
All non-prime natural number \(n \geqslant 4 \) has at least one strict divisor \(d_0 \) such as \( d_0 \leqslant \sqrt{n} \).
$$ \forall p \in \mathbb{P}, \enspace \forall a \in \mathbb{Z}, $$
$$ p \nmid a \hspace{0.2em} \Longleftrightarrow \hspace{0.2em} a \wedge p = 1 $$
$$ \forall p \in \mathbb{P}, \enspace \forall (a, b) \in \hspace{0.04em} \mathbb{Z}^2, $$
$$ p/ab \hspace{0.2em} \Longrightarrow \hspace{0.2em} (p/a) \enspace or \enspace (p/b) \qquad \bigl(\text{Euclid's lemma} \bigr) $$
$$ \forall (p, a, b) \in \hspace{0.04em} \mathbb{P}^3, $$
$$ p/ab \hspace{0.2em} \Longrightarrow \hspace{0.2em} (p=a) \enspace or \enspace (p=b) \qquad \bigl(\text{Euclid's lemma (corollary)} \bigr) $$
The properties of the GCD of two natural numbers
For all \( (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b \), we notice:
-
\( \delta = a \wedge b = GCD(a, b) \);
\( GCD(a, b) \) is the greatest common divisor of \( a \) and \( b \).
It is the last non-zero remainder \( R_n \) of the Euclidian division of \( a \) by \( b \) in
the Euclid's algorithm
.
-
\( \mathcal{D}(a, b)\) the set of common divisors of \( a \) and \( b \);
-
\( \mathcal{D}(\delta)\) the set of all divisors of \( GCD(a, b) \).
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b, $$
$$ \mathcal{D}(a, b) = \mathcal{D}( GCD(a, b) ) $$
The set of common divisors of \( a \) and \( b \) is the set of divisors of \( GCD(a, b) \).
$$ \forall (a, b, q) \in (\mathbb{N})^3, \enspace a > b, \enspace \forall R \in \mathbb{N^*}, \enspace 0 < R < b, $$
$$ a = bq + R \Longrightarrow GCD(a, b) = GCD(b, R) $$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b,$$
Let be
the breakdown of \(a \) and \(b \) in prime factors
:
So,
$$ \forall n \in \mathbb{N}, \enspace \forall p_n \in \mathbb{P}, \enspace \exists (\alpha_n, \beta_n) \in \hspace{0.04em}\mathbb{N}^2, \enspace
\Biggl \{ \begin{gather*} a = p_1^{\alpha_1}p_2^{\alpha_2}...p_n^{\alpha_n} \\ b = p_1^{\beta_1}p_2^{\beta_2}...p_n^{\beta_n} \end{gather*} $$
$$ GCD(a, b) = p_1^{min \{ \alpha_1, \beta_1\}} \times p_2^{min\{\alpha_2, \beta_2\}} \hspace{0.2em} \times \hspace{0.2em} ... \hspace{0.2em}
\times \hspace{0.2em} p_n^{min \{ \alpha_n, \beta_n\}} $$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b, $$
$$ \delta = a \wedge b \hspace{0.2em} \Longrightarrow \hspace{0.2em} \exists (u, v) \in \hspace{0.04em}\mathbb{Z}^2, \enspace au + bv = \delta
\qquad (Bézout's \ identity)$$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, $$
$$ \delta = a \wedge b \hspace{0.2em} \Longrightarrow \hspace{0.2em} \exists (a', b') \in \mathbb{N}, \enspace \Biggl \{ \begin{gather*} a =
\delta a' \\ b = \delta b'\end{gather*} \enspace \enspace (\text{with} \enspace a' \wedge b' = 1)$$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b, \enspace \forall k \in \mathbb{Z},$$
$$ GCD(ka, kb) = k.GCD(a, b) $$
$$ \forall (a, b) \in \hspace{0.04em}\mathbb{N}^2, \enspace a > b,$$
$$ GCD(a, b) \times LCM(a, b) = ab $$