平均變化率計算機
輸入
| x₁ | 1 |
|---|---|
| f(x₁) | 3 |
| x₂ | 5 |
| f(x₂) | 19 |
圖表
f(x)
平均變化率計算機
輸入
兩個端點
結果
輸入數值即可顯示計算結果。
計算結果
\begin{aligned} \text{AROC} &= \dfrac{f(x_2) - f(x_1)}{x_2 - x_1} \\ &= \dfrac{(19) - (3)}{(5) - (1)} = ? \end{aligned}
\begin{aligned} \Delta x &= x_2 - x_1 \\ &= (5) - (1) \\ &= ? \end{aligned}
\begin{aligned} \Delta f &= f(x_2) - f(x_1) \\ &= (19) - (3) \\ &= ? \end{aligned}
割線圖形
f(x)