Série : Limite d’une suite numérique

📅 December 06, 2025   |   👁️ Views: 1



Votre navigateur ne supporte pas les PDFs. Voir le Lien de Téléchargement au dessous .

    

\documentclass[a4paper,12pt]{article}
\usepackage[left=1.00cm, right=1.00cm, top=2cm, bottom=1.50cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{fontspec}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{mathrsfs}
\usepackage{colortbl}
\usepackage{tcolorbox,varwidth}

\tcbuselibrary{skins,breakable}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{shadows}
\usepackage{tabularx, array}
\usepackage{fancyhdr}
\usepackage{setspace}
\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    urlcolor=magenta
}

% French language support
    \usepackage[french]{babel}

% Bottom message in Arabic requires bidi package
    \usepackage{bidi}
    \newfontfamily\arabicfont[Script=Arabic,Scale=1.1]{Amiri}

% Two-page layout (conditionally included)







% --- Colors ---
\definecolor{maroon}{cmyk}{0,0.87,0.68,0.32}
\definecolor{pBlue}{RGB}{102, 53, 153}

\definecolor{myblue}{HTML}{1D2A6E}
\definecolor{myred}{HTML}{A97E77}
\definecolor{mybrown}{HTML}{B35823}
\definecolor{gold}{HTML}{B48920}
\definecolor{myorange}{HTML}{ED8C2B}
\definecolor{col}{RGB}{45, 136, 119}
\definecolor{MainRed}{rgb}{.8, .1, .1}
\definecolor{winered}{rgb}{0.5,0,0}
\definecolor{JungleGreen}{HTML}{29AB87}

\definecolor{myblue3}{RGB}{36, 57, 126}
\definecolor{mygray}{RGB}{112,121,139}
\definecolor{LemonGlacier}{RGB}{253,255,0}
\colorlet{myblue3}{red!75!black}

\definecolor{lightgray}{gray}{0.6}
\definecolor{arrowblue}{RGB}{0,140,180}
\definecolor{bannerblue}{RGB}{210,240,240}

% --- Basic Settings ---
% Language variables for French exams
\def\professor{R. MOSAID}  % Should be R. MOSAID not {{R. MOSAID}}
\def\classname{2BAC.PC/SVT}
\def\examtitle{Série: Limite d'une suite numérique}
\def\schoolname{\textbf{Lycée :} Taghzirt}
\def\academicyear{2025/2026}
\def\subject{Mathématiques}
\def\duration{2h}
\def\secondtitle{\small{Par Pr. MOHAMED JOUAHRI}}
\def\province{Direction provinciale\newline de Beni Mellal}
\def\logo{\includegraphics[width=\linewidth]{images/logo-men.png}}
\def\wsite{\href{https://www.mosaid.xyz}{\textcolor{magenta}{\texttt{www.mosaid.xyz}}}}
\def\ddate{\hfill \number\day/\number\month/\number\year~~}
\def\bottommsg{\\vspace*{-0.5cm}\n\\begin{center}\n  \\normalsize{ \\vskip 2pt \\hrule height 1pt \\vskip 2pt \\RL{\\arabicfont بالتوفيق} }\n\\end{center}\n}
\def\direction{ltr}

% --- Exam-specific definitions ---

% Exam-specific settings and custom definitions
% This file is generated in the current working directory
% Edit this file to customize your exam settings

% Define column type for centered cells
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\newcolumntype{M}[1]{@{}>{\centering\arraybackslash}m{\#1}@{}}

\newcommand{\tb}{\tikz[baseline=-0.6ex]{\fill (0,0) circle (2pt);}~}

\newcommand{\ccc}[1]{
    \begin{tikzpicture}[overlay, remember picture]
        \node[circle, inner sep=3pt, draw=black, outer sep=0pt] at (0.5,0.2) {\#1};
    \end{tikzpicture}
}

% Document spacing
\setstretch{1.3}

% Math display style
\everymath{\displaystyle}

%\AtBeginDocument{\fontsize{15}{17}\selectfont}

%\newcommand{\fff}[1]{\makebox[#1cm]{\dotfill}}



% Custom theorem environments (uncomment if needed)
% \newtheorem{theorem}{Theorem}
% \newtheorem{lemma}{Lemma}
% \newtheorem{corollary}{Corollary}

% Custom exercise environments (uncomment if needed)
% \newenvironment{solution}{\begin{proof}[Solution]}{\end{proof}}
% \newenvironment{remark}{\begin{proof}[Remark]}{\end{proof}}

% Custom commands for this exam (add your own below)
% \newcommand{\answerline}[1]{\underline{\hspace{\#1}}}
% \newcommand{\points}[1]{\hfill(\mbox{\#1 points})}

% Additional packages (uncomment if needed)
% \usepackage{siunitx} % For SI units
% \usepackage{chemformula} % For chemical formulas
% \usepackage{circuitikz} % For circuit diagrams

% Page layout adjustments
% \setlength{\parindent}{0pt}
% \setlength{\parskip}{1em}

% Custom colors for this exam
% \definecolor{myblue}{RGB}{0,100,200}
% \definecolor{mygreen}{RGB}{0,150,0}

% ----------------------------------------------------------------------
% ADD YOUR CUSTOM DEFINITIONS BELOW THIS LINE
% ----------------------------------------------------------------------

% Example:
\newcommand{\dif}{\mathrm{d}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\C}{\mathbb{C}}

% --- Section command ---
\newcommand{\printsection}[1]{%
  \edef\sectionfile{exercises/section-#1.tex}%
  \IfFileExists{\sectionfile}{%
      {
        \centering
        \fcolorbox{black}{yellow!25}{%
          \begin{minipage}{0.9\linewidth}
            \input{\sectionfile}
          \end{minipage}%
        }
      }
    \vspace{0.8em}
  }{}%
}

% Exercise Theme 4: red shadow tcolorbox with midday shadow
\newtcolorbox{exothemefour}[2][]{%
  enhanced,
  breakable,
  width=\linewidth,
  before skip=0pt,
  after skip=0pt,
  bottom=0.5cm,
  colframe=red!75!black,
  colback=white!2,
  coltitle=white,
  fonttitle=\bfseries,
  boxrule=0.2mm,
  arc=2mm,
  drop midday shadow=red!50!black,
  attach boxed title to top left={
    xshift=0cm,
    yshift*=-\tcboxedtitleheight
  },
  boxed title style={
    interior empty,
    frame code={
      \path[fill=red!75!black]
        ([xshift=+0.5cm]frame.north east)[rounded corners=2mm]
        -- (frame.north west)[sharp corners]
        -- (frame.south west)
        -- (frame.south east) to[out=0,in=180] cycle;
      \draw[red!75!black]
        ([yshift=-0.5mm]frame.south west)
        -- ([yshift=-0.5mm,xshift=+0.4mm]frame.south east)
        to[out=0,in=180] ([yshift=0mm,xshift=+0.58cm]frame.north east);
    },
  },
  title={\#2}
}

\newcommand{\printexo}[3]{%
  \if\relax\detokenize{\#2}\relax
    \def\fulltitle{Exercice #1}%
  \else
    \def\fulltitle{Exercice #1~#2}%
  \fi
  \begin{exothemefour}[]{\fulltitle}#3\end{exothemefour}%
  \vspace{0.2cm}%
}

% --- Custom Header (fr) ---
% Custom header based on default header style 5
% Language: fr
\newcommand{\shadowhead}{%
  \begin{tikzpicture}
      % Manual dark shadow using layered rectangles
      \node[
        fill=white,
        draw=black,
        rounded corners=2pt,
        inner sep=0.3cm,
        drop shadow,
        every shadow/.append style={
          fill=black,
          opacity=0.7,
          shadow xshift=3pt,
          shadow yshift=-3pt
        }
      ]{%
        \begin{tabular}{p{3.5cm} c p{4.5cm}}
          \schoolname & \textbf{\examtitle} & \textbf{Prof :} \textit{\professor} \\
          [0.3em]
          \textbf{\academicyear} & \large\secondtitle & \classname
        \end{tabular}%
      };
    \end{tikzpicture}%
}

\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}%
\setlength{\headheight}{57pt}
\setlength{\headsep}{0pt}
\fancyhead[C]{%
  \shadowhead
}%
\pagestyle{fancy}

\begin{document}



% Exercise 1 (originally 1)
\printexo{1}{}{
Soit \((U_n)\) la suite numérique définie par :
~$
\begin{cases}
U_{n+1} = \dfrac{3U_n - 8}{2U_n - 5}\quad , & (\forall n \in \mathbb{N}) \\
U_0 = 4
\end{cases}
$~

\begin{enumerate}[label=\arabic*.]
    \item Soit \(n \in \mathbb{N}\) on pose :
    ~$
    V_n = \dfrac{U_n - 3}{U_n - 2}
    $~
    \begin{enumerate}[label=\alph*)]
        \item Vérifier que :
        ~$
        (\forall n \in \mathbb{N}) \quad  V_n + 2 = \dfrac{3U_n - 7}{U_n - 2}
        $~
        \item Montrer que la suite \((V_n)\) est arithmétique de raison \(r = 2\).
        \item Calculer \(V_0\), puis déterminer \(V_n\) en fonction de \(n\).
    \end{enumerate}
    \item Montrer que :
    ~$
    (\forall n \in \mathbb{N}) \quad  U_n = \dfrac{8n - 4}{4n - 1}, \text{ puis calculer } \lim U_n.
    $~
\end{enumerate}
}

% Exercise 2 (originally 2)
\printexo{2}{}{
Soit \((U_n)\) la suite numérique définie par :
~$
U_0 = 3 \quad \text{et} \quad U_{n+1} = \dfrac{8(U_n - 1)}{U_n + 2}; \quad (\forall n \in \mathbb{N})
$~

\begin{enumerate}[label=\arabic*.]
    \item Montrer que :
    ~$
    (\forall n \in \mathbb{N})\quad  : 2 < U_n < 4.
    $~
    \item Déterminer la monotonie de la suite \((U_n)\) et vérifier qu’elle est convergente.
    \item Montrer que :
    ~$
    (\forall n \in \mathbb{N}) \quad  4 - U_{n+1} \leq \dfrac{4}{5}(4 - U_n).
    $~
    \item En déduire que :
    ~$
    (\forall n \in \mathbb{N}) \quad  4 - U_n \leq \left( \dfrac{4}{5} \right)^n, \text{ puis calculer } \lim U_n.
    $~
    \item Soit \(n \in \mathbb{N}\) on pose :
    ~$
    V_n = \dfrac{U_n - 4}{U_n - 2}.
    $~
    \item Montrer que \((V_n)\) est géométrique.
    \item Redéterminer \(\lim U_n\).
\end{enumerate}
}

% Exercise 3 (originally 3)
\printexo{3}{}{
Soit \(f\) la fonction numérique définie sur \(I = [1, 2]\) par :
~$
f(x) = \dfrac{3x + 2}{2x + 3}.
$~

\begin{enumerate}[label=\arabic*.]
    \item Étudier les variations de la fonction \(f\) sur l’intervalle \(I\).
    \item En déduire l’image de l’intervalle \(I\) par la fonction \(f\).
    \item Montrer que :
    ~$
    (\forall x \in I)\quad  : f(x) \leq x
    $~
\end{enumerate}

On considère \((U_n)\) la suite numérique définie par :
~$
U_0 = 2 \quad \text{et} \quad (\forall n \in \mathbb{N}) \quad  U_{n+1} = f(U_n)
$~

\begin{enumerate}[resume]
    \item Montrer que :
    ~$
    (\forall n \in \mathbb{N}) \quad : 1 \leq U_n \leq 2.
    $~
    \item Montrer que la suite \((U_n)\) est décroissante.
    \item En déduire que la suite \((U_n)\) est convergente puis déterminer \(\lim U_n\).
\end{enumerate}
}






% Bottom message
\vspace*{-0.5cm}
\begin{center}
  \normalsize{ \vskip 2pt \hrule height 1pt \vskip 2pt \RL{\arabicfont بالتوفيق} }
\end{center}


\end{document}


    

Related Courses, Exams, and Exercises


Exercise PDF:

📥 Download Série : Limite d’une suite numérique (PDF)

if you find this content helpful, Please consider supporting me with a small donation
إن وجدت هذا المحتوى مفيدا، من فضلك إدعمني بمبلغ بسيط كتبرع

Buy me a coffee — إشتر لي قهوة

PayPal.me • عبر بايبال

Or bank transfer • أو حوالة بنكية

Titulaire : RADOUAN MOSAID
RIB : 230 090 6501953211022000 65
IBAN : MA64 2300 9065 0195 3211 0220 0065
BIC / SWIFT : CIHMMAMC