10.36 min read
Functions of One Variable
Before tackling multivariate calculus, we build intuition with functions of one variable . These assign a single number to each real number . Familiar examples: (a parabola), , .
A function can be visualized as its graph: the set of points . The graph gives a complete picture of . Key features: where is large or small? Is it increasing (going up) or decreasing (going down)? Does it have peaks, troughs, or flat regions? All these can be read from the graph.
Defining properties like limits and derivatives for univariate functions first lets us build intuition before generalizing to .
Formal View
Definition 10.2 — Univariate Function
A function of one variable is a map where is the domain. The graph of is the set .
Why This Matters
Understanding univariate functions deeply is the foundation for multivariate calculus.
- Loss curves during training: as a function of training step .
- Activation functions in neural networks: , .
- Interest rate models: as a function of time.
Quiz
Question 1
The graph of is:
Question 2
Every subset of is the graph of a function.
Common Mistakes
- Confusing a function with its graph — the function is the rule; the graph is its visual representation.
- Thinking the domain is always all of — functions like have restricted domains.