Cubic Equation Solver logo
Cubic Equation Solver

비에트의 공식 계산기

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

비에트의 공식 계산기

계수를 제공하여 근과 방정식 계수 사이의 비에타 관계를 확인하세요.

3차 방정식 — ax³ + bx² + cx + d = 0

비에트의 공식 계산기

위의 다항식 계수를 입력하고 "비에타 정리 적용"을 클릭하여 결과를 확인하세요.
문제를 풀면 그래프가 여기에 표시됩니다.

무엇입니까비에트의 공식 계산기?

  • 간단한 설명:다항식의 계수가 근의 합과 곱을 어떻게 엄격하게 정의하는지 증명하는 François Viète가 만든 수학적 지름길입니다.
  • 삼차 방정식에서 이것이 중요한 이유:이는 매우 강력한 검증 도구 역할을 합니다. 방정식을 풀면 세 근을 더하면 *반드시* 같아야 합니다.-b/a. 그렇지 않다면 실수가 발생한 것입니다!
공식 / 방법
  • 입방근 공식r_1, r_2, r_3:* 근의 합:r_1 + r_2 + r_3 = -\frac{비}{에이}* 쌍별 곱 합계:r_1r_2 + r_1r_3 + r_2r_3 = \frac{기음}{에이}* 총 제품 :r_1 \cdot r_2 \cdot r_3 = -\frac{디}{에이}

사용 방법

  1. 표준 방정식 계수를 입력하세요.에이, 비, 씨, 디.
  2. "Vieta 속성 계산"을 클릭하세요.
  3. 루트 관계를 보여주는 생성된 세 가지 출력을 검토합니다.
  4. 이러한 사실을 사용하여 직접 계산한 근을 확인하세요.

주요 특징

  • 매우 견고한 출력이 명확하게 포맷되었습니다.
  • 더 깊은 알고리즘을 호출하지 않고도 즉시 생성이 가능합니다.
  • 순수한 정확성을 위해 정확한 분수 형식을 유지합니다.
  • 고급 기하학적 증명 및 물리 제약 분석에 유용합니다.
📈 시각적 다이어그램
Vieta의 공식: 근 ⇔ 계수 r&sub1; + r&sub2; + r&sub3; = −b/a 모든 근의 합 r&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a 쌍별 곱의 합 r&sub1; · r&sub2; · r&sub3; = −d/a 모든 뿌리의 산물

예제 개념

을 위한2x³ - 8x² + 6x - 4 = 0: 근의 합 =-(-8) / 2 = 4. 쌍별 합 =6 / 2 = 3. 뿌리의 산물 =-(-4) / 2 = 2.

대화형 심층 분석

Vieta's formulas establish elegant relationships between the roots of a polynomial and its coefficients, without requiring you to solve the equation first. For a cubic ax³ + bx² + cx + d = 0 with roots r&sub1;, r&sub2;, r&sub3;, the formulas state: the sum of roots r&sub1;+r&sub2;+r&sub3; = −b/a, the sum of pairwise products r&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a, and the product of all roots r&sub1;r&sub2;r&sub3; = −d/a.

These formulas are named after François Viète (1540–1603), a French mathematician who pioneered using letters for unknowns. The formulas arise naturally from expanding the factored form a(x−r&sub1;)(x−r&sub2;)(x−r&sub3;) and comparing coefficients with the standard form. They work identically whether the roots are real or complex.

Vieta's formulas serve two critical purposes: error checking (verify that your computed roots are consistent with the original coefficients) and indirect computation (compute symmetric functions of the roots without knowing the roots individually). They are foundational in competition mathematics, abstract algebra, and numerical analysis.

🎯 실제 응용 분야
🔍

Answer Verification

After solving a cubic, check that the sum and product of your roots match −b/a and −d/a respectively.

🎓

Competition Math

Many olympiad problems ask about symmetric functions of roots without requiring you to find the roots explicitly.

🔬

Numerical Analysis

Vieta's formulas help detect numerical instability — if computed roots don't satisfy the formulas, precision is lost.

⚠ 피해야 할 일반적인 실수

1. Forgetting the negative signs

The sum of roots is NEGATIVE b/a, and the product is NEGATIVE d/a. Missing these minus signs is extremely common.

2. Not dividing by a

All formulas require dividing by the leading coefficient a. If a ≠ 1, the raw coefficient is NOT the answer.

3. Assuming formulas only work for real roots

Vieta's formulas work identically for complex roots. The sum and product relationships hold universally.

📋 빠른 참조표
Sum of Rootsr&sub1;+r&sub2;+r&sub3; = −b/a
Pairwise Productsr&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a
Product of Rootsr&sub1;·r&sub2;·r&sub3; = −d/a
Named AfterFrançois Viète (1540–1603)
Works WithBoth real and complex roots

자주 묻는 질문

Vieta의 규칙이 복소근에 적용됩니까?

예! Vieta의 규칙은 근이 허수를 포함하는 경우에도 완벽하게 적용됩니다. 복잡한 부분은 추가하는 동안 서로 상쇄됩니다.

이것이 내 뿌리가 실제로 무엇인지 말해주는가?

아니요, 이는 완전한 세트로서 서로 어떻게 관련되어 있는지 알려줄 뿐입니다.

왜?\\(에이\\)모든 것의 분모에?

Vieta의 공식은 본질적으로 다항식을 정규화하는 것(최고 계수를 1로 만드는 것)에 먼저 의존하기 때문입니다.

Vieta의 공식을 사용하여 무엇을 확인할 수 있나요?

근의 합이 -b/a와 같고, 쌍별 곱의 합이 c/a와 같고, 모든 근의 곱이 -d/a와 같은지 확인할 수 있습니다. 이는 강력한 오류 검사 도구입니다.

프랑수아 비에트(François Viète)는 누구였습니까?

프랑수아 비에테(François Viète)는 16세기 프랑스의 수학자로서 미지수를 나타내는 문자 사용을 개척한 사람입니다. 근과 계수를 연결하는 그의 공식은 대수학의 초석으로 남아 있습니다.