무엇입니까비에트의 공식 계산기?
- 간단한 설명:다항식의 계수가 근의 합과 곱을 어떻게 엄격하게 정의하는지 증명하는 François Viète가 만든 수학적 지름길입니다.
- 삼차 방정식에서 이것이 중요한 이유:이는 매우 강력한 검증 도구 역할을 합니다. 방정식을 풀면 세 근을 더하면 *반드시* 같아야 합니다.-b/a. 그렇지 않다면 실수가 발생한 것입니다!
실수근과 복소수근, Cardano 방법 단계, 3차 그래프 및 작업 예제를 갖춘 전용 3차 방정식 솔버입니다.
비에트의 공식 계산기
위의 다항식 계수를 입력하고 "비에타 정리 적용"을 클릭하여 결과를 확인하세요.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.
After solving a cubic, check that the sum and product of your roots match −b/a and −d/a respectively.
Many olympiad problems ask about symmetric functions of roots without requiring you to find the roots explicitly.
Vieta's formulas help detect numerical instability — if computed roots don't satisfy the formulas, precision is lost.
The sum of roots is NEGATIVE b/a, and the product is NEGATIVE d/a. Missing these minus signs is extremely common.
All formulas require dividing by the leading coefficient a. If a ≠ 1, the raw coefficient is NOT the answer.
Vieta's formulas work identically for complex roots. The sum and product relationships hold universally.
| Sum of Roots | r&sub1;+r&sub2;+r&sub3; = −b/a |
| Pairwise Products | r&sub1;r&sub2;+r&sub1;r&sub3;+r&sub2;r&sub3; = c/a |
| Product of Roots | r&sub1;·r&sub2;·r&sub3; = −d/a |
| Named After | François Viète (1540–1603) |
| Works With | Both real and complex roots |
예! Vieta의 규칙은 근이 허수를 포함하는 경우에도 완벽하게 적용됩니다. 복잡한 부분은 추가하는 동안 서로 상쇄됩니다.
아니요, 이는 완전한 세트로서 서로 어떻게 관련되어 있는지 알려줄 뿐입니다.
Vieta의 공식은 본질적으로 다항식을 정규화하는 것(최고 계수를 1로 만드는 것)에 먼저 의존하기 때문입니다.
근의 합이 -b/a와 같고, 쌍별 곱의 합이 c/a와 같고, 모든 근의 곱이 -d/a와 같은지 확인할 수 있습니다. 이는 강력한 오류 검사 도구입니다.
프랑수아 비에테(François Viète)는 16세기 프랑스의 수학자로서 미지수를 나타내는 문자 사용을 개척한 사람입니다. 근과 계수를 연결하는 그의 공식은 대수학의 초석으로 남아 있습니다.