A quadratic equation is any equation that can be written as ax2 + bx + c = 0, where a ≠ 0. In the NDA written exam you will almost always see two to four questions from this chapter, plus inequalities. The good news: once you master the discriminant and the sum–product rules, most questions become quick mental work rather than long algebra.
Why This Topic Matters for NDA
Quadratic equations sit at the heart of NDA algebra. They connect to sequences, coordinate geometry, trigonometry and even physics-style word problems. UPSC examiners love this chapter because a single idea — the roots of ax2 + bx + c = 0 — can be tested in many disguises.
Most questions are short and scoring if you know the standard results. You rarely need to fully solve an equation; instead you compare coefficients, use the discriminant, or read off the sum and product of roots. A student who has truly mastered this chapter can often look at four answer options and eliminate three of them before doing any real calculation.
The reason this chapter rewards smart preparation is that almost every question is built on the same small set of ideas: the standard form, the roots, the discriminant, and the two coefficient relations. Once these four ideas are second nature, the chapter stops feeling like algebra and starts feeling like pattern recognition. That is exactly the mindset The Cavalier trains its students to develop for the NDA written paper.
The condition a ≠ 0 is what makes the equation quadratic. If a = 0, it collapses to a linear equation bx + c = 0 with just one root.
Standard Form and Basic Vocabulary
Every quadratic can be arranged into the standard form:
ax2 + bx + c = 0, a ≠ 0
Here a is the leading coefficient, b the coefficient of x, and c the constant term.
The values of x that satisfy the equation are called its roots or solutions. A quadratic always has exactly two roots (counting repeated and complex roots), because it is a degree-2 polynomial. This is a special case of the Fundamental Theorem of Algebra, which says a polynomial of degree n has exactly n roots in the complex number system.
It helps to picture the graph of y = ax2 + bx + c, which is a parabola. The roots of the equation are simply the points where this parabola crosses the x-axis, because there y equals zero. Connecting the algebra to the graph makes the whole chapter far easier to remember.
- If both roots are real and different, the curve y = ax2 + bx + c cuts the x-axis at two distinct points.
- If the roots are equal, the parabola just touches the x-axis at one point (the vertex sits on the axis).
- If the roots are complex, the parabola never meets the x-axis at all; it floats entirely above or below it.
The sign of a decides which way the parabola opens: a > 0 opens upward like a valley, while a < 0 opens downward like a hill. Keeping this picture in mind will save you in inequality questions later.
The Quadratic Formula
The most reliable way to find the roots is the quadratic formula, obtained by completing the square on the standard form.
x = ( −b ± √(b2 − 4ac) ) ÷ 2a
The quantity under the root sign, b2 − 4ac, is so important it gets its own name — the discriminant, written as D or Δ. It alone decides what kind of roots you get, without you having to compute them.
The formula itself comes from a neat trick called completing the square. Starting from ax2 + bx + c = 0, you divide through by a, move the constant across, and add a square term to both sides to fold the left side into a perfect square. The final rearrangement gives exactly the formula above. You do not need to reproduce this derivation in the exam, but knowing where the formula comes from helps you trust it and remember the −b and the 2a in the right places.
Before reaching for the full formula, try factorisation. Many NDA quadratics like x2 − 5x + 6 = 0 split cleanly into (x − 2)(x − 3) = 0, saving you time.
Discriminant and Nature of Roots
The discriminant D = b2 − 4ac tells you the nature of the roots at a glance. Memorise this table; it answers a large share of NDA questions directly.
- D > 0 → two distinct real roots
- D = 0 → two equal (repeated) real roots, each = −b÷2a
- D < 0 → no real roots; two complex conjugate roots
Two extra refinements often appear in the exam:
- If a, b, c are rational and D is a perfect square, the roots are rational; otherwise they are irrational and come in conjugate pairs like p ± √q.
- Complex roots of a real quadratic always occur as conjugates: if α + iβ is a root, so is α − iβ.
Here is how to use this in practice. Suppose a question gives you 3x2 + 5x + 7 = 0 and asks for the nature of the roots. You compute D = 52 − 4(3)(7) = 25 − 84 = −59. Since D is negative, you can confidently mark “complex / imaginary roots” without solving anything further. That is the kind of ten-second answer the discriminant gives you.
Students forget the sign of a. The discriminant uses 4ac, so if a or c is negative, −4ac becomes positive and D grows. Always substitute signs carefully.
Sum and Product of Roots
If α and β are the roots of ax2 + bx + c = 0, then two beautiful relations connect them to the coefficients — no need to actually find the roots.
Sum of roots: α + β = −b ÷ a
Product of roots: α β = c ÷ a
These let you build an equation from its roots. A quadratic with roots α and β can be written as:
x2 − (α + β)x + αβ = 0
i.e. x2 − (sum)x + (product) = 0
Useful derived results that NDA examiners test:
- α2 + β2 = (α + β)2 − 2αβ
- (α − β)2 = (α + β)2 − 4αβ
- 1÷α + 1÷β = (α + β) ÷ αβ
- α3 + β3 = (α + β)3 − 3αβ(α + β)
Why do these relations exist? If α and β are the roots, then ax2 + bx + c = a(x − α)(x − β). Expanding the right side and matching coefficients with the left immediately gives α + β = −b÷a and αβ = c÷a. Understanding this one expansion means you will never confuse which relation carries the minus sign.
When a question asks for a symmetric expression of the roots (sum of squares, sum of reciprocals, sum of cubes), never solve for α and β separately. Plug straight into these identities and you will finish in a fraction of the time.
Forming Equations and Special Root Conditions
Many NDA questions hide simple conditions inside words. Learn to translate them:
- Roots are equal → D = 0.
- Roots are reciprocal (β = 1÷α) → product = 1, so c = a.
- Roots are equal in magnitude but opposite in sign → sum = 0, so b = 0.
- One root is zero → product = 0, so c = 0.
- Both roots positive → D ≥ 0, sum > 0 and product > 0.
If a quadratic with rational coefficients has one irrational root p + √q, the other root must be p − √q. Surds always come in conjugate pairs.
Worked Example
Let us combine the discriminant and sum–product ideas in one typical NDA-style problem.
If α and β are the roots of 2x2 − 7x + 3 = 0, find the value of α2 + β2.
So α2 + β2 = 37÷4. Notice we never found the actual roots — the identities did all the work.
Inequalities: The Basics
An inequality compares two expressions using <, ≤, > or ≥. Solving one means finding all values of x that make it true. The rules are like equations, with one crucial twist.
When you multiply or divide an inequality by a negative number, you MUST flip the sign. For example, −2x > 6 becomes x < −3, not x > −3.
For a linear inequality like 3x − 5 ≤ 7, just isolate x: add 5 to both sides to get 3x ≤ 12, then divide by the positive number 3 to get x ≤ 4. The answer is an interval, written x ≤ 4 or ( −∞, 4 ]. Notice we did not flip the sign because we divided by a positive number.
It is worth getting comfortable with interval notation, because NDA options are often written that way. A square bracket [ or ] means the endpoint is included (used with ≤ and ≥), while a round bracket ( or ) means the endpoint is excluded (used with strict < and >). Infinity always takes a round bracket because it is never actually reached.
Adding or subtracting the same number from both sides never changes the direction of an inequality. Only multiplying/dividing by a negative does.
Solving Quadratic Inequalities
To solve a quadratic inequality such as ax2 + bx + c > 0, follow the sign method:
- Move everything to one side so it compares with 0.
- Factorise to find the critical points (the roots).
- These roots split the number line into intervals.
- Test the sign of the expression in each interval and pick the ones that satisfy the inequality.
For a > 0 with real roots α < β:
- ax2 + bx + c < 0 holds between the roots: α < x < β
- ax2 + bx + c > 0 holds outside the roots: x < α or x > β
A quick memory hook: with a positive leading coefficient, the parabola opens upward, so it is negative in the dip between the roots and positive outside. If the leading coefficient is negative, the picture flips, so it pays to first make a positive (multiply the whole inequality by −1, remembering to flip the sign) before applying the rule.
Let us see the method on x2 − x − 6 < 0. Factorising gives (x − 3)(x + 2) < 0, so the critical points are x = 3 and x = −2. Since a = 1 is positive and we want the expression to be less than zero, the answer is the region between the roots: −2 < x < 3. Always write the smaller root on the left so the interval reads correctly.
If D < 0 and a > 0, the expression is positive for all real x. If D < 0 and a < 0, it is negative for all x. This single fact cracks many tricky options.
Common Mistakes to Avoid
A handful of slips cost students easy marks every year. Watch for these:
- Forgetting a ≠ 0. If the coefficient of x2 can be zero, treat that case separately.
- Sign errors in the formula. The numerator is −b, so for b = −7 it becomes +7.
- Mixing up sum and product. Sum is −b÷a (note the minus), product is c÷a (no minus).
- Not flipping the inequality when dividing by a negative.
- Including wrong endpoints. Use closed brackets only for ≤ and ≥, open for strict < and >.
Squaring both sides of an inequality can introduce false solutions, because squaring loses sign information. Always verify your answer by substituting a test value.
Previous-Year Style Question
This question blends the discriminant with a coefficient condition — a classic NDA pattern.
Q. For what value of k does the equation x2 − 6x + k = 0 have equal roots?
Answer: Equal roots require D = 0. Here a = 1, b = −6, c = k, so D = (−6)2 − 4(1)(k) = 36 − 4k. Setting 36 − 4k = 0 gives k = 9. The repeated root is then −b÷2a = 6÷2 = 3.
Whenever a question says “equal roots”, “coincident roots”, or “repeated roots”, immediately write D = 0. Three different words, one condition.
Quick Revision
- Standard form: ax2 + bx + c = 0, a ≠ 0.
- Roots: x = ( −b ± √D ) ÷ 2a, where D = b2 − 4ac.
- D > 0 real distinct, D = 0 equal, D < 0 complex conjugates.
- Sum = −b÷a, Product = c÷a; build equations as x2 − (sum)x + product = 0.
- Inequalities: flip the sign when multiplying/dividing by a negative.
- Quadratic inequality (a > 0): negative between roots, positive outside.
Practise 15–20 mixed NDA PYQs from this chapter. Speed comes from recognising the standard conditions instantly, not from grinding through long algebra.
Frequently asked questions
How many questions come from quadratic equations in NDA Maths?
Typically two to four questions appear directly from quadratic equations and inequalities in each NDA paper. They are usually short and scoring if you know the discriminant and sum-product rules.
What is the fastest way to check the nature of roots?
Compute the discriminant D = b² − 4ac. If D is positive the roots are real and distinct, if zero they are equal, and if negative they are complex conjugates. You do not need to solve the equation.
Do I always need the quadratic formula?
No. Try factorisation first, since many NDA quadratics split easily into simple factors. Use the formula only when factorisation is not obvious or the roots are irrational.
When does the inequality sign flip?
Only when you multiply or divide both sides by a negative number. Adding or subtracting the same quantity from both sides never changes the direction of the inequality.
How do surd and complex roots behave in a real quadratic?
They always occur in conjugate pairs. If p + √q is a root then p − √q is the other, and if a + ib is a root then a − ib is the other, provided the coefficients are rational or real respectively.
Related NDA Maths topics
Want a teacher to walk you through NDA Maths?
Cavalier's NDA batches break every topic into classroom sessions with daily practice, tests and doubt-clearing.