雙曲線計算器
公式
\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1
輸入
| 半實軸 a | 3 |
|---|---|
| 半虛軸 b | 4 |
| 中心 x 座標 | 0 |
| 中心 y 座標 | 0 |
圖表
雙曲線計算器
輸入
\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1
結果
輸入數值即可顯示計算結果。
圖形
逐步計算
\begin{aligned} c &= \sqrt{a^2 + b^2} \\ &= \sqrt{3^2 + 4^2} = ? \end{aligned}
\begin{aligned} e &= \frac{c}{a} \\ &= \frac{?}{3} = ? \end{aligned}
\begin{aligned} y &= k \pm \tfrac{b}{a}\,(x - h) \\ &= 0 \pm \tfrac{4}{3}\,(x - 0) \end{aligned}