Study Guide

Quadratic functions, roots, and vertices

IB Mathematics: Applications & Interpretation SLΒ· 45 min read

1. Forms of Quadratic Functionsβ˜…β˜…β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Quadratic function

A second-degree polynomial function whose graph is a parabola. It opens upwards if (minimum vertex) and downwards if (maximum vertex).

Example:

is a quadratic opening upwards.

  • Standard form: , directly gives the y-intercept

  • Factored form: , directly gives the roots

  • Vertex form: , directly gives the vertex

πŸ“ Worked Example

Write in factored and vertex form, and state what feature each form gives directly.

  1. 1

    Factor the quadratic: find two numbers that multiply to 3 and add to -4, which are -1 and -3. This gives factored form:

  2. 2
    f(x)=(xβˆ’1)(xβˆ’3)f(x) = (x - 1)(x - 3)
  3. 3

    Convert to vertex form by completing the square: group x terms and complete the square:

  4. 4
    f(x)=(x2βˆ’4x)+3=(x2βˆ’4x+4)βˆ’4+3=(xβˆ’2)2βˆ’1f(x) = (x^2 - 4x) + 3 = (x^2 - 4x + 4) - 4 + 3 = (x - 2)^2 - 1
  5. 5

    Factored form gives roots at and directly, and vertex form gives the vertex at directly.

Exam tip:

Always check what form of quadratic you are given to avoid unnecessary calculations for features you can read directly.

2. Finding Roots of Quadratic Functionsβ˜…β˜…β˜…β˜†β˜†β± 15 min

πŸ“˜ Definition

Root of a quadratic

A value of for which , corresponding to where the parabola crosses the x-axis. A quadratic can have 0, 1, or 2 real roots.

Example:

The roots of are and .

πŸ“ Worked Example

Find all real roots of .

  1. 1

    Identify coefficients from standard form: , , . Calculate the discriminant:

  2. 2
    Ξ”=(βˆ’7)2βˆ’4(2)(3)=49βˆ’24=25\Delta = (-7)^2 - 4(2)(3) = 49 - 24 = 25
  3. 3

    , so we have two distinct real roots. Apply the quadratic formula:

  4. 4
    x=βˆ’bΒ±Ξ”2a=7Β±54x = \frac{-b \pm \sqrt{\Delta}}{2a} = \frac{7 \pm 5}{4}
  5. 5

    Calculate the two roots: and . The roots are and .

Exam tip:

Always write down your discriminant calculation first β€” you get method marks for it even if you make a mistake in calculating the final roots.

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

πŸ“˜ Definition

Vertex of a parabola

The turning point of the parabola. It is the minimum point if the parabola opens upwards () and the maximum point if it opens downwards (). The x-coordinate of the vertex is always halfway between the two roots.

Example:

For roots and , the x-coordinate of the vertex is .

For a quadratic in standard form , the x-coordinate of the vertex can be calculated directly with the formula . Substitute this value back into the function to get the y-coordinate.

πŸ“ Worked Example

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

  1. 1

    Identify , . Use the formula for x-coordinate of the vertex:

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

    Substitute back into the function to find the y-coordinate:

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

    The vertex is at . Since , the parabola opens upwards, so this is a minimum turning point.

Exam tip:

For optimization problems (maximum profit, minimum cost, maximum height), the answer is almost always the y-coordinate of the vertex.

4. Interpreting Roots and Vertices in Contextβ˜…β˜…β˜…β˜…β˜†β± 15 min

Almost all quadratic questions in IB AI SL are context-based, so you need to interpret calculated values in the problem's scenario, not just give mathematical results.

πŸ“ Worked Example

The height of a ball seconds after being thrown is (height in meters). When does the ball hit the ground, and what is its maximum height?

  1. 1

    The ball hits the ground when height is 0, so we need the positive root of (negative time is impossible here). Maximum height is the y-coordinate of the vertex, since (maximum vertex).

  2. 2

    Calculate the vertex: time of maximum height is seconds. Maximum height is:

  3. 3
    h(2)=βˆ’5(2)2+20(2)+2=22 metersh(2) = -5(2)^2 + 20(2) + 2 = 22 \text{ meters}
  4. 4

    Solve for the positive root using the quadratic formula:

  5. 5
    t=20Β±44010β‰ˆ4.1 seconds (positive root)t = \frac{20 \pm \sqrt{440}}{10} \approx 4.1 \text{ seconds (positive root)}
  6. 6

    Interpretation: The ball reaches a maximum height of 22 m after 2 seconds, and hits the ground after approximately 4.1 seconds.

5. Common Pitfalls

Wrong move:

Treating as a quadratic and trying to apply the quadratic formula

Why:

If the coefficient of is zero, the function is linear, not quadratic, so it only has one root

Correct move:

Always confirm that the coefficient of is non-zero before using any quadratic methods

Wrong move:

Mismanaging signs when calculating , getting the wrong x-coordinate for the vertex

Why:

It is easy to forget the negative sign out front when is already negative

Correct move:

Write down and its sign explicitly before substitution, e.g. for , so

Wrong move:

Leaving both positive and negative roots in a context problem like projectile motion

Why:

Examiners expect you to interpret results in context, not just output all mathematical solutions

Correct move:

Always discard any results that do not make sense in the problem's scenario before giving your final answer

Wrong move:

Giving the x-coordinate of the vertex as the answer when asked for maximum height

Why:

It is easy to stop after calculating the x-coordinate, but questions usually ask for the maximum value, not the time it occurs at

Correct move:

Always check what the question asks for: maximum value = y-coordinate, time of maximum = x-coordinate

6. Quick Reference Cheatsheet

Feature

Standard Form:

Factored Form:

Vertex Form:

Roots

Read as directly

Set equal to 0 and solve for

Number of real roots

: 2; : 1; : 0

2 distinct or 1 repeated

Same as standard form

Vertex x-coordinate

Read as directly

Vertex y-coordinate

Substitute

Substitute

Read as directly

Y-intercept

Read as directly

Evaluate at

Evaluate at

Max/Min

Max if , Min if

Same rule

Same rule

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 vertex and roots of quadratic

  • 2024 Β· 2

    Projectile height context problem

  • 2023 Β· 1

    Number of roots via discriminant

What's Next

Quadratic functions are the foundation for more advanced non-linear modeling in IB AI SL, and they appear in almost every exam paper, often in 5-8 mark context-based questions. Understanding how to quickly identify and calculate roots and vertices allows you to solve common exam problems including optimization, projectile motion, and profit modeling efficiently. This sub-topic is also a prerequisite for working with other non-linear functions like exponential and cubic functions later in the course. Next, you will build on this knowledge to solve quadratic inequalities and use quadratic regression to model real-world bivariate data.