aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesMath AA HLTopic 2.7
Unit 2 · Functions · Topic 2.7

IB Math AA HL — Quadratic equations & discriminant

Topic 2.7 of IB Mathematics: Analysis and Approaches covers Quadratic equations & discriminant, which is part of Unit 2: Functions. Students explore key concepts including Solving quadratics, The discriminant, Quadratic inequalities. A strong understanding of quadratic equations & discriminant is essential for IB Math AA HL exams and builds the foundation for connected topics across the syllabus.

Higher Level students should use this topic hub as a map: start with the shared sub-topics, then follow the HL-only extensions and exam-skill links where this topic asks for deeper analysis.

Exam technique guidePractice questions

Key concepts in Quadratic equations & discriminant

Key Idea: Quadratics turn up everywhere in Unit 2 — you'll solve them, count their real roots with the discriminant, and read off where they're positive or negative. It's mostly Paper 1 (by hand), with the GDC as a Paper-2 shortcut.

🔢 First: set it to = 0, then choose a method

x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}x=2a−b±b2−4ac​​
a,b,ca, b, ca,b,c
read off ax² + bx + c = 0 — equation set to zero first
±\pm±
the two roots — keep both signs
b2−4acb^2 - 4acb2−4ac
the bit under the root: the discriminant Δ
When the question…MethodKey move
factorises nicelyFactorise into two bracketsSet each bracket = 0: (x−2)(x−3)=0 ⇒ x = 2 or 3.
is messy / 'give to 3 s.f.'Quadratic formulaBracket every substitution; a negative c makes −4ac positive.
asks 'in the form (x−h)²'Complete the squareSquare-root both sides — keep the ± or you lose a root.
is on Paper 2 / awkward numbersGDC (solver or graph)Read the x-intercepts; always allowed on Paper 2.

🔎 The discriminant: Δ = b² − 4ac

Δ=b2−4ac\Delta = b^2 - 4acΔ=b2−4ac
Δ\DeltaΔ
the discriminant — the sign counts the real roots
a,b,ca, b, ca,b,c
from ax² + bx + c = 0 (set to zero first)
DiscriminantReal rootsWhat the graph does
Δ > 0two distinct real rootscuts the x-axis twice
Δ = 0one repeated (equal) roottouches the x-axis (tangent)
Δ < 0no real rootsmisses the x-axis entirely
'Equal roots' → Δ = 0 (an equation); 'two distinct roots' → Δ > 0; 'no real roots' → Δ < 0. A line is tangent to a parabola when they meet once — set them equal, form a quadratic, use Δ = 0. To solve a quadratic inequality: get one side to = 0, find the roots, then let the parabola decide. Upward (a > 0): negative BETWEEN the roots, positive OUTSIDE. Write 'between' as one chain (p ≤ x ≤ q), 'outside' as two pieces joined by or.

✏️ IB-style worked examples

IB-style question — solve with the quadratic formula (Paper 1)

Solve 3x² + 5x − 1 = 0, giving your answers to 3 s.f.

Step by step:

  1. Read off a, b, c and substitute into the formula.

    a=3,  b=5,  c=−1  ⇒  x=−5±52−4(3)(−1)2(3)a = 3,\; b = 5,\; c = -1 \;\Rightarrow\; x = \frac{-5 \pm \sqrt{5^2 - 4(3)(-1)}}{2(3)}a=3,b=5,c=−1⇒x=2(3)−5±52−4(3)(−1)​​
  2. Simplify under the root — the −4ac becomes +12.

    x=−5±376x = \frac{-5 \pm \sqrt{37}}{6}x=6−5±37​​
  3. Take each sign separately.

    x=0.180…  or  x=−1.85…x = 0.180\ldots \;\text{or}\; x = -1.85\ldotsx=0.180…orx=−1.85…
Final answer:

x = 0.180 or x = −1.85 (3 s.f.).

IB-style question — find k for equal roots, Δ = 0 (Paper 1)

The equation x² + (k+1)x + 4 = 0 has equal roots. Find the possible values of k.

Step by step:

  1. Equal roots ⇒ Δ = 0. Here a = 1, b = k + 1, c = 4.

    (k+1)2−4(1)(4)=0(k+1)^2 - 4(1)(4) = 0(k+1)2−4(1)(4)=0
  2. Expand and tidy to a quadratic in k.

    k2+2k+1−16=0  ⇒  k2+2k−15=0k^2 + 2k + 1 - 16 = 0 \;\Rightarrow\; k^2 + 2k - 15 = 0k2+2k+1−16=0⇒k2+2k−15=0
  3. Factorise and solve.

    (k+5)(k−3)=0  ⇒  k=−5  or  k=3(k+5)(k-3) = 0 \;\Rightarrow\; k = -5 \;\text{or}\; k = 3(k+5)(k−3)=0⇒k=−5ork=3
Final answer:

k = −5 or k = 3 (either value gives a repeated root).

IB-style question — solve a quadratic inequality (Paper 1)

Solve x² − 2x − 8 > 0.

Step by step:

  1. Find the roots: solve x² − 2x − 8 = 0.

    (x−4)(x+2)=0  ⇒  x=−2,  4(x-4)(x+2) = 0 \;\Rightarrow\; x = -2,\; 4(x−4)(x+2)=0⇒x=−2,4
  2. a = 1 > 0 (upward U); '> 0' means the OUTSIDE regions.

    x<−2  or  x>4x < -2 \;\text{or}\; x > 4x<−2orx>4
Final answer:

x < −2 or x > 4 (two pieces, joined by 'or').

🔒 GDC walkthrough

Step through the exact calculator keystrokes, screen by screen, in study mode.

Claim your free topic →
Important: Quadratics almost always have two answers. Keep the ± in the formula and when square-rooting (√9 = 3, but (x−4)² = 9 needs ±3). Watch the signs in −4ac: a negative c makes it positive. And for an inequality, decide between vs outside from the parabola — don't just write the roots.

Tap each card to reveal the answer.

Solve x² − 5x + 6 = 0 by factorising x = 2 or x = 3 — two numbers that multiply to 6, add to −5.

Solve (x − 4)² = 9 x = 7 or x = 1 — square-root both sides: x − 4 = ±3.

How many real roots has 2x² − 4x + 1 = 0? Two — Δ = (−4)² − 4(2)(1) = 8 > 0.

x² + kx + 9 = 0 has equal roots — find positive k k = 6 — Δ = 0 ⇒ k² − 36 = 0 ⇒ k = ±6.

For which c is y = x + c tangent to y = x²? c = −1/4 — x² − x − c = 0 with Δ = 0 ⇒ 1 + 4c = 0.

Solve x² − x − 6 ≤ 0 −2 ≤ x ≤ 3 — upward parabola, '≤ 0' is between the roots (ends included).

Exam tips

  • Always rearrange to = 0 first, then pick: factorise (clean), formula (always works), complete the square (when asked), GDC (Paper 2).
  • Quadratic formula is in the booklet — bracket every substitution and watch that −4ac flips sign with a negative c.
  • Δ = b² − 4ac counts roots: > 0 two, = 0 one (touching/tangent), < 0 none — no need to solve.
  • Root-condition → equation/inequality in the unknown: equal roots ⇒ Δ = 0; tangent line ⇒ Δ = 0.
  • Inequalities: find the roots, then read off the parabola — negative between, positive outside (upward); 'outside' uses 'or'.

What you'll learn in Topic 2.7

  • 2.7.1 Solving quadratics
  • 2.7.2 The discriminant
  • 2.7.3 Quadratic inequalities
Suggested study order: Read the notes for each sub-topic below → test yourself with flashcards → attempt practice questions → review exam technique.

Study resources — 2.7 Quadratic equations & discriminant

2.7.1

Solving quadratics

Notes
2.7.2

The discriminant

Notes
2.7.3

Quadratic inequalities

Notes

Ready to study Quadratic equations & discriminant?

Get expert practice questions with instant AI feedback, and a study planner tailored to your IB Math AA HL exam date.

Start studying free

Topic 2.7 Quadratic equations & discriminant forms a core part of Unit 2: Functions in IB Math AA HL. Mastering these concepts will strengthen your understanding of connected topics across the syllabus and prepare you for exam questions that require analysis, evaluation, and real-world application.

Previous topic
2.6 Quadratic functions
Next topic
2.8 Rational functions & asymptotes
All Math AA HL topics
Exam technique

Ready to practice?

Get AI-graded practice questions, mock exams, flashcards, and a personalised study plan — all aligned to your IB syllabus.

Start Studying Free

No credit card required · No time limit