Quadratic Equations for SBI PO — Roots, Factorization, and Inequalities

intermediate 18 min read

Concept

A quadratic equation is any equation of the form ax² + bx + c = 0 where a ≠ 0. The highest power of the variable is 2 — that is the defining feature. When a = 0, it collapses to a linear equation, so the condition a ≠ 0 is not optional.

Here is the analogy that makes this click: think of a quadratic as a parabola — a U-shaped (or inverted-U) curve. The "roots" are simply the x-coordinates where the parabola cuts the x-axis. If the parabola cuts in two places, you have two distinct roots. If it just touches the x-axis at one point, you have two equal roots. If it never reaches the x-axis at all, you have no real roots. Every nature-of-roots question you will ever see in SBI PO is just asking you to figure out which of these three situations you are in — and the discriminant D = b² - 4ac is the single tool that answers it.

For the exam, quadratic equations show up in three flavors. First, straightforward solving — find the roots. Second, Vieta's relations — given a property of the roots, find an unknown coefficient. Third, quadratic inequalities — given f(x) > 0 or f(x) < 0, find the range of x. The third type is where most people lose time because they forget the sign-analysis step. This page addresses all three with a repeatable process.

One subtle variant that appears in SBI PO but is often unprepared for: equations involving |x| (absolute value). The trick there is a substitution — let y = |x|, solve the resulting quadratic in y, then unpack the absolute value at the end. You will see a live example in the PYQ section.


Deep Dive

The Standard Form and Its Roots

Given ax² + bx + c = 0, the two roots are:

x = (-b ± √(b² - 4ac)) / (2a)

This is the quadratic formula. In the exam hall, reach for this formula only as a last resort — factorization is almost always faster when the numbers are clean.

Vieta's Formulas (Sum-Product Relations)

Look — this is the highest-leverage concept in quadratic equations for banking exams. If α and β are the two roots of ax² + bx + c = 0, then:

For the specific case x² + bx + c = 0 (leading coefficient = 1, which is the most common exam form):

And critically, the reverse: if you know the roots, you can construct the equation as:

x² - (sum)x + (product) = 0

This is the construction formula — memorize it in that exact form. The coefficient of x has a minus sign; the constant term has a plus sign. This is where people make sign errors under pressure.

The Discriminant and Nature of Roots

D = b² - 4ac

| Condition | Nature of roots | |---|---| | D > 0 | Two distinct real roots | | D = 0 | Two equal real roots (repeated root) | | D < 0 | No real roots (two complex conjugate roots) |

For SBI PO, you will also see conditions phrased as inequalities — "for what values of k does the equation have real and distinct roots?" That is just asking you to set D > 0 and solve for k.

Factorization — The Speed Method

For ax² + bx + c = 0, the split-middle-term method works as follows:

  1. Compute a × c (product of leading and constant coefficient).
  2. Find two numbers whose product is ac and whose sum is b.
  3. Split the middle term using those two numbers, then factor by grouping.

Example — 2x² - 5x + 3 = 0:

This is the method. Not the quadratic formula. The formula is a 40-second process; clean factorization is a 15-second process when you have integer or simple fractional roots — which is almost always in SBI PO.

Common Derived Identities

These come up in "find α² + β²" type questions. Do not re-derive from scratch each time:

The first identity is the most tested. Commit the pattern to memory: square the sum, subtract twice the product.

Quadratic Inequalities — The Sign-Chart Method

For f(x) = (x - α)(x - β) > 0 where α < β:

The rule to remember: positive outside, negative inside (when the leading coefficient is positive). If the leading coefficient is negative, flip the signs — the parabola opens downward.

When the inequality is or , include the endpoints (closed brackets). When it is strict > or <, exclude them (open brackets).

The Absolute-Value Substitution Trick

When you see alongside |x|, substitute y = |x| where y ≥ 0. Solve the resulting equation in y, then recover x. Since |x| = y means x = ±y, you get two x-values for each positive solution in y. If y = 0, you get only x = 0.


Memory Tricks & Shortcuts

patternConstruction Formula From Roots

When you are given roots and asked for the equation, the template is always:

x² - (S)x + (P) = 0

where S = sum of roots and P = product of roots. The minus sign before S is fixed — it never changes regardless of whether the sum is positive or negative. The plus sign before P holds even if the product is negative (a negative P just makes it subtraction in practice).

Micro-example: roots are 3 and 4. S = 7, P = 12. Equation: x² - 7x + 12 = 0. Verify: (x-3)(x-4) = x² - 7x + 12. Done in 8 seconds versus expanding and checking coefficients separately (25 seconds).

patternSquare-the-Sum Identity

For any question asking α² + β² given a quadratic, never compute the roots individually. Use:

α² + β² = (α + β)² - 2αβ

Read off α + β = -b/a and αβ = c/a directly from the equation. The calculation becomes purely arithmetic.

Micro-example: x² - 6x + 8 = 0. Sum = 6, product = 8. α² + β² = 6² - 2(8) = 36 - 16 = 20. Total time: 10 seconds. Finding roots first (2 and 4) then squaring and adding: 2² + 4² = 4 + 16 = 20 — also works, but takes 25 seconds. The identity scales better when roots are irrational.

patternDiscriminant-First for Equal-Roots Problems

Any question of the form "find k given equal roots" is a one-liner: set D = 0.

D = b² - 4ac = 0 → b² = 4ac

Micro-example: x² - px + 36 = 0, equal roots. Here b = -p, a = 1, c = 36. p² = 4(1)(36) = 144 → p = ±12. Three arithmetic steps. Attempting to factor or use the formula without this insight takes 60+ seconds and risks sign errors.

eliminationParabola Sign Rule for Inequalities

For a monic quadratic (leading coefficient +1) with roots α and β (α < β):

  • Between the roots → negative (the parabola dips below the x-axis).
  • Outside the roots → positive.

So (x-2)(x-3) > 0 is satisfied outside: x < 2 or x > 3. And (x-2)(x-3) < 0 is satisfied inside: 2 < x < 3.

Write "OUT is positive, IN is negative" at the top of your rough sheet. Eliminates the need to test values every time. Standard test-value approach: 45 seconds. This mental rule: 8 seconds once the roots are found.

substitutionAbsolute-Value Quadratic — Substitute y = |x|

Any time you see both and |x| in the same equation, substitute y = |x|. Because x² = |x|²= y², the equation converts to a clean quadratic in y.

Solve for y ≥ 0, then recover x = ±y for each positive solution.

Micro-example: x² - 4|x| + 3 = 0y² - 4y + 3 = 0(y-1)(y-3) = 0 → y = 1 or y = 3 → x = ±1 or x = ±3.

Without this substitution, attempting to split into cases x ≥ 0 and x < 0 separately takes 70+ seconds and is error-prone. This substitution reduces it to a standard 15-second factorization.


Fast-Solving Framework

In the exam hall, look at the question type first before doing any calculation:

Step 1 — Classify the question.

Step 2 — Extract S and P from the equation before touching the options. For ax² + bx + c = 0: S = -b/a, P = c/a. Write these down. Half the question is already answered.

Step 3 — Verify sign on the construction formula. If building an equation from roots: x² - (S)x + (P) = 0. The minus before S is a trap. The options will always include a version with +S to catch this error.

Step 4 — Check the discriminant condition. "Real roots" → D ≥ 0. "Distinct real roots" → D > 0. "Equal roots" → D = 0. Never mix these up under time pressure.


Solved PYQs

Why this question: This tests the absolute-value substitution — a variant that trips up anyone who hasn't seen it in the right framing.

Previous Year Questionपिछले वर्ष का प्रश्न
The solution of x² - 4|x| + 3 = 0 is:
x² - 4|x| + 3 = 0 का हल है:
  1. ±1, ±3
  2. ±1, ±2
  3. ±2, ±3
  4. ±1, ±4
  1. ±1, ±3
  2. ±1, ±2
  3. ±2, ±3
  4. ±1, ±4
Solutionसमाधान
Let |x| = y, then y² - 4y + 3 = 0. Factoring: (y-1)(y-3) = 0, so y = 1 or y = 3. Therefore |x| = 1 or |x| = 3, which gives x = ±1 or x = ±3.
माना |x| = y, तब y² - 4y + 3 = 0। गुणनखंड करने पर: (y-1)(y-3) = 0, अतः y = 1 या y = 3। इसलिए |x| = 1 या |x| = 3, जो x = ±1 या x = ±3 देता है।

Solving path: Recognize the |x| term. Substitute y = |x|y² - 4y + 3 = 0(y-1)(y-3) = 0 → y = 1 or y = 3. Since y = |x|, this gives x = ±1 or x = ±3. Answer: ±1, ±3.


Why this question: A pure Vieta's identity question. The moment you see α² + β², reach for the identity — not the roots.

Previous Year Questionपिछले वर्ष का प्रश्न
If α and β are roots of x² - 6x + 8 = 0, then the value of α² + β² is:
यदि α और β समीकरण x² - 6x + 8 = 0 के मूल हैं, तो α² + β² का मान है:
  1. 20
  2. 18
  3. 16
  4. 14
  1. 20
  2. 18
  3. 16
  4. 14
Solutionसमाधान
For equation x² - 6x + 8 = 0, α + β = 6 and αβ = 8. Using identity α² + β² = (α + β)² - 2αβ = 6² - 2(8) = 36 - 16 = 20.
समीकरण x² - 6x + 8 = 0 के लिए, α + β = 6 और αβ = 8। सूत्र α² + β² = (α + β)² - 2αβ = 6² - 2(8) = 36 - 16 = 20 का उपयोग करके।

Solving path: From x² - 6x + 8 = 0: S = 6, P = 8. Apply α² + β² = S² - 2P = 36 - 16 = 20. Done. No need to find that the roots are 2 and 4.


Why this question: Tests the construction formula in reverse — given roots, recover coefficients. The sign trap is embedded in the options.

Previous Year Questionपिछले वर्ष का प्रश्न
The quadratic equation x² - px + q = 0 has roots 2 and 3. The values of p and q are:
द्विघात समीकरण x² - px + q = 0 के मूल 2 और 3 हैं। p और q के मान हैं:
  1. p = 5, q = 6
  2. p = -5, q = 6
  3. p = 5, q = -6
  4. p = -5, q = -6
  1. p = 5, q = 6
  2. p = -5, q = 6
  3. p = 5, q = -6
  4. p = -5, q = -6
Solutionसमाधान
For roots 2 and 3: Sum of roots = 2 + 3 = 5 = p. Product of roots = 2 × 3 = 6 = q. Therefore, p = 5 and q = 6.
मूल 2 और 3 के लिए: मूलों का योग = 2 + 3 = 5 = p। मूलों का गुणनफल = 2 × 3 = 6 = q। अतः p = 5 और q = 6।

Solving path: Equation form is x² - px + q = 0. S = 2 + 3 = 5 = p. P = 2 × 3 = 6 = q. The equation x² - px + q = 0 means -p = -(sum) → p = sum = 5, and q = product = 6.


Why this question: Straightforward factorization but with a non-unity leading coefficient. Tests whether you use the split-middle-term method correctly.

Previous Year Questionपिछले वर्ष का प्रश्न
The roots of the equation 2x² - 5x + 3 = 0 are:
समीकरण 2x² - 5x + 3 = 0 के मूल हैं:
  1. 1, 3/2
  2. 3/2, 1
  3. 1/2, 3
  4. 2, 3/2
  1. 1, 3/2
  2. 3/2, 1
  3. 1/2, 3
  4. 2, 3/2
Solutionसमाधान
Using factorization: 2x² - 5x + 3 = 0 can be written as 2x² - 3x - 2x + 3 = 0, which gives (2x-3)(x-1) = 0. Therefore, x = 3/2 or x = 1.
गुणनखंड विधि से: 2x² - 5x + 3 = 0 को 2x² - 3x - 2x + 3 = 0 लिखा जा सकता है, जो (2x-3)(x-1) = 0 देता है। अतः x = 3/2 या x = 1।

Solving path: 2x² - 5x + 3 = 0. Product = 2×3 = 6, sum = -5. Split: -3 and -2. Rewrite: 2x² - 3x - 2x + 3 = x(2x-3) - 1(2x-3) = (2x-3)(x-1) = 0. Roots: x = 3/2 or x = 1.


Why this question: Tests the quadratic inequality workflow — factorize, identify roots, apply the parabola sign rule.

Previous Year Questionपिछले वर्ष का प्रश्न
If x² - 5x + 6 > 0, then x lies in the interval:
यदि x² - 5x + 6 > 0 है, तो x किस अंतराल में होगा?
  1. (-∞, 2) ∪ (3, ∞)
  2. (2, 3)
  3. (-∞, 3)
  4. (2, ∞)
  1. (-∞, 2) ∪ (3, ∞)
  2. (2, 3)
  3. (-∞, 3)
  4. (2, ∞)
Solutionसमाधान
Factoring x² - 5x + 6 = (x-2)(x-3). For (x-2)(x-3) > 0, both factors must have same sign. This occurs when x < 2 or x > 3, i.e., x ∈ (-∞, 2) ∪ (3, ∞).
गुणनखंड करने पर x² - 5x + 6 = (x-2)(x-3)। (x-2)(x-3) > 0 के लिए, दोनों गुणनखंडों का चिह्न समान होना चाहिए। यह x < 2 या x > 3 पर होता है, अर्थात् x ∈ (-∞, 2) ∪ (3, ∞)।

Solving path: x² - 5x + 6 = (x-2)(x-3). Roots are 2 and 3. For the product to be positive (> 0), both factors must have the same sign. Apply the parabola sign rule: the expression is positive outside the roots. Therefore x < 2 or x > 3, which is (-∞, 2) ∪ (3, ∞).


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →