اكتشف عالم الهندسة الإحداثية: دليلك الشامل
هل سبق لك أن تساءلت كيف يعثر تطبيق الخرائط على موقعك بالضبط؟ أو كيف يرسم المهندسون المعماريون buildings بدقة؟ الإجابة تكمن في الهندسة الإحداثية! إنها مثل نظام GPS للرياضيات — تتيح لنا تحديد مواقع النقاط ورسم الأشكال وحساب المسافات باستخدام الأرقام فقط. اليوم، سنستكشف هذا العالم المذهل معًا.
ما هي الهندسة الإحداثية؟
Definition: الهندسة الإحداثية هي فرع من الرياضيات يدرس العلاقات بين النقاط والخطوط والأشكال باستخدام نظام إحداثيات، عادة ما يكون نظام الإحداثيات الديكارتية (x, y).
Imagine you're playing a game of Battleship. You say "B5" to target a square. That's coordinate geometry in action! Instead of letters and numbers, we use (x, y) to locate points on a plane.
نظام الإحداثيات الديكارتية
Let's break down the coordinate plane:
- المحور السيني (x-axis): الخط الأفقي
- المحور الصادي (y-axis): الخط الرأسي
- نقطة الأصل (Origin): حيث يتقاطع المحوران عند (0, 0)
Example: النقطة (3, 4) تعني:
- Move 3 units right on x-axis
- Move 4 units up on y-axis
رسم النقاط على المستوي
لنرسم نقطة (2, -3):
- Start at origin (0, 0)
- Move 2 units to the right (positive x)
- Move 3 units down (negative y)
Warning: Don't mix up the order! (x, y) not (y, x). (2, 3) is different from (3, 2).
حساب المسافة بين نقطتين
To find distance between (x₁, y₁) and (x₂, y₂):
$$ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$
Example: Distance between (1, 2) and (4, 6):
$$ d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{9 + 16} = 5 $$
نقطة الوسط بين نقطتين
The midpoint formula:
$$ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) $$
Let's find midpoint between (2, 3) and (6, 7):
$$ M = \left( \frac{2+6}{2}, \frac{3+7}{2} \right) = (4, 5) $$
الأخطاء الشائعة
Warning: Common mistakes to avoid:
- Forgetting negative signs when calculating distances
- Mixing up x and y coordinates
- Misapplying the midpoint formula by adding instead of averaging
تمرين عملي
Let's practice! Find the distance and midpoint between these points:
| Point A | Point B |
|---|---|
| (1, 3) | (5, 7) |
First, calculate the distance:
$$ d = \sqrt{(5-1)^2 + (7-3)^2} = \sqrt{16 + 16} = \sqrt{32} = 4\sqrt{2} $$
Next, find the midpoint:
$$ M = \left( \frac{1+5}{2}, \frac{3+7}{2} \right) = (3, 5) $$
ملخص الدرس
Key point: Remember these fundamentals:
1. Points are located using (x, y) coordinates
2. Distance formula comes from the Pythagorean theorem
3. Midpoint is the average of x and y coordinates separately
Free resources. Explore more courses, quizzes, exercises and revision sheets — Browse all content for your country.