Controle 02 S01, Généralités sur les fonctions et Ensembles
📅 November 29, 2025 | 👁️ Views: 249 | 📝 3 exercises | ❓ 25 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 3 exercises and 25 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 معروض أدناه — يمكنك تصفحه والاطلاع عليه مباشرة دون الحاجة لتحميله.
• يتوفر زر تحميل مباشر في أسفل الصفحة للاحتفاظ بالملف على جهازك.
• ستجد أيضًا مجموعة من الامتحانات والدروس والتمارين المرتبطة بنفس الدرس لتعزيز فهمك.
• هذا الامتحان يحتوي على 3 تمارين و 25 سؤالاً.
• تم تضمين الكود الكامل بلغة LaTeX أسفل الصفحة لمن يرغب في التعديل عليه أو التعلم منه واستخدامه.
• تم إنشاء هذا المحتوى باستخدام مولد امتحانات LaTeX — أداة قوية تساعدك على إنشاء مستندات تعليمية احترافية بسهولة.
• هل تحتاج تنسيقًا احترافيًا لموادك الخاصة؟ أقدم خدمة تنضيد LaTeX — أرسل محتواك واحصل على PDF نظيف وملف مصدر بسعر رمزي.
This PDF covers maths exam for 1-bac-science-maths students. It includes 3 exercises and 25 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{hyperref}
\hypersetup{
colorlinks=true,
urlcolor=magenta
}
% 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}
}
\usepackage{bidi}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.1]{Amiri}
% --- 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}
% --- Basic Settings ---
\def\professor{R. MOSAID}
\def\classname{1BAC.SM}
\def\examtitle{Devoir 02 - S01}
\def\schoolname{\textbf{Lycée :} Taghzirt}
\def\academicyear{2025/2026}
\def\subject{Mathématiques}
\def\duration{2h}
\def\secondtitle{\small(Généralités sur les fonctions \& Ensembles)}
\def\province{Direction provinciale 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{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}\\[0.2cm]
}
\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.22\textwidth} m{0.52\textwidth} m{0.22\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
}
\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}%
\setlength{\headheight}{47pt}%
\setlength{\headsep}{0pt}%
\fancyhead[C]{%
\printheadnine
}%
\pagestyle{fancy}%
\begin{document}
% Exercise 1
\printexo{1}{}{
On considère les fonctions: \( f(x) = x^2 + 2x + 2 \) et \( g(x) = \frac{4x + 2}{x - 1} \)
\begin{enumerate}
\item
\begin{enumerate}[label=(\alph*)]
\item Donner les tableaux de variations de \( f \) et de \( g \).\dotfill \textbf{(1pt)}
\item Quelle est la nature de \( \mathcal C_f \) et \( \mathcal C_g \)?\dotfill \textbf{(1pt)}
\end{enumerate}
\item
\begin{enumerate}[label=(\alph*)]
\item Développer \((x + 1)(x^2 - 4)\) puis déduire les points d’intersections de \( \mathcal C_f \) et \( \mathcal C_g \).\dotfill \textbf{(1,5pt)}
\item Tracer dans un même repère orthonormé \( \mathcal C_f \) et \( \mathcal C_g \).\dotfill \textbf{(1,5pt)}
\item Résoudre graphiquement \( \frac{x + 2}{x - 1} \geq \frac{x^2}{2} + x \).\dotfill \textbf{(1pt)}
\end{enumerate}
\item Soit \( F \) la fonction définie par: \( F(x) = x + 2\sqrt{x - 2} \).
\begin{enumerate}[label=(\alph*)]
\item Déterminer la fonction \( h \) telle que: \( F(x) = f \circ h(x) \).\dotfill \textbf{(0,75pt)}
\item Étudier le sens de variation de \( F \) sur \([2,+\infty[\).\dotfill \textbf{(0,75pt)}
\end{enumerate}
\end{enumerate}
}
% Exercise 2
\printexo{2}{}{
Soit \( m \) un paramètre de \( \mathbb{R}_+^* \). On considère la fonction \( f_m \) définie sur \( D = \mathbb{R}_+^* \) par:
~$ f_m(x) = \frac{2x}{m^2} + \frac{m}{x^2} $~
\begin{enumerate}
\item
\begin{enumerate}[label=(\alph*)]
\item Montrer que \( (\forall (x,y) \in D^2) \quad f_m(x) - f_m(y) = (x - y)\left( \frac{2}{m^2} - \frac{m(x + y)}{x^2y^2} \right) \).\dotfill \textbf{(1pt)}
\item Montrer que \( f_m \) est croissante sur \([m,+\infty[\) et décroissante sur \(]0,m]\).\dotfill \textbf{(1,5pt)}
\end{enumerate}
\item En déduire que: \( (\forall x \in D) \quad f_m(x) \geq \frac{3}{m} \).\dotfill \textbf{(1pt)}
\item Déduire de ce qui précède que:\dotfill \textbf{(1,5pt)}\\
~$ (\forall (a,b,c) \in D^3) \quad \frac{a + 2c}{b^2} + \frac{a + 2c}{b^2} + \frac{a + 2c}{b^2} \geq 3\left( \frac{1}{a} + \frac{1}{b} + \frac{1}{c} \right) $~\\
\textcolor{red}{peut etre cette question doit etre: }~\\
~$ (\forall (a,b,c) \in D^3) \quad \frac{a + 2c}{b^2} + \frac{b + 2a}{c^2} + \frac{c + 2b}{a^2} \geq 3\left( \frac{1}{a} + \frac{1}{b} + \frac{1}{c} \right) $~\\
\textcolor{red}{à vérifier.}~
\end{enumerate}
}
% Exercise 3
\printexo{3}{}{
\begin{enumerate}
\item Soit \( \alpha \in \mathbb{R} \). On considère l’ensemble suivant: \( I_\alpha = \{x \in \mathbb{R} / |3x - \alpha| < 2\} \).
\begin{enumerate}[label=(\alph*)]
\item Déterminer l’ensemble \( I_\alpha \).\dotfill \textbf{(1pt)}
\item Déterminer les valeurs de \( \alpha \) telles que: \( I_\alpha \cap [0,1] = \emptyset \).\dotfill \textbf{(1pt)}
\item Déterminer les valeurs de \( \alpha \) telles que: \( I_\alpha \subset [1,2] \).\dotfill \textbf{(1pt)}
\end{enumerate}
\item On considère les deux ensembles suivants:\\
~$ A = \left\{(n,m) \in \mathbb{Z}^* \times \mathbb{Z}^* ~/~ \frac{1}{n} + \frac{1}{m} = \frac{1}{5}\right\} $~\quad \quad ;\quad \quad
~$ B = \{x^2 - 2x + ~/~ x \in [-1,2]\} $~
\begin{enumerate}[label=(\alph*)]
\item Montrer que \( A \neq \emptyset \) et \( B \neq \emptyset \).\dotfill \textbf{(0,5pt)}
\item A-t-on \( 0 \in B \) ? Qu’en est-il de 2?\dotfill \textbf{(1pt)}
\item Montrer que \( B \subset [1,5] \). Est-ce que \([1,5] \subset B\) ?\dotfill \textbf{(1pt)}
\item Montrer que \( (n,m) \in A \iff (n - 5)(m - 5) = 25 \). Puis déterminer \( A \) en extension.\dotfill \textbf{(1pt)}
\end{enumerate}
\end{enumerate}
\vspace{1cm}
\noindent
\textbf{N.B:} 1 point sera attribué à la présentation de la copie et la bonne rédaction des réponses.
}
\end{document}
✨ Get your own materials formatted with LaTeX
Explore more maths content for 1-bac-science-maths:
Related Courses, Exams, and Exercises
Frequently Asked Questions
What chapters or courses does this exam cover?
This exam covers: Les ensembles, Ensembles et applications. It is designed to test understanding of these topics.
How many questions are in this exam?
The exam contains approximately 25 questions.
Is this exam aligned with the official curriculum?
Yes, it follows the 1-bac-science-maths maths guidelines.
What topics are covered in this course?
The course "Géneralités sur les Fonctions" covers key concepts of maths for 1-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 3 exercise(s) to reinforce learning.
Does this course include solutions?
Solutions are available separately.
Download maths Exam PDF (1-bac-science-maths)
📥 Download Controle 02 S01, Généralités sur les fonctions et Ensembles (PDF)