U32 Quadratic Functions and Graphs: Essential Formulas

A quadratic function is a polynomial function of degree 2, generally expressed as $y = ax^2 + bx + c$, where $a$, $b$, and $c$ are constants and $a \neq 0$. Its graph is a parabola, a symmetric curve with key features including the vertex, axis of symmetry, and $y$-intercept. Understanding the properties of the parabola and how they relate to the coefficients is fundamental for solving DSE problems involving optimization, finding roots, and analyzing graphs.

1 General Form and Key Features

General Form

The standard representation of a quadratic function is $y = ax^2 + bx + c$, where $a \neq 0$. The coefficient $a$ determines the direction of opening: if $a > 0$, the parabola opens upwards; if $a < 0$, it opens downwards. The constant $c$ is the $y$-intercept, the point where the graph crosses the $y$-axis.

$$ y = ax^2 + bx + c $$
Vertex y-intercept (0, c) Axis of Symmetry

2 Vertex Form and Completing the Square

Vertex Form

By completing the square, the general form can be rewritten into the vertex form: $y = a(x - h)^2 + k$. Here, $(h, k)$ are the coordinates of the vertex, the maximum or minimum point of the parabola. The axis of symmetry is the vertical line $x = h$.

$$ y = a(x - h)^2 + k $$

The process of completing the square for $y = ax^2 + bx + c$ is: $$ y = a\left(x^2 + \frac{b}{a}x\right) + c = a\left[\left(x + \frac{b}{2a}\right)^2 - \left(\frac{b}{2a}\right)^2\right] + c $$ This leads to the vertex coordinates: $h = -\frac{b}{2a}$ and $k = c - \frac{b^2}{4a}$.

3 Discriminant and Nature of Roots

The Discriminant

For the quadratic equation $ax^2 + bx + c = 0$, the discriminant $\Delta$ is defined as $\Delta = b^2 - 4ac$. It determines the number and type of $x$-intercepts (roots) of the quadratic function $y = ax^2 + bx + c$.

$$ \Delta = b^2 - 4ac $$
  • If $\Delta > 0$: Two distinct real roots. The parabola cuts the $x$-axis at two points.
  • If $\Delta = 0$: One repeated real root (a double root). The parabola touches the $x$-axis at the vertex.
  • If $\Delta < 0$: No real roots. The parabola does not intersect the $x$-axis.

4 Finding the Vertex and Axis of Symmetry

Vertex Coordinates Formula

The vertex $(h, k)$ of the parabola $y = ax^2 + bx + c$ can be found directly using formulas derived from completing the square. The $x$-coordinate of the vertex is also the equation of the axis of symmetry.

$$ h = -\frac{b}{2a}, \quad k = c - \frac{b^2}{4a} $$

The axis of symmetry is the vertical line: $$ x = -\frac{b}{2a} $$

5 Quadratic Formula

Roots of a Quadratic Equation

The roots (or $x$-intercepts) of the quadratic function $y = ax^2 + bx + c$ are the solutions to $ax^2 + bx + c = 0$. They can be found using the quadratic formula, which involves the discriminant.

$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$

Struggling with complex problems?

Learner App features AI step-by-step analysis technology. Snap a photo and it will guide you through the solution!

Download Learner Now