Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT PSAT Math Advanced Math Function Notation Evaluating fx fab Composite Functions
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-psat-math-advanced-math-function-notation-evaluating-fx-fab-composite-functions

SAT / PSAT: SAT PSAT Math Advanced Math Function Notation Evaluating fx fab Composite Functions

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

⏱️ ~5 min read

What Is This?

Function notation is a way to represent functions and their inputs. It includes evaluating functions like ( f(x) ) and ( f(a+b) ), and understanding composite functions like ( f(g(x)) ). This topic appears in exams to test your ability to manipulate and interpret functions, which is fundamental in advanced mathematics.

Why It Matters

This topic is tested in exams like the SAT, ACT, AP Calculus, and various college-level math courses. It appears frequently and can carry a significant portion of the marks. It tests your ability to understand and apply abstract mathematical concepts, which is crucial for higher-level math and science courses.

Core Concepts

  • Function Notation: Understand that ( f(x) ) represents a function ( f ) applied to an input ( x ).
  • Evaluating Functions: Know how to find the value of a function for a given input, such as ( f(3) ) or ( f(a+b) ).
  • Composite Functions: Learn how to combine functions, such as ( f(g(x)) ), and understand the order of operations.
  • Domain and Range: Be aware of the set of possible inputs (domain) and outputs (range) for a function.
  • Function Properties: Recognize properties like one-to-one functions, which have unique outputs for each input.

Prerequisites

  • Basic Algebra: You need to understand solving equations and manipulating expressions.
  • Graphing Functions: Knowing how to plot and interpret graphs of functions is essential.
  • Set Theory: Understanding basic set theory helps with domain and range concepts.

The Rule-Book (How It Works)


Primary Rule

Function notation ( f(x) ) means applying the function ( f ) to the input ( x ).

Sub-rules and Exceptions

  • Evaluating ( f(a+b) ): Substitute ( a+b ) for ( x ) in the function ( f ).
  • Composite Functions: For ( f(g(x)) ), first find ( g(x) ), then apply ( f ) to that result.
  • Domain Restrictions: Ensure the input ( x ) is within the function's domain.

Visual Pattern

Think of function notation as a machine: input goes in, output comes out. For composite functions, think of two machines in sequence.

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Function Evaluation: ( f(x) ) means substitute ( x ) into the function ( f ).
  2. Composite Functions: ( f(g(x)) ) means first find ( g(x) ), then apply ( f ) to the result.
  3. Domain and Range: Ensure inputs are within the domain and understand the possible outputs.

Worked Examples (Step-by-Step)


Easy

Question: If ( f(x) = 2x + 3 ), find ( f(4) ).
Step-by-Step: 1. Substitute ( x = 4 ) into ( f(x) ).
2. ( f(4) = 2(4) + 3 = 8 + 3 = 11 ).
Answer: ( f(4) = 11 ).

Medium

Question: If ( f(x) = x^2 - 2x ), find ( f(a+b) ).
Step-by-Step: 1. Substitute ( x = a+b ) into ( f(x) ).
2. ( f(a+b) = (a+b)^2 - 2(a+b) ).
3. Expand and simplify: ( (a+b)^2 - 2(a+b) = a^2 + 2ab + b^2 - 2a - 2b ).
Answer: ( f(a+b) = a^2 + 2ab + b^2 - 2a - 2b ).

Hard

Question: If ( f(x) = x^2 ) and ( g(x) = x + 1 ), find ( f(g(2)) ).
Step-by-Step: 1. First, find ( g(2) ): ( g(2) = 2 + 1 = 3 ).
2. Then, find ( f(3) ): ( f(3) = 3^2 = 9 ).
Answer: ( f(g(2)) = 9 ).

Common Exam Traps & Mistakes

  1. Mistake: Forgetting to substitute correctly.
  2. Wrong Answer: ( f(a+b) = a + b ).
  3. Correct Approach: Substitute ( a+b ) for ( x ) in ( f(x) ).

  4. Mistake: Ignoring domain restrictions.

  5. Wrong Answer: ( f(x) = \sqrt{x} ) for ( x = -1 ).
  6. Correct Approach: Check if ( x ) is within the domain.

  7. Mistake: Applying functions in the wrong order for composites.

  8. Wrong Answer: ( f(g(x)) = g(f(x)) ).
  9. Correct Approach: First find ( g(x) ), then apply ( f ).

  10. Mistake: Not simplifying expressions fully.

  11. Wrong Answer: ( f(a+b) = (a+b)^2 ).
  12. Correct Approach: Expand and simplify the expression.

Shortcut Strategies & Exam Hacks

  • Memory Aid: Think of ( f(x) ) as "function of ( x )".
  • Elimination Strategy: If an answer doesn't match the domain, eliminate it.
  • Pattern Recognition: Look for patterns in composite functions, like ( f(g(x)) ).

Question-Type Taxonomy

  1. Evaluate ( f(x) ): Given ( f(x) ), find ( f(a) ).
  2. Example: If ( f(x) = 3x - 2 ), find ( f(5) ).
  3. Favored By: SAT, ACT

  4. Evaluate ( f(a+b) ): Given ( f(x) ), find ( f(a+b) ).

  5. Example: If ( f(x) = x^2 ), find ( f(2+3) ).
  6. Favored By: AP Calculus

  7. Composite Functions: Given ( f(x) ) and ( g(x) ), find ( f(g(x)) ).

  8. Example: If ( f(x) = x^2 ) and ( g(x) = x + 1 ), find ( f(g(2)) ).
  9. Favored By: College-level math courses

Practice Set (MCQs)


Question 1

Question: If ( f(x) = 2x - 1 ), find ( f(3) ).
Options: A. 4 B. 5 C. 6 D. 7 Correct Answer: B. 5 Explanation: Substitute ( x = 3 ) into ( f(x) ): ( f(3) = 2(3) - 1 = 6 - 1 = 5 ).
Why the Distractors Are Tempting: A. 4 (Incorrect calculation), C. 6 (Misreading the function), D. 7 (Incorrect calculation).

Question 2

Question: If ( f(x) = x^2 + x ), find ( f(2+1) ).
Options: A. 12 B. 15 C. 18 D. 21 Correct Answer: B. 15 Explanation: Substitute ( x = 2+1 ) into ( f(x) ): ( f(3) = 3^2 + 3 = 9 + 3 = 12 ).
Why the Distractors Are Tempting: A. 12 (Incorrect calculation), C. 18 (Misreading the function), D. 21 (Incorrect calculation).

Question 3

Question: If ( f(x) = x^2 ) and ( g(x) = x - 1 ), find ( f(g(3)) ).
Options: A. 4 B. 9 C. 16 D. 25 Correct Answer: A. 4 Explanation: First, find ( g(3) ): ( g(3) = 3 - 1 = 2 ). Then, find ( f(2) ): ( f(2) = 2^2 = 4 ).
Why the Distractors Are Tempting: B. 9 (Incorrect calculation), C. 16 (Misreading the function), D. 25 (Incorrect calculation).

Question 4

Question: If ( f(x) = \sqrt{x} ), find ( f(4+5) ).
Options: A. 2 B. 3 C. 4 D. 5 Correct Answer: B. 3 Explanation: Substitute ( x = 4+5 ) into ( f(x) ): ( f(9) = \sqrt{9} = 3 ).
Why the Distractors Are Tempting: A. 2 (Incorrect calculation), C. 4 (Misreading the function), D. 5 (Incorrect calculation).

Question 5

Question: If ( f(x) = 3x + 2 ) and ( g(x) = x^2 ), find ( f(g(2)) ).
Options: A. 14 B. 16 C. 18 D. 20 Correct Answer: D. 20 Explanation: First, find ( g(2) ): ( g(2) = 2^2 = 4 ). Then, find ( f(4) ): ( f(4) = 3(4) + 2 = 12 + 2 = 14 ).
Why the Distractors Are Tempting: A. 14 (Incorrect calculation), B. 16 (Misreading the function), C. 18 (Incorrect calculation).

30-Second Cheat Sheet

  • Function Notation: ( f(x) ) means substitute ( x ) into ( f ).
  • Evaluating ( f(a+b) ): Substitute ( a+b ) for ( x ) in ( f(x) ).
  • Composite Functions: ( f(g(x)) ) means first find ( g(x) ), then apply ( f ).
  • Domain Restrictions: Ensure inputs are within the function's domain.
  • Simplify Expressions: Always expand and simplify fully.

Learning Path

  1. Beginner Foundation: Review basic algebra and graphing functions.
  2. Core Rules: Understand function notation, evaluating functions, and composite functions.
  3. Practice: Work through examples and practice problems.
  4. Timed Drills: Solve problems under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Graphing Functions: Understanding how to plot and interpret graphs.
  2. Domain and Range: Determining the set of possible inputs and outputs.
  3. Function Properties: Recognizing properties like one-to-one functions.


ADVERTISEMENT