UPSC Exam  >  UPSC Notes  >  CSAT Preparation  >  Important Formulas: Quadratic Equations

Important Formulas: Quadratic Equations

Important Formulas: Quadratic Equations

Why Quadratic Equations is Important for CSAT?

Quadratic Equations is a fundamental and high-scoring topic in the quantitative aptitude section of CSAT (Paper II). Understanding quadratic equations is crucial for UPSC aspirants for several compelling reasons:

  • Regular Appearance in CSAT: Quadratic equation questions appear almost every year in CSAT, typically contributing 1-3 questions. These questions test your algebraic reasoning and problem-solving skills, making them essential for scoring.
  • Foundation for Advanced Topics: Quadratic equations form the basis for understanding parabolas, optimization problems, maxima-minima questions, and various real-world modeling scenarios. Mastering this topic strengthens your overall mathematical foundation.
  • Multiple Solution Methods: Unlike many topics with single approaches, quadratic equations can be solved through factorization, completing the square, or the quadratic formula. This flexibility allows you to choose the fastest method based on the question type.
  • Direct Formula Application: Most CSAT quadratic equation questions are straightforward and can be solved by direct formula application. With proper practice, you can solve these questions in 1-2 minutes with 100% accuracy.
  • Discriminant for Quick Analysis: The discriminant (b² - 4ac) allows you to instantly determine the nature of roots without actually solving the equation. This technique is extremely valuable for MCQ-based CSAT where you can eliminate options quickly.
  • Connection to Real-World Problems: Quadratic equations model numerous practical scenarios: projectile motion, area optimization, profit maximization, and distance-speed-time problems. CSAT often frames quadratic equations in real-world contexts.
  • Root Relationships and Properties: Understanding sum and product of roots (Vieta's formulas) allows you to solve complex problems without finding individual roots. This conceptual approach saves significant time in competitive exams.
  • Integration with Other Topics: Quadratic equations frequently appear combined with inequalities, number theory, geometry, and algebraic expressions. A strong grasp ensures you can tackle integrated questions confidently.

Exam Strategy: In CSAT, where qualifying requires 33% (approximately 27 out of 80 questions), quadratic equation questions are among the most reliable scoring opportunities. Unlike comprehension passages that consume 3-4 minutes, quadratic problems can be solved quickly with formula mastery.

Common Question Patterns in CSAT: Questions typically ask you to find roots of equations, determine the nature of roots, find the quadratic equation given roots, solve maximum/minimum value problems, analyze relationships between coefficients and roots, or solve word problems that translate to quadratic equations.

Time Investment vs Returns: Spending 2-3 hours mastering quadratic equations can guarantee 2-3 marks in CSAT. This is an excellent return on investment compared to unpredictable topics like reading comprehension.

Bottom Line: Quadratic Equations is not just another algebra topic-it's a strategic scoring asset for CSAT. The predictability of question types, availability of direct formulas, and multiple solving methods make this topic a must-master for anyone serious about clearing CSAT. Treat it as your mathematical safety net that delivers consistent marks.

1. Standard Form and Basic Concepts

1.1 Standard Form of Quadratic Equation
$$ax^2 + bx + c = 0$$
Where:
\(a, b, c\) are real numbers (constants)
\(a \neq 0\) (if \(a = 0\), it becomes linear equation)
\(x\) is the variable (unknown)
\(a\) = coefficient of \(x^2\) (quadratic term)
\(b\) = coefficient of \(x\) (linear term)
\(c\) = constant term
Examples of Quadratic Equations:
• \(x^2 - 5x + 6 = 0\) where \(a=1, b=-5, c=6\)
• \(2x^2 + 7x - 4 = 0\) where \(a=2, b=7, c=-4\)
• \(x^2 - 9 = 0\) where \(a=1, b=0, c=-9\)
• \(3x^2 + 12x = 0\) where \(a=3, b=12, c=0\)
1.2 Roots of Quadratic Equation
Definition: The values of \(x\) that satisfy the equation \(ax^2 + bx + c = 0\) are called roots (or solutions or zeros) of the equation.
If \(\alpha\) and \(\beta\) are roots, then:
$$a\alpha^2 + b\alpha + c = 0$$ $$a\beta^2 + b\beta + c = 0$$
Key Point: A quadratic equation has at most 2 roots (may be real or complex).

2. Quadratic Formula (Sridharacharya's Formula)

2.1 The Quadratic Formula
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
This gives two roots:
$$\alpha = \frac{-b + \sqrt{b^2 - 4ac}}{2a}$$ $$\beta = \frac{-b - \sqrt{b^2 - 4ac}}{2a}$$
⚠ MOST IMPORTANT FORMULA: Memorize this formula perfectly! It works for ALL quadratic equations.
Example: Solve \(x^2 - 7x + 12 = 0\)
Here: \(a = 1, b = -7, c = 12\)

\(x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(1)(12)}}{2(1)}\)

\(x = \frac{7 \pm \sqrt{49 - 48}}{2}\)

\(x = \frac{7 \pm \sqrt{1}}{2} = \frac{7 \pm 1}{2}\)

\(x = \frac{7 + 1}{2} = 4\) or \(x = \frac{7 - 1}{2} = 3\)

Roots are: \(x = 3, 4\)

3. Discriminant (Nature of Roots)

3.1 Discriminant Formula
$$D = b^2 - 4ac$$
Definition: The discriminant (D) determines the nature of roots without solving the equation.
⚡ CRITICAL FOR CSAT MCQs: Use discriminant to eliminate wrong options instantly!
3.2 Nature of Roots Based on Discriminant
ConditionNature of RootsExample
\(D > 0\)Two distinct real roots\(x^2 - 5x + 6 = 0\)
\(D = 25 - 24 = 1 > 0\)
\(D = 0\)Two equal real roots (repeated roots)\(x^2 - 6x + 9 = 0\)
\(D = 36 - 36 = 0\)
\(D < 0\)No real roots (complex/imaginary roots)\(x^2 + 2x + 5 = 0\)
\(D = 4 - 20 = -16 < 0\)
\(D > 0\) and perfect squareTwo distinct rational roots\(x^2 - 5x + 6 = 0\)
\(D = 1\) (perfect square)
\(D > 0\) and not perfect squareTwo distinct irrational roots\(x^2 - 4x + 1 = 0\)
\(D = 16 - 4 = 12\) (not perfect square)
3.3 Quick Discriminant Check for CSAT
Shortcut: To check if roots are real and distinct, just verify \(b^2 > 4ac\)
Example:
Question: Does \(2x^2 - 3x + 5 = 0\) have real roots?

Check: \(b^2 = 9\) and \(4ac = 4(2)(5) = 40\)
Since \(9 < 40\), the equation has NO real roots.
Answer in 10 seconds without solving!

4. Sum and Product of Roots (Vieta's Formulas)

4.1 Sum of Roots
$$\alpha + \beta = -\frac{b}{a}$$
Note: Sum of roots = -(coefficient of x) / (coefficient of x²)
Example:
For \(3x^2 - 12x + 5 = 0\):
Sum of roots = \(-\frac{-12}{3} = \frac{12}{3} = 4\)
4.2 Product of Roots
$$\alpha \cdot \beta = \frac{c}{a}$$
Note: Product of roots = (constant term) / (coefficient of x²)
Example:
For \(3x^2 - 12x + 5 = 0\):
Product of roots = \(\frac{5}{3}\)
4.3 Forming Equation from Roots
If \(\alpha\) and \(\beta\) are roots, the equation is:
$$x^2 - (\alpha + \beta)x + \alpha\beta = 0$$
General form:
$$x^2 - (\text{Sum of roots})x + (\text{Product of roots}) = 0$$
Example:
Find equation whose roots are 3 and 5:

Sum = \(3 + 5 = 8\)
Product = \(3 \times 5 = 15\)
Equation: \(x^2 - 8x + 15 = 0\)
4.4 Important Derived Formulas
$$\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{b^2 - 2ac}{a^2}$$
$$|\alpha - \beta| = \frac{\sqrt{D}}{|a|} = \frac{\sqrt{b^2 - 4ac}}{|a|}$$
$$\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = -\frac{b}{c}$$
$$\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta)$$

5. Methods of Solving Quadratic Equations

5.1 Method 1: Factorization
When to use: When the equation can be easily factored (small coefficients, obvious factors)
Steps:
1. Write equation as \(ax^2 + bx + c = 0\)
2. Factor as \((px + q)(rx + s) = 0\)
3. Set each factor to zero: \(px + q = 0\) or \(rx + s = 0\)
4. Solve for \(x\)
Example: Solve \(x^2 - 5x + 6 = 0\)
Factor: \((x - 2)(x - 3) = 0\)
So: \(x - 2 = 0\) or \(x - 3 = 0\)
Roots: \(x = 2, 3\)
CSAT Tip: Use factorization when numbers are small and factors are obvious. Fastest method!
5.2 Method 2: Completing the Square
When to use: When coefficient of \(x^2\) is 1 and factorization is not obvious
For equation \(x^2 + bx + c = 0\):
$$x^2 + bx = -c$$ $$x^2 + bx + \left(\frac{b}{2}\right)^2 = -c + \left(\frac{b}{2}\right)^2$$ $$\left(x + \frac{b}{2}\right)^2 = \left(\frac{b}{2}\right)^2 - c$$ $$x + \frac{b}{2} = \pm\sqrt{\left(\frac{b}{2}\right)^2 - c}$$
Example: Solve \(x^2 + 6x + 5 = 0\)
\(x^2 + 6x = -5\)
\(x^2 + 6x + 9 = -5 + 9\) (adding \((6/2)^2 = 9\))
\((x + 3)^2 = 4\)
\(x + 3 = \pm 2\)
\(x = -3 + 2 = -1\) or \(x = -3 - 2 = -5\)
Roots: \(x = -1, -5\)
5.3 Method 3: Quadratic Formula
When to use: Universal method - works for ALL quadratic equations
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
CSAT Strategy: If factorization is not obvious within 10 seconds, use the quadratic formula directly!
5.4 Method 4: Special Cases
Case 1: If \(c = 0\) (no constant term):
$$ax^2 + bx = 0$$ $$x(ax + b) = 0$$ $$x = 0 \text{ or } x = -\frac{b}{a}$$
Case 2: If \(b = 0\) (no linear term):
$$ax^2 + c = 0$$ $$x^2 = -\frac{c}{a}$$ $$x = \pm\sqrt{-\frac{c}{a}}$$
Examples:
1. \(x^2 - 4x = 0\) → \(x(x - 4) = 0\) → \(x = 0, 4\)
2. \(x^2 - 25 = 0\) → \(x^2 = 25\) → \(x = \pm 5\)

6. Maximum and Minimum Values

6.1 Vertex of Parabola
For quadratic function \(f(x) = ax^2 + bx + c\), vertex is at:
$$x = -\frac{b}{2a}$$
Maximum/Minimum value is:
$$f\left(-\frac{b}{2a}\right) = c - \frac{b^2}{4a} = \frac{4ac - b^2}{4a} = -\frac{D}{4a}$$
6.2 Maximum vs Minimum
If \(a > 0\): Parabola opens upward → Minimum value at vertex
If \(a < 0\): Parabola opens downward → Maximum value at vertex
Example:
Find minimum value of \(f(x) = 2x^2 - 8x + 10\)

Here \(a = 2 > 0\), so minimum exists
\(x = -\frac{-8}{2(2)} = \frac{8}{4} = 2\)
Minimum value = \(2(2)^2 - 8(2) + 10 = 8 - 16 + 10 = 2\)
Or using formula: \(-\frac{D}{4a} = -\frac{64-80}{8} = -\frac{-16}{8} = 2\)

7. Special Types of Quadratic Equations

7.1 Reciprocal Equations
If one root is \(\alpha\), the other is \(\frac{1}{\alpha}\):
$$\alpha \cdot \frac{1}{\alpha} = 1$$ $$\frac{c}{a} = 1 \implies c = a$$
Key Property: For reciprocal roots, coefficient of \(x^2\) = constant term
Example:
\(3x^2 - 7x + 3 = 0\) has reciprocal roots (since \(a = c = 3\))
7.2 Equations with Roots Differing by a Constant
If roots are \(\alpha\) and \(\alpha + k\):
$$\text{Sum} = 2\alpha + k = -\frac{b}{a}$$ $$\alpha = \frac{-b - ka}{2a}$$
7.3 Equations with Equal Roots
For equal roots (\(\alpha = \beta\)):
$$D = 0 \implies b^2 = 4ac$$
Both roots equal to:
$$\alpha = \beta = -\frac{b}{2a}$$
Example:
\(x^2 - 6x + 9 = 0\)
\(D = 36 - 36 = 0\)
Both roots = \(-\frac{-6}{2} = 3\)
7.4 Symmetric Functions of Roots
$$\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta$$
$$\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta)$$
$$\alpha^4 + \beta^4 = [(\alpha + \beta)^2 - 2\alpha\beta]^2 - 2(\alpha\beta)^2$$

8. Common Word Problem Translations

8.1 Age Problems
Example:
"Product of ages is 156, sum is 25" → \(x(25-x) = 156\) → \(x^2 - 25x + 156 = 0\)
8.2 Number Problems
Example:
"Two numbers differ by 3 and product is 88" → \(x(x+3) = 88\) → \(x^2 + 3x - 88 = 0\)
8.3 Area Problems
Example:
"Rectangle: length is 4m more than width, area is 60 m²"
→ \(x(x+4) = 60\) → \(x^2 + 4x - 60 = 0\)
8.4 Time-Speed-Distance Problems
Example:
"A train travels 360 km. If speed increased by 5 km/h, time reduces by 1 hour"
→ \(\frac{360}{x} - \frac{360}{x+5} = 1\)

9. CSAT-Specific Strategies and Shortcuts

✓ Strategy 1 - Quick Factorization Check:
Before using formula, spend 10 seconds checking if equation factors easily.
Look for: \(x^2 \pm bx \pm c\) where \(b\) and \(c\) are small integers.
✓ Strategy 2 - Discriminant for MCQs:
If question asks "nature of roots", calculate only \(D = b^2 - 4ac\), don't solve!
Saves 1-1.5 minutes per question.
✓ Strategy 3 - Sum/Product for Verification:
After solving, verify: \(\alpha + \beta = -b/a\) and \(\alpha \beta = c/a\)
Quick accuracy check in 5 seconds.
✓ Strategy 4 - Special Cases First:
Check if \(b = 0\) or \(c = 0\) → Use special formulas for instant solution
Example: \(x^2 = 16\) → \(x = \pm 4\) (no quadratic formula needed!)
✓ Strategy 5 - Option Elimination:
In MCQs, substitute given options in equation to check which satisfies it.
Often faster than solving, especially for complex equations.
⚠ Common Mistakes to Avoid:
❌ Forgetting negative sign: \(-b\) not \(b\) in quadratic formula
❌ Calculation error in \(b^2 - 4ac\) (most common mistake!)
❌ Dividing by 2a only once instead of whole numerator
❌ Assuming all quadratic equations have real roots
❌ Not simplifying the equation before applying formula
❌ Sign errors when \(b\) or \(c\) is negative

10. Practice Problem Types for CSAT

Type 1: Direct Solving
Example:
Solve: \(2x^2 - 7x + 3 = 0\)

Method: Try factorization or use formula
Factor: \((2x - 1)(x - 3) = 0\)
Roots: \(x = \frac{1}{2}, 3\)
Type 2: Nature of Roots
Example:
For what value of \(k\) does \(x^2 + kx + 9 = 0\) have equal roots?

Solution: For equal roots, \(D = 0\)
\(k^2 - 4(1)(9) = 0\)
\(k^2 = 36\)
\(k = \pm 6\)
Type 3: Finding Equation from Roots
Example:
Find equation whose roots are \(2 + \sqrt{3}\) and \(2 - \sqrt{3}\)

Solution:
Sum = \((2 + \sqrt{3}) + (2 - \sqrt{3}) = 4\)
Product = \((2 + \sqrt{3})(2 - \sqrt{3}) = 4 - 3 = 1\)
Equation: \(x^2 - 4x + 1 = 0\)
Type 4: Maximum/Minimum Value
Example:
Find maximum value of \(-x^2 + 6x - 5\)

Solution: \(a = -1 < 0\), so maximum exists
At \(x = -\frac{6}{2(-1)} = 3\)
Max value = \(-(3)^2 + 6(3) - 5 = -9 + 18 - 5 = 4\)

11. Quick Reference Summary

ConceptFormula/Property
Standard Form\(ax^2 + bx + c = 0, \quad a \neq 0\)
Quadratic Formula\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
Discriminant\(D = b^2 - 4ac\)
Sum of Roots\(\alpha + \beta = -\frac{b}{a}\)
Product of Roots\(\alpha \beta = \frac{c}{a}\)
Equation from Roots\(x^2 - (\alpha + \beta)x + \alpha\beta = 0\)
Real & Distinct Roots\(D > 0\)
Equal Roots\(D = 0\)
No Real Roots\(D < 0\)
Vertex (Max/Min point)\(x = -\frac{b}{2a}\)
Max/Min Value\(-\frac{D}{4a}\)
\(\alpha^2 + \beta^2\)\((\alpha + \beta)^2 - 2\alpha\beta\)
\(|\alpha - \beta|\)\(\frac{\sqrt{D}}{|a|}\)

12. Memory Aids for CSAT

🧠 Mnemonic for Quadratic Formula:
"Negative B, Plus or Minus Square Root of B Squared Minus 4AC, all over 2A"
→ \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
 Remember Sum/Product:
SumSubtract → negative → \(-b/a\)
Product = Positive → \(c/a\)
 Discriminant Decision Tree:
D > 0 → Different real roots
D = 0 → Zero difference → Equal roots
D < 0 → No real roots → Negative

Best wishes for your CSAT preparation! 

Master these formulas and practice diverse problem types for guaranteed scoring.

© 2026 CSAT Preparation Guide

The document Important Formulas: Quadratic Equations is a part of the UPSC Course CSAT Preparation.
All you need of UPSC at this link: UPSC

FAQs on Important Formulas: Quadratic Equations

1. What is the standard form of a quadratic equation?
Ans. The standard form of a quadratic equation is expressed as ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. This form is crucial for identifying the coefficients that are used in various methods of solving the equation.
2. How is the quadratic formula derived, and what does it represent?
Ans. The quadratic formula, also known as Sridharacharya's formula, is derived from completing the square on the standard form of a quadratic equation. It is given by x = (-b ± √(b² - 4ac)) / (2a). This formula provides the solutions (roots) of the quadratic equation, allowing one to find the values of x that satisfy the equation.
3. What does the discriminant indicate about the nature of the roots?
Ans. The discriminant, represented as D = b² - 4ac, is a crucial component in determining the nature of the roots of a quadratic equation. If D > 0, the equation has two distinct real roots; if D = 0, there is one real root (a repeated root); and if D < 0, the roots are complex and not real.
4. What are Vieta's formulas regarding the sum and product of roots?
Ans. Vieta's formulas relate the coefficients of a quadratic equation to the sum and product of its roots. For the equation ax² + bx + c = 0, if r₁ and r₂ are the roots, then the sum of the roots is given by r₁ + r₂ = -b/a, and the product of the roots is r₁ × r₂ = c/a. These relationships are useful in solving problems involving quadratic equations without needing to find the roots explicitly.
5. What are some common strategies for solving word problems involving quadratic equations in the CSAT?
Ans. Common strategies for solving word problems that involve quadratic equations include translating the word problem into a mathematical form, identifying key variables, and applying the quadratic formula or factoring methods as appropriate. It is also helpful to sketch graphs when necessary to visualise maximum or minimum values and to use estimation techniques for quicker calculations.
Explore Courses for UPSC exam
Get EduRev Notes directly in your Google search
Related Searches
Previous Year Questions with Solutions, Important Formulas: Quadratic Equations, Important questions, Semester Notes, Important Formulas: Quadratic Equations, video lectures, ppt, Sample Paper, past year papers, shortcuts and tricks, MCQs, pdf , study material, practice quizzes, Exam, Summary, mock tests for examination, Objective type Questions, Viva Questions, Free, Extra Questions, Important Formulas: Quadratic Equations;