1. Polynomial and Rational Functions

Change In Tandem

Change in Tandem in Polynomial and Rational Functions

students, imagine watching a road on a map that suddenly goes uphill, then downhill, and then levels off again 🚗📈. In AP Precalculus, change in tandem helps you describe how one quantity changes compared to another over an interval. This idea shows up all over polynomial and rational functions, especially when you want to compare two function values at the same time or examine how a function changes from one point to another.

What Change in Tandem Means

The phrase change in tandem means that two related quantities are changing together. In function language, we often compare the change in the input and the change in the output over an interval. If a function is $f(x)$, then the change in the output from $x=a$ to $x=b$ is $f(b)-f(a)$, while the change in the input is $b-a$.

A key idea is the average rate of change:

$$\frac{f(b)-f(a)}{b-a}$$

This tells us how much $f(x)$ changes for each $1$ unit change in $x$ over the interval from $a$ to $b$. If this value is positive, the function is increasing on average. If it is negative, the function is decreasing on average. If it is $0$, the function has no net change over that interval.

This matters in AP Precalculus because polynomials and rational functions model real situations like population growth, revenue, speed, or concentration. In those settings, students, two quantities often move together: time and distance, price and demand, or input and output. 🎯

Reading Change from Tables, Graphs, and Equations

Change in tandem can be studied in several representations.

From a table

Suppose a table gives values of a polynomial function:

| $x$ | $f(x)$ |

|---|---|

| $1$ | $2$ |

| $3$ | $14$ |

The change in input is $3-1=2$, and the change in output is $14-2=12$. The average rate of change is

$$\frac{14-2}{3-1}=\frac{12}{2}=6$$

This means that, on average, $f(x)$ increases by $6$ units for every $1$ unit increase in $x$ from $x=1$ to $x=3$.

From a graph

On a graph, change in tandem can be seen by comparing two points. If you choose the points $(a,f(a))$ and $(b,f(b))$, then the line through those points is called a secant line. Its slope is the average rate of change:

$$\frac{f(b)-f(a)}{b-a}$$

That slope connects the visual idea of “rising” or “falling” to the numerical idea of change.

From an equation

If the function is given by a formula such as $f(x)=x^2-4x+1$, you can compute values directly. For example, over the interval from $x=2$ to $x=5$:

$$f(5)=5^2-4(5)+1=25-20+1=6$$

$$f(2)=2^2-4(2)+1=4-8+1=-3$$

So the average rate of change is

$$\frac{6-(-3)}{5-2}=\frac{9}{3}=3$$

This tells you that the output changed in tandem with the input at an average rate of $3$.

Why It Matters for Polynomial Functions

Polynomial functions are smooth and continuous, so their changes are easy to track over intervals. A polynomial such as $p(x)=x^3-3x^2$ can increase, decrease, or flatten out depending on the interval.

Change in tandem helps you compare behavior across intervals. For example, if

$$p(x)=x^2$$

over the interval from $x=1$ to $x=4$, then

$$\frac{p(4)-p(1)}{4-1}=\frac{16-1}{3}=5$$

But over the interval from $x=4$ to $x=5$:

$$\frac{p(5)-p(4)}{5-4}=\frac{25-16}{1}=9$$

students, this shows that the function changes faster as $x$ gets larger. That is an important polynomial pattern: many polynomials do not change at a constant rate, so the average rate of change depends on the interval.

This connects to the shape of a polynomial graph. A linear function has a constant rate of change, but a polynomial of degree $2$ or higher usually does not. So when you study change in tandem, you are really studying how the graph bends and how steepness varies.

Why It Matters for Rational Functions

A rational function has the form

$$r(x)=\frac{p(x)}{q(x)}$$

where $p(x)$ and $q(x)$ are polynomials and $q(x)\neq 0$.

Rational functions can behave very differently from polynomials because they may have vertical asymptotes, horizontal asymptotes, and restricted domains. These features affect how change in tandem is interpreted.

For example, consider

$$r(x)=\frac{1}{x-2}$$

If you compare values near $x=2$, the function changes very quickly. From $x=3$ to $x=4$:

$$r(3)=1$$

$$r(4)=\frac{1}{2}$$

The average rate of change is

$$\frac{\frac{1}{2}-1}{4-3}=-\frac{1}{2}$$

But near the vertical asymptote at $x=2$, the change can be much more dramatic. This helps explain why rational graphs can have steep rises or falls in small intervals.

In real life, rational functions often model situations where one quantity depends on another through division, such as cost per item, work rates, or average speed. Change in tandem lets you compare how those quantities vary together as the input changes.

Looking at an Example in Context

Imagine a company’s profit, in dollars, is modeled by

$$P(x)=-x^2+12x-20$$

where $x$ is the number of weeks after a product launch. students, suppose you want to compare the change in profit from week $2$ to week $5$.

First compute the values:

$$P(2)=-2^2+12(2)-20=-4+24-20=0$$

$$P(5)=-5^2+12(5)-20=-25+60-20=15$$

Then find the average rate of change:

$$\frac{P(5)-P(2)}{5-2}=\frac{15-0}{3}=5$$

This means the profit increased by an average of $5$ dollars per week over that time period.

Now think about what the result says. The company may not have gained exactly $5$ dollars every week. Instead, the total change in profit and the total change in time worked together to produce an average value. That is the heart of change in tandem: comparing the paired changes over an interval.

Connecting to AP Precalculus Reasoning

In AP Precalculus, you are often asked to use different representations, explain your reasoning, and justify conclusions with evidence. Change in tandem supports all of these skills.

You may be asked to:

  • compute average rate of change from a table, graph, or equation,
  • compare rates over different intervals,
  • interpret the meaning of a positive or negative value,
  • connect a numerical result to the behavior of a polynomial or rational graph.

For example, if a function has a larger average rate of change on $[a,b]$ than on $[c,d]$, you can say the function changed more rapidly on the first interval. If the value is negative, the function decreased over that interval. If the function is rational, you should also check whether the interval crosses a point where the denominator is $0$, because the function may be undefined there.

This type of reasoning is important because AP problems often ask not just for an answer, but for an explanation based on the function’s structure. ✅

Common Mistakes to Avoid

A few mistakes show up often when studying change in tandem.

First, do not confuse average rate of change with the actual rate at a single point. The formula

$$\frac{f(b)-f(a)}{b-a}$$

measures change over an interval, not at one exact value of $x$.

Second, be careful with subtraction. The order matters:

$$f(b)-f(a)$$

is not the same as

$$f(a)-f(b)$$

Switching the order changes the sign of the result.

Third, remember that rational functions may be undefined at certain values of $x$. If the denominator equals $0$, the function does not exist there, so you cannot use those points in a change calculation.

Finally, always include units when the problem is in context. If $x$ is measured in hours and $f(x)$ is measured in miles, then the average rate of change is in miles per hour.

Conclusion

Change in tandem is a powerful way to describe how two quantities vary together over an interval. In polynomial functions, it helps reveal how steepness and growth change from one interval to another. In rational functions, it helps explain more dramatic behavior near asymptotes or restrictions. students, when you compute and interpret average rate of change, you are building the reasoning skills needed for AP Precalculus and strengthening your understanding of function behavior. 📘

Study Notes

  • Change in tandem means two related quantities change together over an interval.
  • The main tool is average rate of change:

$$\frac{f(b)-f(a)}{b-a}$$

  • This value is the slope of the secant line through $(a,f(a))$ and $(b,f(b))$.
  • For polynomial functions, the average rate of change usually changes from one interval to another.
  • For rational functions, watch for undefined values and asymptotes.
  • A positive average rate of change means increasing on average; a negative value means decreasing on average.
  • The order of subtraction matters: use $f(b)-f(a)$, not $f(a)-f(b)$.
  • In context problems, always interpret the result with units.
  • Change in tandem connects tables, graphs, equations, and real-world situations in AP Precalculus.

Practice Quiz

5 questions to test your understanding

Change In Tandem — AP Precalculus | A-Warded