Study Guide

Quadratic functions: roots, vertices, inequalities

IB Mathematics AI HLΒ· 25 min read

1. Roots of Quadratics and the Discriminantβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Root of a quadratic function

An input value for which , corresponding to the x-intercept(s) of the parabola on the coordinate plane.

Example:

For , the roots are and .

Roots can be found via three main methods: factorisation, completing the square, and the quadratic formula. The discriminant tells us how many real roots a quadratic has before we solve, saving time in exam questions.

Ξ”=b2βˆ’4acfor ax2+bx+c=0\Delta = b^2 - 4ac \quad \text{for } ax^2 + bx + c = 0
  • If : Two distinct real roots

  • If : One repeated real root (parabola touches the x-axis)

  • If : No real roots

πŸ“ Worked Example

Find the number of real roots of , and state their values.

  1. 1

    Identify from standard form:

    a=2,b=βˆ’3,c=1a = 2, b = -3, c = 1
  2. 2

    Calculate the discriminant:

    Ξ”=(βˆ’3)2βˆ’4(2)(1)=9βˆ’8=1>0\Delta = (-3)^2 - 4(2)(1) = 9 - 8 = 1 > 0
  3. 3

    We have two distinct real roots. Use the quadratic formula:

    x=βˆ’bΒ±Ξ”2a=3Β±14x = \frac{-b \pm \sqrt{\Delta}}{2a} = \frac{3 \pm 1}{4}
  4. 4

    Calculate the final roots:

    x=1,x=0.5x = 1, \quad x = 0.5

Exam tip:

Always calculate the discriminant first if asked for the number of roots, it lets you stop early if there are no real roots.

2. Finding the Vertex of a Quadratic Parabolaβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Vertex of a quadratic

The turning point of the parabola: a minimum if the coefficient of is positive, a maximum if the coefficient is negative. It lies on the axis of symmetry of the parabola.

There are two common methods to find the vertex coordinates: completing the square, and using the axis of symmetry formula for standard form. For completed square form , the vertex is directly at .

For quadratics in standard form , the x-coordinate of the vertex is given by:

x=βˆ’b2ax = -\frac{b}{2a}

Substitute this x-value back into to find the corresponding y-coordinate of the vertex.

πŸ“ Worked Example

Find the coordinates of the vertex of , and state if it is a minimum or maximum.

  1. 1

    Identify , , . Calculate the x-coordinate:

    x=βˆ’b2a=βˆ’(βˆ’12)2(3)=2x = -\frac{b}{2a} = -\frac{(-12)}{2(3)} = 2
  2. 2

    Substitute back into to find the y-coordinate:

    f(2)=3(2)2βˆ’12(2)+5=12βˆ’24+5=βˆ’7f(2) = 3(2)^2 - 12(2) + 5 = 12 - 24 + 5 = -7
  3. 3

    Check concavity: , so the parabola opens upwards.

Exam tip:

Almost all optimisation problems with quadratic models use the vertex to find the maximum or minimum value, so remember this formula!

3. Quadratic Inequalities: Algebraic Methodβ˜…β˜…β˜…β˜†β˜†β± 20 min

To solve a quadratic inequality algebraically, follow a structured step-by-step process to avoid common mistakes:

  1. Rearrange the inequality to get all terms on one side, and on the other.

  2. Find the roots of the corresponding quadratic equation.

  3. Test the sign of the quadratic in each interval divided by the roots.

  4. Select the intervals that satisfy the original inequality.

πŸ“ Worked Example

Solve the inequality algebraically.

  1. 1

    The inequality is already rearranged. Factorise to find roots:

    (xβˆ’4)(x+2)=0β€…β€ŠβŸΉβ€…β€Šx=4,x=βˆ’2(x - 4)(x + 2) = 0 \implies x = 4, x = -2
  2. 2

    Test the sign of the product in each interval divided by the roots:

    x<βˆ’2:(βˆ’)(βˆ’)=+>0βˆ’2<x<4:(βˆ’)(+)=βˆ’<0x>4:(+)(+)=+>0x < -2: (-)(-) = + > 0 \\ -2 < x < 4: (-)(+) = - < 0 \\ x > 4: (+)(+) = + > 0
  3. 3

    We need values where the quadratic is , so we take the negative interval and include the roots (for the inequality).

4. Quadratic Inequalities: Graphical Methodβ˜…β˜…β˜…β˜†β˜†β± 15 min

The graphical method uses the shape of the parabola to quickly identify the solution interval, and is an excellent check for algebraic solutions. The core idea is simple: the quadratic is positive when it is above the x-axis, and negative when it is below the x-axis.

πŸ“ Worked Example

Solve using the graphical method.

  1. 1

    Simplify the inequality by dividing by , and reverse the inequality sign:

    x2βˆ’2xβˆ’8<0x^2 - 2x - 8 < 0
  2. 2

    Find the roots: and . The coefficient of is positive, so the parabola opens upwards.

  3. 3

    We need the quadratic to be less than zero, which is where the parabola is below the x-axis. For an upward opening parabola, this is between the two roots. The inequality is strict, so we do not include the roots.

5. Common Pitfalls

Wrong move:

Forgetting to reverse the inequality sign when dividing/multiplying by a negative number

Why:

Multiplying or dividing by a negative reverses the order of values on the number line, so the inequality direction must change

Correct move:

Always reverse the inequality sign if you multiply or divide both sides by a negative number

Wrong move:

Including roots when the inequality is strict ( or )

Why:

Strict inequalities do not allow , so roots are not part of the solution set

Correct move:

Use open interval notation (e.g. ) for strict inequalities, closed brackets for or

Wrong move:

Getting the vertex x-coordinate wrong for completed square form

Why:

The form is , so meaning is negative

Correct move:

For , the vertex is at , not

Wrong move:

Writing the solution to as

Why:

This incorrectly includes values between and which do not satisfy the inequality

Correct move:

The correct solution is or

Wrong move:

Leaving the inequality with terms on both sides when solving

Why:

This leads to incorrect sign tests and wrong interval selection

Correct move:

Always rearrange to get all terms on the left side and 0 on the right first

6. Quick Reference Cheatsheet

Concept

Key Rule/Formula

Roots of

Discriminant rules

: 2 roots; : 1 root; : 0 roots

Vertex (standard form)

, substitute to find

Vertex (completed square)

vertex at

,

Solution: or

,

Solution:

Multiply/divide by negative

Always reverse the inequality sign

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· 1

    Find roots and vertex of quadratic

  • 2024 Β· 2

    Optimisation with quadratic inequality

  • 2023 Β· 1

    Solve quadratic inequality

What's Next

Quadratic functions are foundational for almost all higher topics in IB AI HL. The skills you learned here for finding roots, turning points, and solving inequalities will be extended to higher-degree polynomials, non-linear functions, and optimisation problems using calculus. Quadratic models are also commonly used in statistics for quadratic regression, where the vertex gives the optimal value for real-world data. Mastery of this subtopic is essential for success in both Paper 1 and Paper 2 exams, as it frequently appears in both short and extended response questions.