Quadratic Equations for RBI Grade B — Roots, Discriminant & Alpha-Beta Mastery

intermediate 18 min read

Concept

A quadratic equation is any equation that can be written in the standard form ax² + bx + c = 0, where a ≠ 0. The word "quadratic" comes from the Latin quadratus, meaning square — the defining feature is that the highest power of the variable is 2.

Here is the important thing to understand intuitively: a quadratic equation always has exactly two roots (counting multiplicity), and those roots can be real or complex. For competitive exams, you almost exclusively deal with real roots, so your toolkit is: factorisation, the quadratic formula, and discriminant analysis.

Think of it this way — a quadratic is just a parabola. The roots are the x-intercepts of y = ax² + bx + c. If the parabola crosses the x-axis at two points, you have two distinct real roots. If it just touches the axis, you have one repeated root. If it never touches the axis, there are no real roots. This visual map directly corresponds to the discriminant D = b² - 4ac:

The analogy that works best: imagine you are throwing a cricket ball. If you throw it hard enough (large positive c, small a), it stays airborne and never hits the ground in the playing range — that is the D < 0 scenario. If it just grazes the ground once, D = 0. Normal trajectories that land and bounce — that is D > 0.

For RBI Grade B, quadratics appear in two flavours: word problems (consecutive numbers, reciprocal sums, products) and symbolic manipulation (discriminant conditions, α-β expressions). Both are mechanical once you have the pattern recognition down. The discriminant questions in particular are almost free marks if you know the three conditions cold.


Deep Dive

The Standard Toolkit

Given ax² + bx + c = 0:

Sum of roots: α + β = -b/a

Product of roots: αβ = c/a

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

Don't reach for the quadratic formula as your first move in an exam. Use it only when factorisation fails. Factorisation is faster by at least 30 seconds on a clean integer-root problem.

Factorisation — The Primary Method

For x² + bx + c = 0 (when a = 1): you need two numbers whose sum is b (the coefficient of x) and whose product is c (the constant). This is the Sum-Product method.

For ax² + bx + c = 0 (when a ≠ 1): use the Split-Middle method.

  1. Compute a × c.
  2. Find two numbers whose sum is b and whose product is a × c.
  3. Split the middle term and factor by grouping.

Example: 6x² - 13x + 6 = 0

Discriminant Conditions — The Quick-Fire Section

The discriminant D = b² - 4ac controls root nature. These questions are among the fastest in the quant section if you have the conditions memorised:

| Condition | Root Nature | |---|---| | D > 0 | Two distinct real roots | | D = 0 | Two equal (repeated) real roots | | D < 0 | No real roots (complex) |

For "equal roots" questions: set b² - 4ac = 0 and solve for the unknown parameter. For "no real roots" questions: set b² - 4ac < 0 and solve the inequality.

Alpha-Beta Expressions

This is where RBI Grade B separates itself from SSC-type exams. You need to evaluate expressions involving roots without actually finding the roots. The key identities:

For x² - 5x + 6 = 0: α + β = 5, αβ = 6.

To find α³ + β³: = (α + β)³ - 3αβ(α + β) = 5³ - 3(6)(5) = 125 - 90 = 35

Look — you never needed to find that α = 2, β = 3 explicitly. Straight from sum-product to the answer in two lines. That is the RBI Grade B way of doing this.

Word Problem Translation

Most word problems reduce to one of three frames:

Frame 1 — Consecutive integers:

Frame 2 — Reciprocal/sum:

Frame 3 — Area/perimeter/product:

Always check: does the problem context require a positive root? Negative values are mathematically valid roots but often physically meaningless (you cannot have a negative length or a negative count of people). Eliminate the extraneous root explicitly — examiners sometimes include it as a trap option.


Memory Tricks & Shortcuts

patternSum-Product Before Formula

When a = 1, scan the constant c and find factor pairs. Pick the pair that sums to b. This takes under 10 seconds for numbers under 100. Example: x² - 6x + 8 = 0. Factors of 8: (1,8), (2,4). Which pair sums to 6? (2,4). So roots are 2 and 4. Standard quadratic formula: ~45 seconds. Sum-Product scan: ~8 seconds. Saves roughly 37 seconds per question.

patternVieta Shortcut for α-β Expressions

Never solve for individual roots when asked for expressions like α² + β² or α³ + β³. Read off α + β = -b/a and αβ = c/a directly, then chain the identities. For α³ + β³, you need exactly 3 multiplications and 1 subtraction. Finding roots individually and cubing them: 6+ arithmetic operations with risk of error. Vieta chain: 3 operations, zero ambiguity.

eliminationDiscriminant Parameter Questions — One-Step Solve

When asked "for what value of k does the equation have equal/no real roots", substitute into b² - 4ac = 0 (for equal roots) or < 0 (no real roots) immediately. Do not attempt to factor or find roots. Example: kx² + 4x + 1 = 0, equal roots → 4² - 4(k)(1) = 016 = 4kk = 4. Total: 2 steps, under 15 seconds. Trying to factor with unknown k: impossible without this condition first.

estimationConsecutive Numbers — Parity Check Before Algebra

For "sum of squares of two consecutive odd numbers = 130" type questions, estimate first. √(130/2) ≈ 8. So the numbers are near 8. Odd numbers near 8: try 7 and 9. 49 + 81 = 130. Done. This estimation-then-verify approach takes under 20 seconds. Setting up and solving the full quadratic: ~60 seconds. Reserve the algebraic method only when estimation gives non-integers.

patternReciprocal Sum → Symmetric Quadratic

"Sum of a number and its reciprocal = k" always gives the symmetric form x² - kx + 1 = 0. The product of roots is always 1 (one root is the reciprocal of the other). So if one root is p/q, the other is automatically q/p. You only need to find one root; the other is its reciprocal. Halves the checking work.


Fast-Solving Framework

When you encounter a quadratic question in the exam hall, run this decision tree:

Step 1 — Classify the question type.

Step 2 — Choose the solving method.

Step 3 — Sanity check.

Step 4 — For inequalities on k: after setting D < 0 or D > 0, double-check the direction of the inequality sign — sign flips when dividing by a negative coefficient.


Solved PYQs

Why this question: This is the canonical reciprocal-sum problem. It tests whether you can translate the word problem and then factor a non-monic quadratic.

Previous Year Questionपिछले वर्ष का प्रश्न
The sum of a number and its reciprocal is 13/6. Find the number.
किसी संख्या और उसके व्युत्क्रम का योग 13/6 है। वह संख्या ज्ञात कीजिए।
  1. 2/3 or 3/2
  2. 3/4 or 4/3
  3. 1/2 or 2
  4. 5/6 or 6/5
  1. 2/3 या 3/2
  2. 3/4 या 4/3
  3. 1/2 या 2
  4. 5/6 या 6/5
Solutionसमाधान
Let the number be x. Then x + 1/x = 13/6. Multiplying by x: x² + 1 = 13x/6. Rearranging: 6x² + 6 = 13x, or 6x² - 13x + 6 = 0. Factoring: (2x - 3)(3x - 2) = 0. Therefore, x = 3/2 or x = 2/3.
माना संख्या x है। तब x + 1/x = 13/6। x से गुणा करने पर: x² + 1 = 13x/6। पुनर्व्यवस्थित करने पर: 6x² + 6 = 13x, या 6x² - 13x + 6 = 0। गुणनखंड करने पर: (2x - 3)(3x - 2) = 0। अतः x = 3/2 या x = 2/3।

Solving path: Let the number be x. The condition "sum of a number and its reciprocal is 13/6" translates to x + 1/x = 13/6. Multiply both sides by 6x: 6x² + 6 = 13x, giving 6x² - 13x + 6 = 0. Now apply Split-Middle: a × c = 36, need factor pair summing to -13: that is -9 and -4. Split: 6x² - 9x - 4x + 6 = 03x(2x - 3) - 2(2x - 3) = 0(3x - 2)(2x - 3) = 0. Roots: x = 2/3 or x = 3/2. Note that one root is the reciprocal of the other — exactly as the Symmetric Quadratic trick predicts.


Why this question: The simplest factorisation case — every exam has at least one of these. Demonstrates the Sum-Product method in its cleanest form.

Previous Year Questionपिछले वर्ष का प्रश्न
The roots of the equation x² - 6x + 8 = 0 are:
समीकरण x² - 6x + 8 = 0 के मूल हैं:
  1. 2, 4
  2. 1, 8
  3. 3, 3
  4. -2, -4
  1. 2, 4
  2. 1, 8
  3. 3, 3
  4. -2, -4
Solutionसमाधान
Using factorization: x² - 6x + 8 = 0 can be written as (x-2)(x-4) = 0. Therefore, x = 2 or x = 4. We can verify: 2 + 4 = 6 (sum of roots) and 2 × 4 = 8 (product of roots).
गुणनखंड का उपयोग करते हुए: x² - 6x + 8 = 0 को (x-2)(x-4) = 0 लिखा जा सकता है। अतः x = 2 या x = 4। हम सत्यापित कर सकते हैं: 2 + 4 = 6 (मूलों का योग) और 2 × 4 = 8 (मूलों का गुणनफल)।

Solving path: x² - 6x + 8 = 0. Factors of 8 that sum to 6: (2, 4). So (x - 2)(x - 4) = 0, giving roots 2 and 4. Cross-check: 2 + 4 = 6 = -(-6)/1 and 2 × 4 = 8 = 8/1. Both verified in one glance.


Why this question: Tests the consecutive-odd-numbers frame and whether you can handle an equation that reduces to a clean factorisable form. The estimation trick works beautifully here.

Previous Year Questionपिछले वर्ष का प्रश्न
The sum of squares of two consecutive odd numbers is 130. Find the smaller number.
दो क्रमागत विषम संख्याओं के वर्गों का योग 130 है। छोटी संख्या ज्ञात कीजिए।
  1. 7
  2. 9
  3. 5
  4. 11
  1. 7
  2. 9
  3. 5
  4. 11
Solutionसमाधान
Let the numbers be x and x+2. Then x² + (x+2)² = 130. Expanding: x² + x² + 4x + 4 = 130, so 2x² + 4x - 126 = 0, or x² + 2x - 63 = 0. Solving: (x+9)(x-7) = 0, so x = 7 or x = -9. Taking positive value, x = 7.
माना संख्याएं x और x+2 हैं। तब x² + (x+2)² = 130। विस्तार करने पर: x² + x² + 4x + 4 = 130, अतः 2x² + 4x - 126 = 0, या x² + 2x - 63 = 0। हल करने पर: (x+9)(x-7) = 0, अतः x = 7 या x = -9। धनात्मक मान लेने पर, x = 7।

Solving path: Estimate first — √(130/2) ≈ 8.06. Odd numbers near 8: try 7 and 9. 49 + 81 = 130. Confirmed. If you prefer algebra: let the numbers be x and x + 2. Then x² + (x+2)² = 130 expands to 2x² + 4x + 4 = 130, so x² + 2x - 63 = 0. Factor: (x + 9)(x - 7) = 0. Roots: x = 7 or x = -9. Since we need positive odd numbers, x = 7.


Why this question: The equal-roots discriminant condition is a high-frequency RBI pattern. Tests whether you immediately reach for D = 0 rather than trying to factor with an unknown parameter.

Previous Year Questionपिछले वर्ष का प्रश्न
For what value of k will the equation kx² + 4x + 1 = 0 have equal roots?
k के किस मान के लिए समीकरण kx² + 4x + 1 = 0 के मूल बराबर होंगे?
  1. 2
  2. 3
  3. 4
  4. 1
  1. 2
  2. 3
  3. 4
  4. 1
Solutionसमाधान
For equal roots, discriminant = 0. Here, b² - 4ac = 0, so 4² - 4(k)(1) = 0. This gives 16 - 4k = 0, therefore k = 4.
समान मूलों के लिए, विविक्तकर = 0। यहां, b² - 4ac = 0, अतः 4² - 4(k)(1) = 0। इससे 16 - 4k = 0, अतः k = 4।

Solving path: Equal roots condition: D = b² - 4ac = 0. Here a = k, b = 4, c = 1. So 16 - 4k = 0, giving k = 4. Direct. No factorisation attempted, no quadratic formula used. Two arithmetic steps.


Why this question: This is the most RBI Grade B-flavoured question in the set — it tests Vieta's relations and the cubic sum identity. You never need to find that the roots are 2 and 3.

Previous Year Questionपिछले वर्ष का प्रश्न
If α and β are roots of x² - 5x + 6 = 0, find the value of α³ + β³.
यदि α और β समीकरण x² - 5x + 6 = 0 के मूल हैं, तो α³ + β³ का मान ज्ञात कीजिए।
  1. 35
  2. 45
  3. 55
  4. 65
  1. 35
  2. 45
  3. 55
  4. 65
Solutionसमाधान
From the equation, α + β = 5 and αβ = 6. We know α³ + β³ = (α + β)³ - 3αβ(α + β) = 5³ - 3(6)(5) = 125 - 90 = 35.
समीकरण से, α + β = 5 और αβ = 6। हम जानते हैं α³ + β³ = (α + β)³ - 3αβ(α + β) = 5³ - 3(6)(5) = 125 - 90 = 35।

Solving path: From x² - 5x + 6 = 0: α + β = 5 (Vieta: -b/a = 5/1), αβ = 6 (Vieta: c/a = 6/1). Apply the identity α³ + β³ = (α + β)³ - 3αβ(α + β) = 5³ - 3(6)(5) = 125 - 90 = 35. Done in three arithmetic operations. Option (a) is 35.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →