타원 초점 계산기
수식
\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1
입력
| 반축 a (x 방향) | 5 |
|---|---|
| 반축 b (y 방향) | 3 |
그래프
타원 초점 계산기
입력
\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1
결과
값을 입력하면 계산 결과가 표시됩니다.
세부 정보
그래프
단계별 풀이
\begin{aligned} c &= \sqrt{A^2 - B^2} \\ &= \sqrt{(?)^2 - ({\text{?}})^2} \\ &= ? \end{aligned}
\begin{aligned} e &= \dfrac{c}{A} = \dfrac{?}{?} = ? \end{aligned}
\begin{aligned} \text{major} &= 2A = 2(?) = ? \\ \text{minor} &= 2B = 2({\text{?}}) = ? \end{aligned}