AOS1 Topic 3: Quadratic Functions
A quadratic function is a type of polynomial function that can be written in the standard form:
\[ f(x) = ax^2 + bx + c \]
where:
$a$ , $ b$ , and $ c$ are constants, with \(a \neq 0\).
The highest exponent of the variable \(x\) is $2$, making it a second-degree polynomial.
Key Features of Quadratic Functions
1. Parabola Shape
The graph of a quadratic function is a U-shaped curve called a parabola . The direction in which the parabola opens depends on the coefficient $a$
- Upwards if \(a > 0\)
- Downwards if \(a < 0\)
- Wide if $a$ is close to $0$
- Skinny if $a$ is far greater or far lesser than $0$
2. Vertex
The vertex is the highest or lowest point on the graph, depending on whether the parabola opens downwards or upwards, respectively. It represents the maximum or minimum value of the quadratic function.
The vertex \((h, k)\) can be found using the formula:
\[ h = - \frac{b}{2a} \]
\[ k = c - \frac{b^2}{4a} \]
Created with GeoGebra ® , by Rabiya Manzoor, Link
3. Axis of Symmetry
The axis of symmetry is a vertical line that divides the parabola into two mirror images. It passes through the vertex.
\[ x = h = -\frac{b}{2a} \]
Example:
For the quadratic function $f(x)=−3x^2+6x+2$, find the axis of symmetry.
Solution:
\[h=− \frac{b}{2a} =− \frac{6}{2×(−3)} = − \frac{6}{−6} = 1 \]
Axis of Symmetry: $x=1$
4. Y-Intercept
The y-intercept is the point where the graph crosses the y-axis. It occurs when \(x = 0\), so the y-intercept is \(f(0) = c\).
Example:
Find the y-intercept of the quadratic function $f(x)=4x^2−2x+5$.
Solution:
\[f(0)=4(0)^2−2(0)+5=5\]
Y-Intercept: $(0,5)$
5. X-Intercepts (Roots)
The x-intercepts are the points where the parabola crosses the x-axis. These can be found by solving the quadratic equation \(ax^2 + bx + c = 0\). The solutions (roots) can be found using the quadratic formula :
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \]
The discriminant, \( \Delta = b^2 - 4ac\), determines the nature of the roots:
- If \( \Delta > 0\), there are two real and distinct roots.
- If \( \Delta = 0\), there is one real, repeated root.
- If \( \Delta < 0\), there are no real roots (the parabola does not cross the x-axis).
Example:
Find the x-intercepts of the quadratic function $f(x)=x^2−4x+3$.
Solution:
- Calculate Discriminant
- \[ \Delta =(−4)^2−4(1)(3)=16−12=4>0 \]
- Since $ \Delta >0$, there are two real and distinct roots.
- Find the roots:
\[ x = \frac{b \pm \sqrt{b^2-4ac}}{2a} = \frac{4 \pm \sqrt{4}}{2} \]
\[ x = \frac{4 \pm 2}{2} = 2 \pm 1\]
\[x=2+1=3\]
\[x=2-1=1\]
- X-Intercepts: $(1,0)$ and $(3,0)$
Forms of Quadratic Functions
1. Standard Form
The general form of a quadratic function is:
\[ f(x) = ax^2 + bx + c \]
Uses:
- Identifying the y-intercept ($c$)
- Applying the quadratic formula to find roots
Example:
Convert the quadratic function $f(x)=3x^2−6x+2$ to standard form.
Solution:
The function is already in standard form: $f(x)=3x^2−6x+2$.
2. Vertex Form
The vertex form of a quadratic function is:
\[ f(x) = a(x - h)^2 + k \]
where $(h,k)$ is the vertex of the parabola.
Advantages:
- Easily identifies the vertex and axis of symmetry
- Simplifies graphing and transformations
Example:
Convert the standard form $f(x)=2x^2+8x+6$ to vertex form.
Solution:
Factor out $a=2$ from the first two terms:
\[f(x)=2(x^2+4x)+6\]
Complete the square inside the parentheses:
- Take half of 4, which is 2, and square it, getting 4.
- Add and subtract 4 inside the parentheses:
\[ f(x)=2(x^2+4x+4−4)+6\]
\[f(x)=2((x+2)^2−4)+6\]
\[f(x)=2(x+2)^2−8+6\]
\[f(x)=2(x+2)^2−2\]
Vertex Form:
\[f(x)=2(x+2)^2−2 \]
Vertex: $(−2,−2)$
3. Factored Form
The factored form of a quadratic function is:
\[ f(x) = a(x - r_1)(x - r_2) \]
where $r_1$ and $r_2$ are the roots (x-intercepts) of the quadratic equation.
Advantages:
- Directly shows the x-intercepts
- Simplifies finding the roots
Example:
Express the quadratic function $f(x)=x^2−5x+6$ in factored form.
Solution:
Find the roots by factoring:
\[ x^2−5x+6 = (x−2)(x−3)\]
Factored Form:
\[f(x)=(x−2)(x−3)\]
Roots: $x=2$ and $x=3$
Practise factorising with the following simulation
Created with GeoGebra ® , by Mrs. Nisbet, Link
Domain and Range of Quadratic Functions
Domain of Quadratic Function
A quadratic function is a polynomial function and is defined for all real values of $x$.
So, the domain of a quadratic function is the set of real numbers, that is, \( \mathbb{R} \). In interval notation, the domain of any quadratic function is \( (-\infty, \infty) \).
Domain: $ \mathbb{R} $
Range of Quadratic Function
The range of a quadratic function depends on the direction in which the parabola opens and the vertex's y-coordinate.
If $a>0$ (Parabola Opens Upwards):
\[ \text{Range: } y \geq k \text{ or } [k, \infty)\]
If $a<0$ (Parabola Opens Downwards):
\[ \text{Range: } y \leq k \text{ or } (- \infty, k] \]
where $(h,k)$ is the vertex of the parabola.
Example:
Determine the range of the quadratic function $f(x)=−x^2+4x−3$.
Solution:
Identify coefficients:
$a=−1<0$ (parabola opens downwards)
Find vertex $(h,k)$:
\[ h=− \frac{b}{2a}=− \frac{4}{2(−1)} = 2\]
\[ k=f(2)=−(2)^2+4(2)−3=−4+8−3=1\]
Range:
\[ y \leq 1 \text{ or } (− \infty,1]\]
Summary: Quadratic Functions
Definition: A quadratic function is a second-degree polynomial function of the form $f(x)=ax^2+bx+c$
Parabola Shape: The graph is a U-shaped curve called a parabola, opening upwards if $a>0$ and downwards if $a<0$.
Vertex: The highest or lowest point on the parabola, calculated using $h=− \frac{b}{2a}$ and $k=f(h)$.
Axis of Symmetry: A vertical line passing through the vertex, given by $x=h$.
Y-Intercept: The point where the graph crosses the y-axis, found by evaluating $f(0)=c$.
X-Intercepts (Roots): Points where the graph crosses the x-axis, found using the quadratic formula $x= \frac{-b \pm \sqrt{b^2−4ac}}{2a}$.
Forms of Quadratic Functions:
- Standard Form: $f(x)=ax^2+bx+c$
- Vertex Form: $f(x)=a(x−h)^2+k$
- Factored Form: $f(x)=a(x−r1)(x−r2)$
Domain and Range:
Domain: All real numbers, $ \mathbb{R}$ or $(-\infty, \infty)$.
Range: Depends on the parabola's orientation:
$y \geq k$ if $a>0$
$y \leq k$ if $a<0$
Example 1
Example 2
- \[ x = \frac{5 + 1}{6} = 1 \]
- \[ x = \frac{5 - 1}{6} = \frac{2}{3} \]