Chapter 1: Understanding Functions and Their Applications
This chapter introduces functions — the foundational building blocks of calculus. You'll learn what functions are, how to represent and classify them, how to build new functions from old ones, and how key families of functions (exponential, logarithmic, and inverse functions) behave. Think of this chapter as your toolkit: everything we do in calculus later depends on what we establish here.
1.1 Four Ways to Represent a Function
What is a Function?
At its heart, a function is simply a rule. It takes an input, does something to it, and produces exactly one output. We write
Function: A rule
that assigns to each element in a set exactly one element in a set .
The set
A helpful mental model: think of a function as a machine. You feed a number
Four Ways to Represent a Function
A function can be described in four equivalent ways:
- Verbally — in words ("the area of a circle with radius
") - Numerically — by a table of input-output pairs
- Visually — by a graph in the coordinate plane
- Algebraically — by an explicit formula, such as
No single representation is always best. A graph lets you see trends and shape at a glance; a table is useful when data comes from experiment; a formula is ideal for computation. Often you'll move between all four.
Which Rules Define Functions? The Vertical Line Test
Not every equation or curve defines a function. Remember: a function must assign exactly one output to each input. If the equation
Vertical Line Test: A curve in the
-plane is the graph of a function of if and only if no vertical line intersects the curve more than once.
The reason is simple: if a vertical line
Piecewise Defined Functions
Sometimes a function is described by different formulas over different parts of its domain. These are called piecewise defined functions. A classic example is the absolute value function:
It looks like a "V" shape on the graph, with the vertex at the origin. The key point is that even though two different rules are used,
Watch out: step functions (like a postage cost function, where the price jumps at fixed weight intervals) are another common piecewise function. The graph consists of horizontal segments at different heights, with jumps between them.
Even and Odd Functions
There's useful symmetry hiding in many functions. We say
- Even if
for all in its domain → the graph is symmetric about the -axis (e.g., ) - Odd if
for all in its domain → the graph is symmetric about the origin (e.g., )
To test, substitute
Increasing and Decreasing Functions
A function is increasing on an interval
📝 Section Recap: A function is a reliable rule that assigns exactly one output to each input. We can describe functions verbally, numerically, visually, or algebraically. The Vertical Line Test identifies whether a graph represents a function. Piecewise functions use different formulas on different intervals, and functions can be classified by symmetry (even/odd) and by whether they increase or decrease on given intervals.
1.2 A Catalog of the Essential Function Types
Mathematical models of real-world phenomena are built from a handful of core function families. Before you can model anything, you need to know these families well.
Linear Functions
A linear function has the form
When data appears to follow a straight-line trend, we construct a linear model. One powerful tool for this is linear regression, which finds the "line of best fit" through a set of data points by minimizing the sum of squared vertical distances from each point to the line.
Polynomials
A polynomial is a function of the form:
where
Special cases have their own names:
- Degree 1: linear function
- Degree 2: quadratic function — graph is a parabola, opening up (
) or down ( ) - Degree 3: cubic function
Polynomials are extremely flexible models. For example, a falling ball's height can be well approximated by a quadratic function of time.
Power Functions
A power function has the form
(positive integer): curves like (parabola) or (cubic). Even powers give even functions; odd powers give odd functions. (root functions): . The square root has domain ; the cube root is defined for all reals. (reciprocal): — a hyperbola with the axes as asymptotes. (inverse square law): . Many natural laws take this form — gravitational force, light intensity, electrostatic force all diminish inversely with the square of distance.
Rational Functions
A rational function is a ratio of two polynomials:
The domain excludes any values where
Algebraic, Trigonometric, Exponential, and Logarithmic Functions
An algebraic function is built from polynomials using the four arithmetic operations plus taking roots. Any rational function is algebraic.
Functions that are not algebraic are called transcendental. The three major families are:
-
Trigonometric functions (
, , , etc.): periodic functions with domain (for and ) and range . Their periodic nature makes them ideal models for repetitive phenomena like tides, sound waves, and seasonal daylight variation. In calculus, angles are always in radians unless otherwise stated. -
Exponential functions (
, ): domain is , range is . They model exponential growth (population) or decay (radioactive material). -
Logarithmic functions (
): the inverse of exponential functions. Domain is , range is . They grow slowly — much more slowly than power functions.
📝 Section Recap: The core function families are linear, polynomial, power, rational, algebraic, trigonometric, exponential, and logarithmic. Each has a characteristic shape and behavior. Recognizing which family best fits a situation is the first step in building a mathematical model. Linear regression is one tool for fitting data with a linear model.
1.3 Building New Functions from Old Ones
Once you know the basic functions, you can construct an enormous variety of new functions through two main techniques: transformations and combinations.
Transformations: Shifts, Stretches, and Reflections
Starting from a known graph
| Transformation | Equation | Effect |
|---|---|---|
| Shift up by |
Graph moves |
|
| Shift down by |
Graph moves |
|
| Shift right by |
Graph moves |
|
| Shift left by |
Graph moves |
|
| Vertical stretch by |
Graph stretches away from |
|
| Vertical compression | Graph shrinks toward |
|
| Reflect about |
Graph flips vertically | |
| Reflect about |
Graph flips horizontally |
A useful trick: transformations inside the argument (like
For the absolute value transformation:
Combining Functions: Arithmetic Operations and Composition
Two functions
The domain of
The most important combination in calculus is composition. The composite function
Think of it as a two-stage pipeline: first apply
A key skill you'll use constantly in calculus: decomposing a complicated function into simpler pieces. For example,
📝 Section Recap: Transformations (shifts, stretches, reflections) let you build new graphs from known ones using a systematic set of rules. Arithmetic combinations and function composition extend this toolkit further. Composition in particular — where the output of one function becomes the input of another — is central to calculus techniques like the chain rule.
1.4 Exponential Functions in Depth
Graphs and Key Properties
An exponential function has the form
For any base
: increasing exponential (growth) : constant function : decreasing exponential (decay)
Since
The key algebraic rules governing exponential functions are the Laws of Exponents:
Exponential Growth and Decay in Real Life
Exponential functions model any quantity that grows or shrinks by a constant percentage rate per unit time. A bacteria population that doubles every hour follows
The Special Base
Among all possible bases,
The function
📝 Section Recap: Exponential functions
have their variable in the exponent and exhibit either rapid growth or decay depending on whether or . The natural base is especially important in calculus because of its slope property at the origin. Exponential functions appear throughout nature whenever a quantity grows or decays at a rate proportional to its current size.
1.5 Inverse Functions and Logarithms
One-to-One Functions and Inverses
Not every function has an inverse. To be "invertible," a function must be one-to-one (injective) — it never assigns the same output to two different inputs.
One-to-One Function:
is one-to-one if whenever .
The Horizontal Line Test gives a visual check:
For a one-to-one function
Think of
To find
Graphically: the graph of
Logarithmic Functions
Since
In plain English:
The domain of
The Laws of Logarithms mirror the Laws of Exponents:
These laws let you expand or condense logarithmic expressions — a skill you'll use extensively when solving equations.
The Natural Logarithm
The natural logarithm
In particular,
The graph of
Inverse Trigonometric Functions
Trigonometric functions like
- Arcsine
or : restricts to . The inverse has domain and range . - Arccosine
or : restricts to . The inverse has domain and range . - Arctangent
or : restricts to . The inverse has domain and range .
A common mistake:
The graph of
📝 Section Recap: A one-to-one function has an inverse that exactly "undoes" it. The inverse function's graph is the reflection of the original about the line
. Logarithms are the inverses of exponential functions — answers "to what power must I raise to get ?" The natural logarithm (base ) is the most important for calculus. Inverse trigonometric functions are created by restricting the domain of , , and to intervals where they are one-to-one.
Chapter Summary
This chapter establishes the language of functions that calculus is built upon. Here's the big picture:
The concept of a function captures any rule that reliably maps inputs to outputs, and we can represent such rules in four ways (verbal, numerical, visual, algebraic). The essential function families — linear, polynomial, power, rational, trigonometric, exponential, logarithmic — each have characteristic graphs and behaviors worth memorizing. We can transform any function by shifting, stretching, or reflecting its graph, and we can combine functions through arithmetic or composition to build new, more complex functions.
Exponential functions grow (or decay) at a rate proportional to their current size, making them the natural model for population growth, radioactive decay, and compound interest. The base