Control 01 Semester 02 en Trigonometrie (B)
📅 March 19, 2025 | 👁️ Views: 82
\documentclass[12pt, a4paper]{exam}%answers,addpoints, answers,
\usepackage[left=2.5cm,right=0.5cm,top=0cm,bottom=1cm]{geometry} % Set page margins
\usepackage[french]{babel}
\usepackage{fontspec}
\usepackage{calligra} % For calligraphy font
\usepackage[T1]{fontenc}
\usepackage{amsmath, amssymb}
\usepackage{mathrsfs}% mathscr
\usepackage{tikz} % For drawing the vertical line
\usetikzlibrary{shapes,decorations.text}
\usetikzlibrary{decorations.pathmorphing,shadows}
\usepackage{xcolor}
\usepackage{setspace}
\usepackage[ddmmyyyy]{datetime}
\usepackage{xparse} % Required for advanced argument parsing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Start config %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\classname{TCSF}
\def\dsname{Contrôl n$^\circ$1/1.5h}
\def\dsletter{B}
\def\prof{MOSAID}
% borders right margin
\def\bordersrmargin{0.5}
% borders height in answers mode
\def\bordersheighta{28}
% borders height
\def\bordersheight{14}
\newif\ifprintdouble
% Uncomment the next line to print the ds twice on the same page
\printdoubletrue
%%%%%%%%%%%%%%%%%%%%%%%%%%%% End config %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pointname{}
\pointformat{\textbf{\textit{(\thepoints)}}}
% Exam settings
\pointsinmargin
%\colorfillwithlines
%\definecolor{FillWithLinesColor}{gray}{0.8}
\colorfillwithdottedlines
\definecolor{FillWithDottedLinesColor}{gray}{0.7}
\unframedsolutions
\renewcommand{\solutiontitle}{\noindent\textbf{}\enspace}
\SolutionEmphasis{\itshape\small}
\SolutionEmphasis{\color{red}\bfseries}
\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{\luck}[1]{
\begin{tikzpicture}[overlay, remember picture]
\node[] at (#1) {\scalebox{2}{\textbf{\textcolor{blue}{\calligra Good Luck!}}}};
%rotate=25
\end{tikzpicture}
}
\NewDocumentCommand{\sticker}{O{6.5} O{-10} m m}{%
\begin{tikzpicture}[overlay, remember picture, shift={(#3)}]
% Rectangle with wavy border and text node
\node[
shape=rectangle, % Rectangle shape
decorate,
decoration={random steps, segment length=2mm, amplitude=1.5mm}, % Wavy effect
fill=cyan!20, % Background color
draw=red, % Border color
line width=1pt, % Border thickness
inner sep=5pt, % Padding between text and border
text width=#1, % Width of the text box
align=center, % Center the text
rotate=#2, % Rotation angle
] (sticker) at (0, 0) { % Position of the sticker
#4
};
% Label
\node[] at ([xshift=0.5cm]sticker.north west) {
\includegraphics[width=0.9cm]{pin.png}
};
\end{tikzpicture}%
}
\newcommand{\dangericon}{%
\tikz[baseline=-0.5ex]{
\draw[draw=red, line width=1mm] (0,0.5) -- (0.7,-0.6) -- (-0.7,-0.6) -- cycle;
\node[inner sep=0pt, font=\bfseries, scale=2] at (-0.05,-0.2) {!};
}%
}
\newcommand{\stamp}[2]{
\begin{tikzpicture}[remember picture, overlay]
\coordinate (A) at (#1,#2);
\draw[red!50] (A) circle (1.9cm);
% Draw the inner circle
\draw[red!50] (A) circle (1.4cm);
% Draw the curved line
\draw[red!50, decorate, decoration={text along path,
text={|\fontspec{DejaVu Sans}\color{red!75}\bfseries|★MOSAID RADOUAN★},
text align={align=center}, raise=-3pt}] (A) ++ (180:1.6cm) arc (180:0:1.6cm);
\draw[decorate, decoration={text along path,
text={|\fontspec{DejaVu Sans}\color{red!75}\bfseries|∞★~mosaid.xyz~★∞ },
text align={align=center}, raise=-6.5pt}] (A) ++ (180:1.53cm) arc (-180:0:1.53cm);
\node[red!75,font=\fontsize{48}{48}\fontspec{DejaVu Sans}\bfseries\selectfont] at (A) {✷};
\end{tikzpicture}
}
\newcommand{\borders}{%
\tikz[remember picture, overlay, xshift=-0.5cm]{
\ifprintanswers
\def\bheight{\bordersheighta}
\else
\def\bheight{\bordersheight}
\fi
\draw[gray, thick] (\bordersrmargin,-1.2) -- (\bordersrmargin,-\bheight);
\draw[gray, thick] (\bordersrmargin,-1.2) -- (\textwidth,-1.2);
\node[black] at (0.5,-0.25) {\textbf{\classname}};
\node[magenta] at (1.6,-0.6) {\textbf{www.mosaid.xyz}};
\node[black,xshift=-2cm] at (\textwidth,-0.25) {\textbf{\today}};
\node[black,xshift=-2cm] (A) at (\textwidth,-0.9) {\textbf{Prof : \prof}};
\node[black,xshift=-0.5cm] at (0.5\textwidth,-0.5) {
\ifprintanswers
\textbf{Correction \dsname }
\else
\textbf{\dsname}
\fi
\ccc{\dsletter}
};
\draw[gray, thick] (A.south west) -- ++(0,0.7) -- ++(3.8,0) ;
\node[magenta] at (0.9\textwidth,-1.4) {\textbf{www.mosaid.xyz}};
}%
}
\newcommand{\exo}[1]{%
\begin{tikzpicture}
% Node for the text
\node[] (text) at (0,0) {\textbf{\#1}};
% Shadow (calculated based on the text width)
\fill[black] ([xshift=0.1cm, yshift=-0.1cm]text.south west)
rectangle ([xshift=0.1cm, yshift=-0.1cm]text.north east);
% Main box (calculated based on the text width)
\draw[fill=white] (text.south west) rectangle (text.north east);
% Text inside the box
\node[] at (text) {\textbf{\#1}};
\end{tikzpicture}%
}
%\footer{}{Page \thepage\ of \numpages}{}
\everymath{\displaystyle}
\setstretch{1.2}
\newenvironment{mycontent}{%
\noindent
\borders\\[1.5cm]
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Start of the exam %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\noindent
\exo{Exercice 1: (\textit{14 pts}) }\\
\hspace*{0.3cm}Soit $(O; OI, OJ)$ un repère orthonormé lié à un cercle trigonométrique ~$(\mathscr C)$~
\begin{questions}
\question[2]
Placer les deux points suivants sur le cercle trigonométrique: ~$A\left(\frac{-\pi}{3}\right)$~,
~$B\left(\frac{-137\pi}{6}\right)$~
\question[1]
Construire un triangle ~$ABC$~ réctangle en ~$A$~ tel que
~$\widehat{\left(\overrightarrow{AB},\overrightarrow{AC}\right)}\equiv \frac{\pi}{2} [2\pi]$
\question[3]
Calculer ~$\sin\left(\frac{-\pi}{3}\right)$~ , ~$\cos\left(\frac{5\pi}{3}\right)$~
et ~$\tan\left(\frac{78\pi}{3}\right)$~
\question[3]
Simpilfier ~~
$A(x)=\sin(x)\cdot\cos\left(\frac{21\pi}{2}-x\right)-\sin\left(\frac{\pi}{2}-x\right)\cdot\cos(17\pi-x)$
\question[3]
Sachant que $\sin \frac{7\pi}{8}=\frac{\sqrt{2-\sqrt2}}{2}\quad$ Calculer ~$\cos \frac{7\pi}{8}$~
et ~$\cos \frac{-7\pi}{8}$~ puis ~$\cos \frac{\pi}{8}$~
\end{questions}
\exo{Exercice 2: (\textit{6 pts}) }
%\stamp{15}{2}
\luck{7,0}
\begin{questions}
\question[2$\times$3]
Résoudre les équations suivantes:\\
$x\in \mathbb R \quad \cos\left(x\right)=\frac{\sqrt3}{2}\quad$; $\quad x \in \mathbb R \quad \cos\left(2x- \frac{\pi}{4}\right)=\frac{1}{2}\quad$ ;~~~
$x\in ]-2\pi,3\pi]\quad \sin 2x =-\frac{\sqrt3}{2}\quad$
\question[1]
\textbf{Bonus Question}: Résoudre
$\quad x\in ]-\pi,\pi]\quad 2\sin^2(7\pi+x)-3\sqrt3\cos\left(\frac{9\pi}{2}-x\right)+3=0$\\
\end{questions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% End exam %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}% end newenvironment
\begin{document}
\ifprintanswers
\begin{mycontent}\end{mycontent}
\else
%
\fi
% \newpage
\noprintanswers
\begin{mycontent}\end{mycontent}
\ifprintdouble
\textcolor{white}{.}\\
\begin{mycontent}\end{mycontent}
\fi
\end{document}
Related Courses, Exams, and Exercises
- Activités de Rappel Exercise
- Arithmétiques dans IN Course
- Complément de cours : Notions d'arithmétiques dans IN Course
- Control 01 S01 En arithmétiques et Calcul vectoriel - A 2025-2026 Exam
- Control 1 (A) : Artithmetiques, Calcul vectoriel et projection Exam
- Control 1 (B) : Artithmetiques, Calcul vectoriel et projection Exam
- Control 1 (C) : Artithmetiques, Calcul vectoriel et projection Exam
- Correction : Control 1 (A) , Artithmetiques, Calcul vectoriel et projection Solution
- Correction Control 1 (B) : Artithmetiques, Calcul vectoriel et projection Solution
- Correction Control 1 (C) : Artithmetiques, Calcul vectoriel et projection Solution
- Correction DM 1 - Arithmetiques, Exercice 1 Solution
- Correction DM 1 - ,Calcul vectoriel, Exercice 2 Solution
- Devoir Libre 1 S01 Exam
- DM 1 - Arithmetiques, Calcul vectoriel et projection P. El KOULALI Oumaima Exercise
- DM 1 - Arithmetiques, Calcul vectoriel et projection Exercise
- Série exercices Arithmétiques Exercise
- Test Diagnostique TCSF (2025-2026) Exam
- Test Diagnostique Exam
- الحسابيات في مجموعة الاعداد الصحيحة الطبيعية نسخة 2 Course
- الحسابيات في مجموعة الاعداد الصحيحة الطبيعية Course
- الإحصاء نسخة 2 Course
- الإحصاء Course
- Control 01 Semester 02 en Trigonometrie (A) Exam
- Control 01 Semester 02 en Trigonometrie (C) Exam
- Control 01 Semester 02 en Trigonometrie (D) Exam
- Devoir à la maison 1 Calcul Trigonométrique Exam
- Devoir Libre 1 S02 Calcul Trigonométrique Exam
- Devoir Surveillé 1 Calcul Trigonométrique Exam
- Devoir Surveillé 1 S02 Calcul Trigonométrique A - B Exam
- Devoir Surveillé 1 S02 Calcul Trigonométrique C - D Exam
- Devoir Surveillé 1 S02 Calcul Trigonométrique E - F Exam
- Série exercices: Calcul Trigonométrique Exercise
- الحساب المثلثي 2 نسخة 2 المعادلات والمتراجحات Course
- الحساب المثلثي 2 نسخة 2 Course
- الحساب المثلثي 2 Course
- سلسلة رقم 1 تمارين الحساب المثلثي 2 Exercise
- Control 02 Semester 02 , Géneralités sur les Fonctions (A) Exam
- Control 02 Semester 02 , Géneralités sur les Fonctions (B) Exam
- Control 02 Semester 02 , Géneralités sur les Fonctions (C) Exam
- Control 03 Semester 02 , Géneralités sur les Fonctions (A) Exam
- Control 03 Semester 02 , Géneralités sur les Fonctions (B) Exam
- Devoir 2 S02 de généralités des fonctions et trigonométrie Exam
- Devoir 2 S02 de généralités et représentation des fonctions Exam
- Généralités sur les fonctions Course
- serie exercices: Généralités sur les Fonctions Exercise
- الشلجم و الهذلول Course
- دراسة وتمثيل الدوال الاعتيادية نسخة 2 Course
- دراسة وتمثيل الدوال الاعتيادية Course
- سلسلةتمارين عموميات حول الدوال العددية 2 Exercise
- سلسلةتمارين عموميات حول الدوال العددية 3 Exercise
- سلسلةتمارين عموميات حول الدوال العددية Exercise
- عموميات حول الدوال العددية نسخة 2 Course
- عموميات حول الدوال العددية Course
- التحويلات في المستوى نسخة 2 Course
- التحويلات في المستوى Course
- الجداء السلمي نسخة 2 Course
- الجداء السلمي Course
- Géometrie dans l'espace Course
- الهندسة الفضائية Course
- Manuel Maxi Maths Tome 1 - Tronc commun Science Course
- Manuel Najah En Mathématiques Tronc commun Science Course
- Calcul vectoriel dans le plan Course
- Control 01 S01 B, arithmétiques et Calcul vectoriel, 2025/2026 Exam NEW
- Control 01 S01 C, arithmétiques et calcul vectoriel, 2025-2026 Exam NEW
- Devoir 1 S01 Exam
- Devoir Libre 01 S01, Arithmétiques et calcul vectoriel Exam
- Serie Exercices Calcul vectoriel Exercise
- الحساب المتجهي Course
- Projection Course
- Série exercices - Projection dans le plan Exercise
- الإسقاط في المستوى نسخة 2 Course
- الإسقاط في المستوى Course
- تمارين الإسقاط في المستوى ومبرهنة طاليس Exercise
- Ensembles des nombres Course
- Série: Calcul dans IR Exercise NEW
- serie exercices: Calcul dans IR et Ordre Exercise
- تمارين مجموعات الأعداد Exercise
- مجموعات الأعداد نسخة 2 Course
- مجموعات الأعداد Course
- Control 02 S01, Ordre dans IR et Calcul vectoriel Exam NEW
- L'ordre dans IR - partie 1 Course
- L'ordre dans IR - partie 2 Course
- Série : Ordre dans IR Exercise NEW
- الترتيب في IR نسخة 2 Course
- الترتيب في IR Course
- فرض منزلي 02 د 01 Exam NEW
- Control n 2: Calcul et ordre dans IR et droite dans le plan (A) Exam
- Control n 2: Calcul et ordre dans IR et droite dans le plan (B) Exam
- Control n 2: Calcul et ordre dans IR et droite dans le plan (C) Exam
- Control n 2 et correction : Calcul et ordre dans IR et droite dans le plan (C) Solution
- Devoir Libre n 2: Calcul et ordre dans IR et droite dans le plan Exam
- Exercice résolu: équation cartésienne d'une droite Exercise
- Exercice résolu: représentation paramétrique d'une droite Exercise
- serie exercices: droite dans le plan Exercise
- Solution Control n 2: Calcul et ordre dans IR et droite dans le plan (A) Solution
- Solution Control n 2: Calcul et ordre dans IR et droite dans le plan (B) Solution
- المستقيم في المستوى نسخة 2 Course
- المستقيم في المستوى Course
- تمارين حول المستقيم في المستوى Exercise
- Devoir 2 S01, calcul, ordre, droite dans le plan, polynomes Exam
- Polynomes Course
- serie exercices: polynomes, Solution ex 2 Solution
- serie exercices: polynomes, Solution ex 3 Solution
- serie exercices: polynomes, Solution ex 4 Solution
- serie exercices: polynomes - Solution Ex 5 Solution
- serie exercices: polynomes, Solution ex 6 Solution
- serie exercices: polynomes, Solution ex 7 Solution
- serie exercices: polynomes Exercise
- الحدوديات نسخة 2 Course
- الحدوديات Course
- Control 3 S01, polynomes, équations, inéquation (A) Exam
- Control 3 S01, polynomes, équations, inéquation (B) Exam
- Control 3 S01, polynomes, équations, inéquation (C) Exam
- Devoir Libre 1 S02, polynomes, équations, inéquations et systèmes Exam
- Devoir Libre 3 S01, polynomes, équations, inéquations et systèmes Exam
- Equations, inéquations et systèmes Course
- Série exercices: Equations et inéquations Exercise
- المعادلات والمتراجحات والنظمات نسخة 2 Course
- المعادلات والمتراجحات Course
- النظمات Course
- تمارين حول النظمات Exercise
- سلسلة تمارين - المعادلات والمتراجحات Exercise
- Calcul Trigonométrique partie 1 Course
- الحساب المثلثي 1 نسخة 2 Course
- الحساب المثلثي 1 Course
- Tronc Commun Sciences Course
Exam PDF:
📥 Download Control 01 Semester 02 en Trigonometrie (B) (PDF)
if you find this content helpful, Please consider supporting me with a small donation
إن وجدت هذا المحتوى مفيدا، من فضلك إدعمني بمبلغ بسيط كتبرع
Buy me a coffee — إشتر لي قهوة
PayPal.me • عبر بايبالOr bank transfer • أو حوالة بنكية
Titulaire : RADOUAN MOSAID RIB : 230 090 6501953211022000 65 IBAN : MA64 2300 9065 0195 3211 0220 0065 BIC / SWIFT : CIHMMAMC
Recent Courses
Controle 02 S01, Généralités sur les fonctions et Ensembles
29 Nov 2025
Exam • Maths • 1 Bac Science Maths
Devoir Libre 02 - S01, Etude d’une fonction, Limite d’une suite numérique
28 Nov 2025
Exam • Maths • 2 Bac Science
Most Viewed Courses
Tous les sujets des suites numériques des examens nationaux 2008 - 2022
Views: 1.70K
Exam • Maths • 2 Bac Science
DM 1 - Arithmetiques, Calcul vectoriel et projection
Views: 1.57K
Exercise • Maths • Tronc Commun Sciences
MATHEMATIQUES Examens nationaux 2003-2021 2 Bac.Sciences expérimentales
Views: 1.53K
Exam • Maths • 2 Bac Science
Control 01 S01 En arithmétiques et Calcul vectoriel - A 2025-2026
Views: 1.51K
Exam • Maths • Tronc Commun Sciences
Recent Articles
Boosting LaTeX Editing with Custom Vim Mappings
23 Nov 2025
Quran Search: A Feature rich and modern design
13 Feb 2025