Cubic Equation Solver logo
Cubic Equation Solver

조립제법 계산기

실수근과 복소수근, Cardano 방법 단계, 3차 그래프 및 작업 예제를 갖춘 전용 3차 방정식 솔버입니다.

조립제법 계산기

3차 계수와 제수 r을 입력하여 (x − r)에 대한 빠른 조립제법을 수행하세요.

피제수 다항식 — ax³ + bx² + cx + d = 0

조립제법 계산기

위의 다항식 계수를 입력하고 "조립제법 수행"을 클릭하여 결과를 확인하세요.
문제를 풀면 그래프가 여기에 표시됩니다.

무엇입니까조립제법 계산기?

  • 간단한 설명:이는 계수만을 사용하여 다항식을 나누고 변수를 완전히 삭제하는 간단한 방법입니다(엑스's)가 계산 중입니다.
  • 삼차 방정식에서 이것이 중요한 이유:삼차 방정식의 근 하나를 추측하거나 찾으면 합성 나눗셈을 사용하여 방정식을 표준 이차 방정식으로 삭감합니다. 이는 해결하기가 쉽지 않습니다.
공식 / 방법
  • 방법:계수 행을 적어보세요[a, b, c, d]. 추측된 근을 곱하기아르 자형계단식 합계로 계산하고 다음 열에 추가합니다.
  • 변수 설명:* 행의 마지막 숫자는나머지. 0이면,아르 자형루트입니다. * 나머지 숫자는 새로운 이차식을 형성합니다.ax² + bx + c.

사용 방법

  1. 나누려는 다항식의 계수를 입력합니다.
  2. 제수 루트 값을 입력하세요.아르 자형당신은 테스트하고 싶습니다.
  3. "나눗셈 계산"을 클릭하세요.
  4. 몫과 나머지를 나타내는 생성된 최종 결과를 검토하세요.

주요 특징

  • 깨끗하고 전통적인 표 형식의 그리드 출력은 교과서와 완벽하게 일치합니다.
  • 매우 빠른 계산 테스트.
  • 나머지 부분을 명확하게 강조합니다.
  • 분수와 음수 나누기를 원활하게 지원합니다.
📈 시각적 다이어그램
합성 분할: (x³ - 4x² + x + 6) ¼ (x - 2) 2 1 −4 1 6 2 −4 −6 1 −2 −3 0 몫: x² - 2x - 3 | 나머지: 0 (따라서 x=2는 루트입니다!)

예제 개념

나누다x³ - 4x² + x + 6뿌리로2. 계산기는 다음과 같이 계단식으로 배열됩니다.1, 그 다음에-4 + 2(1) = -2, 그 다음에1 + 2(-2) = -3, 그 다음에6 + 2(-3) = 0. 몫은x² - 2x - 3나머지는 0입니다.

대화형 심층 분석

Synthetic division is a streamlined algorithm for dividing a polynomial by a linear factor of the form (x − c). Instead of writing out full polynomial long division with variables and exponents, synthetic division uses only the coefficients arranged in a compact table, making it dramatically faster and less error-prone.

The process works by “cascading” multiplications and additions: bring down the leading coefficient, multiply by c, add to the next coefficient, multiply by c again, and repeat. The final number in the row is the remainder. If the remainder is zero, then c is a root and (x−c) is a factor. The remaining numbers form the quotient polynomial of one degree less.

Synthetic division serves dual purposes: division (finding the quotient when you know a factor) and evaluation (the remainder equals f(c) by the Remainder Theorem). This duality makes it an essential tool in the systematic root-finding process for cubics and higher-degree polynomials.

🎯 실제 응용 분야
🔎

Root Testing

Quickly test whether a candidate value is a root by checking if the remainder is zero — much faster than substitution.

📝

Polynomial Reduction

After finding one root, synthetic division reduces the cubic to a quadratic, enabling immediate use of the quadratic formula.

🎓

Homework Efficiency

Students can verify factoring homework in seconds using the compact synthetic division format.

⚠ 피해야 할 일반적인 실수

1. Using the wrong sign for c

When dividing by (x + 3), the divisor value is −3, not +3. The sign convention often trips students up.

2. Forgetting zero placeholders

If a power is missing (e.g., no x² term), you MUST insert a 0 coefficient for that position.

3. Applying to non-linear divisors

Synthetic division only works for linear divisors (x − c). For quadratic or higher divisors, use polynomial long division.

📋 빠른 참조표
Divisor Form(x − c) only
Remainder = 0c is a root, (x−c) is a factor
Remainder ≠ 0Remainder equals f(c)
Speed~3× faster than polynomial long division
OutputQuotient polynomial + remainder

자주 묻는 질문

이 도구를 사용하여 삼차를 이차로 나눌 수 있나요?

아니요, 표준 합성 나눗셈은 다음 형식의 선형 이항식으로 나누는 경우에만 완벽하게 작동합니다.<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">x - c</span>.

누락된 검정력을 0으로 기재합니까?

예. 당신의 큐빅이<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">x³ - 7x + 6</span>, 당신은 다음을 치료해야합니다<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">x²</span>계수는 0입니다. 도구는 입력된 0을 자동으로 처리합니다.

나머지가 0이 아니면 어떻게 되나요?

그러면 테스트한 숫자는 근이 아니지만 나머지는 수학적으로 평가를 나타냅니다.<span class="font-mono text-primary-700 bg-primary-50 px-1 rounded">정말로)</span>.

합성 나눗셈은 긴 나눗셈과 어떻게 다릅니까?

합성 나눗셈은 모든 변수를 삭제하고 계수로만 작동하는 지름길입니다. 선형 제수의 경우 더 빠르고 오류 발생 가능성이 낮지만 긴 나눗셈은 모든 정도의 제수를 처리합니다.

숫자가 근인지 테스트하기 위해 합성 나눗셈을 사용할 수 있습니까?

예! 합성 나눗셈 후 나머지가 0이면 테스트한 숫자는 실제로 다항식의 근입니다.