Rates of Change in Linear and Quadratic Functions
Imagine you are watching a bike ride on a trail π΄. Sometimes the rider moves at a steady speed, and sometimes the rider speeds up or slows down. In mathematics, rates of change help us describe how one quantity changes compared to another. In this lesson, students, you will learn how rates of change work for linear and quadratic functions, and why that matters in AP Precalculus.
What You Will Learn
By the end of this lesson, students, you should be able to:
- explain the meaning of rate of change, slope, and average rate of change;
- identify how rate of change behaves in linear functions and quadratic functions;
- use formulas and tables to find rates of change;
- connect these ideas to graphs, polynomial functions, and real-world situations;
- understand why linear and quadratic models are important in AP Precalculus.
A big idea in this topic is that not all functions change at the same speed. Some change at a constant rate, while others change in a pattern that grows or shrinks. That difference is one of the most important ideas in polynomial functions.
Rate of Change: The Core Idea
Rate of change tells you how much the output changes when the input changes. In function language, if $x$ changes by some amount, we want to know how $f(x)$ changes.
For two points $(x_1, y_1)$ and $(x_2, y_2)$ on a graph, the average rate of change is
$$\frac{y_2-y_1}{x_2-x_1}$$
This is the same formula as slope. It measures the steepness of a line or the average steepness of a curve over an interval.
Think of it like a road π. If you travel 60 miles in 1 hour, your average rate of change is $60$ miles per hour. If you travel 120 miles in 2 hours, the rate is still $60$ miles per hour. That is a constant rate of change.
In math, constant rate of change usually means the graph is a line. Changing rate of change usually means the graph is curved.
Linear Functions and Constant Rate of Change
A linear function has the form
$$f(x)=mx+b$$
where $m$ is the slope and $b$ is the $y$-intercept.
The key fact is this: a linear function has the same rate of change everywhere. That means the average rate of change between any two points is always $m$.
For example, consider
$$f(x)=3x-2$$
If $x$ increases by $1$, then $f(x)$ increases by $3$. If $x$ increases by $5$, then $f(x)$ increases by $15$. The rate stays constant.
Example: Phone Plan Cost
Suppose a phone company charges a base fee of $20$ plus $5$ dollars per gigabyte of data. The function is
$$C(x)=5x+20$$
where $x$ is the number of gigabytes.
- The slope is $5$.
- The average rate of change is also $5$ for every interval.
- This means each extra gigabyte costs $5$ more.
If you compare $C(2)$ and $C(6)$:
$$C(2)=30, \quad C(6)=50$$
So the average rate of change is
$$\frac{50-30}{6-2}=\frac{20}{4}=5$$
This matches the slope, as expected.
What the Graph Looks Like
A linear graph is a straight line. If the slope is positive, the line rises from left to right. If the slope is negative, the line falls from left to right. If the slope is $0$, the line is horizontal and the output does not change.
In a linear function, rate of change is simple and steady. That makes linear models useful for situations like hourly wages, constant speed travel, and basic pricing plans.
Quadratic Functions and Changing Rate of Change
A quadratic function has the form
$$f(x)=ax^2+bx+c$$
where $a\neq 0$.
Unlike linear functions, quadratic functions do not have a constant rate of change. Their graphs are parabolas, which curve upward or downward.
This means the average rate of change depends on the interval you choose.
Example: Height of a Ball
Suppose the height of a ball thrown upward is modeled by
$$h(t)=-16t^2+32t+5$$
where $h(t)$ is height in feet and $t$ is time in seconds.
This function is quadratic, so the ballβs rate of change is not constant. At first, the ball rises, then it slows down, stops at the top, and falls back down. The changing rate matches what you would expect in real life π.
If we find the average rate of change from $t=0$ to $t=1$:
$$h(0)=5, \quad h(1)=21$$
So
$$\frac{21-5}{1-0}=16$$
The ball rises at an average rate of $16$ feet per second during that interval.
Now from $t=1$ to $t=2$:
$$h(1)=21, \quad h(2)=5$$
So
$$\frac{5-21}{2-1}=-16$$
The negative value means the ball is falling on average during that interval.
Average Rate of Change on a Quadratic Graph
For a quadratic function, the average rate of change over an interval is the slope of the secant line connecting two points on the graph.
If you move through equal-length intervals, the average rate of change changes in a pattern. That pattern is connected to the slope of the graph and the shape of the parabola.
Letβs look at
$$f(x)=x^2$$
Find the average rate of change from $x=1$ to $x=2$:
$$f(1)=1, \quad f(2)=4$$
So
$$\frac{4-1}{2-1}=3$$
From $x=2$ to $x=3$:
$$f(2)=4, \quad f(3)=9$$
So
$$\frac{9-4}{3-2}=5$$
From $x=3$ to $x=4$:
$$f(3)=9, \quad f(4)=16$$
So
$$\frac{16-9}{4-3}=7$$
The rates of change are $3$, $5$, and $7$. They are not constant, but they follow a pattern. This is one reason quadratics are so important in AP Precalculus.
Comparing Linear and Quadratic Rates of Change
The main difference is simple:
- A linear function has a constant rate of change.
- A quadratic function has a changing rate of change.
This difference helps you identify function types from tables, graphs, and equations.
From a Table
Suppose a table shows these values:
| $x$ | $f(x)$ |
|---|---|
| $0$ | $2$ |
| $1$ | $5$ |
| $2$ | $8$ |
| $3$ | $11$ |
The outputs increase by $3$ each time, so the rate of change is constant. This suggests a linear function.
Now consider:
| $x$ | $g(x)$ |
|---|---|
| $0$ | $1$ |
| $1$ | $4$ |
| $2$ | $9$ |
| $3$ | $16$ |
The changes are $3$, $5$, and $7$. Since the differences are not constant, this suggests a quadratic function.
From a Graph
A line indicates constant rate of change. A parabola indicates changing rate of change.
If the graph is steepening, the rate of change is increasing in magnitude. If it is flattening near a turning point, the rate of change is moving toward $0$.
Why This Matters in Polynomial and Rational Functions
Rates of change are a major idea inside polynomial and rational functions because they help you interpret how functions behave.
For polynomials, especially linear and quadratic ones, you can use rates of change to:
- recognize the function type;
- interpret coefficients;
- predict behavior from graphs and tables;
- describe real-world change using mathematical language.
Even in rational functions, understanding rate of change helps you notice where a function grows quickly, changes slowly, or behaves strangely near asymptotes. So learning linear and quadratic rates of change builds a strong foundation for later topics.
Putting It All Together
students, here is the big picture:
- Linear functions model situations with steady change.
- Quadratic functions model situations with changing change.
- Average rate of change uses the formula $\frac{y_2-y_1}{x_2-x_1}$.
- In a linear function, the average rate of change is always the same.
- In a quadratic function, the average rate of change depends on the interval.
- Graphs, tables, and equations all help you detect these patterns.
A useful AP Precalculus skill is explaining not just the answer, but the reasoning behind it. If you can describe how a function changes, you are showing strong understanding of the relationship between algebra and graph behavior.
Conclusion
Rates of change are a powerful way to describe how functions behave. For linear functions, the change is constant, so the graph is a straight line. For quadratic functions, the change is not constant, so the graph is curved and the average rate of change shifts from interval to interval.
This lesson connects directly to polynomial and rational functions because it teaches you how to read patterns, compare models, and explain motion or growth using math. Whether you are studying a salary plan, a thrown ball, or a graph on an AP test, understanding rates of change helps you make sense of the situation.
Study Notes
- Rate of change tells how one quantity changes compared with another.
- The average rate of change between $(x_1,y_1)$ and $(x_2,y_2)$ is $\frac{y_2-y_1}{x_2-x_1}$.
- A linear function has the form $f(x)=mx+b$ and has constant rate of change $m$.
- A quadratic function has the form $f(x)=ax^2+bx+c$ with $a\neq 0$ and does not have constant rate of change.
- In a linear table, first differences are constant.
- In a quadratic table, first differences change but often show a pattern; second differences are constant.
- On a graph, a line shows constant rate of change, while a parabola shows changing rate of change.
- Real-world linear examples include hourly pay and fixed-cost plans.
- Real-world quadratic examples include projectile motion and area problems.
- Understanding rates of change helps connect graphs, equations, and tables in AP Precalculus.
