Skip to main content

如何计算Completing the Square Solver

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 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 PrimeCalcPro