Understanding the quadratic formula and when to use it
Quadratic equations appear whenever an unknown is squared. They describe curved graphs, changing areas, projectile paths and many optimisation problems. A typical example is (2x^2+5x-3=0), where the aim is to find the values of (x) that make the equation true.
Students often learn several methods for solving quadratics, including factoring, completing the square and reading a graph. The quadratic formula is especially useful because it works for every equation that can be written in standard form, even when the numbers do not factor neatly.
This skill is relevant across Australian mathematics courses. A Year 10 student in Sydney may meet the formula while studying algebra, while a VCE student in Melbourne or a Queensland student preparing for an ATAR assessment may use it alongside graphing, modelling and functions.
The formula is reliable, but accuracy depends on careful preparation. Identifying the coefficients, managing negative signs and simplifying square roots are just as important as substituting numbers. A clear process turns a complicated-looking equation into a sequence of manageable steps.
Put the equation into standard form
Before applying the formula, arrange the quadratic as
[ ax^2+bx+c=0 ]
Here, (a), (b) and (c) are numbers, and (a) cannot equal zero. In the equation (3x^2-7x+2=0), the coefficients are (a=3), (b=-7) and (c=2). The sign attached to a coefficient matters: (b) is negative, not simply 7.
If terms appear on both sides, move everything to one side first. For example,
[ x^2+4x=12 ]
becomes
[ x^2+4x-12=0. ]
Only then can the values of (a), (b) and (c) be identified correctly. A quick check that the equation equals zero on one side prevents many substitution errors.
Apply the formula carefully
The quadratic formula is
[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}. ]
The symbol (\pm) means that two calculations are required: one using addition and one using subtraction. This is why a quadratic can have two solutions.
Consider
[ 2x^2+3x-2=0. ]
The coefficients are (a=2), (b=3) and (c=-2). Substitution gives
[ x=\frac{-3\pm\sqrt{3^2-4(2)(-2)}}{2(2)} =\frac{-3\pm\sqrt{25}}{4}. ]
Therefore,
[ x=\frac{-3+5}{4}=\frac12 ]
or
[ x=\frac{-3-5}{4}=-2. ]
Writing each stage on a separate line is useful in timed school assessments. It makes the work easier to check and reduces the chance of losing a negative sign or placing the denominator in the wrong position.
Use the discriminant to predict solutions
The expression inside the square root,
[ b^2-4ac, ]
is called the discriminant. It indicates the type and number of real solutions before the entire problem is solved.
When the discriminant is positive, the equation has two different real roots. When it equals zero, the equation has one repeated real root. When it is negative, there are no real solutions in the real number system, although there are two complex solutions.
This interpretation connects algebra to the graph of a parabola. Two real roots mean the curve crosses the (x)-axis twice. A zero discriminant means the vertex touches the axis once. A negative discriminant means the parabola stays entirely above or below it. Students working with step-by-step equation solutions can compare the symbolic answer with a graph or calculator display.
The discriminant is also useful in applied problems. If a model describes the height of a ball, the real roots may represent times when it reaches ground level. A negative result could indicate that the chosen conditions never produce the event being investigated.
Know when the formula is the best method
Factoring is often faster when a quadratic has simple integer roots. For example,
[ x^2+5x+6=0 ]
can be rewritten as
[ (x+2)(x+3)=0, ]
so the solutions are immediately (x=-2) and (x=-3). Completing the square is valuable when the goal is to find the vertex form, identify the turning point or understand transformations of a parabola.
The quadratic formula becomes the dependable choice when factoring is difficult or impossible with integers. It handles equations such as
[ 5x^2+2x-7=0 ]
without requiring a clever pair of factors. It is also practical when coefficients are decimals or fractions, provided they are copied accurately.
In Australian classrooms, method selection may depend on the wording of an assessment. A question asking for the exact solutions may expect surds, while a modelling question may require decimal approximations and an explanation of what the roots mean. A calculator can verify an answer, but showing the formula and substitutions demonstrates the mathematical reasoning.
Check the answer and connect it to the graph
After solving, substitute each root into the original equation rather than only the rearranged working. For the equation (2x^2+3x-2=0), testing (x=\frac12) gives
[ 2\left(\frac12\right)^2+3\left(\frac12\right)-2=0, ]
so that solution is valid. Testing the second root provides a separate check.
It is also helpful to compare the answer with the parabola’s structure. For (y=ax^2+bx+c), the axis of symmetry is
[ x=-\frac{b}{2a}. ]
If the two roots are real, their midpoint should equal this value. In the example above, the roots are (\frac12) and (-2), whose midpoint is (-\frac34). The axis of symmetry is also (-\frac34), confirming the result.
This connection becomes useful when moving between standard form and vertex form. The formula finds the intercepts, while completing the square or using the vertex coordinates explains the parabola’s shape and turning point. In practical work, such as estimating a garden’s dimensions or modelling a basketball’s path, both the roots and the vertex can carry meaning.
A sensible routine is to write the equation in standard form, label (a), (b) and (c), calculate the discriminant, substitute into the formula, simplify both answers and check them in the original equation. Begin with one quadratic such as (3x^2-7x+2=0) and complete that routine line by line.