Using wrong common factor
What goes wrong: Students choose a factor that doesn't divide all terms, e.g., factoring 6x + 9 as 2(3x + 4.5) or 6(x + 1.5) instead of the highest common factor 3.
What to do instead: Find the largest number that divides into all coefficients. For 6 and 9, the highest common factor is 3, not 2 or 6.
Sign error in brackets
What goes wrong: Students incorrectly handle signs when taking out a negative common factor, e.g., writing -6x - 9 = -3(2x + 3) instead of -3(2x + 3) is correct, but they might write -3(2x - 3).
What to do instead: When taking out a negative factor, every sign inside the brackets changes. Check by expanding: -3(2x+3) = -6x-9.
Forgetting to halve the coefficient
What goes wrong: When completing the square, students often forget to halve the coefficient of x before squaring. For example, for x^2+6x, they write (x+6)^2 instead of (x+3)^2.
What to do instead: Always halve the coefficient of x before squaring. For x^2 + bx, use (x + b/2)^2.
Incorrect sign in the bracket
What goes wrong: Students may put the wrong sign inside the bracket, e.g., for x^2−4x, they write (x-2)^2 correctly but then add the constant incorrectly, or they write (x+2)^2.
What to do instead: The sign inside the bracket is the same as the sign of the coefficient of x. For x^2−6x, use (x - 3)^2.
Not factoring out negative coefficient
What goes wrong: When the coefficient of x^2 is negative, students fail to factor it out first, leading to errors. For example, for -x^2+4x, they try to complete the square without factoring -1.
What to do instead: If the x^2 coefficient is negative, factor it out first. For -x^2+4x, rewrite as -(x^2−4x) then complete the square.
Adding constant incorrectly
What goes wrong: Students forget to adjust the constant term when completing the square, e.g., for x^2+6x + 5, they write (x+3)^2+5 instead of (x+3)^2−4.
What to do instead: After forming the square, subtract the square of half the coefficient and add the original constant. For x^2+6x + 5: (x+3)^2−9+5 = (x+3)^2−4.
Wrong sign in the bracket
What goes wrong: Students may write (x - b/2)² instead of (x + b/2)² when b is positive, or vice versa.
What to do instead: The sign in the bracket is the same as the sign of the coefficient of x. For x² + bx, use (x + b/2)².
Incorrect adjustment for negative constant
What goes wrong: When the constant term is negative, students forget to subtract the squared term from the original constant, leading to an error.
What to do instead: After adding the squared term inside the bracket, subtract it outside. For x² + bx + c, write (x + b/2)² - (b/2)² + c.
Ignoring coefficient of x²
What goes wrong: Students attempt to complete the square without factoring out the coefficient of x² when it is not 1.
What to do instead: If the coefficient of x² is not 1, factor it out first. For ax² + bx + c, rewrite as a(x² + (b/a)x) + c.