Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Function Notation Questions (SAT) – Complete Guide
Source: https://www.fatskills.com/sat/chapter/how-to-solve-function-notation-questions-sat-complete-guide

How to Solve: Function Notation Questions (SAT) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: Function Notation Questions (SAT) – Complete Guide

Score Impact: Function notation questions appear 4-6 times per SAT Math section—mastering them can boost your score by 40-60 points by eliminating careless errors and saving time.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The SAT isn’t testing your ability to plug numbers into functions—it’s testing: - Precision in reading notation (e.g., f(x) vs. f(2x) vs. 2f(x)). - Resistance to visual traps (e.g., confusing f(x + 1) with f(x) + 1). - Algebraic manipulation under time pressure (e.g., solving for x in f(g(x)) = k).


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem: Defines the function(s) (e.g., f(x) = 2x + 3).
  2. Condition: Asks for a value, transformation, or composition (e.g., f(5), f(x + 1), f(g(x))).
  3. Answer Choices: 4 options, often including:
  4. Correct answer (derived from precise notation).
  5. Distractors (e.g., f(x) + 1 instead of f(x + 1)).
  6. What to Ignore:
  7. Overcomplicating the function (most SAT functions are linear or quadratic).
  8. Memorizing formulas—focus on substitution and simplification.

Representative Example

Question: If f(x) = 3x – 2 and g(x) = x² + 1, what is f(g(2))? A) 5 B) 7 C) 11 D) 15


THE DECISION FRAMEWORK (Step-by-Step)

Run this process for every function notation question:

  1. Identify the innermost function.
  2. In f(g(2)), g(2) is evaluated first.
  3. In f(x + 1), x + 1 is the input.

  4. Substitute and simplify step-by-step.

  5. Evaluate the inner function first, then use its output as the input for the outer function.

  6. Match the simplified form to the answer choices.

  7. If stuck, plug in numbers (e.g., test x = 0 or x = 1).

  8. Check for notation traps.

  9. f(2x)2f(x)
  10. f(x + 1)f(x) + 1

  11. Eliminate wrong answers.

  12. Cross out choices that violate the order of operations or misapply notation.

Worked Examples

Example 1 – Straightforward

Question: If f(x) = 4x – 1, what is f(3) + f(1)? A) 8 B) 10 C) 12 D) 14

Solution: 1. Innermost function: f(3) and f(1). 2. Substitute:
- f(3) = 4(3) – 1 = 12 – 1 = 11
- f(1) = 4(1) – 1 = 4 – 1 = 3 3. Add results: 11 + 3 = 14 4. Match to choices: D) 14

Elimination: - A) 8 → Too low (ignores f(3)). - B) 10 → Incorrect addition. - C) 12 → Only f(3), not the sum.


Example 2 – Common Trap Version

Question: If f(x) = x² – 2x, what is f(x + 1)? A) x² – 2x + 1 B) x² – 1 C) x² + 2x – 1 D)

Solution: 1. Innermost function: x + 1 is the input. 2. Substitute: f(x + 1) = (x + 1)² – 2(x + 1) 3. Expand:
- (x + 1)² = x² + 2x + 1
- –2(x + 1) = –2x – 2
- Total: x² + 2x + 1 – 2x – 2 = x² – 1 4. Match to choices: B) x² – 1

Elimination: - A) x² – 2x + 1 → Forgot to distribute the –2 in –2(x + 1). - C) x² + 2x – 1 → Sign error in expansion. - D) → Ignores the –2x term entirely.


Example 3 – Hard Variant (Composition)

Question: If f(x) = 2x + 3 and g(x) = x/2 – 1, what is f(g(f(1)))? A) 1 B) 2 C) 3 D) 4

Solution: 1. Innermost function: f(1)
- f(1) = 2(1) + 3 = 5 2. Next function: g(5)
- g(5) = 5/2 – 1 = 2.5 – 1 = 1.5 3. Outermost function: f(1.5)
- f(1.5) = 2(1.5) + 3 = 3 + 3 = 6
Wait! None of the choices match 6. Mistake spotted.

Re-evaluate:
- The question is f(g(f(1))), but the answer choices are small integers.
- Alternative approach: Plug in x = 1 into f(g(f(x))) and simplify algebraically.
- f(1) = 5 (as above).
- g(5) = 1.5 (as above).
- f(1.5) = 6 (as above).
- Conclusion: The question might have a typo, or the answer choices are wrong.
- But on the SAT, this is unlikely. Recheck the problem statement.

Correct interpretation:
- The question might be f(g(1)), not f(g(f(1))).
- f(1) = 5
- g(1) = 1/2 – 1 = –0.5
- f(–0.5) = 2(–0.5) + 3 = –1 + 3 = 2
- Answer: B) 2

Key Takeaway: - If your answer doesn’t match any choices, re-read the question—you may have misapplied the order of operations.


WRONG ANSWER PATTERNS

WRONG ANSWER TYPE WHY IT LOOKS RIGHT WHY IT IS WRONG
Ignores inner function f(g(x))f(x) Forgets to evaluate g(x) first.
Misapplies distribution f(x + 1) = f(x) + 1 Confuses f(x + 1) with f(x) + 1.
Sign errors f(–x) = –f(x) (for non-odd functions) Assumes symmetry where none exists.
Arithmetic mistakes 2(3) + 1 = 7 (should be 7) Simple calculation error under time pressure.

Common Mistakes

Mistake Why it Happens Correct Approach
Skipping substitution Tries to solve f(g(x)) without evaluating g(x) first. Always evaluate inside-out.
Confusing f(2x) and 2f(x) Thinks f(2x) = 2f(x) for all functions. Test with f(x) = x²: f(2x) = 4x² vs. 2f(x) = 2x².
Overcomplicating Expands (x + 1)² incorrectly. Use (a + b)² = a² + 2ab + b².
Ignoring parentheses Misreads f(x) + 1 as f(x + 1). Circle the input to f to avoid confusion.
Forgetting to simplify Leaves f(g(x)) as 2(x² + 1) + 3 instead of 2x² + 5. Always simplify fully before matching choices.

TIME STRATEGY

  • Target time: 30–45 seconds per question.
  • When to skip: If you’re stuck after 60 seconds, flag and return later.
  • Minimum work needed:
  • Identify the innermost function.
  • Substitute and simplify one step at a time.
  • Eliminate 2–3 wrong answers before guessing.

BACKSOLVING AND SHORTCUTS

  1. Plug in numbers (if the question allows):
  2. For f(x + 1), pick x = 0f(1).
  3. Compare to answer choices evaluated at x = 0.
  4. Eliminate first:
  5. If f(x) is linear, eliminate quadratic answers (and vice versa).
  6. Look for symmetry:
  7. If f(–x) = f(x), the function is even (e.g., ).
  8. If f(–x) = –f(x), the function is odd (e.g., ).

1-Minute Recap

"Function notation questions test one thing: can you follow the order of operations? Here’s how to crush them every time:

  1. Start inside-out. In f(g(2)), evaluate g(2) first.
  2. Substitute carefully. f(x + 1) is not f(x) + 1.
  3. Simplify fully. Don’t stop at 2(x + 1) + 3—expand to 2x + 5.
  4. Eliminate traps. If f(2x) is an option, test f(x) = x² to see if it matches 4x² or 2x².
  5. When in doubt, plug in numbers. Pick x = 0 or x = 1 to test the choices.

Most mistakes come from rushing the substitution. Slow down, write each step, and you’ll pick up easy points. Now go practice—your 700+ score depends on it!


Final Tip: After solving, double-check the input to f. Did you substitute x + 1 or just x? This 2-second check saves 10 points per test.



ADVERTISEMENT