learn.howToCalculate
learn.whatIsHeading
Completing the square is an algebraic technique that converts a quadratic expression into perfect square form. It's used to solve quadratics and rewrite parabola equations in vertex form.
공식
ax² + bx + c = a(x + b/2a)² + (c - b²/4a)
단계별 가이드
- 1Identify coefficients a, b, c
- 2Move constant to the right side
- 3Add (b/2a)² to both sides to complete the square
풀어진 예시
입력
x² + 6x + 5 = 0
결과
(x + 3)² = 4 → x = -1 or x = -5
Completing the square yields vertex form
피해야 할 일반적인 실수
- ✕Forgetting the a coefficient when factoring out
- ✕Adding wrong value to complete the square
계산할 준비가 되셨나요? 무료 Completing the Square Solver 계산기를 사용해 보세요
직접 시도해 보세요 →