Devoir libre : limite d'une suite numérique et étude d'une fonction
📅 December 16, 2024 | 👁️ Views: 400 | 📝 2 exercises | ❓ 24 questions
📚 Courses Covered in This Exam:
📄 What you'll find on this page:
• The Exam PDF is embedded below — you can read and scroll through it directly without leaving the page.
• A direct download button is available at the bottom for offline access.
• You'll also discover related exams, courses, and exercises tailored to the same subject and level.
• This exam contains 2 exercises and 24 questions.
• The complete LaTeX source code is included below for learning or customization.
• Need your own materials professionally formatted? I offer a LaTeX typesetting service — send me your content and get a clean PDF + source file at a symbolic price.
📄 ماذا ستجد في هذه الصفحة:
• ملف الامتحان بصيغة PDF معروض أدناه — يمكنك تصفحه والاطلاع عليه مباشرة دون الحاجة لتحميله.
• يتوفر زر تحميل مباشر في أسفل الصفحة للاحتفاظ بالملف على جهازك.
• ستجد أيضًا مجموعة من الامتحانات والدروس والتمارين المرتبطة بنفس الدرس لتعزيز فهمك.
• هذا الامتحان يحتوي على 2 تمارين و 24 سؤالاً.
• تم تضمين الكود الكامل بلغة LaTeX أسفل الصفحة لمن يرغب في التعديل عليه أو التعلم منه واستخدامه.
• هل تحتاج تنسيقًا احترافيًا لموادك الخاصة؟ أقدم خدمة تنضيد LaTeX — أرسل محتواك واحصل على PDF نظيف وملف مصدر بسعر رمزي.
\documentclass[12pt,a4paper]{report}
\usepackage{multicol}
\usepackage[margin=1cm]{geometry}
\usepackage{amsmath,amsfonts,amssymb,mathrsfs,tikz,eso-pic,array,colortbl}
\usepackage[most]{tcolorbox}
\def\cadre{
\begin{tikzpicture}[remember picture,overlay]
\coordinate (1) at ([shift={(-.5cm,-.5cm)}]current page.north east);
\coordinate (2) at ([shift={(.5cm,-.5cm)}]current page.north west);
\coordinate (3) at ([shift={(.5cm,.5cm)}]current page.south west);
\coordinate (4) at ([shift={(-.5cm,.5cm)}]current page.south east);
\draw[thick,col1] (1)rectangle(3);
\node[col1,fill=col1,text=white,minimum size=5mm] at (1){};
\node[col1,fill=col1,text=white,minimum size=5mm] at (2){};
\node[col1,fill=col1,text=white,minimum size=5mm] at (3){};
\node[col1,fill=col1,text=white,minimum size=5mm] at (4){};
\end{tikzpicture}
}
\colorlet{col1}{blue!50}
\AddToShipoutPictureBG{\cadre}
\tcbset{box0/.style={enhanced,drop fuzzy shadow southeast=col1,boxsep=1mm,size=fbox,colback=col1!5,arc is angular,arc=2mm}}
\newtcolorbox{box0}{box0}
\newtcolorbox[auto counter]{exercise}{enhanced,breakable,arc=2mm,arc is angular,drop fuzzy shadow southeast=col1,colback=col1!5,attach boxed title to top left={yshift*=-\tcboxedtitleheight/2,xshift=1cm},boxed title style={sharp corners,colback=col1!80,drop large lifted shadow=col1,right=5mm,left=5mm,colframe=col1,valign=center},title={Exercice ~\thetcbcounter},fonttitle=\Large\bfseries,boxrule=1pt,colframe=col1}
\begin{document}
\begin{box0}
\renewcommand{\arraystretch}{2}
\begin{tabular}{|>{\raggedright\arraybackslash}p{.33\linewidth}|>{\centering\arraybackslash}p{0.3\linewidth}|>{\raggedright\arraybackslash}p{0.3\linewidth}|}
\arrayrulecolor{col1}
\hline
Lycée: Sebaayoune Al-jadida&\bfseries devoir libre 2 &Niveau : 2bac pc 1\\\cline{1-1}\cline{3-3}
Année scolaire : 2024/2025&\bfseries &Prof : jawad loulichki\\\hline
\end{tabular}
\end{box0}
\begin{exercise}
On considère la suite $(u_n)$ définie par :
$
u_0 = 1 \quad \text{et} \quad (\forall n \in \mathbb{N}) \, u_{n+1} = \frac{3u_n + 2}{u_n + 2}.
$
\begin{enumerate}
\item Montrer que : $(\forall n \in \mathbb{N}) \, 1 \leq u_n \leq 2$.
\item Étudier la monotonie de $(u_n)$ puis en déduire qu’elle converge.
\item Pour tout $n \in \mathbb{N}$, on pose $v_n = \frac{u_{n}+1}{u_n - 2}$.
\begin{enumerate}
\item Montrer que la suite $(v_n)$ est géométrique dont on déterminera la raison et le premier terme.
\item Exprimer $v_n$ et $u_n$ en fonction de $n$.
\item Déterminer la limite de la suite $(u_n)$.
\end{enumerate}
\item Montrer que $(\forall n \in \mathbb{N}) \, 2 - u_{n+1} \leq \frac{1}{2}(2 - u_n)$.
\begin{enumerate}
\item En déduire que $(\forall n \in \mathbb{N}) \, 2 - u_n < \left(\frac{1}{2}\right)^n$.
\item Déterminer la limite de la suite $(u_n)$ une deuxième fois.
\end{enumerate}
\end{enumerate}
\end{exercise}
\begin{exercise}
A)
$f$ une fonction définie sur $\mathbb{R}$ par :
$
f(x) = x - 1 + \sqrt{x^2 + 1}.
$
\begin{enumerate}
\item Calculer $\lim_{x \to +\infty} f(x)$ puis montrer que la droite $(\Delta) : y = 2x - 1$ est une asymptote oblique à $(Cf)$ au voisinage de $+\infty$.
\item Calculer $\lim_{x \to -\infty} f(x)$ puis interpréter le résultat géométriquement.
\item Montrer que $(\forall x \in \mathbb{R}) \, f'(x) = \frac{\sqrt{x^2 + 1} + x}{\sqrt{x^2 + 1}}$.
\begin{enumerate}
\item Montrer que $(\forall x \in \mathbb{R}) \, f'(x) > 0$.
\item Dresser le tableau de variation de $f$.
\item Montrer que la droite $(D) : y = x$ est tangente à $(Cf)$ au point $O$.
\item Montrer que $(\forall x \in \mathbb{R}) \, f(x) - x \geq 0$ puis interpréter le résultat géométriquement.
\end{enumerate}
\item Tracer $(Cf)$ dans un repère orthonormé.
\item
\begin{enumerate}
\item Montrer que $f$ admet une fonction réciproque $f^{-1}$ définie sur $J$ (à déterminer).
\item Tracer $(Cf^{-1})$, le graphe de $f^{-1}$, dans le même repère.
\item Montrer que la fonction $f^{-1}$ est dérivable en $0$ et calculer $(f^{-1})'(0)$.
\end{enumerate}
\end{enumerate}
B)
Soit la suite $(u_n)$ définie par :
$
u_0 = -\frac{1}{2} \quad \text{et} \quad u_{n+1} = f(u_n).
$
\begin{enumerate}
\item Montrer que : $(\forall n \in \mathbb{N}) \, -1 < u_n < 0$.
\item Montrer que la suite $(u_n)$ est croissante.
\item Déduire que $(u_n)$ est convergente puis déterminer sa limite.
\end{enumerate}
\end{exercise}
\end{document}
✨ Get your own materials formatted with LaTeX
Explore more maths content for 2-bac-science:
Related Courses, Exams, and Exercises
Frequently Asked Questions
What chapters or courses does this exam cover?
This exam covers: اشتقاق دالة عددية و دراسة الدوال, نهاية متتالية عددية. It is designed to test understanding of these topics.
How many questions are in this exam?
The exam contains approximately 24 questions.
Is this exam aligned with the official curriculum?
Yes, it follows the 2-bac-science maths guidelines.
What topics are covered in this course?
The course "Limite d'une Suite Numérique" covers key concepts of maths for 2-bac-science. Designed to help students master the curriculum.
Is this course suitable for beginners?
Yes, the material is structured to be accessible while providing depth for advanced learners.
Are there exercises or practice problems?
This resource includes 2 exercise(s) to reinforce learning.
Does this course include solutions?
Solutions are available separately.
Download maths Exam PDF (2-bac-science)
📥 Download Devoir libre : limite d'une suite numérique et étude d'une fonction (PDF)