KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesQuadratic Formula: Solving General Quadratic EquationsEngineering · Engineering MathematicsLesson 34/35← PrevNext →
GuidePublished 14 Aug 20265 min readBy KEVOSquadratic formulaquadratic equationsdiscriminantroots
On this page

Ask about this page

KEVOS AIQuadratic Formula: Solving General Quadratic Equations

KEVOS knowledge first · trusted web sources when needed

Engineering · Mathematics · Algebra Foundations

Quadratic Formula: Solving General Quadratic Equations

The quadratic formula solves any quadratic equation once it is written in standard form ax²+bx+c=0 with a≠0. It is especially useful when factoring is difficult or impossible over the integers. Careful identification of signed coefficients and disciplined simplification of the discriminant are the main accuracy controls.

Handbook guideLearning order 24Approx. 7 min readReviewed 2026-08-14

Learning objectives

  • Write a quadratic in standard form
  • Identify signed values of a, b and c
  • Substitute into the quadratic formula
  • Simplify the discriminant and radical
  • Interpret two real, repeated real or non-real outcomes

Source scope

Lesson 20, pp. 145-149

The article paraphrases and restructures the supplied source. Source-branded names, personal names, promotional material and original test questions are not reproduced.

Core concepts and decision rules

Standard form first

Before extracting coefficients, move all terms to one side and arrange by descending powers: ax²+bx+c=0.

Coefficient signs are part of the data

If the equation is 2x²-5x-3=0, then a=2, b=-5 and c=-3. Parentheses around negative substitutions prevent sign loss.

Quadratic formula

x = [-b ± √(b²-4ac)]/(2a). The ± represents two algebraic branches unless the square-root term is zero.

Discriminant classifies real roots

D=b²-4ac. Technical clarification: D>0 gives two distinct real roots, D=0 gives one repeated real root, and D<0 gives no real roots (but two complex roots).

Exact radical form can be preferable

If the discriminant is not a perfect square, simplify the radical and preserve exact form unless an application requires a decimal approximation.

Step-by-step method

Arrange the equation as ax²+bx+c=0.
Write a, b and c explicitly with signs.
Compute the discriminant D=b²-4ac separately.
Substitute into x=(-b±√D)/(2a).
Simplify the radical and fraction.
Generate both ± branches when applicable.
Substitute roots into the original equation or use an independent check.

Worked examples

Two rational roots

Problem: Solve 2x² - 5x - 3 = 0.

  1. a=2, b=-5, c=-3.
  2. D=25+24=49.
  3. x=(5±7)/4.
Result: x=3 or x=-1/2
Irrational roots

Problem: Solve x² - 4x - 1 = 0.

  1. a=1,b=-4,c=-1.
  2. D=16+4=20.
  3. x=(4±√20)/2=(4±2√5)/2.
Result: x=2±√5
Repeated root

Problem: Solve x² + 6x + 9 = 0.

  1. D=36-36=0.
  2. x=(-6±0)/2.
Result: x=-3, repeated

How to reason through quadratic formula: solving general quadratic equations

1. Identify the mathematical structure

Before calculating, classify what you are looking at. Decide whether the expression is a sum, product, quotient, power, equation, inequality, graph or system. Then identify the terms, signs, grouping symbols and variables that control the next legal move. This classification step prevents a common failure mode in algebra: applying a familiar rule to the wrong structure.

Use notation as information. A sign attached to a term belongs to that term; parentheses define a unit of work; an exponent applies to its stated base; and an equals or inequality symbol separates two related expressions. Read the structure before manipulating it.

2. Preserve equivalence or implication

Algebra is not a sequence of arbitrary rearrangements. Each line should follow from the previous line by a named rule. When simplifying an expression, preserve its value for every admissible input. When solving an equation, preserve the equality unless you knowingly use an operation such as squaring that can introduce extra candidates and therefore requires a final check.

A useful discipline is to ask: What operation did I apply, and to what complete object did I apply it? This question catches incomplete distribution, partial denominator clearing, lost signs and unbalanced equation operations.

3. Separate exact work from approximation

Keep fractions, powers and radicals exact while the algebra is still being transformed. Approximate decimals are best introduced only when a problem requires a numerical result to a stated precision. Exact intermediate forms are easier to verify and avoid cumulative rounding drift.

When an application does require rounding, retain enough guard digits during the calculation and round only the reported result. This is an illustrative good-calculation practice rather than a numerical requirement from the source.

4. Build an independent check

Use a check that is different from the step that produced the answer. Substitute a solved variable into the original equation, expand proposed factors, square a simplified radical, test a point on a graph, or evaluate both original and simplified expressions at a convenient value. Independent checks are more valuable than rereading the same arithmetic because they test the relationship from another direction.

If the check fails, work backwards through the written transformations until the first inconsistent line appears. Correct that line, not merely the final number.

Quick-reference table

Rule or ideaHow to use it
Standard form firstBefore extracting coefficients, move all terms to one side and arrange by descending powers: ax²+bx+c=0.
Coefficient signs are part of the dataIf the equation is 2x²-5x-3=0, then a=2, b=-5 and c=-3. Parentheses around negative substitutions prevent sign loss.
Quadratic formulax = [-b ± √(b²-4ac)]/(2a). The ± represents two algebraic branches unless the square-root term is zero.
Discriminant classifies real rootsD=b²-4ac. Technical clarification: D>0 gives two distinct real roots, D=0 gives one repeated real root, and D<0 gives no real roots (but two complex roots).

Common mistakes and controls

  • Reading b as positive when the equation contains -bx
  • Forgetting to put the entire numerator over 2a
  • Computing b² as negative when b is negative; (-5)² is +25
  • Dropping the ± and reporting only one branch
  • Rounding the discriminant or square root prematurely
Verification rule: Do not treat an answer as complete until it has been checked by substitution, reverse expansion, a graph test, a domain check or another method appropriate to the topic.

Applications

Engineering-style quadratic model

When a geometry or trajectory-style relationship produces a quadratic, the formula gives all algebraic candidates. Context then decides which candidates are physically meaningful.

Classification: Illustrative application unless directly stated as a source concept.

Method choice

Factoring is often faster when obvious; the quadratic formula is more general. A robust solver recognises both and chooses deliberately.

Classification: Illustrative application unless directly stated as a source concept.

Practice and self-check

These questions are newly written for this KEVOS article; they are not copied from the supplied source.

For x²-5x+6=0, identify a,b,c.
Show answer
1,-5,6
Compute D for x²+2x+5=0.
Show answer
-16
What does D=0 mean over the reals?
Show answer
One repeated real root.
Solve x²-2x-1=0.
Show answer
x=1±√2
Why use parentheses around negative b or c?
Show answer
To preserve signs during squaring and multiplication.
When is exact radical form useful?
Show answer
When no decimal precision has been specified or exactness should be preserved.

Related KEVOS knowledge

Solving Radical Equations
Continue the algebra learning path.
Algebra Glossary and Quick Reference
Continue the algebra learning path.
Algebra Study Workflow: Diagnose, Practise and Verify
Continue the algebra learning path.

Source fidelity note: Topic selection and instructional sequence are grounded in the supplied algebra source. Mathematical explanations have been paraphrased and reorganised into a web-handbook format. No external standards, company-specific requirements or numerical engineering limits are asserted.

Continue learning

Solving Radical EquationsGuide · Engineering MathematicsNEXT LESSON →Algebra Glossary and Quick ReferenceGuide · Engineering MathematicsOperations with Radicals and Rationalising DenominatorsGuide · Engineering MathematicsSimplifying Square Roots and RadicalsGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®