완전제곱식 변환 계산기
수식
a\,x^2 + b\,x + c
입력
| x²의 계수 | 1 |
|---|---|
| x의 계수 | -6 |
| 상수항 | 11 |
그래프
y(x)
완전제곱식 변환 계산기
입력
이차식
a\,x^2 + b\,x + c
결과
값을 입력하면 계산 결과가 표시됩니다.
꼭짓점 형태
\begin{aligned} h &= \dfrac{-b}{2a} \\ &= \dfrac{-(-6)}{2(1)} = ? \end{aligned}
\begin{aligned} k &= c - \dfrac{b^2}{4a} \\ &= (11) - \dfrac{(-6)^{2}}{4(1)} = ? \end{aligned}
\begin{aligned} & a(x - h)^{2} + k \\ &= 1\left(x - (?)\right)^{2} + ? \end{aligned}
포물선
y(x)