حساب الانحدار
حدد الانحدار، ونقطة التقاطع y، والمعادلة للخط الذي يمر عبر نقطتين.
النتائج تحديث كما تكتب.
عن هذه الحاسبة
the slope of a line is 100% and the angle of incline is 100%, then the slope of a line is 100% and the angle of incline is 100%. The slope of a line is 100% and the angle of incline is 100%. The slope of a line is 100% and the angle of incline is 100%. The slope of a line is 100% and the angle of incline is 100%. The slope of a line is 100SlopeSlope is a single number that tells you how fast one quantity changes with another. It is the single number that tells you how fast one quantity changes with another.Slope is the single number that tells you how fast one quantity changes with another.Slope is the single number that tells you how fast one quantity changes with another.Slope is the single number that tells you how fast one quantity changes with another.Slope is the single number that tells you how fast one quantity changes with another.Slope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one quantity changes with another.SlopeSlope is the single number that tells you how fast one
الأسئلة المتكررة
كيف تحسب المنحدر من نقطتين؟
المنحدر = (y2 - y1) / (x2 - x1)، التغير في y مقسوما على التغير في x. من (0,0) إلى (3,6) يكون المنحدر 6/3 = 2.
لماذا لا يعرف منحدر الخط الرأسي؟
الخط الرأسي لا يتغير في x، وبالتالي فإن معادلة المنحدر تقسم على الصفر. ومعادلته هي x = ثابت بدلاً من y = mx + b.
ما هو الـ (ي)؟
وهو المكان الذي يقطع فيه الخط المحور السيني، b في y = mx + b، الذي يوجد من b = y₁ − m·x₁. وبالنسبة للخط الذي يمر عبر (0، 0) و(3، 6) فإنه 0.
ما هي زاوية الميل؟
وهي الزاوية التي يشكلها الخط مع الأفق، وهي تساوي قوس المماس للمنحدر. وينتج عن منحدر بقيمة 2 حوالي 63.4 درجة.
ماذا يعني المنحدر الإيجابي أو السلبي؟
يرتفع المنحدر الإيجابي من اليسار إلى اليمين، وينخفض المنحدر السلبي، ويكون المنحدر صفر أفقيا، ويكون للخط الرأسي ميل غير محدد.
هل تظهر الحاسبة المسافة أيضاً؟
نعم، مع المنحدر، يعطي مسافة الخط المستقيم بين النقطتين اللتين أدخلتيهما.
API - استخدام هذا الحاسب من الشفرة
استدعاء هذه الحاسبة كنقطة نهاية JSON مجانية - لا مفتاح مطلوب. إرسال قيم الحقل أدناه كبارامترات الاستفسار أو JSON. أي شيء تحذفه يستخدم نفس الافتراض الذي تم ملء هذه الصفحة مسبقاً به؛ البارامترات غير المعروفة هي 400، لا صفر صامت أبداً. اقرأ كامل وثائق API →
نقطة النهاية
GET https://calculator.free/api/v1/slope/
curl
curl "https://calculator.free/api/v1/slope/?x1=0&y1=0&x2=3&y2=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/slope/?" + new URLSearchParams({
"x1": "0",
"y1": "0",
"x2": "3",
"y2": "6"
}));
const data = await r.json();
console.log(data.results);
النتائج هي تقديرات للتوجيه العام فقط، وليس المشورة المالية أو الطبية أو الضريبية.