Skip to main content

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)

ステップバイステップガイド

  1. 1Identify coefficients a, b, c
  2. 2Move constant to the right side
  3. 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 計算機をお試しください

自分で試してみる→

設定