Major reformatting

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-23 14:13:56 +02:00
parent a411f659fb
commit a9010ef96a

View file

@ -12,9 +12,8 @@
\tableofcontents
\clearpage
\section{Coin par c\oe{}ur}
\paragraph{Trigonométrie}
\paragraph{Trigonométrie}
\begin{tabular}{c|ccccc}
\toprule
x & 0 & $\frac{\pi}{6}$ & $\frac{\pi}{4}$ & $\frac{\pi}{3}$ & $\frac{\pi}{2}$ \\
@ -27,14 +26,13 @@
\bottomrule
\end{tabular}
\paragraph{Exponentielle et Logarithme}
\paragraph{Exponentielle et Logarithme}
\hfill
$e^0 = 1 ; e^1 = e$
\hfill
$\ln{0} = \text{impossible~; } \ln{1} = 0 \text{~; } \ln{e} = 1$
\paragraph{Dérivées et Primitives}
\paragraph{Dérivées et Primitives}
\begin{multicols}{2}
@ -42,31 +40,31 @@
\toprule
Primitive --- $f(x)$ & Dérivée --- $f'(x)$ \\
\toprule
\textcolor{red}{$a$} & 0 \\
$a$ & 0 \\
\midrule
\textcolor{red}{$ax$} & \textcolor{red}{$a$} \\
$ax$ & $a$ \\
\midrule
$\frac{1}{2} x^2$ & \textcolor{red}{$x$} \\
$\frac{1}{2} x^2$ & $x$ \\
\midrule
\textcolor{red}{$x^n$} & \textcolor{red}{$nx^{n-1}$} \\
$x^n$ & $nx^{n-1}$ \\
\midrule
\textcolor{red}{$\sqrt{x}$} & $\frac{1}{2\sqrt{x}}$ \\
$\sqrt{x}$ & $\frac{1}{2\sqrt{x}}$ \\
\midrule
$\frac{2}{3} x\sqrt{x}$ & \textcolor{red}{$\sqrt{x}$} \\
$\frac{2}{3} x\sqrt{x}$ & $\sqrt{x}$ \\
\midrule
\textcolor{red}{$e^{ax}$} & \textcolor{red}{$ae^{ax}$} \\
$e^{ax}$ & $ae^{ax}$ \\
\midrule
\textcolor{red}{$a^x$} & $a^x \ln{a}$ \\
$a^x$ & $a^x \ln{a}$ \\
\midrule
\textcolor{red}{$\ln{|x|}$} & \textcolor{red}{$\frac{1}{x}$} \\
$\ln{|x|}$ & $\frac{1}{x}$ \\
\midrule
\textcolor{red}{$-\frac{1}{x}$} & \textcolor{red}{$\frac{1}{x^2}$} \\
$-\frac{1}{x}$ & $\frac{1}{x^2}$ \\
\midrule
\textcolor{red}{$\cos{x}$} & \textcolor{red}{$-\sin{x}$} \\
$\cos{x}$ & $-\sin{x}$ \\
\midrule
\textcolor{red}{$\sin{x}$} & \textcolor{red}{$\cos{x}$} \\
$\sin{x}$ & $\cos{x}$ \\
\midrule
\textcolor{red}{$\tan{x}$} & $1 + \tan^2{x} = \frac{1}{\cos^2{x}}$ \\
$\tan{x}$ & $1 + \tan^2{x} = \frac{1}{\cos^2{x}}$ \\
\midrule
$\cot{x}$ & $-1 - \cot^2{x} = \frac{-1}{\sin^2{x}}$ \\
\midrule
@ -74,7 +72,7 @@
\midrule
$\arcsin{x}$ & $\frac{1}{\sqrt{1 - x^2}}$ \\
\midrule
\textcolor{red}{$\arctan{x}$} & \textcolor{red}{$\frac{1}{1 + x^2}$} \\
$\arctan{x}$ & $\frac{1}{1 + x^2}$ \\
\bottomrule
\end{tabularx}
@ -119,18 +117,17 @@
\end{multicols}
\paragraph{Intégrales}
\paragraph{Intégrales}\\
$\int_a^b f(x)\dif x = [F(x)]_a^b = F(b) - F(a)$
\begin{tabularx}{\linewidth}{YY}
\begin{tabular}{|c|c|}
\toprule
Intégration par parties~: & Intégration par changement de variables~: \\
IPP~: & changement de variables~: \\
\midrule
$\int_a^b uv'\dif x = [uv]_a^b - \int_a^b u'v\dif x$ & $\int_a^b f(x)\dif x = \int_{u(a)}^{u(b)} f(u)\frac{\dif u}{u'}$ \\
\bottomrule
\end{tabularx}
\end{tabular}
\paragraph{Équations différentielles}
\paragraph{Équations différentielles}
\begin{tabularx}{\linewidth}{lllc}
\toprule
@ -148,7 +145,7 @@
\bottomrule
\end{tabularx}
\paragraph{Solutions particulières des équations différentielles de 2\up{nd} ordre}
\paragraph{Solutions particulières des équations différentielles de 2\up{nd} ordre}
\begin{tabularx}{\linewidth}{XX}
\toprule
@ -163,10 +160,10 @@
\bottomrule
\end{tabularx}
\paragraph{Intégrales généralisées}
\paragraph{Intégrales généralisées}
Intégrales de référence~:
\begin{tabular}{lll}
\begin{tabular}{lcc}
\toprule
Intégrale & converge si & diverge si \\
\toprule
@ -183,7 +180,7 @@
& $\int_a^{+\infty}f(x)\dif x$ diverge $\implies \int_a^{+\infty}g(x)\dif x$ diverge aussi \\
\end{tabular}
\paragraph{Séries de Fourier}
\paragraph{Séries de Fourier}
$S_f(x) = a_0 + \sum_{n=1}^{+\infty}\left(a_n\cos{\frac{2\pi nx}{T}} + b_n\sin{\frac{2\pi nx}{T}}\right)$
avec
@ -194,13 +191,18 @@
\hfill
$b_n = \frac{2}{T} \int_{-L}^L f(x) \sin{\frac{2\pi nx}{T}} \dif x$
$f$ paire $\implies b_n = 0$
\qquad
$f$ paire $\implies b_n = 0$ \\
$f$ impaire $\implies a_0$ et $a_n = 0$
\hfill
$\cos(n\pi) = (-1)^n$
\qquad
$\sin(n\pi) = 0$
\hfill{} \\
Égalité de Parseval~:
\hfill
$\frac{1}{T}\int_{-L}^L f^2(x) \dif x = a_0^2 + \frac{1}{2}\sum_{n=1}^{+\infty}(a_n^2 + b_n^2)$
\hfill{}
\clearpage
\section{Rappel sur les dérivées}