QUADRATIC EQUATIONS VAULT HIGHEST DEGREE = 2 DISCRIMINANT: D = b² - 4ac FORM: ax² + bx + c = 0 QUADRATIC EQUATIONS VAULT
Algebra Foundation

Quadratic Equations

Master Roots, Factorization, Discriminant & Shortcuts for CAT, MBA CET, NMAT, SNAP & XAT

The Bodhi Vault / Quant Vault / Quadratic Equations
DEFINITION

One-Line Definition

A Quadratic Equation is an algebraic equation in which the highest exponent of the variable is 2, forming a parabolic curve when graphed.

Standard Form: ax² + bx + c = 0 (where a ≠ 0)
CORE INTUITION 💡

Two Solutions (Roots)

Consider x² = 25. What values of x give 25 when squared?

  • • Positive Root: (5)² = 25 ⇒ x = 5
  • • Negative Root: (-5)² = 25 ⇒ x = -5
Key Insight: Unlike linear equations, quadratic equations generally have TWO valid roots!

💡 WHY THIS CONCEPT MATTERS & REAL-LIFE APPLICATIONS

Quadratic Equations appear directly and indirectly across major Algebra topics. Click on any connected topic to jump directly to its Vault page:

Where Are Quadratic Equations Used?

🎯 Projectile & Trajectory Motion
📐 Area & Perimeter Optimization
💼 Business Revenue & Cost Minimization
⚙️ Computer Graphics & Physics Modeling

📐 QUADRATIC FORMULA & DISCRIMINANT (D)

THE QUADRATIC FORMULA
x = (-b ± √(b² - 4ac)) / (2a)
Sum of Roots (α + β) = -b/a | Product of Roots (α × β) = c/a

The Discriminant D = b² - 4ac & Nature of Roots

D > 0
Two Distinct Real Roots
Parabola intersects x-axis at 2 points
D = 0
One Repeated Real Root
Parabola touches x-axis at 1 point (x = -b/2a)
D < 0
No Real Roots (Imaginary)
Parabola does not touch the x-axis

📝 SOLVED EXAMPLES (LEVEL 0 TO ADVANCED)

EASY • EXAMPLE 1

Solve for x: x² - 9 = 0.

Solution:
x² = 9 ⇒ x = ±√9
x = 3 or -3
Answer: x = 3, -3
MEDIUM • EXAMPLE 2

Solve for x: x² - 5x + 6 = 0.

Solution:
Factorize by splitting the middle term: (x - 2)(x - 3) = 0
Either x - 2 = 0 ⇒ x = 2
Or x - 3 = 0 ⇒ x = 3
Answer: x = 2, 3
HARD • EXAMPLE 3

Solve for x: 2x² + 3x - 2 = 0.

Solution:
Factorize: 2x² + 4x - x - 2 = 0 ⇒ 2x(x + 2) - 1(x + 2) = 0
(2x - 1)(x + 2) = 0
x = 1/2 or -2
Answer: x = 1/2, -2

⚠️ COMMON MISTAKES TO AVOID

❌ Mistake 1: Forgetting the Standard Form
Always rewrite the quadratic equation as ax² + bx + c = 0 before trying to factorize or applying the quadratic formula!
❌ Mistake 2: Missing the Negative Root
x² = 25 means x = ±5. Don't forget that negative numbers squared also yield positive results!
❌ Mistake 3: Sign Errors in Factorization
Always multiply your factors back out to verify they match the middle term (b) and constant term (c).

🚀 CAT & MBA CET SHORTCUTS

⚡ Shortcut 1: Try Factorization First
Most competitive exam questions are engineered to factorize neatly. Only use the full quadratic formula if middle-term splitting fails.
⚡ Shortcut 2: Memorize Algebraic Identities
(a+b)² = a² + 2ab + b² | (a-b)² = a² - 2ab + b² | a² - b² = (a-b)(a+b). Use these to simplify expressions instantly!
⚡ Shortcut 3: Use Sum & Product of Roots
If roots α and β are given, reconstruct the equation directly using: x² - (α + β)x + (α × β) = 0.

🎯 PRACTICE QUESTIONS

QUESTION 1 • BASIC
Solve for x: x² - 16 = 0.
QUESTION 2 • BASIC
Solve for x: x² - 7x + 12 = 0.
QUESTION 3 • MODERATE
Find the roots of: x² + 2x - 15 = 0.
QUESTION 4 • ADVANCED
If the roots of x² - 9x + k = 0 are 4 and 5, find the value of k.

❓ FREQUENTLY ASKED QUESTIONS

Q: Why does a quadratic equation usually have two solutions?

Because both positive and negative numbers yield positive squares. For example, x² = 16 has two solutions: x = 4 and x = -4, since (4)² = 16 and (-4)² = 16.

Q: Should I always use the quadratic formula?

No. In aptitude exams, factorization by splitting the middle term is often faster. Use the quadratic formula when the equation does not factor easily.

Q: What is the discriminant used for?

The discriminant D = b² - 4ac determines the nature of the roots: D > 0 means 2 distinct real roots, D = 0 means 1 repeated real root, and D < 0 means no real roots.