Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Functions
Source: https://www.fatskills.com/basic-math/chapter/functions

Basic Math: Functions

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

⏱️ ~6 min read


What Is This?

A function is a relationship that assigns exactly one output to each input. This topic appears in exams to test your understanding of input-output relationships and your ability to apply mathematical rules consistently. Questions typically involve identifying functions, evaluating function outputs, and understanding function transformations.

Why It Matters

Functions are tested in various exams, including SAT, ACT, and high school algebra and calculus tests. They frequently appear and can carry significant marks, often around 10-15% of the total score. This topic tests your ability to apply rules consistently and understand relationships between variables.

Core Concepts

  • Definition of a Function: A function is a rule that assigns exactly one output for each input.
  • Domain and Range: The domain is the set of all possible inputs, while the range is the set of all possible outputs.
  • Function Notation: Understand f(x) as the output when x is the input, not as multiplication.
  • Function Transformations: Shifts, stretches, and compressions of a function's graph.
  • Composition of Functions: Evaluating functions within functions, like f(g(x)).

Prerequisites

  • One-Step Equations: Essential for understanding inverse operations.
  • Coordinate Plane Basics: Crucial for graphing functions.
  • Slope as Rate of Change: Foundational for understanding linear functions.

Without these, you might struggle with basic function concepts, misinterpret graphs, or incorrectly apply transformations.

The Rule-Book (How It Works)


Primary Rule

A function takes an input (x) and produces an output (f(x)) based on a specific rule.

Sub-Rules and Exceptions

  • Domain Restrictions: Some functions have restricted domains (e.g., square root functions cannot take negative inputs).
  • Piecewise Functions: These functions have different rules for different intervals of the input.
  • Inverse Functions: These reverse the process of the original function.

Visual Pattern

Think of a function as a machine: input goes in, output comes out. For linear functions, visualize a straight line on a graph.

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, true/false, short answer, graphing

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Function Definition: A function assigns exactly one output to each input.
  2. Domain and Range: Domain is the set of inputs; range is the set of outputs.
  3. Function Composition: f(g(x)) means input x into g, then take the output of g and input it into f.

Worked Examples (Step-by-Step)


Easy

Question: If f(x) = 2x + 3, find f(4).
1. Substitute 4 for x in the function: f(4) = 2(4) + 3 2. Perform the multiplication: 2(4) = 8 3. Add the result to 3: 8 + 3 = 11 Answer: f(4) = 11 Rule Applied: Function evaluation

Medium

Question: Determine the domain of the function f(x) = √(x - 2).
1. The square root function is defined for non-negative numbers.
2. Set the expression inside the square root to be greater than or equal to zero: x - 2 ≥ 0 3. Solve for x: x ≥ 2 Answer: The domain is [2, ∞) Rule Applied: Domain of a function

Hard

Question: If f(x) = x^2 and g(x) = x + 1, find f(g(2)).
1. First, find g(2): g(2) = 2 + 1 = 3 2. Then, substitute 3 into f(x): f(3) = 3^2 = 9 Answer: f(g(2)) = 9 Rule Applied: Function composition

Common Exam Traps & Mistakes

  1. Misinterpreting Function Notation: Treating f(x) as multiplication.
  2. Wrong Answer: f(3) = 3f
  3. Correct Approach: f(3) means substitute 3 into the function.
  4. Confusing Domain and Range: Swapping input and output sets.
  5. Wrong Answer: Domain of f(x) = x^2 is all real numbers.
  6. Correct Approach: The domain is all real numbers, but the range is [0, ∞).
  7. Incorrect Function Composition: Evaluating f(x) + g(x) instead of f(g(x)).
  8. Wrong Answer: f(g(x)) = f(x) + g(x)
  9. Correct Approach: Substitute g(x) into f(x).
  10. Ignoring Domain Restrictions: Applying a function outside its valid input range.
  11. Wrong Answer: f(x) = √(x - 2) for x = 1
  12. Correct Approach: Check the domain first; x ≥ 2.

Shortcut Strategies & Exam Hacks

  • Memory Aid: Remember "DOMAIN" as "Inputs Allowed" and "RANGE" as "Outputs Happening."
  • Elimination Strategy: For multiple-choice questions, eliminate options that violate function rules.
  • Pattern Recognition: Identify linear functions by their straight-line graphs.
  • Formula Shortcut: For composition, think "inside-out": evaluate the inner function first.

Question-Type Taxonomy

  1. Function Evaluation: Given f(x), find f(a).
  2. Example: If f(x) = 3x - 2, find f(5).
  3. Favored by: SAT, ACT
  4. Domain and Range: Determine the domain or range of a function.
  5. Example: Find the domain of f(x) = 1/(x - 3).
  6. Favored by: High school algebra tests
  7. Function Composition: Evaluate f(g(x)).
  8. Example: If f(x) = x^2 and g(x) = x + 1, find f(g(2)).
  9. Favored by: AP Calculus
  10. Graphing Functions: Plot the graph of a given function.
  11. Example: Graph y = |x|.
  12. Favored by: High school algebra tests

Practice Set (MCQs)


Question 1

Question: If f(x) = 2x + 1, what is f(3)? - A: 5 - B: 7 - C: 8 - D: 9 Correct Answer: B Explanation: Substitute 3 into the function: f(3) = 2(3) + 1 = 6 + 1 = 7.
Why the Distractors Are Tempting: - A: Miscalculation of 2(3) - C: Adding 2 and 3 instead of multiplying - D: Incorrectly adding an extra step

Question 2

Question: What is the domain of the function f(x) = √(x + 4)? - A: (-∞, -4] - B: [-4, ∞) - C: (-∞, ∞) - D: [4, ∞) Correct Answer: B Explanation: The square root function is defined for non-negative numbers: x + 4 ≥ 0, so x ≥ -4.
Why the Distractors Are Tempting: - A: Confusing the inequality direction - C: Ignoring the square root restriction - D: Misinterpreting the inequality

Question 3

Question: If f(x) = x^2 and g(x) = x - 1, what is f(g(2))? - A: 0 - B: 1 - C: 4 - D: 9 Correct Answer: B Explanation: First, find g(2): g(2) = 2 - 1 = 1. Then, substitute 1 into f(x): f(1) = 1^2 = 1.
Why the Distractors Are Tempting: - A: Incorrectly squaring the result of g(2) - C: Miscalculating g(2) - D: Incorrectly adding an extra step

Question 4

Question: Which of the following is not a function? - A: y = x^2 - B: y = |x| - C: y = √x - D: A circle Correct Answer: D Explanation: A function assigns exactly one output to each input. A circle does not meet this criterion as it has multiple y-values for some x-values.
Why the Distractors Are Tempting: - A: Looks like a typical function - B: Absolute value function is valid - C: Square root function is valid within its domain

Question 5

Question: What is the range of the function f(x) = |x|? - A: (-∞, ∞) - B: [0, ∞) - C: (-∞, 0] - D: (0, ∞) Correct Answer: B Explanation: The absolute value function always outputs non-negative numbers.
Why the Distractors Are Tempting: - A: Confusing with the domain - C: Misinterpreting the absolute value - D: Excluding zero incorrectly

30-Second Cheat Sheet

  • A function assigns exactly one output to each input.
  • Domain is the set of all possible inputs; range is the set of all possible outputs.
  • Function notation f(x) means the output when x is the input.
  • Function composition f(g(x)) means input x into g, then take the output of g and input it into f.
  • Check domain restrictions before evaluating functions.

Learning Path

  1. Beginner Foundation: Understand one-step equations and coordinate plane basics.
  2. Core Rules: Learn the definition of a function, domain and range, and function notation.
  3. Practice: Solve problems involving function evaluation, domain and range, and function composition.
  4. Timed Drills: Practice under exam conditions to build speed and accuracy.
  5. Mock Tests: Take full-length practice exams to simulate the real test environment.

Related Topics

  1. Linear Functions: Understanding linear functions is crucial for grasping the basics of functions.
  2. Graphing Functions: Knowing how to graph functions helps visualize and understand their behavior.
  3. Exponential Functions: Functions with exponential growth or decay are a natural extension of basic function concepts.


ADVERTISEMENT