Cubic Equation Solver logo
Cubic Equation Solver

極値計算機

実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。

極値計算機

係数を入力して、3 次曲線の極大値と極小値 (転換点) を見つけます。

3次関数 — ax³ + bx² + cx + d = 0

極値計算機

上に多項式係数を入力し、「転換点を見つける」をクリックして結果を表示します。
解くとグラフがここに表示されます。

什么是極値計算機?

  • 簡単な説明:方向を変える前に、傾きが完全にゼロに平らになるグラフ上の場所を配置します。丘の頂上かボウルの底のように見えます。
  • 3 次方程式で重要な理由:転換点を知ることは、経済学における利益の最大化、物理学における軌道の限界、および曲線の一般的な「でこぼこ」を理解するのに役立ちます。
公式 / 方法
  • 方法:一次導関数を設定しますf'(x) = 3ax² + 2bx + cがゼロに等しい場合は、二次方程式を使用して結果の二次方程式を解きます。
  • 変数の説明:* 二次判別式が正の場合、三次関数には 2 つの転換点があります。 * 負またはゼロの場合、三次曲線は実際に回転することなく、単に上または下に永遠にスライドします。

使い方

  1. 3 次係数を入力します。
  2. 「ターニングポイントを見つける」をクリックします。
  3. 出力を読んで、カーブに 2 つのターンがあるか、またはゼロであるかを確認します。
  4. 存在する場合は、正確な内容をコピーします。(x, y)最大値と最小値の座標。

主な特徴

  • 導関数を手動でプロットする必要がなくなります。
  • どの点が最大でどの点が最小であるかを正確にラベル付けします。
  • カーブが厳密に単調である (回転がない) 場合は、自動的に警告します。
  • クリーンなマッピング形式。
📈 視覚的図
極大値 極小値 増加中 ↑ 減少中 ↓ 増加中 ↑

例の概念

のためにy = x3 - 3x: 派生関数は3x² - 3 = 0、 意味x = \pm 1。 計算機はローカル最大値を次のように出力します。(-1, 2)および現地最小値(1, -2).

対話型ディープダイブ

Turning points (also called local extrema) are locations where a cubic function changes direction — from increasing to decreasing (local maximum) or from decreasing to increasing (local minimum). They are found by solving the first derivative equation: f'(x) = 3ax² + 2bx + c = 0, which is a quadratic in x.

The discriminant of the first derivative, D = 4b² − 12ac, determines whether turning points exist. When D > 0, the cubic has two turning points (one max, one min). When D = 0, there is a single horizontal inflection (a saddle point). When D < 0, the cubic is monotonic with no turning points — it always increases or always decreases.

Turning points are critical for optimization, graphing, and understanding function behavior. The vertical distance between turning points determines the “amplitude” of the cubic's wiggle, and their x-coordinates define the boundaries between increasing and decreasing intervals. Engineers use them to find maximum stress, peak voltage, or optimal production levels.

🎯 実世界での応用
📈

Profit Optimization

Finding the local maximum of a cubic revenue model reveals the optimal production quantity for maximum profit.

Mechanical Design

Peak stress and deflection in structural components often occur at turning points of the governing cubic equation.

🌱

Ecological Modeling

Population models with cubic dynamics use turning points to identify carrying capacities and extinction thresholds.

⚠ 避けるべきよくある間違い

1. Confusing turning and inflection points

Turning points are where f'(x)=0 (direction changes). Inflection points are where f''(x)=0 (concavity changes). They are different.

2. Forgetting D < 0 means no turning points

When 4b² − 12ac is negative, the cubic is monotonic. Don't try to force turning points that don't exist.

3. Not classifying max vs. min

Finding the x-values isn't enough. Use the second derivative test: f''(x) > 0 means minimum, f''(x) < 0 means maximum.

📋 クイックリファレンス表
Derivativef'(x) = 3ax² + 2bx + c = 0
D > 0Two turning points (1 max + 1 min)
D = 0Saddle point (horizontal inflection)
D < 0No turning points (monotonic)
ClassificationUse f''(x) to identify max vs. min

よくある質問

キュービックにはターニングポイントが 1 つだけ存在する可能性がありますか?

いいえ、キュービックには通常、ちょうど 2 つの転換点があるか、まったくない (厳密には増加または減少します) かのどちらかです。

ターニングポイントはルーツとどのように関係しますか?

転換点が正確に X 軸上にある場合、方程式にはその座標に「反復」または「二重」根があります。

根を見つけるためにこれを計算する必要がありますか?

いいえ、しかし、ジオメトリを視覚化するのに非常に役立ちます。

立方体に転換点があるかどうかは何によって決まるのでしょうか?

これは、一次導関数 (二次関数) の判別式によって決まります。 4b² - 12ac > 0 の場合、キュービックには 2 つの転換点があります。それ以外の場合は何もありません。

両方の転換点が X 軸の上または下にある可能性はありますか?

はい。両方の転換点が x 軸の上にある場合 (または両方が下にある場合)、3 次の実根は 1 つだけです。これはまさに複雑な根が現れるケースです。