Function Notation and Evaluation

Master function notation f(x) for the Digital SAT. Learn to evaluate functions, interpret f(a) = b, and work with function tables and graphs.

Function notation — writing f(x)f(x) instead of just yy — is the language of functions on the Digital SAT. Understanding what f(x)f(x) means, how to evaluate it, and how to read function values from tables and graphs is essential for a wide range of SAT problems.

Function notation appears in algebra, data analysis, and even some geometry contexts. It's not a difficult concept, but the SAT tests it in many ways, so fluency is key.

Core Concepts

What Is Function Notation?

The notation f(x)f(x) means "the function ff evaluated at xx." It tells you the output when the input is xx.

f(x)=2x+3f(x) = 2x + 3

means: take the input xx, multiply by 2, add 3 → that's the output.

f(x)f(x) is NOT ff times xx. The parentheses indicate function evaluation, not multiplication.

Evaluating a Function

To evaluate f(a)f(a), replace every xx in the function rule with aa.

Example: If f(x)=3x25x+1f(x) = 3x^2 - 5x + 1, find f(2)f(2).

f(2)=3(2)25(2)+1=1210+1=3f(2) = 3(2)^2 - 5(2) + 1 = 12 - 10 + 1 = 3

Example: If g(x)=x+4x1g(x) = \frac{x + 4}{x - 1}, find g(3)g(3).

g(3)=3+431=72g(3) = \frac{3 + 4}{3 - 1} = \frac{7}{2}

Evaluating with Expressions

You can input expressions, not just numbers.

Example: If f(x)=x2+1f(x) = x^2 + 1, find f(a+1)f(a + 1).

Replace xx with (a+1)(a + 1):

f(a+1)=(a+1)2+1=a2+2a+1+1=a2+2a+2f(a + 1) = (a + 1)^2 + 1 = a^2 + 2a + 1 + 1 = a^2 + 2a + 2

Reading Function Values from Tables

A table of values shows input-output pairs:

xx f(x)f(x)
0 5
1 8
2 11
3 14

From this table: f(0)=5f(0) = 5, f(2)=11f(2) = 11.

To find xx when f(x)=14f(x) = 14: look for 14 in the f(x)f(x) column → x=3x = 3.

Reading Function Values from Graphs

For a graphed function:

  • f(a)f(a) = the y-coordinate when x=ax = a (go to x=ax = a, read up/down to the graph, read the y-value)
  • If f(x)=bf(x) = b, find the x-value(s) where the graph has y-coordinate bb

Notation Variations

  • f(x)f(x), g(x)g(x), h(x)h(x) are different functions
  • f(2)f(2) = output when input is 2
  • f(x)=5f(x) = 5 means "find the input(s) that produce output 5"
  • f(0)f(0) = the y-intercept of the function

Function Equality

If f(a)=g(a)f(a) = g(a), the two functions have the same output at x=ax = a. Graphically, this is where their graphs intersect.

Strategy Tips

Tip 1: Substitute Carefully

When evaluating, use parentheses around the substituted value: f(3)=2(3)2f(-3) = 2(-3)^2, not 2322 \cdot -3^2.

Tip 2: f(0)f(0) Is the Y-Intercept

Remember: f(0)f(0) gives you the value where the function crosses the y-axis.

Tip 3: Working Backwards

If the SAT gives you f(a)=10f(a) = 10 and asks for aa, set the function equal to 10 and solve for aa.

Tip 4: Multiple Functions

The SAT may define two functions and ask for f(2)+g(3)f(2) + g(3) or f(g(1))f(g(1)). Evaluate inside-out.

Tip 5: Don't Overthink

Function notation just means "plug in and calculate." It looks fancy but the operation is straightforward substitution.

Worked Example: Example 1

Problem

If f(x)=4x7f(x) = 4x - 7, what is f(5)f(5)?

f(5)=4(5)7=207=13f(5) = 4(5) - 7 = 20 - 7 = 13

Solution

Worked Example: Example 2

Problem

If f(x)=x23xf(x) = x^2 - 3x, what is f(2)f(-2)?

f(2)=(2)23(2)=4+6=10f(-2) = (-2)^2 - 3(-2) = 4 + 6 = 10

Solution

Worked Example: Example 3

Problem

If f(x)=2x+1f(x) = 2x + 1 and f(a)=15f(a) = 15, what is aa?

2a+1=152a + 1 = 15 2a=142a = 14 a=7a = 7

Solution

Worked Example: SAT-Style

Problem

The function ff is defined by f(x)=3x+kf(x) = 3x + k where kk is a constant. If f(4)=20f(4) = 20, what is kk?

f(4)=3(4)+k=12+k=20f(4) = 3(4) + k = 12 + k = 20 k=8k = 8

Solution

Worked Example: Example 5

Problem

If f(x)=x+3f(x) = x + 3 and g(x)=2xg(x) = 2x, what is f(g(4))f(g(4))?

First: g(4)=2(4)=8g(4) = 2(4) = 8

Then: f(8)=8+3=11f(8) = 8 + 3 = 11

Solution

Practice Problems

  1. Problem 1

    If f(x)=2x+9f(x) = -2x + 9, find f(3)f(3) and f(1)f(-1).

    Problem 2

    If g(x)=x2+2x5g(x) = x^2 + 2x - 5, find g(0)g(0) and g(3)g(-3).

    Problem 3

    If h(x)=5x2h(x) = 5x - 2 and h(a)=23h(a) = 23, find aa.

    Problem 4

    Using the table: f(1)=4f(1) = 4, f(2)=7f(2) = 7, f(3)=10f(3) = 10, f(4)=13f(4) = 13. If f(x)=3x+bf(x) = 3x + b, find bb.

    Problem 5

    If f(x)=x+5f(x) = x + 5 and g(x)=x2g(x) = x^2, find g(f(2))g(f(2)).

    Problem 6

    The function f(x)=ax+3f(x) = ax + 3 passes through the point (2,11)(2, 11). Find aa.

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Treating f(x)f(x) as multiplication. f(3)f(3) does NOT mean f×3f \times 3.
  • Not using parentheses when substituting negatives. f(2)=(2)2=4f(-2) = (-2)^2 = 4, not 22=4-2^2 = -4.
  • Confusing f(a)f(a) (find output) with f(x)=af(x) = a (find input). Read the question carefully.
  • Order of operations in composite functions. For f(g(x))f(g(x)), evaluate g(x)g(x) FIRST, then apply ff.
  • Misreading graph values. On SAT graphs, check the scale carefully before reading function values.

Frequently Asked Questions

Is $f(x)$ the same as $y$?

Yes, in most contexts. y=f(x)y = f(x). Both represent the output of the function.

What's the difference between $f(x)$ and $g(x)$?

They're just different function names, like using different variable names. Each can have a completely different rule.

What is $f(0)$?

It's the output when the input is 0 — which is the y-intercept of the function's graph.

Can $f(x)$ have more than one output for the same input?

No. By definition, a function gives exactly one output for each input. This is the vertical line test.

Do I need to know about domain and range for function notation questions?

Sometimes. The SAT may ask about values for which f(x)f(x) is undefined (e.g., when a denominator is 0 or a value under a square root is negative).

Key Takeaways

  • f(x)f(x) means "plug xx into the function rule."

  • To evaluate: replace every xx with the given value and compute.

  • f(a)=kf(a) = k means: set the function equal to kk and solve for aa.

  • f(0)f(0) is the y-intercept.

  • For composite functions, evaluate inside-out: f(g(x))f(g(x)) → find g(x)g(x) first, then apply ff.

  • Read tables and graphs carefully — they're just another way of representing function values.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store