Devoir Libre 1 S02, polynomes, équations, inéquations et systèmes

📅 February 21, 2024   |   👁️ Views: 1.24K



📘 About 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.

• 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 Exam for tronc-commun-sciences PDF preview

\documentclass[12pt,a4paper]{article}
\usepackage[left=1.00cm, right=1.00cm, top=0.50cm, bottom=0.50cm]{geometry}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{ragged2e}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{mathrsfs}
\usepackage{enumitem}
\usepackage{multirow}
\usepackage{xcolor}
\usepackage{setspace}

%\usepackage{fancyhdr}
\usepackage[ddmmyyyy]{datetime}

\usepackage{tikz}
\usetikzlibrary{shapes}

%\usepackage{draftwatermark}
\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    linkcolor=blue
}
\definecolor{cc}{rgb}{236,0,140}
\newcommand{\mylink}{\href{https://mosaid.xyz/cc}{www.mosaid.xyz}}
%\SetWatermarkText{\mylink}
%\SetWatermarkText{\color{cc!10!white}{www.mosaid.xyz}}
%\SetWatermarkLightness{0.95}
%\SetWatermarkScale{0.8}

% Define colors
\definecolor{lightpurple}{RGB}{221,160,221}
\definecolor{darkpurple}{RGB}{148,0,211}
\definecolor{lightblue}{RGB}{173,216,230}

\newcommand{\mylabel}[2][lightblue]{%
    \begin{tikzpicture}[baseline=20pt]
        \node[draw=#1, fill=#1, text=black, inner sep=2pt,
    rounded corners=2pt, font=\tiny, anchor=north] at (0,1) (label) {#2}; % Adjust the y-coordinate here
        \draw[->, thick, #1] (label) -- +(10pt,0);
    \end{tikzpicture}%
}

% Define fancy exercise command
\newcommand{\exe}[1]{
    \begin{tikzpicture}[baseline=3pt]
        \node[ellipse, inner sep=3pt, outer sep=0pt, fill=lightblue, draw=darkpurple, line width=1.5pt]
    at (0,0.2)
        {\textcolor{darkpurple}{\textbf{Exercise #1:}}};
    \end{tikzpicture}
}

% Define header and footer
%\pagestyle{fancy}
%\fancyhf{} % Clear header and footer
%\fancyhead[L]{Lycee Taghzirt\textbf{/}Prof MOSAID}
%\fancyhead[R]{TCSF-3\textbf{/}2h}
%\fancyhead[C]{\hspace*{2.5cm}2023-2024\textbf{/}Devoir 1 S02}
%\renewcommand{\headrulewidth}{0.1pt} % Add a rule below the header
%
%\setlength{\headheight}{50pt} % Adjust the headheight to avoid warning
%\setlength{\headsep}{-2pt} % Adjust the headsep to reduce space between header and text area
%
\newcolumntype{X}{>{\centering\arraybackslash}p}
\newcolumntype{C}{>{\centering\arraybackslash}X}

\setstretch{1.2}

\newenvironment{mycontent}{%
\thispagestyle{empty}
\noindent\begin{tabularx}{\textwidth}{@{} lCr @{}}
    Lycee Taghzirt\textbf{/}Prof MOSAID &
    2023-2024\textbf{/}Devoir Libre 1 S02&
    TCSF-3\textbf{/}2h\\
    \bottomrule
\end{tabularx}
\mylink \hfill \mylink\\
\exe{1}(10pts)\\
\noindent
\begin{tabular}{@{}X{0.04\textwidth}|p{0.96\textwidth}}
    & \mylabel[green]{1} Résoudre dans \(\mathbb{R}\) l'équation:
        \(\frac{x}{\sqrt3}+\sqrt2=2\sqrt3x-1\) \\
    & \mylabel[green]{1} Résoudre dans \(\mathbb{R}\) l'équation: \(3x^2+\frac{1}{2}x-\sqrt2=0\) \\
    & \mylabel[green]{2} Résoudre dans \(\mathbb{R}\) l'équation: \(4x^2-2\sqrt2x+\frac{1}{4}=0\) \\
    & \mylabel[green]{3} En déduir les solutions de l'inéquation: \((3x^2+\frac{1}{2}x-\sqrt2)(4x^2-2\sqrt2x+\frac{1}{4})\ge0\) \\
    & \mylabel[green]{4} Résoudre dans \(\mathbb{R}\) l'équation: \(|3-x|+2|2x-1|-|2+3x|=1\) \\
    & \mylabel[green]{4} Résoudre dans \(\mathbb{R}\) l'équation: \(4x-2\sqrt{2x}+\frac{1}{4}=0\) \\
    & \mylabel[green]{4} Résoudre dans \(\mathbb{R}^2\) le système:
    \(
        \begin{cases}
            3x-2y=1\\
            x+4y=4
        \end{cases}
        \vspace*{-0.5cm}
    \)
\end{tabular}
\exe{2}(10pts)\\
\noindent
\begin{tabular}{@{}X{0.04\textwidth}|p{0.96\textwidth}}
    &Soit le polynome \(P(x)=x^3-(a-b)x^2+(a-3b-1)x+2\sqrt{2}\)\\
    &\mylabel[green]{1}. Determiner les nombres \(a\) et \(b\) pour que \(P(x)\) soit divisible par
        \(x-2\) et \(x+\sqrt{2}\)\\
    &\mylabel[green]{2} On pose \(a=3\) et \(b=\sqrt{2}\)\\
    &\mylabel[lightblue]{2.1} Déterminez un polynome \(Q(x)\) tel que \(P(x)=(x-2)Q(x)\)\\
    &\mylabel[lightblue]{2.2} Calculer \(Q(-\sqrt{2}\) puis factoriser \(P(x)\)\\
    &\mylabel[lightblue]{2.2} Résoudre \(x\in \mathbb{R}\quad P(x) < 0\)\\
    &\mylabel[green]{3} On suppose \(x\in]0,1[\). Montrer que \(\sqrt{2}\) est une
    approximation de \(P(x)\) à la précision \(1+\sqrt{2}\)\\
\end{tabular}
\\
\\
\textcolor{white}{.}\hfill \underline{MOSAID le \today}\\
\textcolor{white}{.}\hfill \mylink
\\
}% end of mycontent

\begin{document}
    \begin{mycontent}\end{mycontent}
    \begin{mycontent}\end{mycontent}
\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: الحدوديات, Equations, inéquations et systèmes, المعادلات والمتراجحات والنظمات نسخة 2, Polynomes. It is designed to test understanding of these topics.

How many questions are in this exam?
The exam contains approximately several 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 "Equations, inéquations et systèmes" 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?
Exercises are included to help you practice.

Does this course include solutions?
Solutions are available separately.


Download maths Exam PDF (tronc-commun-sciences)

📥 Download Devoir Libre 1 S02, polynomes, équations, inéquations et systèmes (PDF)