Functions are the foundation of calculus. They describe how one quantity depends on another, and nearly every concept you'll encounter in this course builds on them. This review covers function notation, domain and range, graphing features, operations, and transformations.
Function Fundamentals
Function notation and evaluation
Function notation names both the function and its input. The symbol represents the output value when the input is . To evaluate , substitute for every in the function's equation, then simplify.
For example, if , then .
Here are the major function types you should recognize:
- Linear functions: , where is the slope and is the y-intercept
- Quadratic functions: , producing a parabola
- Polynomial functions: , with non-negative integer exponents
- Rational functions: , a ratio of two polynomials
- Exponential functions: , where and
- Logarithmic functions: , the inverse of the exponential, where and
- Trigonometric functions: , , , etc.
- Piecewise functions: defined by different equations over different intervals of the domain
Domain and range identification
The domain is the set of all valid inputs (-values) for a function. Most functions accept all real numbers, but three common restrictions come up repeatedly:
- Rational functions: exclude any that makes the denominator zero. For , the domain is all real numbers except .
- Square root (and even-root) functions: the expression under the radical must be . For , the domain is .
- Logarithmic functions: the argument must be strictly positive. For , the domain is .
The range is the set of all possible outputs (-values). Determining range depends on the function type:
- Linear functions (with nonzero slope): range is all real numbers
- Quadratic functions: range depends on whether the parabola opens up (, range ) or down (, range ), where is the vertex's -value
- Exponential functions like : range is , always positive
- Logarithmic functions: range is all real numbers
- Trigonometric functions have bounded ranges (e.g., )
Function graphing and features
When you look at a function's graph, these are the features to identify:
- x-intercepts (zeros): points where the graph crosses the x-axis ()
- y-intercept: the point where the graph crosses the y-axis (); find it by evaluating
- Symmetry: even functions are symmetric across the y-axis; odd functions are symmetric about the origin
- Asymptotes:
- Vertical asymptotes occur at -values where the function is undefined and the output grows without bound (common in rational functions where the denominator equals zero)
- Horizontal asymptotes describe the value the function approaches as or
- Intervals of increase/decrease: where the function's output is rising or falling as moves to the right
- Local maxima/minima: peaks and valleys within a specific interval
- Concavity: whether the curve bends upward (concave up) or downward (concave down)
- Inflection points: where the concavity switches direction

Zeros of functions
Zeros (also called roots) are the -values where . Finding them is a skill you'll use constantly.
Algebraic methods:
-
Factoring: Rewrite the function as a product of simpler expressions, then set each factor equal to zero. For , the zeros are and .
-
Quadratic formula: When factoring isn't obvious, use for any quadratic .
-
Rational root theorem: For higher-degree polynomials, the possible rational zeros are , where divides the constant term and divides the leading coefficient. Test candidates by substitution or synthetic division.
Graphical method: Look for x-intercepts on the graph. This gives approximate zeros, which you can then verify algebraically.
Function Representations and Operations
Function representations
Functions can be expressed in three main ways, and you should be comfortable moving between them:
- Tables list input-output pairs in two columns. Look for patterns (constant differences suggest linear; constant second differences suggest quadratic).
- Graphs plot points on a coordinate plane. Analyze shape and key features to identify the function type.
- Equations express the relationship using mathematical symbols. The form of the equation tells you the type (e.g., highest power of tells you the degree of a polynomial).

Function operations and composition
You can combine functions using arithmetic, just like numbers:
- Addition:
- Subtraction:
- Multiplication:
- Division: , where
Composition chains two functions together. The notation means:
- Evaluate first
- Take that result and plug it into
For example, if and , then .
Watch the domain: the domain of is all in the domain of such that is in the domain of . Also note that composition is not commutative: and are generally different functions.
Symmetry in functions
- Even functions satisfy for all in the domain. Their graphs are symmetric about the y-axis. If the point is on the graph, so is .
- Examples: ,
- Odd functions satisfy for all in the domain. Their graphs are symmetric about the origin. If is on the graph, so is .
- Examples: ,
- Neither even nor odd: most functions fall here. For instance, fails both tests since , which equals neither nor .
To test algebraically, compute and compare it to and .
Function Transformations and Continuity
Transformations modify a base function's graph in predictable ways:
- Vertical shift: moves the graph up units (down if )
- Horizontal shift: moves the graph right units (left if )
- Vertical stretch/compression: stretches vertically if , compresses if
- Horizontal stretch/compression: compresses horizontally if , stretches if
- Reflections: reflects over the x-axis; reflects over the y-axis
A common mistake with horizontal transformations: they work opposite to what you might expect. In , the graph shifts right 3, not left. In , the graph gets narrower, not wider.
Continuity means a function's graph has no breaks, holes, or jumps. A function is continuous at a point if all three conditions hold:
- is defined
- exists
A function is continuous on an interval if it's continuous at every point in that interval. Polynomials, for example, are continuous everywhere.
When continuity fails, you get a discontinuity. The three types are:
- Removable (hole): The limit exists, but the function is either undefined or has a different value at that point. You could "fill in" the hole to fix it.
- Jump: The function abruptly changes from one value to another. The left-hand and right-hand limits exist but aren't equal.
- Infinite: The function blows up toward near that point (think vertical asymptotes).
Inverse functions reverse the input-output relationship. For a function , its inverse satisfies and . Graphically, the inverse is a reflection of the original over the line . A function must be one-to-one (pass the horizontal line test) to have an inverse.