Definition
New functions can be created by performing arithmetic operations on existing functions and . For all in the intersection of their domains ():
-
- How to read: “The function f plus g of x equals f of x plus g of x.”
- Meaning: Add the output values point by point (superposition).
-
- How to read: “The function f minus g of x equals f of x minus g of x.”
- Meaning: Subtract outputs at each shared input (e.g., profit = revenue − cost).
-
- How to read: “The function f times g of x equals f of x times g of x.”
- Meaning: Multiply outputs at each (e.g., power = current × voltage).
- , provided .
- How to read: “The function f divided by g of x equals the ratio of f of x to g of x, provided g of x is not zero.”
- Meaning: Divide outputs pointwise; exclude where the denominator vanishes.
Why It Matters
It provides the modularity required to build complex models of reality from simple, well-understood mathematical building blocks.
Core Concepts
- Domain Intersection: The most critical constraint is that a combined function is only valid where both original functions are defined.
- Quotient Restriction: The quotient function inherits the domain intersection but must further exclude any that causes the denominator to be zero.
- Pointwise Addition: Visually, is constructed by adding the -coordinates of and at every in the shared domain.