حساب الجذر N

وجد التربيع أو المكعب أو أي جذر nth من رقم.

النتيجة
.. تحقق

النتائج تحديث كما تكتب.

هل أعطتك هذه الحاسبة الإجابة الصحيحة؟

عن هذه الحاسبة

the value and the degree n, and it returns the root along with a check that raises the answer back to the nth power to confirm it lands on your original number. For example, the cube root of 27 is 27^(1/3) = 27, and the check shows 3 ^ 3 = 27. Odd roots of negative numbers are real and negative — the cube root of −8 is −2 — but even roots of negatives (like a square root of −4) have no real value, so the tool reports "noRootRoots appear in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics. For a plain square root with simplified radical form, use the dedicated square root calculator; this tool handles any degree you enter. For a square root, use the nth root calculator. For a square root, use the nth root calculator.RootsRoots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging (the geometric mean) and physics.Roots are used in geometry, standard deviation, growth-rate averaging

الأسئلة المتكررة

كيف تجد الجذر الـ (ن) لعدد ما؟

يرفع الرقم إلى الأس 1/n. الجذر المكعب لـ 27 هو 27^(1/3) = 3، لأن 3 × 3 × 3 = 27.

هل يمكنك أخذ جذر زوجي من رقم سالب؟

ليس داخل الأعداد الحقيقية - لا يوجد جذر مربع حقيقي لـ -4. الجذور الفردية للسالبة جيدة: الجذر المكعب لـ -8 هو -2.

ما هو الجذر المكعب لـ 27؟

فهو 27^(1/3) = 3، لأن 3 المرفوعة إلى قوة 3 تعطي 27.

كيف يعمل خط "التحقق"؟

يرفع الجذر المحسوب مرة أخرى إلى القوة n. إذا أعاد قيمتك الأصلية، الجذر صحيح - بالنسبة للجذر المكعب من 27 يظهر 3 ^ 3 = 27.

كيف أجد جذر تربيعي بهذه الأداة؟

حدد الدرجة n إلى 2. للشكل الجذري المبسط مثل 6√2، استخدم حساب الجذر التربيعي المخصص بدلاً من ذلك.

ما هو الجذر الـنـتـي لـ 1؟

الجذر nth من 1 هو دائما 1 لأي درجة، لأن 1 رفعت إلى أي قوة هو 1.

❤️ الحب Calculator.Free? شاركها

𝕏  X Facebook Reddit
API - استخدام هذا الحاسب من الشفرة

استدعاء هذه الحاسبة كنقطة نهاية JSON مجانية - لا مفتاح مطلوب. إرسال قيم الحقل أدناه كبارامترات الاستفسار أو JSON. أي شيء تحذفه يستخدم نفس الافتراض الذي تم ملء هذه الصفحة مسبقاً به؛ البارامترات غير المعروفة هي 400، لا صفر صامت أبداً. اقرأ كامل وثائق API →

نقطة النهاية

GET https://calculator.free/api/v1/root/

curl

curl "https://calculator.free/api/v1/root/?value=27&degree=3"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/root/?" + new URLSearchParams({
    "value": "27",
    "degree": "3"
  }));
const data = await r.json();
console.log(data.results);

النتائج هي تقديرات للتوجيه العام فقط، وليس المشورة المالية أو الطبية أو الضريبية.