什么是ヴィエタの公式計算機?
- 簡単な説明:François Viète によって作成された数学的ショートカット。多項式の係数がその根の和と積をどのように厳密に定義するかを証明します。
- 3 次方程式で重要な理由:これは非常に強力な検証ツールとして機能します。方程式を解く場合、3 つの根を加算すると * 等しくなければなりません *-b/a。そうでない場合は、間違いがあったことになります。
実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。
ヴィエタの公式計算機
上に多項式係数を入力し、「ビエタの公式を適用する」をクリックして結果を表示します。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 に等しいことを確認できます。これは強力なエラーチェックツールです。
フランソワ ビエットは 16 世紀のフランスの数学者で、未知のものを表す文字の使用の先駆者です。根を係数に結び付ける彼の公式は、今でも代数学の基礎となっています。