Devoir Dérivation et étude des fonctions
📅 November 15, 2025 | 👁️ Views: 547 | 📝 2 exercises | ❓ 19 questions
📄 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 19 questions.
• The complete LaTeX source code is included below for learning or customization.
• Generated using my LaTeX Exam Generator — a flexible tool for building structured academic documents effortlessly.
• 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 تمارين و 19 سؤالاً.
• تم تضمين الكود الكامل بلغة LaTeX أسفل الصفحة لمن يرغب في التعديل عليه أو التعلم منه واستخدامه.
• تم إنشاء هذا المحتوى باستخدام مولد امتحانات LaTeX — أداة قوية تساعدك على إنشاء مستندات تعليمية احترافية بسهولة.
• هل تحتاج تنسيقًا احترافيًا لموادك الخاصة؟ أقدم خدمة تنضيد LaTeX — أرسل محتواك واحصل على PDF نظيف وملف مصدر بسعر رمزي.
This PDF covers maths exam for 2-bac-science-maths students. It includes 2 exercises and 19 questions. Designed to help you master the topic efficiently.
\documentclass[a4paper,12pt]{article}
\usepackage[left=1.00cm, right=1.00cm, top=2cm, bottom=1.50cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{mathrsfs}
\usepackage{tcolorbox,varwidth}
\usepackage{fontspec}
\usepackage{colortbl}
\usepackage{libertinus}
\tcbuselibrary{skins,breakable}
\usepackage{tikz}
\usetikzlibrary{calc}
\usetikzlibrary{shadows}
\usepackage{tabularx, array}
\usepackage{fancyhdr}
\usepackage{setspace}
\usepackage{bidi}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.1]{Amiri}
% --- Basic Settings ---
\def\professor{R. MOSAID}
\def\classname{2BAC.SM}
\def\examtitle{Devoir {\small par SAMIR LAKHRISSI}}
\def\schoolname{\textbf{Lycée :} Taghzirt}
\def\academicyear{2025/2026}
\def\subject{Mathématiques}
\def\duration{2h}
\def\secondtitle{\small(Dérivation et étude des fonctions)}
\def\province{Direction provinciale de\\ Beni Mellal}
\def\logo{\includegraphics[width=\linewidth]{images/logo-men.png}}
\def\wsite{\color{magenta}\texttt{www.mosaid.xyz}}
\def\ddate{\hfill \number\day/\number\month/\number\year~~}
\def\bottommsg{Bonne chance!}
\setstretch{1.3}
\everymath{\displaystyle}
% --- Exercise Theme 1 ---
% Exercise Theme 1: TikZ shadow title
\newcommand{\exothemeone}[1]{%
\par\vspace{0pt}\noindent\leavevmode
\begin{tikzpicture}[baseline=(text.base)]
\node[] (text) at (0,0) {\textbf{\#1}};
\fill[black] ([xshift=0.1cm, yshift=-0.1cm]text.south west)
rectangle ([xshift=0.1cm, yshift=-0.1cm]text.north east);
\draw[fill=white] (text.south west) rectangle (text.north east);
\node[] at (text) {\textbf{\#1}};
\end{tikzpicture}%
\vspace{0.3em}\noindent
}
\newcommand{\printexo}[3]{%
\if\relax\detokenize{\#2}\relax
\def\fulltitle{Exercice #1}%
\else
\def\fulltitle{Exercice #1~#2}%
\fi
\exothemeone{\fulltitle}%
\noindent #3%
\vspace{0.2cm}%
}
% --- Header Style 9 ---
\newcommand{\printheadnine}{%
\arrayrulecolor{lightgray}
\begin{tabular}{m{0.3\textwidth} m{0.34\textwidth} m{0.3\textwidth}}
\textbf{\classname} & \centering \textbf{\examtitle}
& \ddate \\
\wsite & \centering \large\textbf{\secondtitle}
&\hfill
\begin{tabular}{|c}
\hline
\textbf{~~\professor}
\end{tabular}\\
\hline
\end{tabular}
\arrayrulecolor{black} % restore default if needed
}
% define tight enemerate on first level only {1}
\newlist{tightenum}{enumerate}{1}
\setlist[tightenum]{label=\textbf{\arabic*)}, leftmargin=*, itemsep=0pt, topsep=0pt, parsep=0pt, partopsep=0pt}
\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}%
\setlength{\headheight}{47pt}%
\setlength{\headsep}{0pt}%
\fancyhead[C]{%
\printheadnine
}%
\pagestyle{fancy}%
\begin{document}
\vspace*{-1cm}
% Exercise 1
\printexo{1}{}{
\vspace*{-0.5cm}
\noindent On considère la fonction :
~$
\begin{cases}
f(x) = \pi \frac{x - \arctan x}{\left| \arctan x \right|} ; \quad x \neq 0\\
f(0) = 0
\end{cases}
$~\\
\textbf{Partie I :}
\begin{enumerate}[itemsep=0pt, topsep=0pt, parsep=0pt, partopsep=0pt]
\item Vérifier que \( f \) est impaire
\item Étudier la continuité de \( f \) en 0
\item
\begin{enumerate}
\item Calculer la dérivée de la fonction : \( g(x) = \arctan(x) + \arctan\left(\frac{1}{x}\right) \) sur \( ]0; +\infty[\)
\item En déduire que : \( (\forall x > 0),\quad \arctan x + \arctan \frac{1}{x} = \frac{\pi}{2} \)
\item Montrer que la droite \( (\Delta) : y = 2x + \frac{4}{\pi} - \pi \) est une asymptote oblique de \( (C_f) \) au voisinage de \( +\infty \)
\end{enumerate}
\end{enumerate}
\textbf{Partie II :}
\begin{enumerate}[itemsep=0pt, topsep=0pt, parsep=0pt, partopsep=0pt]
\item
\begin{enumerate}
\item En utilisant le théorème des accroissements finis, montrer que :\\
~$(\forall x > 0), \quad 0 < \frac{x - \arctan x}{x} < \frac{x^2}{1 + x^2}$~
\item En déduire que : \( (\forall x > 0), \quad \arctan x > \frac{x}{1 + x^2} \)
\end{enumerate}
\item Étudier la dérivabilité de \( f \) en 0 à droite, puis interpréter le résultat graphiquement
\item Calculer \( f'(x) \) pour tous \( x \in ]0; +\infty[ \), puis tracer le tableau de variation de \( f \)
\item Tracer \( (C_f) \)
\end{enumerate}
}
% Exercise 2
\printexo{2}{}{
\noindent On considère la fonction : \( f(x) = \frac{x^2 + x + 1}{x^2 + 1} - \arctan x \)\\
\textbf{Partie I :}
\begin{enumerate}[itemsep=0pt, topsep=0pt, parsep=0pt, partopsep=0pt]
\item Calculer \( \lim_{x \to +\infty} f(x) \) et \( \lim_{x \to -\infty} f(x) \)
\item Calculer \( f'(x) \) pour tous \( x \in \mathbb{R} \), puis tracer le tableau de variation de \( f \)
\item Montrer que : \( (\forall x \in \mathbb{R}),\quad |f'(x)| \leq \frac{1}{2} \)
\item Vérifier que : \( (\forall x \in \mathbb{R}), \quad f''(x) = \frac{4x(x^2 - 1)}{(x^2 + 1)^3} \),~ puis déterminer les points d'inflexion
\item Tracer \( (C_f) \)
\end{enumerate}
\textbf{Partie II :}
On considère la suite définie par :
~$
\begin{cases}
u_0 \in \mathbb{R} \\
u_{n+1} = f(u_n); \, n \geq 0
\end{cases}
$~
\begin{enumerate}[itemsep=0pt, topsep=0pt, parsep=0pt, partopsep=0pt]
\item Montrer que : \( (\exists ! \alpha \in \mathbb{R})\quad f(\alpha) = \alpha \)
\item Montrer que : \( (\forall n \in \mathbb{N}),\quad |u_{n+1} - \alpha| \leq \frac{1}{2} |u_n - \alpha| \), puis déterminer \( \lim_{n \to +\infty} u_n \)
\end{enumerate}
}
\vspace*{-0.5cm}
\begin{center}
\vskip 3pt \hrule height 3pt \vskip 5pt \RL{\arabicfont ﴿وَكَذَٰلِكَ أَنزَلْنَـٰهُ ءَايَـٰتٍۭ بَيِّنَـٰتٍ وَأَنَّ ٱللَّهَ يَهْدِى مَن يُرِيدُ (16)• إِنَّ ٱلَّذِينَ ءَامَنُوا۟ وَٱلَّذِينَ هَادُوا۟ وَٱلصَّـٰبِـِٔينَ وَٱلنَّصَـٰرَىٰ وَٱلْمَجُوسَ وَٱلَّذِينَ أَشْرَكُوٓا۟ إِنَّ ٱللَّهَ يَفْصِلُ بَيْنَهُمْ يَوْمَ ٱلْقِيَـٰمَةِ ۚ إِنَّ ٱللَّهَ عَلَىٰ كُلِّ شَىْءٍ شَهِيدٌ (17)• أَلَمْ تَرَ أَنَّ ٱللَّهَ يَسْجُدُ لَهُۥ مَن فِى ٱلسَّمَـٰوَٰتِ وَمَن فِى ٱلْأَرْضِ وَٱلشَّمْسُ وَٱلْقَمَرُ وَٱلنُّجُومُ وَٱلْجِبَالُ وَٱلشَّجَرُ وَٱلدَّوَآبُّ وَكَثِيرٌ مِّنَ ٱلنَّاسِ ۖ وَكَثِيرٌ حَقَّ عَلَيْهِ ٱلْعَذَابُ ۗ وَمَن يُهِنِ ٱللَّهُ فَمَا لَهُۥ مِن مُّكْرِمٍ ۚ إِنَّ ٱللَّهَ يَفْعَلُ مَا يَشَآءُ ۩ (18)• ﴾ (الحج الآيات 16-18) }
\end{center}
\end{document}
✨ Get your own materials formatted with LaTeX
Explore more maths content for 2-bac-science-maths:
Related Courses, Exams, and Exercises
Frequently Asked Questions
What chapters or courses does this exam cover?
This exam covers: the relevant chapters. It is designed to test understanding of these topics.
How many questions are in this exam?
The exam contains approximately 19 questions.
Is this exam aligned with the official curriculum?
Yes, it follows the 2-bac-science-maths maths guidelines.
What topics are covered in this course?
The course "Dérivation et étude des fonctions" covers key concepts of maths for 2-bac-science-maths. 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.