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.
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.
Function Notation
Inside vs. Outside Changes
Order of Operations
Table & Graph Reading
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.
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.
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.
| x | f(x) |
|---|---|
| −2 | 5 |
| −1 | 3 |
| 0 | 1 |
| 1 | −2 |
| 2 | 0 |
| 3 | 4 |
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.
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.
| Transformation | Notation | Effect on Evaluation |
|---|---|---|
| Shift right by h | f(x − h) | Subtract h from x before looking up f |
| Shift left by h | f(x + h) | Add h to x before looking up f |
| Shift up by k | f(x) + k | Find f(x) first, then add k to the result |
| Shift down by k | f(x) − k | Find f(x) first, then subtract k from the result |
| Vertical stretch by a | a · f(x), |a| > 1 | Find 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-axis | f(−x) | Negate x before looking up f |
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.
| This Lesson (Math 2) | Where It Leads (Advanced Math) |
|---|---|
| Evaluating f(x − h) | Function composition: f(g(x)) |
| Recognizing shifts & stretches | Graphing families of trig, exponential, and log functions |
| Inside-first, outside-second strategy | Chain rule in calculus: d/dx[f(g(x))] = f′(g(x)) · g′(x) |
| Reading values from a table or graph | Interpreting 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.
| x | f(x) |
|---|---|
| −2 | 5 |
| −1 | 3 |
| 0 | 1 |
| 1 | −2 |
| 2 | 0 |
| 3 | 4 |
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.