AP PrecalculusUnit 1A - Polynomial and Rational Functions

1.1 Change in Tandem — AP Precalculus Study Notes

Master AP Precalculus 1.1 Change in Tandem with comprehensive study notes on functions, function notation, average rate of change, concavity, domain and range. Interactive quiz and worked examples included.
Clean graph illustrating increasing/decreasing functions and concavity for AP Precalculus 1.1 Change in Tandem study notes on RevisionTown.

Packet

appc_1.1_packet.pdf
Download File

Practice Solutions

appc_1.1_solutions.pdf
Download File

Corrective Assignments

appc_1.1_ca1.pdf
Download File

appc_1.1_ca2.pdf
Download File

AP PRECALCULUS | UNIT 1A

1.1 Change in Tandem

Comprehensive study notes on how two quantities change together. Covers the concept of a function, function notation, input-output relationships, rates of change, increasing and decreasing behaviour, concavity, domain and range, and the function model. Formulas rendered in MathJax with an interactive quiz and official College Board resources.

Central Idea

When two quantities are related, a change in one produces a predictable change in the other. A function is a mathematical relationship that assigns exactly one output to each input. Understanding how quantities change in tandem is the foundation for every topic in AP Precalculus.

What Is a Function?

A function is a rule or relationship where each input value maps to exactly one output value. Two quantities "change in tandem" when the value of one quantity determines the value of the other. In AP Precalculus, functions are the primary tool for modelling these relationships.

Formal Definition

A function \( f \) from set \( A \) to set \( B \) is a rule that assigns to each element \( x \) in \( A \) exactly one element \( f(x) \) in \( B \).

\[ f : A \to B \quad \text{where each } x \in A \text{ maps to a unique } f(x) \in B \]

The set \( A \) is the domain (all valid inputs). The set \( B \) is the codomain. The set of all actual outputs is the range.

Function Notation

Function notation provides a compact way to describe the relationship between input and output. Instead of writing "y equals twice x plus three", we write:

Standard Notation

\[ f(x) = 2x + 3 \]

Here, \( f \) is the name of the function, \( x \) is the input (independent variable), and \( f(x) \) is the output (dependent variable). We read \( f(x) \) as "f of x".

Evaluating a function means substituting a specific value for \( x \):

\[ f(4) = 2(4) + 3 = 11 \]

AP Exam Tip: The notation \( f(x) \) does NOT mean \( f \times x \). It means the output of function \( f \) when the input is \( x \). The College Board frequently tests whether students can distinguish between multiplication and function notation.

The Input-Output Model

INPUT \( x \)

Independent
Variable

FUNCTION \( f \)

Rule or
Relationship

OUTPUT \( f(x) \)

Dependent
Variable

Worked Example: Temperature Conversion

The Celsius temperature changes in tandem with the Fahrenheit temperature. The function that converts Celsius to Fahrenheit is:

\[ F(C) = \frac{9}{5}C + 32 \]

When \( C = 100 \): \( F(100) = \frac{9}{5}(100) + 32 = 180 + 32 = 212 \). So 100 degrees C = 212 degrees F.

Four Representations of Functions

Functions can be represented in four ways. AP Precalculus expects fluency in all four and the ability to move between them.

Algebraic (Formula)

An equation that defines the relationship. Example: \( f(x) = x^2 - 4x + 3 \). Most precise for computation.

Graphical

A curve or set of points on a coordinate plane. Shows behaviour visually: shape, intercepts, symmetry, and end behaviour.

Numerical (Table)

A table of input-output pairs. Useful for identifying patterns and estimating values.

Verbal (Words)

A written description of the relationship. Example: "The area of a circle depends on its radius." Links maths to real-world contexts.

Domain and Range

The domain is the set of all possible input values, and the range is the set of all possible output values. When two quantities change in tandem, the domain and range describe the boundaries of that relationship.

Domain and Range Notation

There are three common ways to express domain and range:

MethodExampleMeaning
Inequality\( -3 \leq x < 5 \)\( x \) is between −3 (inclusive) and 5 (exclusive)
Interval\( [-3, 5) \)Same as above; brackets = inclusive, parentheses = exclusive
Set-Builder\( \{x \in \mathbb{R} \mid -3 \leq x < 5\} \)All real \( x \) satisfying the condition

Worked Example: Finding Domain and Range

Find the domain and range of \( g(x) = \sqrt{x - 2} \).

Domain: The expression under the square root must be non-negative:

\[ x - 2 \geq 0 \quad \Rightarrow \quad x \geq 2 \quad \Rightarrow \quad \text{Domain: } [2, \infty) \]

Range: A square root always produces non-negative values: \( \text{Range: } [0, \infty) \)

Common Domain Restrictions

  • Division: Denominator cannot equal zero. For \( f(x) = \frac{1}{x-3} \), exclude \( x = 3 \).
  • Square roots: Radicand must be \( \geq 0 \). For \( f(x) = \sqrt{5-x} \), require \( x \leq 5 \).
  • Logarithms: Argument must be \( > 0 \). For \( f(x) = \ln(x+1) \), require \( x > -1 \).

Rates of Change

A rate of change measures how fast the output changes as the input changes. It quantifies the idea that two quantities change in tandem. The rate of change connects geometry (slope) to algebra (function behaviour).

Average Rate of Change (AROC)

The average rate of change of \( f \) over the interval \( [a, b] \) is the slope of the secant line connecting the points \( (a, f(a)) \) and \( (b, f(b)) \):

\[ \text{AROC} = \frac{f(b) - f(a)}{b - a} = \frac{\Delta y}{\Delta x} \]

This formula is identical to the slope formula. It describes the overall change per unit of input over a given interval, not the instantaneous behaviour at a single point.

Worked Example: Average Rate of Change

Find the AROC of \( f(x) = x^2 \) on \( [1, 4] \):

\[ \text{AROC} = \frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5 \]

On average, \( f(x) = x^2 \) increases by 5 units for every 1 unit increase in \( x \) over this interval.

Rate of Change for Linear Functions

For a linear function \( f(x) = mx + b \), the rate of change is constant and equals the slope \( m \):

\[ \frac{f(x_2) - f(x_1)}{x_2 - x_1} = m \quad \text{for all } x_1, x_2 \]

This is the defining property of linear functions: a constant rate of change. Non-linear functions have rates of change that vary across the domain.

Increasing, Decreasing, and Concavity

When two quantities change in tandem, the function may increase over some intervals and decrease over others. Concavity describes how the rate of change itself is changing.

Increasing and Decreasing Behaviour

BehaviourConditionAROCGraph Shape
IncreasingAs \( x \) increases, \( f(x) \) increasesPositive ( > 0 )Rises from left to right
DecreasingAs \( x \) increases, \( f(x) \) decreasesNegative ( < 0 )Falls from left to right
Constant\( f(x) \) does not changeZero ( = 0 )Horizontal line

Concavity

Concavity describes whether the rate of change is itself increasing or decreasing. It tells you whether a curve "bends upward" or "bends downward".

Concave Up

The rate of change is increasing. The function curves upward, like a bowl. The graph lies above any secant line.

AROC on consecutive equal intervals is increasing.

Concave Down

The rate of change is decreasing. The function curves downward, like an inverted bowl. The graph lies below any secant line.

AROC on consecutive equal intervals is decreasing.

Detecting Concavity from a Table

Given equally spaced \( x \)-values, compute successive AROCs. If the AROCs are:

  • Increasing: the function is concave up on that interval
  • Decreasing: the function is concave down on that interval
  • Constant: the function is linear (no concavity)

Worked Example: Concavity from Data

\( x \)01234
\( f(x) \)1251017

AROCs on consecutive intervals:

\( [0,1]: \frac{2-1}{1} = 1 \),   \( [1,2]: \frac{5-2}{1} = 3 \),   \( [2,3]: \frac{10-5}{1} = 5 \),   \( [3,4]: \frac{17-10}{1} = 7 \).
AROCs are 1, 3, 5, 7 (increasing), so \( f \) is concave up on \( [0, 4] \).

Covariation and Association

Covariation describes how two variables change together. When we say quantities "change in tandem", we are describing covariation. The direction of change determines whether the association is positive or negative.

Positive Association

As the input increases, the output also increases. Both quantities move in the same direction.

Example: As study hours increase, exam scores tend to increase. The AROC is positive.

Negative Association

As the input increases, the output decreases. The quantities move in opposite directions.

Example: As the price of a product increases, demand tends to decrease. The AROC is negative.

Recognising Function Types from Rates of Change

The rate of change reveals what kind of function models the relationship. AP Precalculus expects you to identify the function type from a table, graph, or description.

Function TypeFormulaRate of ChangeConcavity
Linear\( f(x) = mx + b \)Constant (\( m \))None (straight line)
Quadratic\( f(x) = ax^2 + bx + c \)Changes at constant rateUp if \( a > 0 \); Down if \( a < 0 \)
Exponential\( f(x) = a \cdot b^x \)Proportional to outputAlways concave up (\( b > 1 \))

Key Distinction: Linear versus Non-Linear

A function is linear if and only if its rate of change is constant over every interval. Formally:

\[ \frac{\Delta f}{\Delta x} = m \quad \text{(constant for all intervals)} \implies f \text{ is linear} \]

If the rate of change is not constant, the function is non-linear. The second difference (change of the change) helps distinguish quadratic from exponential models.

Second Differences and Ratios

For equally spaced \( x \)-values:

  • If first differences (\( \Delta f \)) are constant → Linear
  • If second differences (\( \Delta^2 f \)) are constant → Quadratic
  • If successive ratios \( \frac{f(x+1)}{f(x)} \) are constant → Exponential

Worked Example: Identifying the Model

\( x \)01234
\( f(x) \)36122448

First differences: 3, 6, 12, 24 (not constant, so not linear).

Successive ratios: \( \frac{6}{3} = 2 \), \( \frac{12}{6} = 2 \), \( \frac{24}{12} = 2 \), \( \frac{48}{24} = 2 \) (constant ratio of 2).

This is an exponential function: \( f(x) = 3 \cdot 2^x \).

Real-World Applications of Change in Tandem

The concept of quantities changing together appears throughout science, business, and daily life.

Physics: Distance and Time

A car's distance from a starting point changes in tandem with time. The rate of change is speed: \( v = \frac{d}{t} \).

Economics: Supply and Price

As the price of a good increases, the quantity supplied increases (positive association). The supply curve models this change in tandem.

Biology: Population Growth

Population changes in tandem with time. Exponential growth occurs when the rate of change is proportional to the current population: \( P(t) = P_0 \cdot e^{rt} \).

Finance: Compound Interest

Account balance changes in tandem with time: \( A = P\left(1 + \frac{r}{n}\right)^{nt} \). The rate of change accelerates because interest compounds.

Common AP Exam Mistakes

  • Confusing \( f(x) \) with \( f \times x \): \( f(3) \) means evaluating the function at 3, not multiplying.
  • Forgetting the denominator in AROC: AROC = \( \frac{\Delta y}{\Delta x} \), not just \( \Delta y \). Always divide by the change in \( x \).
  • Confusing concavity with increasing/decreasing: A function can be increasing AND concave down (rate of increase is slowing).
  • Missing domain restrictions: Always check for division by zero, negative square roots, and log of non-positives.
  • Using AROC as instantaneous rate: AROC is the average over an interval, not the rate at a single point.

Official and Recommended Resources

The following are verified official and authoritative resources for AP Precalculus 1.1 Change in Tandem.

College Board - AP Precalculus

Official course page with the Course and Exam Description (CED), exam format, and scoring guidelines.

collegeboard.org - AP Precalculus

AP Classroom

Practice questions, progress checks, and instructional resources aligned to each topic in the CED.

myap.collegeboard.org

Khan Academy - Functions

Free video lessons on functions, function notation, domain and range, and rates of change.

khanacademy.org - Functions

Desmos Graphing Calculator

Free graphing tool to visualise functions, domain restrictions, and rates of change. Allowed on AP exams.

desmos.com/calculator

Paul's Online Math Notes

Comprehensive algebra and precalculus notes with worked examples covering function notation and graphing.

tutorial.math.lamar.edu - Algebra

MIT OpenCourseWare

Free university-level mathematics courses covering functions, modelling, and rate of change concepts.

ocw.mit.edu - Mathematics

Test Your Knowledge: 1.1 Change in Tandem Quiz

Check your understanding of the key concepts. Select the best answer for each question.

Key Takeaways for the AP Exam

  • A function assigns exactly one output to each input. Quantities "change in tandem" when one determines the other.
  • Function notation \( f(x) \) names the output; it is not multiplication. Be fluent in algebraic, graphical, numerical, and verbal representations.
  • AROC = \( \frac{f(b)-f(a)}{b-a} \) measures overall change on an interval. Constant AROC indicates a linear function.
  • Concavity describes how the rate of change itself changes: increasing AROCs = concave up; decreasing AROCs = concave down.
  • Use first differences (linear), second differences (quadratic), and successive ratios (exponential) to identify model types.
  • Domain restrictions come from division by zero, square roots of negatives, and logarithms of non-positives.

Frequently Asked Questions About Change in Tandem

What does "change in tandem" mean in AP Precalculus?

"Change in tandem" means two quantities are related so that when one changes, the other changes in a predictable way. This relationship is modelled by a function, where the input (independent variable) determines the output (dependent variable). The concept is the foundation of Topic 1.1 in Unit 1A of AP Precalculus.

How do you calculate the average rate of change?

The average rate of change (AROC) of a function \( f \) over the interval \( [a, b] \) equals \( \frac{f(b) - f(a)}{b - a} \). This is the slope of the secant line through the points \( (a, f(a)) \) and \( (b, f(b)) \). It tells you how much the output changes, on average, for each unit increase in the input over that interval.

What is the difference between concave up and concave down?

A function is concave up when its rate of change is increasing (the curve bends upward like a bowl). A function is concave down when its rate of change is decreasing (the curve bends downward like an inverted bowl). You can detect concavity by computing successive AROCs on equally spaced intervals: increasing AROCs mean concave up; decreasing AROCs mean concave down.

How do you determine if a function is linear, quadratic, or exponential from a table?

For equally spaced x-values: if the first differences (changes in output) are constant, the function is linear. If the second differences are constant, it is quadratic. If the successive ratios of outputs are constant, it is exponential. These tests are essential tools for AP Precalculus free-response questions.

What are the common domain restrictions?

The three main restrictions are: (1) division by zero is undefined, so exclude values that make the denominator zero; (2) square roots of negative numbers are not real, so the radicand must be non-negative; (3) logarithms require a positive argument, so the input to the log must be greater than zero.

Is 1.1 Change in Tandem tested on the AP Precalculus exam?

Yes. Topic 1.1 is part of Unit 1A: Polynomial and Rational Functions, which accounts for approximately 30-40% of the AP Precalculus exam. Questions often involve evaluating functions, interpreting rates of change, identifying concavity from tables, and recognising function types. Both multiple-choice and free-response questions cover these concepts.

About the Author

Adam

Co-Founder @ RevisionTown

Expert in AP and IB mathematics preparation, specialising in precalculus, calculus, and statistical analysis. Experienced in creating exam-focused study notes that break down complex mathematical concepts into clear, structured explanations with worked examples and visual models.

Connect on LinkedIn
Shares: