Functions are one of the most fundamental concepts in mathematics, forming the foundation of calculus and nearly every area of modern mathematics. This chapter develops the concept from intuition through formal definitions, covering everything from domain and range to transformations, composition, inverses, and periodic behavior.
What You Will Learn
In this chapter, we cover the following topics:
| Section | Description |
|---|---|
| Constants, Variables and Parameters | Distinguishing fixed quantities from changing ones |
| The Concept of a Function | Informal introduction: rules, dependence, and notation |
| Formal Definition of a Function | Set-theoretic definition using ordered pairs |
| Natural Domain and Range | Finding all allowable inputs and possible outputs |
| Graphs of Functions | Plotting functions using tables of values |
| Vertical Line Test | Identifying functions from curves in the plane |
| Domain and Range from Graphs | Using projections to read domain and range visually |
| Piecewise-Defined Functions | Absolute value, signum, and floor functions |
| Equal Functions | When two functions are truly the same |
| Even and Odd Functions | Symmetry about the y-axis and the origin |
| Elementary Functions | Polynomials, rational, power, and algebraic functions |
| Transformations of Functions | Shifts, reflections, and scalings of graphs |
| Algebraic Combinations | Adding, subtracting, multiplying, and dividing functions |
| Composition of Functions | Chaining functions: |
| Increasing and Decreasing Functions | Monotonicity and intervals of increase/decrease |
| One-to-One Functions | Injections and the horizontal line test |
| Inverse Functions | Undoing a function; finding and graphing inverses |
| Bounded Functions | Functions whose outputs are confined to a finite range |
| Periodic Functions | Functions that repeat: period and fundamental period |
Why Functions Matter
In daily life we deal with charts, graphs, tables, and formulas that describe how one quantity depends on another. Functions make these relationships precise. The temperature at which water boils depends on altitude; the area of a circle depends on its radius; the income tax you owe depends on your taxable income. Each of these is a function.
In calculus, the language of functions is indispensable. We find limits of functions, differentiate functions, and integrate functions. Without a solid grasp of what a function is, how to read its graph, how to combine and invert it, and how to recognize its symmetry and periodicity, progress in calculus is impossible.
Real-World Applications
- Physics and engineering: Velocity, force, and electrical current are all functions of time. Periodic functions model oscillations, waves, and AC circuits.
- Economics: Revenue, cost, and profit are functions of quantity produced. Tax rates are piecewise-defined functions of income.
- Biology: Population growth, drug concentration, and enzyme activity are modeled by functions.
- Computer science: Every program can be viewed as a function from inputs to outputs. Composition of functions mirrors procedure calls.
- Geometry: Distance, area, and volume are functions of lengths and angles.