ISEE UPPER LEVEL • QUANTITATIVE REASONING

Interpret Simple Functional Relationships

Learn to read, analyze, and compare functions expressed as equations, tables, and graphs on the ISEE.

Historical Context & Motivation

The idea of a function — a rule that assigns exactly one output to every input — is one of the most powerful concepts in all of mathematics. Before functions were formalized, mathematicians and scientists described relationships in words or geometric constructions, which made it difficult to communicate ideas precisely. The development of function notation gave us a universal language for describing patterns, from the trajectory of a thrown ball to the growth of a bank account. On the ISEE, your ability to interpret these relationships quickly and accurately can earn you significant points across both standard word problems and quantitative comparisons.

1637
Descartes Merges Algebra & Geometry
René Descartes introduced the coordinate plane, allowing algebraic equations to be visualized as curves and making it possible to see how variables relate to one another graphically.
1694
Leibniz Coins 'Function'
Gottfried Leibniz first used the word 'function' to describe a quantity that changes as another quantity changes, giving mathematicians a concise label for input-output relationships.
1748
Euler Standardizes f(x) Notation
Leonhard Euler popularized the f(x) notation we still use today, making it much easier to write, read, and manipulate functional relationships in equations.
1837
Dirichlet's Modern Definition
Peter Gustav Lejeune Dirichlet formalized the modern definition of a function: each input from the domain maps to exactly one output in the range. This is the definition tested on the ISEE.

Today, functional relationships appear everywhere: temperature as a function of time, cost as a function of quantity, or distance as a function of speed. The ISEE tests whether you can move fluidly between the different representations of a function — equations, tables, and graphs — and whether you can extract key information such as outputs for specific inputs, identify patterns, and compare two quantities derived from a function. Mastering this skill is your gateway to success on a significant portion of the Quantitative Reasoning section.

Core Principles of Functional Relationships

A function is a rule that takes an input (often called x) and produces exactly one output (often called f(x) or y). The set of all valid inputs is the domain, and the set of all resulting outputs is the range. On the ISEE, you'll encounter functions expressed as equations, tables of values, or graphs on a coordinate plane. The core skill is the same: given information in one form, extract or compare outputs confidently.

1

One Input → One Output

Every valid input produces exactly one output. If f(3) = 7, then f(3) can never also equal 12. This is the defining property of a function.
2

Function Notation f(x)

The expression f(x) means 'the output of function f when the input is x.' Think of f as a machine and x as the raw material you feed in.
3

Three Representations

Functions can appear as equations (y = 2x + 1), tables (paired x and y values), or graphs (plotted points or lines). The ISEE expects you to work with all three.
4

Evaluate by Substitution

To find f(5), replace every x in the rule with 5 and simplify. Careful arithmetic is critical — the ISEE designs wrong answers around common calculation errors.
5

Compare Using Values

Quantitative comparison questions often ask you to compare f(a) with f(b) or compare outputs from two different functions. Evaluate both sides, then compare.
KEY TAKEAWAY
Think of a function as a vending machine. You press a button (input), and exactly one item drops out (output). You can't press the same button and sometimes get chips and other times get a soda. That predictability is what makes a function a function. On the ISEE, your job is to identify which button was pressed, what came out, or how two machines compare.

Visualizing Functions on a Coordinate Plane

One of the most common ways the ISEE presents functional relationships is through a coordinate plane graph. The horizontal axis represents the input (x), and the vertical axis represents the output (y or f(x)). Every point on the graph is an ordered pair (x, y) that satisfies the function's rule. When you see a graph on the test, you should be able to read off specific values, identify whether the function is increasing or decreasing, and determine the relationship between two plotted quantities.

The cyan line represents f(x) = 2x + 1 (rising), and the pink line represents g(x) = −x + 7 (falling). They intersect at (2, 5), meaning f(2) = g(2) = 5. To the left of x = 2, g(x) > f(x); to the right, f(x) > g(x).

When reading a graph on the ISEE, use these strategies. First, identify the scale on each axis — don't assume each grid square represents one unit. Second, trace from the x-value vertically up (or down) to the curve, then horizontally to the y-axis to read the output. Third, for comparison questions, evaluate both functions at the same input and compare their heights on the graph. The intersection point is where both functions produce the same output, a fact that the ISEE loves to test.

🎯 ISEE STRATEGY
On quantitative comparison problems involving functions, always plug in the given input before you compare. Don't try to compare the functions 'in general' — evaluate them at the specific value the question gives you. This eliminates guesswork and keeps your work clean.

Mathematical Framework

On the ISEE, you'll most often encounter linear functions and simple quadratic or absolute value functions. Understanding the standard forms helps you quickly determine what a function does to its inputs. Let's formalize the key types you'll see.

LINEAR FUNCTION
f(x) = mx + b
Where m is the slope (rate of change per unit increase in x) and b is the y-intercept (the output when x = 0). A positive slope means the function rises; a negative slope means it falls.
EVALUATING A FUNCTION
f(a) = m × a + b
Replace every x with the specific input value a, then compute. For example, if f(x) = 3x − 2, then f(4) = 3 × 4 − 2 = 10.
FUNCTION FROM A TABLE
Change in y ÷ Change in x = constant rate = m
If a table shows that for every increase of 1 in x, y increases by the same amount each time, the relationship is linear. Find the rate of change (slope) by computing (y₂ − y₁) ÷ (x₂ − x₁) for any two rows.
QUADRATIC FUNCTION
f(x) = ax² + bx + c
A quadratic function produces a parabola. On the ISEE, you'll most often simply evaluate a quadratic at a given input, such as finding f(−3) when f(x) = x² − 4.

A critical ISEE skill is working backward from the output to the input. If you're told that f(x) = 12 and f(x) = 2x + 4, you can solve 2x + 4 = 12 to find x = 4. This reverse process appears frequently, especially in problems that say 'for what value of x does f(x) = …?' Always set the function expression equal to the given output and solve for x using standard algebraic techniques.

Translating Between Representations

One of the ISEE's favorite strategies is to present a function in one form and ask questions that require you to think in another form. For example, you might see a table of values and need to determine the equation, or you might be given an equation and asked which graph matches it. The diagram below shows how the three representations — equation, table, and graph — connect to one another.

This diagram shows how f(x) = 2x + 1 looks as an equation (violet box), a table of values (cyan box), and a graph (emerald box). The yellow arrows indicate the translation process: plug in x-values to build a table, then plot those ordered pairs to create the graph.

When the ISEE gives you a table, start by looking for a constant difference in the output column as the input increases by equal steps. A constant difference signals a linear function, and that difference is the slope. Once you have the slope, use any row of the table to solve for the y-intercept. For instance, if the table shows that when x = 0 the output is 1, and the output increases by 2 each time x increases by 1, the function is f(x) = 2x + 1. If the differences in the output column are themselves changing at a constant rate, you're dealing with a quadratic function, but the ISEE will keep these cases simple.

Worked Example

Let's walk through a complete ISEE-style problem step by step, using the strategies we've covered so far.

📝 SAMPLE PROBLEM
A function f is defined by f(x) = 3x − 5. Another function g is defined by g(x) = x² − 1. What is the value of f(g(2))?
Evaluating a Composite Function
1
Step 1 — Identify What's Being AskedThe notation f(g(2)) means we first evaluate the inner function g at x = 2, then use that result as the input for f. Think of it as two machines in series: the output of g feeds into f.
2
Step 2 — Evaluate the Inner Function g(2)Substitute x = 2 into g(x) = x² − 1. We get g(2) = (2)² − 1 = 4 − 1 = 3.
g(2) = 3
3
Step 3 — Evaluate the Outer Function f(3)Now substitute x = 3 into f(x) = 3x − 5. We get f(3) = 3 × 3 − 5 = 9 − 5 = 4.
f(3) = 4
4
Step 4 — State the Final AnswerTherefore, f(g(2)) = f(3) = 4. On the ISEE, you would look for 4 among the answer choices. A common trap answer would be g(f(2)), which equals g(1) = 0 — the test rewards you for reading the notation carefully.
f(g(2)) = 4
⚠️ AVOID THE TRAP
When you see a composition like f(g(x)), always work from the inside out. Evaluate the inner function first, then plug its result into the outer function. Reversing the order is the most common mistake the ISEE is designed to catch.

ISEE Strategies & Common Pitfalls

Interpreting functional relationships on the ISEE requires both content knowledge and test-taking savvy. The table below compares effective strategies with common mistakes. Review this before test day to sharpen your approach.

Strategies vs. Pitfalls for Function Questions on the ISEE
Effective StrategyCommon PitfallWhy It Matters
Substitute the exact input value and simplify step by stepDoing mental math and skipping steps, leading to sign errorsWrong answers are designed to match common arithmetic mistakes
For compositions f(g(x)), always evaluate the inner function firstReversing the order and computing g(f(x)) insteadThe ISEE includes the reversed-order answer as a decoy choice
In tables, check whether the rate of change is constantAssuming a linear relationship without verifyingA non-constant rate means the function is not linear, changing the equation form
For QC problems, compute both columns before choosing an answerGuessing the relationship by 'eyeballing' the expressionsSubtle differences (like negative inputs) can flip the comparison
Test multiple values when variables are present in QCTesting only one value and assuming the relationship always holdsOne value might show Column A greater, but another value could reverse it — answer is (D)
🎯 PROCESS OF ELIMINATION
Remember: there is no penalty for guessing on the ISEE. If you can eliminate even one answer choice, you improve your odds. For function problems, compute the actual value and immediately eliminate any choice that doesn't match. Often you can eliminate two or three choices just by checking whether the answer should be positive or negative, or odd or even.

Connecting to Advanced Concepts

The functional relationships you encounter on the ISEE are the building blocks for more advanced mathematics. Understanding where these concepts lead can deepen your grasp of the basics and help you see patterns the test is looking for.

How ISEE Function Skills Connect to Future Math
ISEE ConceptAdvanced Extension
Evaluating f(x) at a specific inputLimits: evaluating what happens as x approaches a value (precalculus and calculus)
Finding the slope from a table or equationDerivatives: the instantaneous rate of change at any point on a curve (calculus)
Composing two functions f(g(x))The chain rule for differentiating composite functions (AP Calculus)
Working backward from f(x) = k to find xInverse functions f⁻¹(x): a systematic way to reverse any function (Algebra 2)
Comparing f(x) and g(x) at specific inputsSystems of equations and inequalities: finding all x where f(x) = g(x) or f(x) > g(x)

Don't worry about mastering the advanced extensions right now. The point is that the skills you're building — careful substitution, reading tables, interpreting graphs, and comparing outputs — are the same mental muscles you'll use for years to come. Investing effort in these fundamentals pays off far beyond the ISEE.

Practice Problems

Work through these five problems, which progress from foundational understanding to critical thinking. Three are standard multiple-choice problems (like ISEE word problems), and two are quantitative comparison problems. Remember: there's no penalty for guessing, so always mark an answer.

PROBLEM 1CONCEPTUAL
If f(x) = 4x − 7, what is the value of f(5)? (A) 3 (B) 13 (C) 17 (D) 27
PROBLEM 2BASIC CALCULATION
A function is defined by the table below: x | f(x) 1 | 5 2 | 8 3 | 11 4 | 14 Which equation represents f(x)? (A) f(x) = x + 4 (B) f(x) = 2x + 3 (C) f(x) = 3x + 2 (D) f(x) = 5x
PROBLEM 3INTERMEDIATE
If g(x) = x² − 2x + 3, what is the value of g(−2)? (A) −1 (B) 3 (C) 11 (D) 15
PROBLEM 4APPLIED
Quantitative Comparison Let f(x) = 3x + 1 Column A: f(4) − f(2) Column B: f(4 − 2) (A) The quantity in Column A is greater. (B) The quantity in Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.
PROBLEM 5CRITICAL THINKING
Quantitative Comparison Let h(x) = x² and let a be any nonzero integer. Column A: h(a) Column B: h(−a) (A) The quantity in Column A is greater. (B) The quantity in Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.

Lesson Summary

A function assigns exactly one output to each input. On the ISEE, you must move fluently between three representations: equations (like f(x) = 2x + 1), tables (rows of input-output pairs), and graphs (plotted on a coordinate plane). To evaluate a function, substitute the input value into the rule and simplify carefully. To determine a rule from a table, find the constant rate of change (slope) and use any row to solve for the y-intercept.

For quantitative comparisons, always compute both columns explicitly. When variables are involved, test multiple values — if different values yield different results, the answer is (D). Watch out for sign errors when substituting negative numbers, and remember that f(a) − f(b) ≠ f(a − b) in general. Since there is no penalty for wrong answers on the ISEE, always use process of elimination and mark an answer for every question.

Varsity Tutors • ISEE Upper Level • Interpret Simple Functional Relationships