Introduction
Quadratic equations are fundamental in algebra and take the standard form ax² + bx + c = 0 where a ≠ 0. They appear in many aptitude and real-world problems-areas, projectile motion, optimization, and more.
Mastering this pattern helps you solve equations quickly using factorization, completing the square, or the quadratic formula.
Pattern: Quadratic Equations (Standard Form)
Pattern
The key concept: write the equation as ax² + bx + c = 0, compute the discriminant D = b² - 4ac, and use factorization or the quadratic formula:
x = [-b ± √(b² - 4ac)] / (2a)
Use the discriminant to decide the nature of roots:
- If D > 0 → two distinct real roots.
- If D = 0 → one real repeated root.
- If D < 0 → two complex conjugate roots.
Step-by-Step Example
Question
Solve the quadratic equation: x² - 5x + 6 = 0.
Solution
-
Step 1: Identify coefficients
a = 1, b = -5, c = 6.
-
Step 2: Try factorization first
Find two numbers whose product = a·c = 6 and whose sum = b = -5. These are -2 and -3.
-
Step 3: Split the middle term
x² - 5x + 6 = x² - 2x - 3x + 6.
-
Step 4: Group and factor
Group: (x² - 2x) - (3x - 6) = x(x - 2) - 3(x - 2) = (x - 2)(x - 3).
-
Step 5: Use zero-product property
(x - 2)(x - 3) = 0 ⇒ x - 2 = 0 or x - 3 = 0 ⇒ x = 2 or x = 3.
-
Final Answer:
x = 2, 3
-
Quick Check:
Substitute x = 2: 4 - 10 + 6 = 0 ✅. Substitute x = 3: 9 - 15 + 6 = 0 ✅.
Quick Variations
1. Coefficients may be fractions or negatives - multiply through by LCM if needed.
2. When factorization is hard, use the quadratic formula.
3. Completing the square is useful for deriving vertex form or solving when formula is unwieldy.
4. Word problems (areas, ages, motion) often reduce to quadratic equations.
Trick to Always Use
- Step 1 → Check if the quadratic is easily factorable (product = a·c, sum = b).
- Step 2 → If not factorable, compute discriminant D = b² - 4ac to decide next method.
- Step 3 → Use the quadratic formula and simplify √D carefully; always rationalize/simplify radicals.
- Step 4 → Quick-check each root by substitution into the original equation.
Summary
Summary
Key takeaways for Quadratic Equations (Standard Form):
- Standardize to ax² + bx + c = 0 before solving.
- Try factorization first for speed; if it fails, use the quadratic formula.
- Use discriminant D = b² - 4ac to determine nature of roots.
- Always verify roots by substitution to avoid sign mistakes.
