Precalculus
Functions: Concepts and Operations

Overview

This topic introduces the definition of a function, domain and range, function notation, and operations with functions including evaluation, composition, and inverses. A strong grasp of these concepts is essential for advanced topics in precalculus and calculus.

Key Concepts and Terms

Step-by-Step Example

Problem: Given f(x) = 2x + 3 and g(x) = x^2, find (f \circ g)(2)

Step 1: Compute g(2):
g(2) = 2^2 = 4

Step 2: Plug that into f:
f(4) = 2(4) + 3 = 11

Answer: (f \circ g)(2) = 11

Quick Tip

Function composition is like nested parentheses — work from the inside out: evaluate g(x) first, then apply f.