什么是極値計算機?
- 簡単な説明:方向を変える前に、傾きが完全にゼロに平らになるグラフ上の場所を配置します。丘の頂上かボウルの底のように見えます。
- 3 次方程式で重要な理由:転換点を知ることは、経済学における利益の最大化、物理学における軌道の限界、および曲線の一般的な「でこぼこ」を理解するのに役立ちます。
実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。
極値計算機
上に多項式係数を入力し、「転換点を見つける」をクリックして結果を表示します。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.
Finding the local maximum of a cubic revenue model reveals the optimal production quantity for maximum profit.
Peak stress and deflection in structural components often occur at turning points of the governing cubic equation.
Population models with cubic dynamics use turning points to identify carrying capacities and extinction thresholds.
Turning points are where f'(x)=0 (direction changes). Inflection points are where f''(x)=0 (concavity changes). They are different.
When 4b² − 12ac is negative, the cubic is monotonic. Don't try to force turning points that don't exist.
Finding the x-values isn't enough. Use the second derivative test: f''(x) > 0 means minimum, f''(x) < 0 means maximum.
| Derivative | f'(x) = 3ax² + 2bx + c = 0 |
| D > 0 | Two turning points (1 max + 1 min) |
| D = 0 | Saddle point (horizontal inflection) |
| D < 0 | No turning points (monotonic) |
| Classification | Use f''(x) to identify max vs. min |
いいえ、キュービックには通常、ちょうど 2 つの転換点があるか、まったくない (厳密には増加または減少します) かのどちらかです。
転換点が正確に X 軸上にある場合、方程式にはその座標に「反復」または「二重」根があります。
いいえ、しかし、ジオメトリを視覚化するのに非常に役立ちます。
これは、一次導関数 (二次関数) の判別式によって決まります。 4b² - 12ac > 0 の場合、キュービックには 2 つの転換点があります。それ以外の場合は何もありません。
はい。両方の転換点が x 軸の上にある場合 (または両方が下にある場合)、3 次の実根は 1 つだけです。これはまさに複雑な根が現れるケースです。