A function captures the idea that one quantity is uniquely determined by another. This section introduces functions informally through real-world examples and establishes the notation
Quick Reference
| Concept | Description |
|---|---|
| Function | A rule that assigns exactly one output to each input |
| Independent variable | The input; the variable we choose freely |
| Dependent variable | The output; its value depends on the input |
| Function notation | |
| Explicit function | |
| Implicit function |
What Is a Function?
We intuitively say that a variable is a function of a second variable when its value depends on the value of the second variable and can be uniquely calculated by some rule when the value of the second variable is given. The first variable is the dependent variable and the second is the independent variable.
Examples of functions from science and everyday life.
- The temperature at which pure water boils is a function of altitude above sea level.
- The area of a circle
is a function of its radius : given , we compute uniquely. Conversely, the radius is also a function of the area: . In this example, either variable can serve as the independent one. - In a triangle, if the lengths
and of two sides are fixed, then the length of the third side is determined once the included angle is chosen: Here is a function of (with and treated as parameters). - The federal income tax rate for a single person is a function of taxable income: different income brackets map to specific rates.
A variable can be a function of more than one other variable. For example, the volume of a circular cylinder
We will study multivariable functions separately.
The Uniqueness Requirement
The word uniquely is crucial. Consider the equation
For each
defines
Function Notation
In mathematics, we often wish to refer to a generic function without specifying any particular formula, table, or graph. To say that
read as "
Other common notations include
A function can also be thought of as a machine or computer program: for each allowable input, it returns exactly one output.
The map notation
If
Solution
We simply replace
Arrow Diagrams
Another way to picture a function is with an arrow diagram. Each element
Explicit and Implicit Functions
An explicit function expresses the dependent variable directly in terms of the independent variable, for example
An implicit function involves an equation where the dependent and independent variables are intermixed and the dependent variable is not isolated. For example,
In this course, we almost always work with explicit functions. Implicit functions are encountered occasionally in calculus.