7 Exponentielle

📅 May 05, 2026   |   👁️ Views: 1


📘 About this Course

📄 What you'll find on this page:

• The Course 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.

• 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 معروض أدناه — يمكنك تصفحه والاطلاع عليه مباشرة دون الحاجة لتحميله.

• يتوفر زر تحميل مباشر في أسفل الصفحة للاحتفاظ بالملف على جهازك.

• ستجد أيضًا مجموعة من الامتحانات والدروس والتمارين المرتبطة بنفس الدرس لتعزيز فهمك.

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

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

maths Course for 2-bac-science PDF preview

This PDF covers maths course for 2-bac-science students. 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[10pt,landscape,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage[margin=1cm]{geometry}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{multicol}
\usepackage{tikz}
\usepackage[many]{tcolorbox}
\usepackage{xcolor}

% Custom Colors
\definecolor{myyellow}{HTML}{FFF9C4}
\definecolor{mycyan}{HTML}{B2EBF2}
\definecolor{mygreen}{HTML}{DCEDC8}
\definecolor{mypink}{HTML}{F8BBD0}
\definecolor{myblue}{HTML}{BBDEFB}
\definecolor{myorange}{HTML}{FFE0B2}

% Custom Box Styles
\tcbset{
    sectionbox/.style 2 args={
        colback=#1!30,
        colframe=#1!90!black,
        fonttitle=\bfseries\sffamily,
        title=#2,
        boxrule=1pt,
        arc=4pt,
        left=1.5mm, right=1.5mm, top=1.5mm, bottom=1.5mm,
        toptitle=1mm, bottomtitle=1mm,
        enhanced,
        drop shadow
    },
    examplebox/.style={
        colback=white,
        colframe=gray!50,
        fonttitle=\bfseries\small,
        coltitle=black,
        title=Astuce / Examen,
        boxrule=0.5pt,
        arc=2pt,
        left=1mm, right=1mm, top=1mm, bottom=1mm,
        toptitle=0.5mm, bottomtitle=0.5mm,
        fontupper=\small
    }
}

\begin{document}
    % ==========================================
    % EN-TÊTE
    % ==========================================
    \begin{center}
        \begin{tcolorbox}[
            enhanced,
            colback=myblue!10,        
            colframe=myblue!90!black, 
            arc=6pt,                  
            boxrule=1.5pt,            
            drop shadow,              
            width=0.85\textwidth,     
            halign=center             
            ]
            {\Huge \bfseries \textsf{\textcolor{myblue!90!black}{Résumé de Cours : Fonction Exponentielle}}} \\
            \vspace{0.2cm}
            {\LARGE \bfseries Prof : \textcolor{red!70!black}{SOUHAIL Mohamed} \quad \textcolor{gray}{\textbf{|}} \quad \textsf{Lycée Ibnou Batouta}}
        \end{tcolorbox}
    \end{center}

    \begin{multicols}{3}

        % ==========================================
        % 1. DÉFINITION ET LIEN AVEC LN
        % ==========================================
        \begin{tcolorbox}[sectionbox={myyellow}{{1. Définition et Lien avec $\ln$}}]
            La fonction exponentielle népérienne, notée $\exp$ ou $\mathbf{x \mapsto e^x}$, est la bijection réciproque de la fonction $\ln$.\\
            Le domaine de définition est $D_f = \mathbb{R}$.

            \textbf{Conséquences directes :}\\
            Pour tout $x \in \mathbb{R}$ et pour tout $y > 0$ :
            $$ e^x = y \iff x = \ln(y),\quad \ln(e^x) = x \quad \text{et} \quad e^{\ln(y)} = y $$

            \textit{Remarque :} Le nombre $e$ vérifie $\ln(e) = 1$ et $e \approx 2,718$.
            La fonction $x \mapsto e^x$ est \textbf{strictement positive} sur $\mathbb{R}$ ($e^x > 0$).
        \end{tcolorbox}

        % ==========================================
        % 2. PROPRIÉTÉS ALGÉBRIQUES
        % ==========================================
        \begin{tcolorbox}[sectionbox={mycyan}{{2. Propriétés Algébriques}}]
            Les propriétés de la fonction exponentielle sont analogues à celles des puissances.\\
            Pour tous réels $a$ et $b$, et pour tout entier $r \in \mathbb{Q}$ :

            - $ e^0 = 1 \quad ; \quad e^1 = e $\\
            - $ e^{a+b} = e^a \times e^b $\\
            - $ e^{-a} = \frac{1}{e^a} $\\
            - $ e^{a-b} = \frac{e^a}{e^b} $\\
            - $ (e^a)^r = e^{r \times a} $
        \end{tcolorbox}

        % ==========================================
        % 3. ÉQUATIONS ET INÉQUATIONS
        % ==========================================
        \begin{tcolorbox}[sectionbox={myorange}{{3. Équations et Inéquations}}]
            La fonction $x \mapsto e^x$ est \textbf{strictement croissante} sur $\mathbb{R}$. Par conséquent, pour tous réels $a$ et $b$ :
            $$ e^a = e^b \iff a = b \text{ et } e^a < e^b \iff a < b $$
            \begin{tcolorbox}[examplebox, title={Application}]
                Résoudre dans $\mathbb{R}$ l'inéquation : 

                $e^{2x} - e^x \geq 0$
                $\iff e^{2x} \geq e^x$
                $\iff 2x \geq x \quad$
                $\iff x \geq 0$

                Donc $S = [0, +\infty[$.
            \end{tcolorbox}
        \end{tcolorbox}

        % ==========================================
        % 4. LIMITES USUELLES (TRÈS IMPORTANT)
        % ==========================================
        \begin{tcolorbox}[sectionbox={mygreen}{{4. Limites Fondamentales}}]
            \textbf{Limites aux bornes :}
            $$ \lim_{x \to +\infty} e^x = +\infty \quad ; \quad \lim_{x \to -\infty} e^x = 0 $$

            \textbf{Croissances comparées :}
            Pour tout entier $n \geq 1$ :
            $$ \lim_{x \to +\infty} \frac{e^x}{x} = +\infty \quad ; \quad \lim_{x \to +\infty} \frac{e^x}{x^n} = +\infty $$
            $$ \lim_{x \to -\infty} x e^x = 0 \quad ; \quad \lim_{x \to -\infty} x^n e^x = 0 $$

            \textbf{Limite au point $0$ :}
            $ \lim\limits_{x \to 0} \frac{e^x - 1}{x} = 1 $

            \begin{tcolorbox}[examplebox, title={\color{red} Astuce pour les formes indéterminées}]
                En $+\infty$ : Si vous avez une F.I. de type $\frac{\infty}{\infty}$, pensez à factoriser par $e^x$ en haut et en bas.\\
                En $-\infty$ : Pensez souvent à développer pour faire apparaître la limite usuelle $\lim\limits_{x \to -\infty} x e^x = 0$.
            \end{tcolorbox}
        \end{tcolorbox}

        % ==========================================
        % 5. DÉRIVÉE ET PRIMITIVES
        % ==========================================
        \begin{tcolorbox}[sectionbox={mypink}{{5. Dérivation et Primitives}}]
            \textbf{Dérivée de base :}\\
            La fonction $x \mapsto e^x$ est dérivable sur $\mathbb{R}$ et sa dérivée est elle-même :
            $ (e^x)' = e^x $

            \textbf{Dérivée d'une fonction composée :}\\
            Si $u$ est une fonction dérivable sur un intervalle $I$, alors la fonction $e^{u(x)}$ est dérivable sur $I$ et :

            $ (e^{u(x)})' = u'(x) \cdot e^{u(x)} $

            \textbf{Primitives :}\\
            Toute fonction de la forme $u'(x) e^{u(x)}$ admet pour primitives les fonctions de la forme :
            $$e^{u(x)} + C \quad (C \in \mathbb{R}) $$

%           \begin{tcolorbox}[examplebox, title={Exemple de calcul}]
%               Soit $f(x) = (2x + 1) e^{x^2 + x}$. \\
%               On remarque que $f(x) = u'(x) e^{u(x)}$ avec $u(x) = x^2 + x$.\\
%               Donc les primitives sont : $F(x) = e^{x^2 + x} + C$.
%           \end{tcolorbox}
        \end{tcolorbox}

        % ==========================================
        % 6. COURBE REPRÉSENTATIVE
        % ==========================================
        \begin{tcolorbox}[sectionbox={myblue}{{6. Courbe Représentative}}]
            \begin{center}
                \begin{tikzpicture}[scale=0.8]
                    % Repère
                    \draw[->, thick] (-3,0) -- (3,0) node[right] {$x$};
                    \draw[->, thick] (0,-0.5) -- (0,4.5) node[above] {$y$};
                    \draw (0,0) node[below left] {$O$};

                    % Courbe exponentielle
                    \draw[domain=-3:1.4, smooth, variable=\x, blue, very thick] plot ({\x}, {exp(\x)});
                    \node[blue, right] at (1.4, 4) {$(C_{exp})$};

                    % Tangente en 0
                    \draw[domain=-1.5:2.5, smooth, variable=\x, red, dashed, thick] plot ({\x}, {\x + 1});
                    \node[red, right] at (2, 3) {$(T) : y = x + 1$};

                    % Points clés
                    \filldraw[black] (0,1) circle (2pt) node[above left] {$1$};
                    \filldraw[black] (1,2.718) circle (2pt);
                    \draw[dotted] (1,0) node[below] {$1$} -- (1,2.718) -- (0,2.718) node[left] {$e$};
                \end{tikzpicture}
            \end{center}
            - L'axe des abscisses ($y=0$) est une \textbf{asymptote horizontale} au voisinage de $-\infty$.\\
            - La courbe admet une \textbf{branche parabolique} de direction l'axe des ordonnées au voisinage de $+\infty$.
        \end{tcolorbox}
        % ==========================================
        % FONCTION EXPONENTIELLE DE BASE a
        % ==========================================
        \begin{tcolorbox}[sectionbox={myorange}{{7. Fonction Exponentielle de base $a$}}]
            Soit $a$ un réel tel que $a > 0$ et $a \neq 1$.\\
            La fonction exponentielle de base $a$, notée $x \mapsto a^x$, est définie sur $\mathbb{R}$ par :
            $ a^x = e^{x \ln(a)} $

            \textbf{Propriétés principales :}\\
            - \textbf{Dérivée :} Pour tout $x \in \mathbb{R}$, $(a^x)' = \ln(a) \cdot a^x$\\
            - \textbf{Monotonie et Limites :} Le sens de variation dépend de $a$ :\\
            \quad $\bullet$ \textbf{Si $\mathbf{a > 1}$ :} Fonction \textbf{strictement croissante} (car $\ln(a) > 0$).\\
            \quad $\lim\limits_{x \to +\infty} a^x = +\infty \quad ; \quad \lim\limits_{x \to -\infty} a^x = 0$\\
            \quad $\bullet$ \textbf{Si $\mathbf{0 < a < 1}$ :} Fonction \textbf{strictement décroissante} (car $\ln(a) < 0$).\\
            \quad $\lim\limits_{x \to +\infty} a^x = 0 \quad ; \quad \lim\limits_{x \to -\infty} a^x = +\infty$

%           \vspace{0.1cm}
%           \begin{tcolorbox}[examplebox, title={Remarque : Exponentielle de base 10}]
%               La fonction $x \mapsto 10^x = e^{x \ln(10)}$ est la bijection réciproque de la fonction logarithme décimal ($\log$).\\
%               On a : $10^{\log(x)} = x \ (x > 0)$ et $\log(10^x) = x \ (x \in \mathbb{R})$.
%           \end{tcolorbox}
        \end{tcolorbox}
    \end{multicols}

\end{document}
    
📂 This document is part of the maths 2-bac-science collection — view all related lessons, exams, and exercises.
Get your own materials formatted with LaTeX

Explore more maths content for 2-bac-science:

Related Courses, Exams, and Exercises


Frequently Asked Questions

What will I learn by the end of this course?
You will gain a solid understanding of Résumés de cours de Pr: SOUHAIL Mohamed and be able to apply it in exams and real‑world problems.

What topics are covered in this course?
The course "Résumés de cours de Pr: SOUHAIL Mohamed" 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?
Exercises are included to help you practice.

Does this course include solutions?
Solutions are available separately.


Download maths Course PDF (2-bac-science)

📥 Download 7 Exponentielle (PDF)