مقدمة في المتجهات
Introduction to Vectors
المتجهات هي كميات فيزيائية لها مقدار واتجاه، مثل القوة والسرعة. تختلف عن الكميات القياسية التي ليس لها اتجاه. في هذا الدرس سنتعمق في:
Vectors are physical quantities that have magnitude and direction, such as force and velocity. They differ from scalar quantities that have no direction. In this lesson, we will delve into:
- تمثيل المتجهات رياضياً
- Mathematical representation of vectors
- تحليل المتجهات إلى مركبات
- Decomposition of vectors into components
- التطبيقات العملية في الفيزياء والهندسة
- Practical applications in physics and engineering
التمثيل الرياضي للمتجهات
Mathematical Representation of Vectors
متجه في بعدين:
Vector in two dimensions:
\[ A = A_x \hat{i} + A_y \hat{j} \]
حيث: المركبة الأفقية \(A_x\)، المركبة الرأسية \(A_y\)، ومتجهات الوحدة الأساسية \(\hat{i}, \hat{j}\).
Where: horizontal component \(A_x\), vertical component \(A_y\), and basic unit vectors \(\hat{i}, \hat{j}\).
تحليل المتجه إلى مركبات
Vector Decomposition into Components
\[ A_x = |A| \cos\theta \qquad A_y = |A| \sin\theta \]
مثال: متجه بقوة 50 نيوتن بزاوية 30 درجة مع المحور الأفقي:
Example: A vector with a force of 50 N at an angle of 30 degrees to the horizontal axis:
\[ A_x = 50 \cos(30^\circ) \approx 43.3\,N \qquad A_y = 50 \sin(30^\circ) = 25\,N \]
جمع المتجهات
Vector Addition
\[ R = A + B = (A_x + B_x)\hat{i} + (A_y + B_y)\hat{j} \]
مثال تطبيقي:
Applied example:
\[ A = 3\hat{i} + 4\hat{j} \qquad B = 2\hat{i} - 5\hat{j} \qquad R = (3+2)\hat{i} + (4-5)\hat{j} = 5\hat{i} - \hat{j} \]
التطبيقات العملية
Practical Applications
1. الملاحة الجوية
1. Air Navigation
عند حساب تأثير الرياح الجانبية:
When calculating the effect of crosswinds:
\[ V_{resultant} = \sqrt{V_{plane}^2 + V_{wind}^2} \]
2. الهندسة الإنشائية
2. Structural Engineering
حساب الإجهادات في الجسور:
Calculating stresses in bridges:
\[ \sigma_x = \frac{F}{A}\cos\theta \qquad \sigma_y = \frac{F}{A}\sin\theta \]
الاستنتاجات
Conclusions
تظهر الأهمية العملية لتحليل المتجهات في:
The practical importance of vector analysis appears in:
- تصميم الأنظمة الميكانيكية
- Design of mechanical systems
- تحليل الحركة في الألعاب الإلكترونية
- Motion analysis in video games
- أنظمة تحديد المواقع GPS
- GPS positioning systems