NDA Maths · Quadratic Equations

Nature of Roots & Boundary Conditions

Before finding the roots of a quadratic, you can read off what KIND they are — real, equal or complex — and where they sit, straight from the coefficients, using the discriminant and a few sign tests.

Why this matters

This subtopic is the chapter's foundation and its second-largest pocket (21 PYQs). Most questions never ask you to solve the quadratic — they ask whether the roots are real, what the difference between them is, whether the coefficients fall into AP/GP/HP, or how many real roots a disguised equation has. Master the discriminant and the a+b+c=0 reflex first; they unlock half the chapter.

Concept 1 of 8

What a Quadratic Equation Is

Intuition

A quadratic is the simplest equation that can bend — its graph is a parabola, not a straight line. Because the parabola can cross, touch, or miss the x-axis, a quadratic has at most two real solutions, called its roots.

Definition

A quadratic equation is any equation that can be written in the standard form

ax2+bx+c=0,a0.ax^2 + bx + c = 0, \quad a \neq 0.

  • a,b,ca, b, c are the coefficients (aa the leading coefficient, cc the constant term); the condition a0a \neq 0 is what makes it quadratic rather than linear.
  • A root (or solution) is a value of xx that makes the equation true. Graphically, the real roots are exactly the x-intercepts of the parabola y=ax2+bx+cy = ax^2 + bx + c.
  • A quadratic has at most two roots. If α\alpha and β\beta are the roots, the equation factors as a(xα)(xβ)=0a(x-\alpha)(x-\beta) = 0.

Standard form

ax2+bx+c=0,a0ax^2 + bx + c = 0, \quad a \neq 0

Worked example

Is (x2)(x+5)=8(x-2)(x+5) = 8 a quadratic equation? Put it in standard form and name its coefficients.
  1. Expand the left side: (x2)(x+5)=x2+3x10(x-2)(x+5) = x^2 + 3x - 10.
  2. Bring everything to one side: x2+3x108=0x^2 + 3x - 10 - 8 = 0, i.e. x2+3x18=0x^2 + 3x - 18 = 0.
  3. The x2x^2 coefficient is 101 \neq 0, so yes — it is quadratic.
Answer:x2+3x18=0x^2 + 3x - 18 = 0; here a=1, b=3, c=18a = 1,\ b = 3,\ c = -18.
Practice this concept3 quick reps

Practice — Level 1 (3 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Put 3x(x1)=2x+43x(x-1) = 2x + 4 in standard form.
  2. 2.
    Is 2x+7=02x + 7 = 0 a quadratic?
  3. 3.
    If the roots of x2+bx+c=0x^2 + bx + c = 0 are 22 and 3-3, write the equation.

Concept 2 of 8

Three Ways to Solve a Quadratic

Intuition

There are exactly three tools: factor it (fastest when the roots are tidy), complete the square (always works and reveals the vertex), or use the quadratic formula (completing the square done once, in general). The formula is not magic — it IS completing the square on the general equation, which is why the discriminant appears under its root.

Definition

Three methods for ax2+bx+c=0ax^2 + bx + c = 0:

  • Factoring: write it as a(xα)(xβ)=0a(x-\alpha)(x-\beta)=0 and read off x=α,βx=\alpha,\beta. Works cleanly when the roots are rational.
  • Completing the square: force a perfect square, e.g. x2+bx=(x+b2)2b24x^2 + bx = \left(x+\tfrac{b}{2}\right)^2 - \tfrac{b^2}{4}, then take square roots.
  • Quadratic formula: the general result of completing the square,

x=b±b24ac2a.x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
The quantity b24acb^2 - 4ac under the root is the discriminant DD — the single number that controls everything about the roots (next concept).

Quadratic formula

x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Worked example

Solve 2x27x+3=02x^2 - 7x + 3 = 0 by factoring, and confirm with the formula.
  1. Factor: split the middle term, 2x26xx+3=2x(x3)1(x3)=(2x1)(x3)2x^2 - 6x - x + 3 = 2x(x-3) - 1(x-3) = (2x-1)(x-3).
  2. Roots: 2x1=0x=122x-1 = 0 \Rightarrow x = \tfrac{1}{2}, and x3=0x=3x - 3 = 0 \Rightarrow x = 3.
  3. Check with the formula: D=(7)24(2)(3)=4924=25D = (-7)^2 - 4(2)(3) = 49 - 24 = 25, so x=7±54=3, 12x = \dfrac{7 \pm 5}{4} = 3,\ \tfrac{1}{2}. ✓
Answer:x=12x = \dfrac{1}{2} or x=3x = 3.
Practice this conceptself-check

Try it yourself

Solve x26x+7=0x^2 - 6x + 7 = 0 by completing the square.

The formula needs standard form first

bb and cc in x=b±b24ac2ax = \frac{-b\pm\sqrt{b^2-4ac}}{2a} are the coefficients AFTER moving everything to one side and with a>0a > 0 if you like. Reading b,cb, c off an un-rearranged equation (e.g. x2=5x6x^2 = 5x - 6) is the most common slip.

Concept 3 of 8

The Discriminant — Nature of the Roots

Intuition

The discriminant is the part of the formula under the square root. Its SIGN alone tells you whether the parabola crosses the axis twice, touches it once, or misses it — so you learn the nature of the roots without solving anything.

Definition

For ax2+bx+c=0ax^2 + bx + c = 0 with real coefficients, the discriminant is D=b24acD = b^2 - 4ac (also written Δ\Delta):

  • D>0D > 0: two distinct real roots (parabola crosses the x-axis twice).
  • D=0D = 0: two equal real roots, x=b2ax = -\tfrac{b}{2a} (parabola touches the axis).
  • D<0D < 0: two complex conjugate roots, no real root (parabola misses the axis).

A further refinement when a,b,ca,b,c are rational: if DD is a perfect square the roots are rational, otherwise they are irrational conjugates. A graph lying entirely above the x-axis means a>0a > 0 and D<0D < 0.

Discriminant

D=b24acD = b^2 - 4ac
D > 0two real rootsD = 0equal rootsD < 0no real roots

Worked example

For which values of kk does x2+kx+4=0x^2 + kx + 4 = 0 have (a) equal roots, (b) no real roots?
  1. Discriminant: D=k24(1)(4)=k216D = k^2 - 4(1)(4) = k^2 - 16.
  2. (a) Equal roots need D=0D = 0: k2=16k=±4k^2 = 16 \Rightarrow k = \pm 4.
  3. (b) No real roots need D<0D < 0: k2<164<k<4k^2 < 16 \Rightarrow -4 < k < 4.
Answer:Equal at k=±4k = \pm 4; no real roots for 4<k<4-4 < k < 4.

From the bank · past-year question

Example 3Quadratic EquationsEASY
If the graph of a quadratic polynomial lies entirely above the x-axis, then which one of the following is correct?

[Q12 · Apr · 2017]

"Real roots" includes the equal case

"Has real roots" means D0D \geq 0 (real and distinct OR equal). "Distinct real roots" is the strict D>0D > 0. Watch which the question asks — boundary values of a parameter live exactly at D=0D = 0.

Concept 4 of 8

Equal Roots Force a Coefficient Progression

Intuition

A recurring NDA trick: set the discriminant to zero and the resulting relation between the coefficients is exactly the condition for them to be in AP, GP, or HP. Recognising the target relation lets you skip pages of algebra.

Definition

When a question says "the roots are equal," write D=0D = 0 and simplify — the answer is usually a progression among the coefficients:

  • GP test: a,b,ca, b, c in GP     b2=ac\iff b^2 = ac. (So ax2+bx+c=0ax^2+bx+c=0 with a,b,ca,b,c in GP has D=ac4ac=3acD = ac - 4ac = -3ac.)
  • HP test: a,b,ca, b, c in HP     2b=1a+1c\iff \dfrac{2}{b} = \dfrac{1}{a} + \dfrac{1}{c}. This is the most-tested outcome — many "equal roots" problems collapse to 1a+1c=2b\frac{1}{a}+\frac{1}{c}=\frac{2}{b}.
  • AP test: a,b,ca, b, c in AP     2b=a+c\iff 2b = a + c.

Progression tests

GP: b2=acAP: 2b=a+cHP: 2b=1a+1c\text{GP}:\ b^2 = ac \qquad \text{AP}:\ 2b = a+c \qquad \text{HP}:\ \tfrac{2}{b} = \tfrac{1}{a}+\tfrac{1}{c}

Worked example

If (bc)x2+(ca)x+(ab)=0(b-c)x^2 + (c-a)x + (a-b) = 0 has equal roots, show a,b,ca, b, c are in AP.
  1. Notice the coefficients sum to zero: (bc)+(ca)+(ab)=0(b-c)+(c-a)+(a-b) = 0, so x=1x = 1 is always a root.
  2. Equal roots means the other root is also 11, so the product of roots =1= 1: abbc=1\dfrac{a-b}{b-c} = 1.
  3. Thus ab=bca - b = b - c, i.e. 2b=a+c2b = a + c — the AP condition.
Answer:a,b,ca, b, c are in AP.

From the bank · past-year question

Example 4Quadratic EquationsMODERATE
For the following two (02) items: Consider the equation abx2+bcx+ca=cax2+abx+bcabx^2+bcx+ca = cax^2+abx+bc.
If the roots of the equation are equal, then aa, bb, cc are in

[Q32 · Sep · 2025]

Know all three tests cold

The HP condition 2b=1a+1c\frac{2}{b}=\frac{1}{a}+\frac{1}{c} is the one most often produced, but the wrong-progression option (AP or GP) is always offered. After simplifying D=0D=0, match the EXACT relation, don't pattern-match on "it has fractions so it's HP".

Concept 5 of 8

Difference and Ratio of the Roots

Intuition

You can get the gap between the roots, or compare the root-structure of two equations, without solving either — the difference comes from the discriminant, and a shared ratio of roots forces a relation between the two discriminants.

Definition

For ax2+bx+c=0ax^2+bx+c=0 with roots α,β\alpha,\beta:

  • Difference of roots: αβ=(α+β)24αβ=Da|\alpha - \beta| = \sqrt{(\alpha+\beta)^2 - 4\alpha\beta} = \dfrac{\sqrt{D}}{|a|}. A condition like "the roots differ by kk" becomes (αβ)2=k2(\alpha-\beta)^2 = k^2.
  • Ratio of roots: if the roots are in ratio λ:1\lambda : 1, then (α+β)2αβ=(λ+1)2λ=b2ac\dfrac{(\alpha+\beta)^2}{\alpha\beta} = \dfrac{(\lambda+1)^2}{\lambda} = \dfrac{b^2}{ac}. Two equations with the same root-ratio satisfy b2ac=q2pr\dfrac{b^2}{ac} = \dfrac{q^2}{pr}.

Difference of roots

αβ=(α+β)24αβ=Da|\alpha - \beta| = \sqrt{(\alpha+\beta)^2 - 4\alpha\beta} = \dfrac{\sqrt{D}}{|a|}

Worked example

The roots of x25x+k=0x^2 - 5x + k = 0 differ by 33. Find kk.
  1. Sum =5=5, product =k=k. Difference: (αβ)2=(α+β)24αβ=254k(\alpha-\beta)^2 = (\alpha+\beta)^2 - 4\alpha\beta = 25 - 4k.
  2. Set equal to 32=93^2 = 9: 254k=925 - 4k = 9.
  3. Solve: 4k=164k = 16.
Answer:k=4k = 4.

From the bank · past-year question

Example 5Quadratic EquationsHARD
If the difference between the roots of the equation x2+kx+1=0x^2 + kx + 1 = 0 is strictly less than 5\sqrt{5}, where k2|k| \geq 2, then kk can be any element of the interval

[Q4 · Apr · 2017]

Difference uses (sum)² − 4·product, not (sum)² − product

(αβ)2=(α+β)24αβ(\alpha-\beta)^2 = (\alpha+\beta)^2 - 4\alpha\beta — the coefficient is 44, the same 44 as in the discriminant. Using 22 instead is the standard error.

Concept 6 of 8

The a + b + c = 0 Shortcut

Intuition

If the coefficients of a quadratic add to zero, then x = 1 satisfies it instantly — so x = 1 is a root, and the other root drops straight out of the product. This turns many "find a root" questions into one line.

Definition

For ax2+bx+c=0ax^2 + bx + c = 0: substituting x=1x = 1 gives a+b+ca + b + c. Therefore

a+b+c=0    x=1 is a root.a + b + c = 0 \iff x = 1 \text{ is a root.}
The other root then follows from the product of roots: 1β=ca1 \cdot \beta = \dfrac{c}{a}, so β=ca\beta = \dfrac{c}{a}. A companion fact: if f(p)=f(q)f(p) = f(q) for a quadratic ff, the axis of symmetry is the midpoint x=p+q2=b2ax = \tfrac{p+q}{2} = -\tfrac{b}{2a}, and the two roots are symmetric about it.

Unit-root test

a+b+c=0    x=1 is a root,other root=caa + b + c = 0 \iff x = 1 \text{ is a root},\quad \text{other root} = \tfrac{c}{a}

Worked example

Find both roots of 7x212x+5=07x^2 - 12x + 5 = 0 by inspection.
  1. Coefficient sum: 7+(12)+5=07 + (-12) + 5 = 0, so x=1x = 1 is a root.
  2. Product of roots =ca=57= \dfrac{c}{a} = \dfrac{5}{7}, and one root is 11, so the other is 57\dfrac{5}{7}.
Answer:x=1x = 1 and x=57x = \dfrac{5}{7}.

From the bank · past-year question

Example 6Quadratic EquationsEASY
For the following two (02) items: Let f(x)=ax2+bx+cf(x)=ax^2+bx+c be a quadratic polynomial such that f(1)=f(4)=2f(1)=f(4)=2. Further, 2 is a root of f(x)=0f(x)=0.
What is (a+b+c)(a+b+c) equal to?

[Q38 · Sep · 2025]

Check the sum before reaching for the formula

Whenever the coefficients are built from symbols like (bc),(ca),(ab)(b-c), (c-a), (a-b) or (qr),(rp),(pq)(q-r),(r-p),(p-q), test a+b+ca+b+c first — it is almost always engineered to vanish, making x=1x=1 a free root.

Concept 7 of 8

Location of the Roots in an Interval

Intuition

To pin the roots inside an interval without solving, read three things off the parabola: it must actually have real roots (D ≥ 0), it must be above the axis at both ends (so neither end is between the roots), and its vertex must lie inside the interval. A sign change of f across two points guarantees a root between them.

Definition

For f(x)=ax2+bx+cf(x) = ax^2 + bx + c (take a>0a > 0) and an interval (p,q)(p, q):

  • **A root lies between pp and qq**     f(p)f(q)<0\iff f(p)\cdot f(q) < 0 (opposite signs — the curve crosses the axis once between them).
  • **Both roots lie in (p,q)(p, q)**     \iff all three hold: D0D \geq 0,  af(p)>0\ a f(p) > 0 and af(q)>0a f(q) > 0, and the vertex p<b2a<qp < -\tfrac{b}{2a} < q.

Both roots in (p, q), a > 0

D0,f(p)>0,f(q)>0,p<b2a<qD \ge 0,\quad f(p) > 0,\quad f(q) > 0,\quad p < -\tfrac{b}{2a} < q
a·f(p)>0a·f(q)>0rootrootvertex in (p,q)pq

Worked example

For how many integers kk does x26x+k=0x^2 - 6x + k = 0 have both roots in (0,5)(0, 5)?
  1. Real roots: D=364k0k9D = 36 - 4k \geq 0 \Rightarrow k \leq 9.
  2. Ends positive: f(0)=k>0f(0) = k > 0 and f(5)=2530+k=k5>0k>5f(5) = 25 - 30 + k = k - 5 > 0 \Rightarrow k > 5.
  3. Vertex x=3(0,5)x = 3 \in (0,5) ✓. Combining: 5<k95 < k \leq 9, so k{6,7,8,9}k \in \{6,7,8,9\}.
Answer:44 integers.

From the bank · past-year question

Example 7Quadratic EquationsMODERATE
For how many integral values of kk, the equation x24x+k=0x^{2}-4x+k=0, where kk is an integer has real roots and both of them lie in the interval (0,5)(0,5)?

[Q17 · Apr · 2023]

All three conditions are needed — not just the endpoints

f(p)>0f(p)>0 and f(q)>0f(q)>0 alone allow BOTH roots to sit on the same side of the interval (or to be complex). You also need D0D \ge 0 and the vertex inside (p,q)(p,q). Drop any one and a wrong-count option catches you.

Concept 8 of 8

Equations That Reduce to a Quadratic

Intuition

A modulus, a square root, or a fourth power hides a quadratic. Split the modulus by sign, substitute the radical or the square as a new variable, then count roots carefully — and always feed each candidate back through the domain it came from.

Definition

Three reducible shapes, all solved by a substitution then a validity check:

  • Modulus: for xa+|x - a| + \ldots, split into the two sign cases of the modulus and solve each branch on its own interval; keep only the roots that lie in the branch's interval.
  • Radical: for an equation in x\sqrt{x}, set u=x0u = \sqrt{x} \ge 0; reject any u<0u < 0.
  • Biquadratic: for ax4+bx2+c=0ax^4 + bx^2 + c = 0, set u=x20u = x^2 \ge 0; each valid u>0u > 0 gives x=±ux = \pm\sqrt{u}.

Counting the number and TYPE (rational/irrational) of the real roots is the usual question.

Substitution skeleton

u=x (0)  or  u=x2 (0)  quadratic in uu = \sqrt{x}\ (\ge 0)\ \text{ or }\ u = x^2\ (\ge 0)\ \Rightarrow\ \text{quadratic in } u

Worked example

How many real roots does x413x2+36=0x^4 - 13x^2 + 36 = 0 have?
  1. Let u=x20u = x^2 \geq 0: u213u+36=0(u4)(u9)=0u^2 - 13u + 36 = 0 \Rightarrow (u-4)(u-9) = 0, so u=4u = 4 or u=9u = 9.
  2. Both are positive, so each gives two real xx: x=±2x = \pm 2 and x=±3x = \pm 3.
  3. Count the distinct real roots.
Answer:44 real roots (±2,±3\pm 2, \pm 3).

From the bank · past-year question

Example 8Quadratic EquationsHARD
The equation 1x+x2=5|1-x| + x^2 = 5 has

[Q16 · Apr · 2018]

Reject substitution values that violate the domain

With u=xu = \sqrt{x} or u=x2u = x^2, a negative uu is impossible — discard it. And for a modulus branch, a candidate root is only valid if it lies in the interval that defined that branch. Forgetting this manufactures phantom roots.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (8)

  • What a Quadratic Equation Is

    Standard form

    ax2+bx+c=0,a0ax^2 + bx + c = 0, \quad a \neq 0
  • Three Ways to Solve a Quadratic

    Quadratic formula

    x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}
  • The Discriminant — Nature of the Roots

    Discriminant

    D=b24acD = b^2 - 4ac
  • Equal Roots Force a Coefficient Progression

    Progression tests

    GP: b2=acAP: 2b=a+cHP: 2b=1a+1c\text{GP}:\ b^2 = ac \qquad \text{AP}:\ 2b = a+c \qquad \text{HP}:\ \tfrac{2}{b} = \tfrac{1}{a}+\tfrac{1}{c}
  • Difference and Ratio of the Roots

    Difference of roots

    αβ=(α+β)24αβ=Da|\alpha - \beta| = \sqrt{(\alpha+\beta)^2 - 4\alpha\beta} = \dfrac{\sqrt{D}}{|a|}
  • The a + b + c = 0 Shortcut

    Unit-root test

    a+b+c=0    x=1 is a root,other root=caa + b + c = 0 \iff x = 1 \text{ is a root},\quad \text{other root} = \tfrac{c}{a}
  • Location of the Roots in an Interval

    Both roots in (p, q), a > 0

    D0,f(p)>0,f(q)>0,p<b2a<qD \ge 0,\quad f(p) > 0,\quad f(q) > 0,\quad p < -\tfrac{b}{2a} < q
  • Equations That Reduce to a Quadratic

    Substitution skeleton

    u=x (0)  or  u=x2 (0)  quadratic in uu = \sqrt{x}\ (\ge 0)\ \text{ or }\ u = x^2\ (\ge 0)\ \Rightarrow\ \text{quadratic in } u

Watch out for (7)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Quadratic EquationsMODERATE
Under which one of the following conditions does the equation (cosβ1)x2+(cosβ)x+sinβ=0(\cos\beta-1)x^2+(\cos\beta)x+\sin\beta=0 in xx have a real root for β[0,π]\beta\in[0,\pi]?

[Q45 · Apr · 2024]

Example 2Quadratic EquationsHARD
If the roots of the equation a(bc)x2+b(ca)x+c(ab)=0a(b-c)x^{2} + b(c-a)x + c(a-b) = 0 are equal, then which one of the following is correct ?

[Q6 · Sep · 2019]

Example 3Quadratic EquationsHARD
The ratio of roots of the equations ax2+bx+c=0ax^2 + bx + c = 0 and px2+qx+r=0px^2 + qx + r = 0 are equal. If D1D_1 and D2D_2 are respective discriminants, then what is D1D2\frac{D_1}{D_2} equal to?

[Q49 · Sep · 2018]

Example 4Quadratic EquationsMODERATE
For the following two (02) items: Let f(x)=ax2+bx+cf(x)=ax^2+bx+c be a quadratic polynomial such that f(1)=f(4)=2f(1)=f(4)=2. Further, 2 is a root of f(x)=0f(x)=0.
What is the other root of f(x)=0f(x)=0?

[Q37 · Sep · 2025]

Example 5Quadratic EquationsMODERATE
If f(x)=3x25x+pf(x)=3x^2-5x+p and f(0)f(0) and f(1)f(1) are opposite in sign, then which of the following is correct?

[Q76 · Apr · 2020]

Drill every past-year question on this subtopic

21 questions from the bank — paginated, with cart and Word-export support.