Misconception 1: Not Handling the 'a' Coefficient
If the leading coefficient 'a' is not 1, you must factor it out or divide the entire equation by 'a' before you proceed. Trying to complete the square directly on ax² + bx will lead to incorrect results. Correct first step: a(x² + (b/a)x) + c = 0.
Misconception 2: Adding the Constant Incorrectly
The term to add is (b/2a)², not (b/2)². More importantly, if you factored out 'a', the value you add to the other side of the equation is a * (b/2a)², not just (b/2a)², to maintain balance.