st

Showing posts with label SAT Functions. Show all posts
Showing posts with label SAT Functions. Show all posts

Thursday, August 20, 2026

SAT Function Transformations: The Tricks That Make Hard Questions Easy

 

SAT Function Transformations: A Simple Way to Master Shifts, Reflections, Stretches and Compressions

Function transformation questions on the SAT can look intimidating because a familiar function may suddenly appear with numbers, negative signs, fractions, and parentheses in unfamiliar places.

But there is a simple way to read them.

Instead of trying to memorize every possible graph, learn to identify what happened to the input and what happened to the output.

Once you see that pattern, many SAT transformation questions become quick recognition problems.

This guide develops that idea from the ground up with original examples and SAT-style practice.


1. What Does “Transformation” Mean?

Start with a function:

f(x)

A transformation creates a new function whose graph has been moved, flipped, stretched, or compressed.

For example:

g(x) = f(x) + 4

does not change the x-values. It changes the y-values.

On the other hand:

g(x) = f(x − 4)

changes where the same output occurs.

That distinction is the foundation of function transformations.

A useful first question is:

Did the change happen outside f(x), or inside its input?


2. The Two Big Categories

Most SAT transformations can be organized into two groups.

Changes outside the function

Examples:

f(x) + 5

f(x) − 2

3f(x)

−f(x)

These primarily affect the output, or y-coordinate.

Changes inside the function

Examples:

f(x − 5)

f(x + 2)

f(−x)

f(3x)

These primarily affect the input, or x-coordinate.

This “inside versus outside” idea is more useful than trying to memorize a huge collection of unrelated rules.


3. Moving a Graph Up or Down

Consider:

g(x) = f(x) + 6

Every output increases by 6.

So the graph moves:

6 units upward

If a point on the original graph is:

(3, 4)

the new point is:

(3, 10)

The x-coordinate stays exactly where it was.

Downward movement

Now consider:

g(x) = f(x) − 6

Every y-value decreases by 6.

Therefore, the graph moves:

6 units downward

The basic rule is:

f(x) + k → up k units

f(x) − k → down k units


4. The Horizontal Shift Trap

Horizontal transformations are where SAT questions often catch students.

Consider:

g(x) = f(x − 5)

The graph moves:

5 units to the right

Not left.

Now consider:

g(x) = f(x + 5)

The graph moves:

5 units to the left

So:

f(x − h) → right h

f(x + h) → left h

Why does the sign seem reversed?

Suppose the original function produces a particular output when:

x = 2

For:

g(x) = f(x − 5)

we want the new input to produce that same output.

Set:

x − 5 = 2

Therefore:

x = 7

The point has moved from x = 2 to x = 7.

So the graph shifted right by 5.

This is why the horizontal sign behaves differently from the vertical sign.


5. A Quick Memory Trick

When the number is outside the function:

f(x) + 4

think:

“The output goes up.”

When the number is inside the function:

f(x − 4)

think:

“The input needs 4 more.”

That produces a movement to the right.

A short version worth remembering is:

Outside = vertical. Inside = horizontal.


6. Reflections: Which Axis?

Negative signs can also flip a graph.

There are two important forms.

Reflection across the x-axis

g(x) = −f(x)

Every y-coordinate changes sign:

(x, y) → (x, −y)

For example:

(4, 7) → (4, −7)

The graph is reflected across the x-axis.


Reflection across the y-axis

g(x) = f(−x)

Every x-coordinate changes sign:

(x, y) → (−x, y)

For example:

(4, 7) → (−4, 7)

The graph is reflected across the y-axis.

Remember:

−f(x) → x-axis reflection

f(−x) → y-axis reflection

The location of the negative sign tells you which coordinate changes.


7. Vertical Stretch and Compression

Suppose:

g(x) = 3f(x)

Every output is multiplied by 3.

So if:

f(2) = 4

then:

g(2) = 12

The graph becomes taller vertically.

This is called a vertical stretch by a factor of 3.


What if the multiplier is between 0 and 1?

Consider:

g(x) = ½f(x)

Every y-value is cut in half.

For example:

(2, 8) → (2, 4)

The graph becomes shorter vertically.

This is a vertical compression.

So:

|a| > 1 → vertical stretch

0 < |a| < 1 → vertical compression

for:

g(x) = af(x)


8. Horizontal Stretch and Compression

Horizontal scaling requires extra attention.

Suppose:

g(x) = f(2x)

It is tempting to say “2 means stretch by 2.”

That is incorrect.

The horizontal scale factor is the reciprocal.

Therefore:

f(2x)

produces a horizontal compression by:

½

See it through a point

Suppose:

f(6) = 9

For the transformed function:

g(x) = f(2x)

we need:

2x = 6

so:

x = 3

The point has moved from:

(6, 9)

to:

(3, 9)

The graph has been compressed horizontally.


9. Horizontal Stretch Example

Consider:

g(x) = f(x/4)

The input is multiplied by:

¼

Therefore, the graph is stretched horizontally by:

4

If the original graph contains:

(3, 8)

the corresponding point becomes:

(12, 8)

The output stays 8 while the x-coordinate becomes four times as large.


10. The Transformation Formula

Many complicated-looking SAT equations can be organized using:

g(x) = af(b(x − h)) + k

Each component tells you something.

a

Controls vertical scaling and may produce a reflection.

b

Controls horizontal scaling and may produce a horizontal reflection.

h

Controls horizontal movement.

k

Controls vertical movement.

For example:

g(x) = 2f(3(x − 4)) + 7

contains several transformations at once.

You do not need to panic when you see an expression like this.

Break it into pieces.


11. A Point Transformation Formula

Suppose:

(x₀, y₀)

is a point on f.

For:

g(x) = af(b(x − h)) + k

the corresponding horizontal coordinate satisfies:

b(x − h) = x₀

Therefore:

x = x₀/b + h

The new y-coordinate is:

y = ay₀ + k

So the point becomes:

(x₀/b + h, ay₀ + k)

This can be an extremely efficient technique when the SAT gives you a point on the original function.


12. SAT Example: Transforming a Point

Suppose:

f(−1) = 6

and:

g(x) = 2f(x − 3) − 5

Find the corresponding value of g.

The original point is:

(−1, 6)

First deal with the horizontal transformation:

x − 3 = −1

Therefore:

x = 2

Now transform the output:

2(6) − 5 = 12 − 5 = 7

Therefore:

g(2) = 7

No complete formula for f(x) was necessary.


13. Why Point Questions Can Be Faster

Suppose a question gives you:

f(5) = −3

and asks about:

g(x) = 4f(x − 2) + 1

You do not need to discover the equation for f.

You already know one point:

(5, −3)

Find the new x-coordinate:

x − 2 = 5

so:

x = 7

Then find the new y-coordinate:

4(−3) + 1 = −11

Therefore:

g(7) = −11

This type of question rewards recognizing the transformation rather than doing lengthy algebra.


14. The Difference Between Similar Expressions

Pay close attention to these:

Expression A

f(x − 4)

Graph moves:

4 units right

Expression B

f(x) − 4

Graph moves:

4 units down

They look almost identical, but their effects are completely different.

This is one of the most common transformation traps.


15. Another Important Difference

Compare:

−f(x)

and

f(−x)

The first changes the y-coordinate:

(x, y) → (x, −y)

The second changes the x-coordinate:

(x, y) → (−x, y)

Therefore:

−f(x) → reflection across x-axis

f(−x) → reflection across y-axis

If you keep track of which coordinate changes, the distinction becomes much easier.


16. Quadratic Transformations

Quadratic functions are particularly friendly because their transformations can often be seen directly from vertex form.

The standard form is:

y = a(x − h)² + k

The vertex is:

(h, k)

Consider:

y = 3(x − 2)² − 4

The vertex is:

(2, −4)

Compared with:

y = x²

the graph has:

• shifted 2 units right
• shifted 4 units down
• undergone a vertical stretch by a factor of 3

Because the coefficient is positive, the parabola still opens upward.


17. What If the Quadratic Coefficient Is Negative?

Consider:

y = −2(x + 3)² + 1

The vertex is:

(−3, 1)

The graph:

• moves 3 units left
• moves 1 unit up
• is vertically stretched by 2
• reflects across the x-axis

The negative coefficient means the parabola opens downward.


18. Function Transformations and Zeros

Transformations can move zeros from one location to another.

Suppose:

f(4) = 0

Therefore, f has a zero at:

x = 4

Now define:

g(x) = f(x − 6)

For g to equal zero, the input to f must be 4:

x − 6 = 4

Therefore:

x = 10

The zero moved from:

4 → 10

because the graph shifted 6 units right.


19. Transformations Seen in Tables

You can recognize transformations without seeing a graph.

Suppose:

xf(x)
02
15
29

Now another function has:

xg(x)
32
45
59

The output sequence has not changed.

Every x-value has increased by 3.

Therefore:

g(x) = f(x − 3)

The function has shifted right by 3.


20. Recognizing Transformations From Graphs

The SAT may give you two graphs instead of equations.

Start by looking for a feature that is easy to identify.

Depending on the graph, this could be:

• a vertex
• an intercept
• a maximum
• a minimum
• an endpoint
• a distinctive curve feature
• an asymptote

Example

Suppose a parabola's vertex changes from:

(−2, 3)

to:

(4, −1)

The horizontal change is:

+6

The vertical change is:

−4

So the graph moved:

6 units right and 4 units down

A corresponding transformation is:

g(x) = f(x − 6) − 4


21. A Reliable SAT Method

When faced with a transformation question, use this checklist.

Step 1: Find f(x)

Identify the original function.

Step 2: Examine the inside

Look for changes such as:

x − h

x + h

−x

bx

These affect the horizontal behavior.

Step 3: Examine the outside

Look for:

+ k

− k

af(x)

−f(x)

These affect the vertical behavior.

Step 4: Look for multiple transformations

A single function may be shifted, stretched, and reflected at the same time.

Step 5: Use a known point when possible

If the question gives a point or function value, transform that point instead of rebuilding the whole function.


22. Practice Question 1

A function f contains the point:

(−2, 7)

A new function is:

g(x) = f(x − 5) + 2

Which point must lie on g?

A) (−7, 9)

B) (−2, 9)

C) (3, 9)

D) (3, 5)

Solution

The expression:

f(x − 5)

moves the graph 5 units right.

So:

−2 → 3

Then:

+2

moves the graph upward:

7 → 9

Therefore:

(−2, 7) → (3, 9)

Answer: C


23. Practice Question 2

Suppose:

f(8) = 11

and:

g(x) = f(2x)

For what value of x is:

g(x) = 11?

We need:

2x = 8

Therefore:

x = 4

Answer: 4


24. Practice Question 3

The function:

f(x) = x²

is transformed into:

g(x) = −(x + 4)² + 2

Describe the transformation.

The expression:

x + 4

means the graph moves:

4 units left

The negative sign outside the squared expression means:

reflection across the x-axis

The +2 means:

2 units up

Therefore, the graph is shifted 4 units left, reflected across the x-axis, and shifted 2 units upward.

Its vertex is:

(−4, 2)


25. Practice Question 4

A function f has a zero at:

x = 9

The transformed function is:

g(x) = f(x + 4)

Where is the corresponding zero of g?

Set the input equal to 9:

x + 4 = 9

Therefore:

x = 5

Answer: 5


26. Practice Question 5

The point:

(−3, 4)

lies on f.

A new function is:

g(x) = 3f(−x) − 2

Find the corresponding point on g.

First, the input is reflected:

−3 → 3

Then multiply the output by 3:

4 → 12

Finally subtract 2:

12 → 10

Therefore:

(−3, 4) → (3, 10)

Answer: (3, 10)


27. Practice Question 6

Suppose:

f(2) = −5

and:

g(x) = −2f(x − 6) + 4

Find g(8).

Check the input:

8 − 6 = 2

Therefore:

f(8 − 6) = f(2) = −5

Now substitute:

g(8) = −2(−5) + 4

g(8) = 10 + 4

g(8) = 14

Answer: 14


28. Practice Question 7

A graph of f has a point at:

(6, −2)

The transformed function is:

g(x) = ½f(x + 3) − 1

Find the corresponding point.

For the horizontal coordinate:

x + 3 = 6

so:

x = 3

For the vertical coordinate:

½(−2) − 1

= −1 − 1

= −2

Therefore the new point is:

(3, −2)

Answer: (3, −2)


29. The Transformation Rules Worth Memorizing

If you are short on study time, concentrate on these.

Vertical shifts

f(x) + k → up k

f(x) − k → down k

Horizontal shifts

f(x − h) → right h

f(x + h) → left h

Reflections

−f(x) → reflection across x-axis

f(−x) → reflection across y-axis

Vertical scaling

af(x) → y-values multiplied by a

Horizontal scaling

f(bx) → x-values scaled by 1/|b|

Quadratic vertex form

a(x − h)² + k

has vertex:

(h, k)


30. A Final SAT Strategy

Do not treat a transformation equation as one giant expression.

Break it apart.

For example:

g(x) = −3f(2(x − 4)) + 7

Instead of staring at the entire equation, identify:

x − 4

→ horizontal shift

2

→ horizontal compression

−3

→ vertical stretch and reflection

+7

→ vertical shift

The equation becomes much easier when each component is assigned a job.


31. Final Takeaway

Function transformations are really about tracking coordinates.

If the change affects the output, think vertically.

If the change affects the input, think horizontally.

The most important patterns are:

f(x) + k → up k

f(x) − k → down k

f(x − h) → right h

f(x + h) → left h

−f(x) → x-axis reflection

f(−x) → y-axis reflection

af(x) → vertical scaling

f(bx) → horizontal scaling by 1/|b|

And when a question gives you a known point, use it.

You often do not need to find the original function at all.

For SAT Math, that is one of the biggest advantages of understanding transformations: you can often solve the problem by tracking what happened to one point instead of doing a page of algebra.


Explore the following

SAT MATH FORMULA  SHEET FOR QUICK REFERENCE

SAT MATH FORMULA CHEAT SHEET 


ALGEBRA

SO;VING LINEAR EQUATIONS [PART 1]

LINEAR EQUATIONS [PART 1]


SOLVING LINEAR EQUATIONS [PART II]

LINEAR EQUATIONS [PART II]


SYSTEM OF EQUATIONS  [ PART  I ]


SAT Systems of Equations: Part 2 — Hard Questions, Word Problems, Graphs, Parameters & SAT Tricks

SAT system of equations 2


 PARAMETER QUESTIONS IN SYSTEMS OF LINEAR EQUATIONS


QUADRATIC EQUATIONS [PART I] 

QUADRATIC EQUATIONS [PART I] 


QUADRATIC EQUATIONS [PART II] 

QUADRATIC EQUATIONS [PART II] 


PERCENTAGES


PERCENTAGES [introduction]

PERCENTAGES [part 1]


PERCENTAGE INCREASE AND DECREASE

PERCENTAGES [part 2]


SUCCESSIVE PERCENTAGES DISCOUNT PROFIT LOSS

PERCENTAGES [part3]

Percentages in Data Analysis, Graphs, Tables, Probability,SAT Geometry Notes:  Study Guide with Formulas, Tricks, Practice Questions and Advanced Word Problems


SAT Reverse Percentage Problems




GEOMETRY

SAT Geometry Notes:  Study Guide with Formulas, Tricks, Practice Questions





SAT Word Problems Made Easy: Tricks to Solve Digital SAT Math Problems Faster



The Big Word-Problem Families:  SAT Math Guide


How SAT Word Problems Hide the Equation: Skill That Makes Difficult Questions Easier


SAT Function Transformations: The Tricks That Make Hard Questions Easy

  SAT Function Transformations: A Simple Way to Master Shifts, Reflections, Stretches and Compressions Function transformation questions on ...