Polynomial Function Graphs
Introduction
Polynomial functions are a fundamental part of Mathematical Methods. Understanding their graphs and key features is crucial. A polynomial function can be written in the form:
$$P(x) = a_n x^n + a_{n-1} x^{n-1} + … + a_1 x + a_0$$
where:
* $n$ is a non-negative integer (the degree of the polynomial).
* $a_n, a_{n-1}, …, a_1, a_0$ are real number coefficients, and $a_n \neq 0$.
Key Features of Polynomial Graphs
- Degree: The highest power of $x$ in the polynomial. This determines the general shape and end behavior of the graph.
- Leading Coefficient: The coefficient $a_n$ of the term with the highest power. It affects the end behavior and vertical stretch/compression.
- Roots/Zeros/x-intercepts: The values of $x$ for which $P(x) = 0$. These are the points where the graph intersects the x-axis. These can be found by factoring the polynomial or using numerical methods.
- y-intercept: The value of $P(0)$, which is equal to the constant term $a_0$. This is the point where the graph intersects the y-axis.
- Turning Points: Points where the graph changes direction (local maxima or minima). A polynomial of degree $n$ can have at most $n-1$ turning points.
- End Behavior: The behavior of the graph as $x$ approaches positive or negative infinity. This is determined by the degree and the leading coefficient.
General Shapes and End Behavior
The general shape of the graph $f(x) = x^n$ depends on whether the index $n$ is odd or even.
| Degree ($n$) |
Leading Coefficient ($a_n$) |
End Behavior |
| Even |
Positive |
As $x \to \infty$, $y \to \infty$; as $x \to -\infty$, $y \to \infty$ |
| Even |
Negative |
As $x \to \infty$, $y \to -\infty$; as $x \to -\infty$, $y \to -\infty$ |
| Odd |
Positive |
As $x \to \infty$, $y \to \infty$; as $x \to -\infty$, $y \to -\infty$ |
| Odd |
Negative |
As $x \to \infty$, $y \to -\infty$; as $x \to -\infty$, $y \to \infty$ |
Types of Polynomial Functions
- Linear Functions: Degree 1. Equation: $y = mx + c$. Graph: Straight line.
- Quadratic Functions: Degree 2. Equation: $y = ax^2 + bx + c$. Graph: Parabola.
- Turning Point Form: $y = a(x - h)^2 + k$, where $(h, k)$ is the vertex (turning point) and $x = h$ is the axis of symmetry.
- Cubic Functions: Degree 3. Equation: $y = ax^3 + bx^2 + cx + d$. Graph: Can have up to two turning points.
- Quartic Functions: Degree 4. Equation: $y = ax^4 + bx^3 + cx^2 + dx + e$. Graph: Can have up to three turning points.
Transformations can be applied to polynomial functions, affecting their graphs. Common transformations include:
- Dilations:
- Dilation from the x-axis by a factor of $a$: $y = a f(x)$.
- Dilation from the y-axis by a factor of $b$: $y = f(bx)$.
- Translations:
- Translation parallel to the x-axis by $h$ units: $y = f(x - h)$.
- Translation parallel to the y-axis by $k$ units: $y = f(x) + k$.
- Reflections:
- Reflection in the x-axis: $y = -f(x)$.
- Reflection in the y-axis: $y = f(-x)$.
Determining the Rule of a Polynomial Function from its Graph
- Identify x-intercepts (roots): If the graph crosses the x-axis at $x = a$, then $(x - a)$ is a factor. If it touches the x-axis and turns at $x = a$, then $(x - a)^2$ is a factor (or higher even power for a flatter turning point).
- Write the general form: Use the roots to write a general equation in factored form: $y = k(x - a)(x - b)(x - c)…$, where $k$ is a constant.
- Find the y-intercept: Substitute $x = 0$ into the equation and solve for $y$. This should match the y-intercept on the graph.
- Solve for k: If the y-intercept doesn’t match, use another point on the graph (other than an x-intercept) to solve for $k$.
- Write the final equation: Substitute the value of $k$ back into the general equation.
Example
Consider a cubic polynomial with roots at $x = -2$, $x = 1$ (touching the x-axis), and a y-intercept at $(0, -4)$.
- Factors: $(x + 2)$ and $(x - 1)^2$.
- General form: $y = k(x + 2)(x - 1)^2$.
- y-intercept: $-4 = k(0 + 2)(0 - 1)^2$, so $-4 = 2k$.
- Solve for $k$: $k = -2$.
- Final equation: $y = -2(x + 2)(x - 1)^2$.
Using Sign Diagrams
Sign diagrams can help determine the intervals where the polynomial is positive or negative. This can aid in sketching the graph.
- Find the roots of the polynomial.
- Place the roots on a number line.
- Choose a test value in each interval between the roots and evaluate the polynomial at that value.
- Determine the sign of the polynomial in each interval.
- Use the signs to sketch the graph, noting where it is above or below the x-axis.