什么是変曲点計算機?
- 簡単な説明:これは、形状が「上向きにすぼまる」(上に凹む) から「下にすくう」(下に凹む)、またはその逆に移行する曲線上の特定の点です。
- 3 次方程式で重要な理由:すべての 3 次方程式には、変曲点が 1 つだけあります。これを見つけると、多項式全体の幾何学的および算術平均中心が得られます。
実根および複素根を備えた専用の三次方程式ソルバー、Cardano メソッドのステップ、三次グラフ作成、および実際の例。
変曲点計算機
上に多項式係数を入力し、「変曲点を見つける」をクリックして結果を表示します。An inflection point is the precise location on a curve where the concavity reverses — the curve transitions from bending upward (concave up, like a bowl) to bending downward (concave down, like a dome), or vice versa. For cubic functions f(x) = ax³ + bx² + cx + d, there is always exactly one inflection point, making it a definitive geometric landmark.
Mathematically, the inflection point is found by setting the second derivative equal to zero: f''(x) = 6ax + 2b = 0, yielding x = −b/(3a). The y-coordinate is then computed by substituting this x back into the original function. Remarkably, this x-value is also the horizontal center of the cubic — the point of rotational symmetry.
The inflection point has deep connections to other cubic properties: it lies exactly midway between the two turning points (when they exist), it equals the average of the three roots, and it coincides with the substitution value used in Cardano's depression step. Understanding the inflection point unlocks the entire geometry of cubic curves.
Inflection points in cost curves mark where marginal returns shift from increasing to decreasing — critical for business decisions.
In structural engineering, the inflection point of a deflection curve shows where bending moment changes sign.
Population growth and technology adoption curves have inflection points marking the transition from accelerating to decelerating growth.
An inflection point is where concavity changes, NOT where the curve reaches a maximum or minimum. They are different concepts.
Finding x = −b/(3a) is only half the work. You must substitute back to get the full (x, y) coordinate.
While f''(x) = 0 is necessary, for higher-degree polynomials you must verify the sign actually changes. For cubics, it always does.
| Formula (x) | x = −b / (3a) |
| Formula (y) | Substitute x back into f(x) |
| Derivative Test | f''(x) = 0 and sign changes |
| Count | Every cubic has exactly 1 inflection point |
| Symmetry | Center of rotational symmetry of the curve |
はい、有効な 3 次多項式には必ず 1 つの変曲点があります。それ以上でもそれ以下でもありません。
いいえ、計算機は目に見えないところで二次微分テストを自動化するので、ジオメトリを取得するだけです。
これは、Depressed Cubic を作成するために使用されるのとまったく同じ変換係数です。
カーブの凹面が変化します。つまり、上に曲がる (上に凹む) から下に曲がる (下に凹む)、またはその逆に移行します。
はい、立方体に 2 つの転換点がある場合、変曲点は常に X 軸上のちょうど中間に位置します。