10 Équations Différentielles

📅 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 : Équations Différentielles}}} \\
            \vspace{0.4cm}
            {\LARGE \bfseries Prof : \textcolor{red!70!black}{SOUHAIL Mohamed} \quad \textcolor{gray}{\textbf{|}} \quad \textsf{Lycée Ibnou Batouta}}
        \end{tcolorbox}
    \end{center}
        \vspace{0.2cm}
    \begin{multicols}{3}

        % ==========================================
        % 1. Équations du 1er ordre
        % ==========================================
        \begin{tcolorbox}[sectionbox={myyellow}{{1. Équations du 1er ordre}}]
            \textbf{Équation de la forme $\mathbf{y' = ay}$ :}\\
            Les solutions de l'équation différentielle $y' = ay$ sont les fonctions :
            $$ y(x) = k e^{ax} \quad \text{avec } k \in \mathbb{R} $$

            \vspace{0.2cm}
            \textbf{Équation de la forme $\mathbf{y' = ay + b}$ :}\\
            (avec $a \neq 0$)\\
            Les solutions de l'équation différentielle $y' = ay + b$ sont les fonctions :
            $$ y(x) = k e^{ax} - \frac{b}{a} \quad \text{avec } k \in \mathbb{R} $$
        \end{tcolorbox}

        % ==========================================
        % 2. Équations du 2nd ordre (Intro)
        % ==========================================
        \begin{tcolorbox}[sectionbox={mycyan}{{2. Équations du 2nd ordre}}]
            \textbf{Forme générale :}\\
            $$ ay'' + by' + cy = 0 $$
            (avec $a \neq 0$ et $b, c \in \mathbb{R}$)\\

            \textbf{L'équation caractéristique :}\\
            À cette équation différentielle, on associe l'équation du second degré suivante :
            $$ ar^2 + br + c = 0 $$
            On calcule le discriminant $\Delta = b^2 - 4ac$.\\
            Les solutions de l'équation différentielle dépendent uniquement du signe de $\Delta$.
        \end{tcolorbox}

        % ==========================================
        % 3. CAS DELTA > 0
        % ==========================================
        \begin{tcolorbox}[sectionbox={myorange}{{3. Cas $\Delta > 0$}}]
            L'équation caractéristique admet \textbf{deux solutions réelles} distinctes :
            $ r_1 = \frac{-b - \sqrt{\Delta}}{2a} \quad ; \quad r_2 = \frac{-b + \sqrt{\Delta}}{2a} $

            Les solutions de l'équation différentielle $ay''+by'+cy=0$ sont les fonctions de la forme :
            $$ y(x) = \alpha e^{r_1 x} + \beta e^{r_2 x} $$
            où $\alpha$ et $\beta$ sont des constantes réelles.
        \end{tcolorbox}

        % ==========================================
        % 4. CAS DELTA = 0
        % ==========================================
        \begin{tcolorbox}[sectionbox={mypink}{{4. Cas $\Delta = 0$}}]
            L'équation caractéristique admet \textbf{une seule solution réelle} double :
            $ r_0 = \frac{-b}{2a} $

            Les solutions de l'équation différentielle $ay''+by'+cy=0$ sont les fonctions de la forme :
            $$ y(x) = (\alpha x + \beta) e^{r_0 x} $$
            où $\alpha$ et $\beta$ sont des constantes réelles.
        \end{tcolorbox}

        % ==========================================
        % 5. CAS DELTA < 0
        % ==========================================
        \begin{tcolorbox}[sectionbox={mygreen}{{5. Cas $\Delta < 0$}}]
            L'équation caractéristique admet \textbf{deux solutions complexes conjuguées} :
            $ r_1 = p + iq \quad ; \quad r_2 = p - iq $

            Avec $p = \frac{-b}{2a}$ et $q = \frac{\sqrt{-\Delta}}{2a}$.\\
            Les solutions de l'équation différentielle $ay''+by'+cy=0$ sont les fonctions de la forme :
            $$ y(x) = (\alpha \cos(qx) + \beta \sin(qx)) e^{px} $$
            où $\alpha$ et $\beta$ sont des constantes réelles.
        \end{tcolorbox}

        % ==========================================
        % 6. CONDITIONS INITIALES ET ASTUCES
        % ==========================================
        \begin{tcolorbox}[sectionbox={myblue}{{6. Conditions Initiales}}]
            Les constantes réelles ($k$ ou $\alpha, \beta$) se déterminent à l'aide des conditions initiales données dans l'énoncé.

            \begin{tcolorbox}[examplebox, title={Exemple : $y' = ay+b$}]
                Résoudre $y' = 2y - 6$ avec $y(0) = 4$.\\
                1. \textbf{Solution générale :} ($a=2, b=-6$)\\
                $y(x) = k e^{2x} - \frac{-6}{2} = k e^{2x} + 3$\\
                2. \textbf{Condition initiale :} $y(0) = 4$\\
                $k e^0 + 3 = 4 \implies k + 3 = 4 \implies k = 1$\\
                3. \textbf{Solution particulière :}
                $$ y(x) = e^{2x} + 3 $$
            \end{tcolorbox}

            \begin{tcolorbox}[examplebox, title={Examen : 2nd ordre}]
                Pour l'équation $ay''+by'+cy=0$, on vous donne souvent deux conditions, par exemple $y(x_0) = y_0$ et $y'(x_0) = y_1$, pour trouver $\alpha$ et $\beta$. \\
                \textbf{Attention :} N'oubliez pas de calculer la dérivée $y'(x)$ de votre solution générale avant d'utiliser la deuxième condition !
            \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 10 Équations Différentielles (PDF)