2019-2020/TES/Suites/Modelisation_arith_geo/E2_estimation.tex

64 lines
1.6 KiB
TeX

\documentclass[a4paper,10pt,xcolor=table]{classPres}
%\usepackage{myXsim}
% Title Page
\title{Estimation - Exercices}
% \tribe{Terminale ES}
\date{Septembre 2019}
\begin{document}
\begin{frame}{Population africaine}
Ci-dessous le tableau d'effectifs, en million, de la population africaine
\begin{center}
\begin{tabular}{|*{8}{c|}}
\hline
Année & 1950 & 1960 & 1970 & 1980 & 1990 & 2000 & 2010 \\
\hline
Population & 227,3 & 285 & 366,8 & 482,2 & 638,7 & 819,5 & 1011,2\\
\hline
\end{tabular}
\vfill
{\Large Donner une estimation de la population africaine en 2050}
\end{center}
\vfill
\end{frame}
\begin{frame}{Nature d'une suite}
\framesubtitle{20p22}
Quelle est la nature des suites suivantes
\begin{multicols}{2}
\begin{itemize}
\item $\left\{
\begin{array}{l}
a_{n+1} = a_n - 100\\
a_0 = \np{1000}
\end{array}
\right.$
\item $\left\{
\begin{array}{l}
b_{n+1} = \dfrac{b_n}{3}\\
b_0 = \np{15000}
\end{array}
\right.$
\item $\left\{
\begin{array}{l}
c_{n+1} = c_n + 0,1c_n\\
c_0 = 12
\end{array}
\right.$
\item $u_n = 3+2n$
\item $v_n = \dfrac{3}{2^n}$
\end{itemize}
\end{multicols}
\end{frame}
\end{document}