🎓 Prepared by students from Boğaziçi University

What is a Quadratic Equation?

A quadratic equation is a polynomial equation of degree 2, written in the standard form ax² + bx + c = 0, where a ≠ 0. It appears throughout algebra, physics, and engineering — from projectile motion to profit optimization — and its solutions (roots) can be found using factoring, completing the square, or the quadratic formula.

Short answer

A quadratic equation ax² + bx + c = 0 is solved using the quadratic formula x = (−b ± √(b² − 4ac)) / 2a, which gives the two values of x (real or complex) that make the equation true.

Parabola y = x² − 3x + 2
65320
x: x · y: y
01

Try it: interactive calculator

Root x₁ (larger root)
2
= (--3+sqrt(-3^2-4*1*2))/(2*1)
02

Step-by-step worked examples

Solve x² − 5x + 6 = 0 by factoring.

Find two numbers that multiply to 6 and add to −5: −2 and −3
Factor: (x − 2)(x − 3) = 0
Set each factor to zero: x = 2 or x = 3

Solve 2x² + 3x − 2 = 0 using the quadratic formula.

Identify a = 2, b = 3, c = −2
Discriminant: b² − 4ac = 9 − (4×2×−2) = 9 + 16 = 25
x = (−3 ± √25) / (2×2) = (−3 ± 5) / 4 → x = 0.5 or x = −2

Solve x² + 4x + 4 = 0.

Identify a = 1, b = 4, c = 4
Discriminant: 16 − 16 = 0 (one repeated root)
x = −4 / 2 = −2 (double root)
03

Flashcards

04

Quick quiz

Q1.What is the discriminant of x² − 5x + 6 = 0?

Correct answer: A. b² − 4ac = 25 − 24 = 1.

Q2.How many real roots does a quadratic have when the discriminant is negative?

Correct answer: C. A negative discriminant means the roots are complex, not real.

Q3.Solve x² − 9 = 0.

Correct answer: B. x² = 9 → x = 3 or x = −3.

Q4.In 3x² − 6x + 2 = 0, what is b?

Correct answer: B. In ax² + bx + c, b is the coefficient of x, which is −6.
📄Download this topic as a printable worksheet (PDF)Summary + 10 questions + answer key — print it, share it in class.
Study better with Bounlu apps
Notek
Notek

The full card deck, worked steps and AI-tutor support for “What is a Quadratic Equation?” are in Notek — study by hand before your exam.

Get it free
Notek 1Notek 2Notek 3Notek 4Notek 5
05

Common mistakes

Forgetting the ± sign, giving only one root.Correct: The quadratic formula always yields two roots (unless the discriminant is 0).

Dividing only part of the numerator by 2a.Correct: The entire numerator (−b ± √(b²−4ac)) must be divided by 2a.

Assuming every quadratic factors with integers.Correct: Many quadratics require the quadratic formula because they don't factor neatly.

Ignoring a negative discriminant and reporting 'no solution'.Correct: A negative discriminant means the roots are complex numbers, not that there's no solution at all.

06

FAQ

What is the quadratic formula?

x = (−b ± √(b² − 4ac)) / 2a — it solves any equation of the form ax² + bx + c = 0.

How do you calculate the roots of a quadratic equation?

Identify a, b, and c, compute the discriminant b² − 4ac, then apply the quadratic formula.

What are examples of quadratic equations?

x² − 5x + 6 = 0, 2x² + 3x − 2 = 0, and x² + 4x + 4 = 0 are all quadratic equations.

What does a negative discriminant mean?

It means the equation has no real roots — instead it has two complex conjugate roots.

Related topics