Devoir 02, S02, Généralités sur les fonction 2026

📅 April 25, 2026   |   👁️ Views: 1   |   📝 3 exercises   |   ❓ 15 questions



📘 About this Exam ✨ Generated with LaTeX Exam Generator

📄 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 15 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 تمارين و 15 سؤالاً.

• تم تضمين الكود الكامل بلغة LaTeX أسفل الصفحة لمن يرغب في التعديل عليه أو التعلم منه واستخدامه.

• تم إنشاء هذا المحتوى باستخدام مولد امتحانات LaTeX — أداة قوية تساعدك على إنشاء مستندات تعليمية احترافية بسهولة.

هل تحتاج تنسيقًا احترافيًا لموادك الخاصة؟ أقدم خدمة تنضيد LaTeX — أرسل محتواك واحصل على PDF نظيف وملف مصدر بسعر رمزي.

maths Exam for tronc-commun-sciences PDF preview

This PDF covers maths exam for tronc-commun-sciences students. It includes 3 exercises and 15 questions. Designed to help you master the topic efficiently.

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

Your browser cannot display PDFs. Download the PDF instead.

    

\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{varwidth}
\usepackage[most]{tcolorbox}


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

\usepackage{fancyhdr}

% 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{TCSF}
\def\examtitle{Devoir 02 - S02 (TCSF)}
\def\schoolname{Taghzirt}
\def\academicyear{2025/2026}
\def\subject{Mathématiques}
\def\duration{2h}
\def\secondtitle{\small{visit ~~\wsite~~ for more!}}
\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~~}


% 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}
}


\newcommand{\circled}[1]{%
  \tikz[baseline=(char.base)]{
    \node[shape=circle,draw,inner sep=1pt, font=\bf] (char) {#1};}%
}


% --- Margin offsets for note placement ---
\def\rnotemargin{-1.5}   % distance from right edge of text block
\def\lnotemargin{0.5}   % distance from left edge of text block


% --- Note number placed 1cm from page edge (right margin) ---
\newcommand{\rnote}[1]{%
  \tikz[remember picture,overlay,baseline=(text.base)]{%
    % a tiny anchor at the current line baseline
    \node (text) at (0,0) {};%
    % coordinate 1cm left of the physical page right edge
    \coordinate (marg) at ($(current page.east)+(\rnotemargin,0)$);%
    % place the marker using x from 'marg' and y from 'text.base'
    \node[anchor=base west,
      font=\small\bfseries,
      fill=yellow!30,
      draw=black,
      circle,
      minimum width=18pt,
      minimum height=18pt,
      text width=18pt,   % force fixed width
      align=center,      % center text inside
      inner sep=0pt      % prevent expansion
    ] at (marg |- text.base) {$#1$};%
  }%
}

% --- Note number placed 1cm from page edge (left margin) ---
\newcommand{\note}[1]{%
  \tikz[remember picture,overlay,baseline=(text.base)]{%
    % a tiny anchor at the current line baseline
    \node (text) at (0,0) {};%
    % coordinate 1cm left of the physical page right edge
    \coordinate (marg) at ($(current page.west)+(\lnotemargin,0)$);%
    % place the marker using x from 'marg' and y from 'text.base'
    \node[anchor=base west,
      font=\small\bfseries,
      fill=yellow!30,
      draw=black,
      circle,
      minimum width=18pt,
      minimum height=18pt,
      text width=18pt,   % force fixed width
      align=center,      % center text inside
      inner sep=0pt      % prevent expansion
    ] at (marg |- text.base) {$#1$};%
  }%
}




% Document spacing
\setstretch{1.3}

% Math display style
\everymath{\displaystyle}

\mathversion{bold}

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

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

\newcommand{\dfp}[1]{\dotfill (\bf{#1 pt})}

\SetEnumitemKey{tight}{
    leftmargin=*,
    itemsep=0pt,
    topsep=0pt,
    parsep=0pt,
    partopsep=0pt,
    before=\vspace{-2pt},   % reduce space before
    after=\vspace{-2pt}     % reduce space after
}

\newcommand{\VMargin}[1]{%
  \begin{tikzpicture}[remember picture,overlay]
    \draw[line width=1pt]
      ([xshift=#1]current page.north west) --
      ([xshift=#1]current page.south west);
  \end{tikzpicture}%
}

\newcommand{\VMarginRight}[1]{%
  \begin{tikzpicture}[remember picture,overlay]
    \draw[line width=0.6pt]
      ([xshift=-#1]current page.north east) --
      ([xshift=-#1]current page.south east);
  \end{tikzpicture}%
}



% 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}}


% Exercise Theme 5: Maroon gradient theme
\newtcolorbox{exothemefive}[2][]{%
  before=\centering,
  after={},
  before skip=0pt,
  after skip=0pt,
  breakable,
  enhanced,
  colback=gray!8,
  frame hidden,
  sharp corners,
  rounded corners=southeast,
  arc=25pt,
  fonttitle=\bfseries\large\sffamily,
  title=#2,
  attach boxed title to top left={xshift=5pt},
  boxed title style={%
    enhanced,
    colframe=maroon,
    colback=maroon,
    borderline east={1.5pt}{8pt}{white},
    borderline east={1.5pt}{3.5pt}{white},
    borderline east={3.5pt}{0pt}{white},
    borderline east={2.75pt}{0.25pt}{maroon!50},
    borderline east={2.75pt}{-4pt}{maroon!20},
    bottomrule=0pt,
    rightrule=8pt,
    sharp corners,
  },
  interior style={},
  overlay={%
    \begin{scope}[line width=1pt, black]
      \fill[shade, bottom color=maroon!30, top color=white]
      ([xshift=-30pt]frame.south east)
      to[out=0, in=-90] ([yshift=30pt]frame.south east)
      -- ([shift={(-1pt, 15pt)}]frame.south east)
      to[out=-90, in=0] ([xshift=-25pt]frame.south east);
      \draw
      ([shift={(-1pt, 19)}]frame.north west) coordinate (iniPoint)
      -- (iniPoint|-frame.south west)
      -- ([xshift=-20pt]frame.south east)
      to[out=0, in=-90] ([yshift=20pt]frame.south east)
      -- (frame.north east) -- ++(0, 0);
    \end{scope}
  },
  #1
}

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

% --- Header Style 9 (fr)  ---
\newcommand{\printheadnine}{%
  \arrayrulecolor{lightgray}
  \begin{tabularx}{\textwidth}{
      M{0.25\textwidth}
      M{0.48\textwidth}
      M{0.25\textwidth}
      }
      \textbf{\classname} & \textbf{\examtitle} & \ddate \\
      \wsite & \secondtitle & \hfill \begin{tabular}{|c|}\hline\professor\end{tabular}  \\
      \hline
  \end{tabularx}
  \arrayrulecolor{black}
}

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




\begin{document}




\vspace*{-0.75cm}
% Exercise 1 (originally 1)
\printexo{1}{: ~ (6 points)}{
Determiner les domaines de définition des fonctions suivantes:\\

~$f(x) = \frac{3x^2}{x^2 - 9}$~\quad ;\quad
~$g(x) = \frac{\sqrt{3}x}{x^4 + 5}$~\quad ;\quad
~$h(x) = \sqrt{3x^2 - 5x + 2}$~\quad ;\quad
~$k(x) = \sqrt{\frac{x^3 - 1}{-x^2 - x + 6}}$~
}

% Exercise 2 (originally 2)
\printexo{2}{: ~ (5.5 points)}{
\hspace*{0.5cm}Soit ~$f$~ une fonction numérique définie sur ~$[-2,4]$~ et sa représentation graphique est la suivante
\begin{tikzpicture}[overlay, remember picture, xshift=13.5cm, yshift=-4cm]
%\begin{tikzpicture}[overlay, remember picture, xshift=-5cm, yshift=-4.5cm]
    \coordinate (A) at (-2,0);
    \coordinate (B) at (-1,3);
    \coordinate (C) at (1,-1);
    \coordinate (D) at (2,3);
    \coordinate (E) at (4,1);
    \draw[red!75!black, looseness=0.3, thick] (A) to[out=0,in=180] (B)
                                  to[out=0,in=180] (C)
                                  to[out=0,in=-110] (D)
                                  -- (E)
                                  node[above right] {$C_f$};
    \draw[thin, gray, dashed] (-2.5,-1.5) grid (4,4);
    \draw[thick] (0,-1.5) -- (0,3.5);
    \draw[thick] (-2.5,0) -- (4.2,0);
    \foreach \x in {-2,-1,...,4} {
    \draw (\x,-0.1) -- (\x,0.1) node [below left, yshift=-0.1cm,font=\fontsize{6}{8}\selectfont] {$\x$} ;
    }
    \foreach \x in {-1,1,2,3} {
    \draw (-0.1,\x) -- (0.1,\x) node [left, yshift=0.1cm,font=\fontsize{6}{8}\selectfont] {$\x$} ;
    }
    \fill (0.38,0) circle (1.5pt) node[above, xshift=0.1cm,font=\fontsize{6}{8}\selectfont]{$ \frac{4}{10}$};
    \fill (1.45,0) circle (1.5pt) node[above, xshift=-0.1cm,font=\fontsize{6}{8}\selectfont]{$ \frac{14}{10}$};
\end{tikzpicture}
\begin{enumerate}
  \item
  Compléter le tableau suivant\\
  \begin{tabular}{| *{7}{ >{~~\(} c < {\)~~}| }   }
    \hline
    x & -1 & 0 & 1 & 2 & 3 &4 \\
    \hline
    f(x) &&&&&&\\
    \hline
  \end{tabular}
  \item
  Déterminer les extremums de la fonctionc ~$f$~
  \item
  Dresser le tableau des variations de ~$f$~
  \item
  Résoudre graphiquement sur $[-2,4]$\\
l'équation ~$f(x)=3$~ et l'inéquation ~$f(x)<0$
\end{enumerate}
}

% Exercise 3 (originally 3)
\printexo{3}{: ~ (8.5 points)}{
\begin{enumerate}
    \item On considère la fonction $g(x) = -\dfrac{2}{x}$.

    \begin{enumerate}
        \item Déterminer l'ensemble de définition $D_g$.

        \item Déterminer la nature de la courbe représentative $(\zeta_g)$.
    \end{enumerate}

    \item Construire $(\zeta_g)$ dans un repère orthonormé $(O, \vec{i}, \vec{j})$.

    \item On considère maintenant la fonction $f(x) = \dfrac{x-4}{x-2}$.

    \begin{enumerate}
        \item Déterminer l'ensemble de définition $D_f$.

        \item Vérifier que :
        ~\(
        f(x)  = 1 -\frac{2}{x-2}
        \)~

        \item Déterminer une transformation permettant de construire $(\zeta_f)$ à partir de $(\zeta_g)$.

        \item Construire $(\zeta_f)$ dans un repère orthonormé $(O, \vec{i}, \vec{j})$.
    \end{enumerate}

    \item Déterminer graphiquement le tableau de variations de $f$.

    \item Déterminer graphiquement le signe de $f(x)$.
\end{enumerate}
}






% Bottom message
\vspace*{-0.5cm}
\begin{center}
  \normalsize{%
    \vskip 3pt \hrule height 3pt \vskip 5pt
    \RL{\arabicfont
    ﴿ٱللَّهُ نُورُ ٱلسَّمَـٰوَٰتِ وَٱلْأَرْضِ ۚ مَثَلُ نُورِهِۦ كَمِشْكَوٰةٍ فِيهَا مِصْبَاحٌ ۖ ٱلْمِصْبَاحُ فِى زُجَاجَةٍ ۖ ٱلزُّجَاجَةُ كَأَنَّهَا كَوْكَبٌ دُرِّىٌّ يُوقَدُ مِن شَجَرَةٍ مُّبَـٰرَكَةٍ زَيْتُونَةٍ لَّا شَرْقِيَّةٍ وَلَا غَرْبِيَّةٍ يَكَادُ زَيْتُهَا يُضِىٓءُ وَلَوْ لَمْ تَمْسَسْهُ نَارٌ ۚ نُّورٌ عَلَىٰ نُورٍ ۗ يَهْدِى ٱللَّهُ لِنُورِهِۦ مَن يَشَآءُ ۚ وَيَضْرِبُ ٱللَّهُ ٱلْأَمْثَـٰلَ لِلنَّاسِ ۗ وَٱللَّهُ بِكُلِّ شَىْءٍ عَلِيمٌ﴾ (النور 35)
    }%
  }%
\end{center}

\end{document}


    
📂 This document is part of the maths tronc-commun-sciences collection — view all related lessons, exams, and exercises.
Get your own materials formatted with LaTeX

Explore more maths content for tronc-commun-sciences:

Related Courses, Exams, and Exercises


Frequently Asked Questions

What chapters or courses does this exam cover?
This exam covers: عموميات حول الدوال العددية نسخة 2, Généralités sur les fonctions, دراسة وتمثيل الدوال الاعتيادية نسخة 2, دراسة وتمثيل الدوال الاعتيادية, الشلجم و الهذلول, عموميات حول الدوال العددية. It is designed to test understanding of these topics.

How many questions are in this exam?
The exam contains approximately 15 questions.

Is this exam aligned with the official curriculum?
Yes, it follows the tronc-commun-sciences maths guidelines.

What topics are covered in this course?
The course "Généralités sur les fonctions" covers key concepts of maths for tronc-commun-sciences. 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 (tronc-commun-sciences)

📥 Download Devoir 02, S02, Généralités sur les fonction 2026 (PDF)