المتوسط ، الإرتفاع والمنصف

📅 January 02, 2025   |   👁️ Views: 255


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

📄 ماذا ستجد في هذه الصفحة:

• ملف الدرس بصيغة PDF معروض أدناه — يمكنك تصفحه والاطلاع عليه مباشرة دون الحاجة لتحميله.

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

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

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

latex Course for figures PDF preview

    
\documentclass{standalone}
\standaloneconfig{margin=5mm}
\usepackage{tkz-euclide}
\usepackage{tikz}
\usepackage{polyglossia}
\setdefaultlanguage[calendar=gregorian,numerals=maghrib]{arabic}
\setotherlanguage{english}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.4]{Amiri}
\usetikzlibrary{calc,intersections,plotmarks, matrix,quotes,angles,mindmap,arrows,folding, shapes,trees,hobby,backgrounds,positioning}
\definecolor{ao}{rgb}{0.0, 0.5, 0.0}
\begin{document}
\begin{tikzpicture}[very thick]
\tkzDefPoint(1,1){A}
\tkzDefPoint(5,0){B}
\tkzDefPoint(3,4){C}
\tkzLabelPoints[below](A,B)
\tkzLabelPoints[above](C)
\tkzDrawPolygon[very thick](A,B,C)
\tkzMarkAngle[size=.6](C,B,A)
      % bisector line C-N
\tkzDefLine[bisector](B,C,A)
\tkzGetPoint{x}
\tkzInterLL(C,x)(A,B)
\tkzGetPoint{N}
\tkzLabelPoints[below,blue](N)
\tkzDrawSegment[very thick,dashed,blue](C,N)
\tkzDrawSegment[dashed](A,N)
\tkzMarkAngles[mark=|,size=.9](A,C,N)
\tkzMarkAngle[mark=|,size=.95](N,C,B)
\tkzLabelSegment[blue,above left,sloped,near start,yshift=.5pt,xshift=-.4cm](C,x)
{المنصف}
\tkzDrawPoints[color=blue,fill=blue,size=4pt](N)
\tkzMarkSegment[color=red,mark=|](A,N)
\tkzMarkSegment[color=red,mark=||](N,B)
\end{tikzpicture}
\hspace{.5cm}
\begin{tikzpicture}[very thick]
\tkzDefPoint(1,1){A}
\tkzDefPoint(5,0){B}
\tkzDefPoint(3,4){C}
\tkzLabelPoints[below](A,B)
\tkzLabelPoints[above,left](C)
\tkzDrawPolygon[very thick](A,B,C)
\tkzFillAngle[fill=red!60,opacity=.5,size=.6](C,B,A)
      % median line C-M
\coordinate (M) at ($1/2*(A)+1/2*(B)$);
\tkzDrawPoint(M)
\tkzDrawLine[very thick,dashed,red,add=.1 and .15](C,M)
\tkzLabelPoints[below left,red](M)
\tkzLabelSegment[red,above left,sloped,near start,yshift=-4pt,xshift=-.4cm](C,x)
{المتوسط}
\tkzMarkSegment[color=red,mark=||](A,M)
\tkzMarkSegment[color=red,mark=||](M,B)
\end{tikzpicture}
\hspace{.5cm}
\begin{tikzpicture}[very thick]
\tkzDefPoint(1,1){A}
\tkzDefPoint(5,0){B}
\tkzDefPoint(3,4){C}
\tkzLabelPoints[below](A,B)
\tkzLabelPoints[above,right](C)
\tkzDrawPolygon[very thick](A,B,C)
\tkzMarkAngle[size=.6,arc=ll,blue](C,B,A)
      % Altitude line C-P
\tkzDefSpcTriangle[orthic](C,A,B){P,HA,HB}
\tkzDrawLine[very thick,dashed,color=ao](C,P)
\tkzMarkRightAngle[fill=lightgray,size=.3](C,P,A)
\tkzDrawPoints(C,B,A)
\tkzLabelPoints[below right,color=ao](P)
\tkzLabelSegment[color=ao,below left,sloped,near start,yshift=-1pt,xshift=-.3cm](C,P)
{الارتفاع}
\end{tikzpicture}
\end{document}




Explore more latex content for figures:

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 Miscellaneous Figures 3 and be able to apply it in exams and real‑world problems.

What topics are covered in this course?
The course "Miscellaneous Figures 3" covers key concepts of latex for figures. 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 latex Course PDF (figures)

📥 Download المتوسط ، الإرتفاع والمنصف (PDF)