Fatskills
Practice. Master. Repeat.
Study Guide: **CAT Algebra Mastery: Quadratic Equations – The 99%ile Study Guide**
Source: https://www.fatskills.com/cat-mba/chapter/cat-algebra-mastery-quadratic-equations-the-99ile-study-guide

**CAT Algebra Mastery: Quadratic Equations – The 99%ile Study Guide**

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

CAT Algebra Mastery: Quadratic Equations – The 99%ile Study Guide



What This Is

Quadratic equations (QE) are the backbone of CAT Algebra. They appear directly (roots, coefficients, graphs) and indirectly (inequalities, functions, word problems). A single QE question can fetch 3–5 marks in under 2 minutes if you know the right shortcuts. Mastering QE also builds intuition for higher-degree polynomials, maxima-minima, and data interpretation (e.g., profit/loss curves).

Real CAT-Style Example:
If the roots of ( x^2 - (a+3)x + 4a = 0 ) are equal, then the number of integer values ( a ) can take is: (A) 1 (B) 2 (C) 3 (D) 4 (Answer: C, via discriminant condition.)


Key Concepts & Techniques

  1. Standard Form & Roots
  2. A QE is ( ax^2 + bx + c = 0 ) (( a \neq 0 )).
  3. Roots: ( \alpha, \beta = \frac{-b \pm \sqrt{D}}{2a} ), where ( D = b^2 - 4ac ).
  4. When to use: When asked for roots, sum/product, or nature of roots.

  5. Sum & Product of Roots

  6. ( \alpha + \beta = -\frac{b}{a} ), ( \alpha \beta = \frac{c}{a} ).
  7. When to use: For questions on coefficients → roots or roots → coefficients (e.g., "If roots are 2 and 3, find ( a, b, c )").

  8. Discriminant (D)

  9. ( D > 0 ): Two distinct real roots.
  10. ( D = 0 ): One real root (equal roots).
  11. ( D < 0 ): No real roots.
  12. When to use: For questions on nature of roots or parameter conditions (e.g., "For what ( k ) does ( x^2 + kx + 4 = 0 ) have equal roots?").

  13. Factorization

  14. Express ( ax^2 + bx + c ) as ( (px + q)(rx + s) = 0 ).
  15. When to use: When ( a = 1 ) or coefficients are small (e.g., ( x^2 - 5x + 6 = 0 ) → ( (x-2)(x-3) = 0 )).

  16. Completing the Square

  17. Rewrite ( ax^2 + bx + c ) as ( a(x + \frac{b}{2a})^2 + \text{constant} ).
  18. When to use: For vertex form (maxima/minima) or when roots are irrational.

  19. Graph Interpretation

  20. Parabola opens upwards if ( a > 0 ), downwards if ( a < 0 ).
  21. Vertex at ( x = -\frac{b}{2a} ).
  22. When to use: For range/inequality questions (e.g., "For what ( x ) is ( -x^2 + 4x + 5 > 0 )?").

  23. Option Elimination (MCQs)

  24. Plug in answer choices to verify (e.g., if ( x = 2 ) is a root, check which option satisfies ( 4a - 2(a+3) + 4a = 0 )).
  25. When to use: For TITA (Type In The Answer) or when factorization is messy.

  26. Substitution Tricks

  27. Let ( y = x + \frac{1}{x} ) for equations like ( x^2 + \frac{1}{x^2} + 3x + \frac{3}{x} = 0 ).
  28. When to use: For reciprocal equations or symmetric expressions.

Step-by-Step Strategy

Follow this for every QE question:


  1. Identify the Goal
  2. Are you asked for roots, sum/product, nature of roots, or parameter values?
  3. Example: "Find ( k ) for equal roots" → Use discriminant.

  4. Write in Standard Form

  5. Ensure the equation is ( ax^2 + bx + c = 0 ). If not, rearrange.
  6. Example: ( 2x^2 = 5x - 3 ) → ( 2x^2 - 5x + 3 = 0 ).

  7. Choose the Right Tool

  8. Roots: Use quadratic formula or factorization.
  9. Sum/Product: Use ( \alpha + \beta = -\frac{b}{a} ), ( \alpha \beta = \frac{c}{a} ).
  10. Nature of Roots: Use discriminant ( D ).
  11. Graph/Range: Complete the square or sketch the parabola.

  12. Solve & Verify

  13. For MCQs, plug in options if stuck.
  14. For TITA, double-check calculations (e.g., discriminant sign).

  15. Handle Special Cases

  16. If roots are given, use sum/product to find coefficients.
  17. If equation is in terms of ( y ), substitute back to ( x ).

Fully Worked CAT-Style Example

Question:
If the quadratic equation ( x^2 - (m+1)x + m^2 - 2 = 0 ) has one root as the negative of the other, then the value of ( m ) is: (A) 1 (B) -1 (C) 0 (D) 2

Solution Using Strategy:


  1. Goal: Find ( m ) such that one root is the negative of the other.
  2. Standard Form: Already in ( x^2 - (m+1)x + (m^2 - 2) = 0 ).
  3. Tool: Sum and product of roots.
  4. Let roots be ( \alpha ) and ( -\alpha ).
  5. Sum: ( \alpha + (-\alpha) = 0 = -\frac{b}{a} = m+1 ).
    → ( m + 1 = 0 ) → ( m = -1 ).
  6. But wait! Also check product:
    ( \alpha \cdot (-\alpha) = -\alpha^2 = \frac{c}{a} = m^2 - 2 ).
    → ( -\alpha^2 = (-1)^2 - 2 = -1 ).
    → ( \alpha^2 = 1 ) (valid, since ( \alpha ) is real).
  7. Verify: Plug ( m = -1 ) into the equation:
    ( x^2 - 0x - 1 = 0 ) → ( x^2 = 1 ) → Roots ( 1 ) and ( -1 ) (satisfies condition).
  8. Answer: (B) -1.

Common Mistakes

  1. Mistake: Ignoring the discriminant condition.
  2. Why it happens: Students assume roots are real and skip checking ( D \geq 0 ).
  3. Correct approach: Always check ( D ) for real roots (e.g., "For what ( k ) does ( x^2 + kx + 4 = 0 ) have real roots?" → ( D = k^2 - 16 \geq 0 )).

  4. Mistake: Misapplying sum/product formulas.

  5. Why it happens: Confusing ( \alpha + \beta = -\frac{b}{a} ) with ( \alpha + \beta = \frac{b}{a} ).
  6. Correct approach: Remember: Sum = -b/a, Product = c/a.

  7. Mistake: Forgetting to substitute back after solving for a parameter.

  8. Why it happens: Solving for ( m ) but not verifying if roots satisfy the original condition.
  9. Correct approach: Always plug the value back into the equation (e.g., in the worked example above, ( m = -1 ) was verified).

  10. Mistake: Overcomplicating factorization.

  11. Why it happens: Trying to factor ( 3x^2 + 7x - 6 ) mentally instead of using the quadratic formula.
  12. Correct approach: Use the formula if factorization isn’t obvious in 10 seconds.

CAT Traps & Time Management

  1. Trap: "Equal Roots" vs. "Real Roots"
  2. Trap: The question asks for "equal roots" but you solve for "real roots" (( D \geq 0 ) instead of ( D = 0 )).
  3. Avoid: Read carefully: Equal roots → ( D = 0 ). Real roots → ( D \geq 0 ).

  4. Trap: Hidden Parameters

  5. Trap: The equation has a parameter (e.g., ( m )) but the question seems to ask for roots.
  6. Avoid: Always check if the question is about the parameter or the roots.

  7. Trap: Non-Standard Forms

  8. Trap: The equation is ( \frac{1}{x^2} + \frac{3}{x} + 2 = 0 ) but you treat it as a standard QE.
  9. Avoid: Substitute ( y = \frac{1}{x} ) to convert to standard form.

  10. Time Guide:

  11. Easy QE (factorization): 30–45 sec.
  12. Medium QE (discriminant/sum-product): 1–1.5 min.
  13. Hard QE (parameter/word problem): 2–2.5 min.
  14. If stuck: Plug in options or move on (don’t exceed 3 min).

Quick Practice

  1. If ( x^2 - 5x + 6 = 0 ) and ( x^2 - 3x + 2 = 0 ) have a common root, then the common root is:
    (A) 1 (B) 2 (C) 3 (D) 4
    Answer: (B) 2. (Factorize both: ( (x-2)(x-3) ) and ( (x-1)(x-2) ). Common root is 2.)

  2. For the equation ( x^2 + px + q = 0 ), the sum of the squares of the roots is 16 and the product is 5. Then ( p ) is:
    (A) ±6 (B) ±4 (C) ±2 (D) 0
    Answer: (A) ±6. (Use ( \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = p^2 - 2q = 16 ). Given ( q = 5 ), ( p^2 = 26 ). But wait! Recheck: ( p^2 - 10 = 16 ) → ( p^2 = 26 ). Correction: No option matches. Trap: The question might have a typo, but the method is correct.)


Last-Minute Cram Sheet

  1. Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).
  2. Sum of Roots: ( \alpha + \beta = -\frac{b}{a} ).
  3. Product of Roots: ( \alpha \beta = \frac{c}{a} ).
  4. Discriminant: ( D = b^2 - 4ac ). ( D > 0 ): 2 real roots. ( D = 0 ): 1 real root. ( D < 0 ): No real roots.
  5. Equal Roots: ( D = 0 ).
  6. Roots are negatives: Sum ( \alpha + (-\alpha) = 0 ) → ( b = 0 ).
  7. Roots are reciprocals: Product ( \alpha \cdot \frac{1}{\alpha} = 1 ) → ( c = a ).
  8. MCQ Shortcut: Plug in options if factorization is messy.
  9. Trap: "Real roots" ≠ "Equal roots". ( D \geq 0 ) vs. ( D = 0 ).
  10. Time Check: Spend ≤2 min on QE. If stuck, eliminate options and guess.

Final Tip: Quadratic equations are formula-heavy but pattern-light. Drill 10–15 questions daily for 2 weeks, and you’ll start seeing the same tricks repeat. Speed comes from recognition, not calculation.



ADVERTISEMENT