محاسبه ریشه 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.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

پرسش‌های متداول

چطوري ميشه ریشه n عدد رو پيدا کرد؟

ریشه مکعبی ۲۷ برابر است با ۲۷^(۱/۳) = ۳، زیرا ۳ × ۳ × ۳ = ۲۷.

مي توني يه ریشه زوج از يه عدد منفي بگيري؟

نه در اعداد حقیقی - هیچ ریشه مربعی واقعی برای -۴ وجود ندارد. ریشه‌های فرد منفی خوب هستند: ریشه مکعبی -۸ برابر -۲ است.

ریشه مکعبی 27 چیه؟

این عدد برابر با ۲۷^(۱/۳) = ۳ است، زیرا ۳ به توان ۳، ۲۷ را می‌دهد.

خط چک چطور کار ميکنه؟

اگر مقدار اصلی را بازگرداند، ریشه درست است - برای ریشه مکعبی ۲۷ نشان می‌دهد ۳ ^ ۳ = ۲۷.

چطور با این ابزار ریشه مربعی پیدا کنم؟

درجه n را به ۲ تنظیم کنید. برای یک شکل ریشه ساده مانند ۶√۲، در عوض از محاسبه‌گر ریشه مربع اختصاصی استفاده کنید.

ریشه nم عدد 1 چیست؟

ریشه nم از 1 همیشه برای هر درجه 1 است، زیرا 1 به هر توان 1 است.

❤️ عشق Calculator.Free? به اشتراک بذار

𝕏  X Facebook Reddit
API — از این ماشین حساب از کد استفاده کنید

این محاسبه‌گر را به عنوان نقطه پایانی JSON آزاد فراخوانید — کلید مورد نیاز نیست. مقادیر حوزه زیر را به عنوان پارامترهای پرسش یا JSON ارسال کنید. مستندات کامل 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);

نتایج تخمین‌ها فقط برای راهنمایی عمومی است، نه مشاوره مالی، پزشکی یا مالیاتی.