MATH 2 • ALGEBRA & FUNCTIONS

Evaluating Transformed Functions — I can interpret function notation and evaluate a transformed function at a given input.

Learn to decode function notation and evaluate functions that have been shifted, stretched, or reflected.

Historical Context & Motivation

The idea of a function — a rule that assigns exactly one output to each input — is one of the most powerful ideas in all of mathematics. For centuries, mathematicians solved equations one at a time, with no general language for describing how one quantity depends on another. The development of function notation and the study of transformations changed everything. Instead of starting from scratch every time, mathematicians learned to take a known function and shift, stretch, reflect, or compress it to model new situations. Understanding how to evaluate these transformed functions is essential for physics, engineering, economics, and computer science.

1673
Leibniz Introduces 'Function'
Gottfried Wilhelm Leibniz first used the word "function" to describe quantities that depend on a curve, laying the groundwork for the concept we use today.
1734
Euler's f(x) Notation
Leonhard Euler introduced the notation f(x) to represent a function of x, giving mathematicians a compact and universal language for describing input-output relationships.
1837
Dirichlet's Modern Definition
Peter Gustav Lejeune Dirichlet formalized the modern definition: a function is any rule that assigns exactly one output to each input, whether or not a formula exists.
1960s
Transformations in Education
Mathematics curricula began emphasizing function transformations — shifts, stretches, and reflections — as a unifying framework for understanding families of functions.

Today we face a practical question: if you know the values of a parent function f(x), how do you evaluate expressions like f(x − 3) + 2 or −2 · f(x + 1)? This lesson gives you a systematic approach to reading, interpreting, and computing these transformed function values with confidence.

Core Principles & Definitions

Before you can evaluate a transformed function, you need to be comfortable with a few foundational ideas. A parent function is the simplest version of a function family — think of f(x) = x² as the parent of all quadratics. A transformation is any operation applied to the parent that changes its graph's position, shape, or orientation. When we evaluate a function at a given input, we substitute that input into the rule and simplify to find the output.

1

Function Notation

f(x) names the function (f) and its input variable (x). The expression f(3) means "plug 3 in for x and compute the output."
2

Inside vs. Outside Changes

Changes inside the parentheses — like f(x − 3) — affect the input and move the graph horizontally. Changes outside — like f(x) + 2 — affect the output and move the graph vertically.
3

Order of Operations

When evaluating, always handle the inside transformation first (adjust the input), then look up or compute the parent function's value, and finally apply any outside transformation.
4

Table & Graph Reading

You don't always need a formula. If you have a table or graph of f(x), you can evaluate transformed versions by finding the correct input in the original data.
KEY TAKEAWAY
Think of a function like a vending machine: you insert an input (press a button), and the machine gives you exactly one output (your snack). A transformation is like reprogramming the machine — you might shift which button gives which snack, or change the size of the snack. Evaluating a transformed function is just figuring out what comes out when you press a specific button on the reprogrammed machine.

Visual Explanation — Parent vs. Transformed Function

The diagram below shows a parent function f(x) = x² plotted in blue alongside its transformed version g(x) = (x − 3)² + 2 in pink. Notice how the vertex of the parabola has shifted 3 units to the right and 2 units up. The shape of the curve is identical; only its position has changed. When we evaluate g(4), we are really computing f(4 − 3) + 2 = f(1) + 2 = 1 + 2 = 3.

The blue curve represents the parent function f(x) = x². The pink curve shows g(x) = (x − 3)² + 2, shifted 3 units right and 2 units up. The gold dashed arrows show the direction of each shift.

This visual makes an important point: you don't need to re-derive the entire function. If you know the values of f, you can find the values of g by adjusting the input (subtract 3) and then adjusting the output (add 2). This "inside first, outside second" strategy works for every type of transformation.

Mathematical Framework — Transformation Notation

Every transformation of a parent function f(x) can be written in a general form. Understanding this form lets you decode any transformed function you encounter.

GENERAL TRANSFORMATION
g(x) = a · f(b · (x − h)) + k
a = vertical stretch/compression factor (if a < 0, reflection over x-axis); b = horizontal stretch/compression factor (if b < 0, reflection over y-axis); h = horizontal shift (right if h > 0); k = vertical shift (up if k > 0).
EVALUATION PROCEDURE
g(x₀) = a · f(b · (x₀ − h)) + k
To evaluate at a specific input x₀: (1) compute the inner expression b · (x₀ − h), (2) find f of that result, (3) multiply by a, and (4) add k.
EXAMPLE — VERTICAL SHIFT
g(x) = f(x) + 5 → g(2) = f(2) + 5
If f(2) = 7, then g(2) = 7 + 5 = 12. The "+5" is an outside change, so it directly adjusts the output.
EXAMPLE — HORIZONTAL SHIFT
g(x) = f(x − 4) → g(6) = f(6 − 4) = f(2)
The "−4" inside the parentheses shifts the graph right by 4. To evaluate g(6), first compute the adjusted input: 6 − 4 = 2, then find f(2).
⚠️ Common Mistake Alert
Students often confuse the direction of horizontal shifts. Remember: f(x − h) shifts the graph right by h units, not left. The sign inside the parentheses is the opposite of the shift direction. Think of it this way: f(x − 3) needs a bigger x to produce the same output, so the graph moves to the right.

Detailed Breakdown — Evaluating from a Table

On many tests and assignments, you won't be given a formula for f(x). Instead, you'll receive a table of values and be asked to evaluate a transformation. The strategy stays exactly the same: work from the inside out. The table below defines a function f, and we will use it to evaluate several transformed expressions.

Table of values for the parent function f(x)
xf(x)
−25
−13
01
1−2
20
34
This flowchart traces the evaluation of g(1) where g(x) = 2 · f(x + 1) − 3, using the table of f(x) values. Each colored box represents one step of the inside-first, outside-second strategy.

The flowchart above captures the universal process. Regardless of whether you have a formula, a table, or a graph, the four-step sequence remains the same: adjust the input, find the parent value, apply vertical stretch or compression, and apply vertical shift.

Worked Example — Full Evaluation

Let's work through a complete example using the table from Section 5. We'll evaluate g(x) = −3 · f(x − 2) + 4 at x = 5.

Evaluate g(5) where g(x) = −3 · f(x − 2) + 4
1
Step 1 — Identify the Transformation ComponentsCompare g(x) = −3 · f(x − 2) + 4 to the general form a · f(b(x − h)) + k. We can identify: a = −3 (vertical stretch by 3 and reflection over the x-axis), h = 2 (horizontal shift right 2), and k = 4 (vertical shift up 4). There is no horizontal stretch since b = 1.
a = −3, h = 2, k = 4
2
Step 2 — Compute the Inside ExpressionSubstitute x = 5 into the inner expression: x − 2 = 5 − 2 = 3. This tells us we need to look up f(3) in our table.
Inner input = 3
3
Step 3 — Look Up f(3) in the TableFrom the table of values in Section 5, when x = 3, f(x) = 4. So f(3) = 4.
f(3) = 4
4
Step 4 — Apply the Vertical Stretch/ReflectionMultiply the parent function value by a = −3: (−3) × f(3) = (−3) × 4 = −12.
−3 · f(3) = −12
5
Step 5 — Apply the Vertical ShiftAdd k = 4 to the result: −12 + 4 = −8. This is our final answer.
g(5) = −8
💡 Pro Tip
Before you start evaluating, check that the adjusted input actually exists in your table. If you need f(7) but your table only goes up to x = 3, the problem may be unsolvable — or you may have made an error in computing the inside expression.

Inside vs. Outside Transformations — A Comparison

One of the trickiest aspects of transformed functions is keeping straight which changes affect the input and which affect the output. The table below provides a quick reference for the most common transformations and how they change your evaluation process.

Summary of common transformations and their evaluation effects
TransformationNotationEffect on Evaluation
Shift right by hf(x − h)Subtract h from x before looking up f
Shift left by hf(x + h)Add h to x before looking up f
Shift up by kf(x) + kFind f(x) first, then add k to the result
Shift down by kf(x) − kFind f(x) first, then subtract k from the result
Vertical stretch by aa · f(x), |a| > 1Find f(x) first, then multiply the result by a
Reflect over x-axis−f(x)Find f(x) first, then negate the result
Reflect over y-axisf(−x)Negate x before looking up f
KEY TAKEAWAY
Think of inside changes as adjusting your GPS coordinates before you drive, and outside changes as modifying your destination after you arrive. Inside changes alter where you look in the table or graph; outside changes alter what you do with the value you find there.

Connection to Advanced Topics

Evaluating transformed functions is not just a standalone skill — it is a gateway to more advanced mathematics. In precalculus and calculus, you will work with composition of functions, where you chain multiple functions together (like f(g(x))). The inside-first strategy you learned here is exactly the same technique used in function composition. Similarly, in calculus, understanding how a function's graph shifts and stretches will help you make sense of the chain rule for derivatives.

How today's skills connect to future topics
This Lesson (Math 2)Where It Leads (Advanced Math)
Evaluating f(x − h)Function composition: f(g(x))
Recognizing shifts & stretchesGraphing families of trig, exponential, and log functions
Inside-first, outside-second strategyChain rule in calculus: d/dx[f(g(x))] = f′(g(x)) · g′(x)
Reading values from a table or graphInterpreting real-world data models and piecewise functions

Mastering evaluations now means you won't need to relearn the logic later. The general transformation form g(x) = a · f(b(x − h)) + k will appear in every math course you take from here forward — with different parent functions but the same structural pattern.

Practice Problems

Use the same table of values for f(x) from Section 5 for all problems below.

xf(x)
−25
−13
01
1−2
20
34
PROBLEM 1CONCEPTUAL
Explain in your own words why f(x − 4) shifts the graph of f to the right rather than to the left, even though the sign inside is a minus.
PROBLEM 2BASIC CALCULATION
Using the table, evaluate g(2) where g(x) = f(x + 1) − 5.
PROBLEM 3INTERMEDIATE
Using the table, evaluate h(−1) where h(x) = −2 · f(x − 1) + 3.
PROBLEM 4APPLIED
A scientist models the temperature T (in °C) of a substance as T(t) = f(t), where t is time in hours and f is given by the table. A second experiment starts 2 hours later and runs 3 degrees warmer. Write the function for the second experiment and find the temperature at t = 4.
PROBLEM 5CRITICAL THINKING
Given g(x) = a · f(x − h) + k, the table tells us g(3) = 11 and you know that the inside transformation uses h = 3 and k = 1. Find the value of a.

Lesson Summary

Evaluating a transformed function requires you to interpret function notation carefully and follow a systematic process. Every transformation fits the general form g(x) = a · f(b(x − h)) + k, where inside changes (involving b and h) adjust the input before you look up the parent function, and outside changes (involving a and k) modify the output afterward.

To evaluate at a specific input, follow the four-step strategy: (1) compute the adjusted input, (2) find the parent function value from a table, graph, or formula, (3) apply any vertical stretch, compression, or reflection, and (4) apply the vertical shift. Remember that horizontal shifts work in the opposite direction of the sign inside the parentheses. These skills form the foundation for function composition, graphing families of functions, and eventually calculus.

Varsity Tutors • Math 2 • Evaluating Transformed Functions