N번째 루트 계산기

제곱, 큐브 또는 숫자의 n 번째 뿌리를 찾을 수 있습니다.

결과
체크

입력하는 동안 결과가 업데이트됩니다.

이 계산기에 대해

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 (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 (the geometric mean) and physics.Ro

자주 묻는 질문

숫자의 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의 n번째 루트는 무엇입니까?

1의 n번째 루트는 항상 어떤 차수에 대해서도 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);

결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.