One Equation, Three Common Forms
Every quadratic equation can be written in three different forms — and each form makes a different question easy to answer.
The standard form of a quadratic equation — $ax^2 + bx + c = 0$ — is the form that lines up with the quadratic formula, the discriminant, and almost every algebraic identity students see in Grade 9 and 10.
The Formal Definition
$$ax^2 + bx + c = 0, \quad a \neq 0.$$
Three coefficients, three roles:
Coefficient | Position | Role |
|---|---|---|
$a$ | Coefficient of $x^2$ | Quadratic coefficient. Must be nonzero (otherwise the equation is linear). Sign of $a$ determines whether the parabola opens up ($a > 0$) or down ($a < 0$). Magnitude of $a$ controls how narrow or wide the parabola is. |
$b$ | Coefficient of $x$ | Linear coefficient. Combined with $a$, it determines the location of the vertex's $x$-coordinate ($x_v = -b/2a$). |
$c$ | Constant term | Constant. Equals the $y$-intercept of the corresponding parabola $y = ax^2 + bx + c$. |
The "$= 0$" matters as much as the coefficients. Standard form is an equation, not just an expression — without the equals-zero on the right, you have a quadratic function $y = ax^2 + bx + c$, not a quadratic equation.
Standard Form vs Vertex Form vs Factored Form — Side by Side
Every quadratic can be written in any of three forms. Same equation, different presentation; different questions made easy.
Form | Looks like | Best for finding... | Worst for finding... |
|---|---|---|---|
Standard | $ax^2 + bx + c = 0$ | The $y$-intercept ($c$); using the quadratic formula or discriminant | The vertex, the roots (need extra work) |
Vertex | $a(x - h)^2 + k = 0$ | The vertex $(h, k)$; the axis of symmetry; the maximum/minimum | The $y$-intercept (need to expand) |
Factored | $a(x - r_1)(x - r_2) = 0$ | The roots $r_1, r_2$ directly (zero product property) | The vertex, the $y$-intercept |
A worked illustration — the same parabola in all three forms:
Form | Equation |
|---|---|
Standard | $x^2 - 6x + 5 = 0$ |
Vertex | $(x - 3)^2 - 4 = 0$ |
Factored | $(x - 1)(x - 5) = 0$ |
Reading off:
From standard: $y$-intercept is $5$.
From vertex: vertex is $(3, -4)$.
From factored: roots are $1$ and $5$.
The right form is whichever lets the answer fall out without algebra. Switching between forms — completing the square (standard → vertex), factoring (standard → factored), expanding (vertex/factored → standard) — is one of the most-tested skills in Grade 10 board papers.
Three Worked Examples — Quick, Standard, Stretch
Quick. Identify $a$, $b$, $c$ in the equation $3x^2 - 7x + 2 = 0$.
The equation is already in standard form.
$$a = 3, \quad b = -7, \quad c = 2.$$
Final answer: $a = 3$, $b = -7$, $c = 2$.
Note the sign on $b$ — the coefficient is $-7$, not $7$. Students who miss this lose a mark on the discriminant in the very next step.
Standard (Wrong Path First — Wrong Path First — Then the Right One). Convert $4x - 2x^2 + 9 = 5x^2 - 3$ to standard form.
The wrong path. A student reads left to right and writes $a = -2$, $b = 4$, $c = 9$ — taking the coefficients straight off the left side without rearranging. But the equation has $x^2$ terms on both sides; standard form requires all variable terms on one side and zero on the other.
A second attempt: move the $5x^2$ to the left as $-5x^2$ and the $-3$ as $+3$:
$$4x - 2x^2 + 9 - 5x^2 + 3 = 0.$$
Combine: $-7x^2 + 4x + 12 = 0$. Read off: $a = -7$, $b = 4$, $c = 12$. Correct — but standard form is usually written with the leading coefficient positive. Multiply through by $-1$:
$$7x^2 - 4x - 12 = 0.$$
The clean rescue. Move every term to one side in the right order — $x^2$ terms first, then $x$ terms, then constants.
$$-2x^2 - 5x^2 + 4x + 9 + 3 = 0 \implies -7x^2 + 4x + 12 = 0 \implies 7x^2 - 4x - 12 = 0.$$
Final answer: $7x^2 - 4x - 12 = 0$, so $a = 7$, $b = -4$, $c = -12$.
The lesson — standard form has two rules: (i) all terms on the left, zero on the right; (ii) leading coefficient positive (conventionally), with terms in descending power. Following both makes the discriminant step $b^2 - 4ac$ unambiguous.
Stretch. Convert the vertex-form equation $y = 3(x - 4)^2 - 7$ to standard form.
Expand the square:
$$y = 3(x^2 - 8x + 16) - 7 = 3x^2 - 24x + 48 - 7 = 3x^2 - 24x + 41.$$
To get the standard equation form (with $= 0$), set $y = 0$:
$$3x^2 - 24x + 41 = 0.$$
Final answer: Standard form is $3x^2 - 24x + 41 = 0$, with $a = 3$, $b = -24$, $c = 41$.
Why Standard Form Matters
Standard form is the format the rest of the quadratic toolkit assumes.
The quadratic formula. $x = \tfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ reads $a$, $b$, $c$ straight off standard form. Plug a non-standard equation into the formula and the chance of a sign error doubles.
The discriminant. $D = b^2 - 4ac$ — three numbers from standard form, two pieces of information about the roots (how many, what nature).
Sum and product of roots. $r_1 + r_2 = -b/a$ and $r_1 r_2 = c/a$ (Vieta's formulas) — both read off standard-form coefficients.
Graphing parabolas. The standard-form equation $y = ax^2 + bx + c$ gives the $y$-intercept (at $c$) and the vertex's $x$-coordinate (at $-b/2a$) directly. From those two pieces, the rest of the graph follows.
Engineering and physics. Projectile motion equations are quadratics in time; bringing them to standard form is the routine first step before solving for time of flight or maximum height.
The Slip-Ups That Cost Marks on Standard Form
Mistake 1: Forgetting to set the equation equal to zero.
Where it slips in: A student writes $3x^2 + 5x = 8$ and treats it as if it's already in standard form, identifying $a = 3$, $b = 5$, $c = 8$.
Don't do this: Read coefficients off a quadratic that isn't equal to zero. The "$= 0$" on the right is part of the form.
The correct way: Move the 8 across: $3x^2 + 5x - 8 = 0$. Now $a = 3$, $b = 5$, $c = -8$ — the sign on $c$ flipped because it moved sides.
Mistake 2: Mishandling the sign on $b$ or $c$.
Where it slips in: $2x^2 - 7x + 3 = 0$. A student writes $a = 2$, $b = 7$ (drops the minus), $c = 3$. The discriminant computation then gives $b^2 - 4ac = 49 - 24 = 25$, which happens to be right here — but only by accident, because $b^2$ erases the sign. On a later problem, the same habit breaks Vieta's formulas: $r_1 + r_2 = -b/a$ reads the wrong way.
Don't do this: Treat $b$ and $c$ as their absolute values.
The correct way: $b$ and $c$ carry their signs. In $2x^2 - 7x + 3 = 0$, $b = -7$ (the sign on the term is the sign on the coefficient). The Bhanzu Grade 10 cohort sees this slip flagged in nearly every first-fortnight quadratic worksheet.
Mistake 3: Letting $a = 0$.
Where it slips in: A student starts from $kx^2 + 5x - 2 = 0$ where $k$ is a parameter, then divides through by $x^2$ later in the problem — quietly accepting $k = 0$ as a case.
Don't do this: Treat $kx^2 + 5x - 2 = 0$ as a quadratic when $k$ might be zero.
The correct way: If $a = 0$, the equation $0 \cdot x^2 + bx + c = 0$ collapses to a linear equation $bx + c = 0$. The standard form of a quadratic explicitly requires $a \neq 0$. Always check this when $a$ is a parameter.
Conclusion
The standard form of a quadratic equation is $ax^2 + bx + c = 0$ with $a \neq 0$.
All variable terms go on the left side, with the equation set equal to zero on the right.
Standard form is the form the quadratic formula, discriminant, and Vieta's formulas all assume.
Vertex form makes the vertex easy; factored form makes the roots easy; standard form makes the $y$-intercept and the discriminant easy.
The two most common errors are forgetting the "$= 0$" and dropping the sign on $b$ or $c$.
Practice These Three Before Moving On
Identify $a$, $b$, $c$ in $5x^2 - 12 = 0$.
Convert $4(x - 2)^2 + 7 = 0$ to standard form.
Rewrite $3x - 2x^2 + 8 = x^2 - 5$ in standard form with the leading coefficient positive.
If you get stuck on Problem 3, walk back through the Standard worked example — the trick is moving every term to one side in the right order.
Want a live Bhanzu trainer to walk your child through quadratic equations and the Class 10 chapter? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
