✦ For everyone, free.

Practical knowledge for real and everyday life

Home

61.2 Quadratic Formula Preparation

Quadratic Formula Preparation teaches how to solve quadratic equations by applying the formula correctly and setting up the equation for standard root finding.

Quadratic Formula Preparation is the sequence of steps that arranges a quadratic equation and extracts its coefficients into the exact form required before the quadratic formula can be applied, ending with every piece of the formula set up and ready for substitution.


Formula-Ready Equation Arrangement

Arranging the Equation in Standard Form

Preparation begins by arranging the equation into standard form, with the squared, linear, and constant terms combined and ordered by descending degree.

a x2 + b x + c

Consistency with Other Solving Methods

This arrangement step mirrors the same standard-form requirement used before factoring or completing the square, keeping the entry point for the quadratic formula consistent with every other quadratic solving technique.


Zero-Side Equality Formation

Setting One Side Equal to Zero

Once arranged, the equation must have one side equal to exactly zero, matching the exact structure the quadratic formula assumes.

a x2 + b x + c = 0

Why This Step Is Required before Extraction

Coefficients extracted from an equation that has not yet been arranged with zero on one side would not correspond correctly to the a, b, and c values the formula expects, so this step must be completed before coefficient extraction begins.


Formula Coefficient Extraction

Reading the Three Coefficients

With the equation in its required form, the three coefficients a, b, and c are read directly by position, exactly as in standard-form coefficient reading.

ax² + bx + c = 0 extract a, b, and c

Why Careful Extraction Matters

Because every subsequent step of the formula depends entirely on these three values, an error at this extraction stage carries forward through every calculation that follows, making careful and correct extraction essential.


Signed Coefficient Recording

Recording Coefficients with Their Correct Signs

Each extracted coefficient is recorded together with its sign, positive or negative, exactly as it appears attached to its term in the standard-form equation.

2 x2 - 5 x + 3 = 0   →   a = 2 , b = - 5 , c = 3

Consequence of Dropping a Sign

Dropping or reversing the sign of any coefficient at this stage changes the value substituted into the formula, which alters the discriminant and every subsequent calculation, producing incorrect roots even if every later step is carried out correctly.


Nonzero Leading Coefficient Check

Confirming the Formula Applies

The extracted value of a is checked to confirm it is not zero, verifying that the equation is genuinely quadratic and that the formula's denominator, which contains a, will not be zero.

a 0

Why This Check Is Necessary before Substitution

Since the formula divides by twice the value of a, an extracted value of zero for a would make the formula undefined, so this check must be confirmed before any substitution into the formula is attempted.


Discriminant Expression Formation

Building the Discriminant from the Coefficients

Using the extracted coefficients, the discriminant expression is formed by squaring b and subtracting four times the product of a and c.

D = b2 - 4 a c

Why the Discriminant Is Formed Separately

Forming this expression as a distinct step, before full substitution into the complete formula, allows its value to be checked on its own, providing an early indication of the number and type of real roots to expect.


Formula Substitution Setup

Arranging the Values for Substitution

The extracted coefficients and the discriminant expression are arranged together, ready to be placed into the corresponding positions of the quadratic formula.

x = -b±D 2a

Matching Each Value to Its Position

This setup step confirms that each coefficient is placed correctly according to its role in the formula, with b appearing negated in the numerator, the discriminant appearing under the square root, and a appearing doubled in the denominator.


Plus-Minus Branch Preservation

Keeping Both Signed Possibilities Ready

The plus-or-minus symbol in the formula is preserved through the setup process, ensuring that both a positive and a negative branch will be carried forward once the discriminant's square root is evaluated.

Why Preserving Both Branches Matters at This Stage

Since both branches ultimately correspond to potentially distinct real roots, ensuring this symbol remains intact through preparation guarantees that neither possible solution is lost before the formula's final evaluation begins.