Mathematical Fundamentals · MS01-001-G
Definition
A function \(f: x \mapsto f(x)\) associates each input \(x\) in the domain \(D_f\) to a unique output \(f(x)\).
Forbidden values are values of \(x\) that make \(f(x)\) undefined — e.g. division by zero, or the square root of a negative number.
Example: \(f(x) = \dfrac{1}{x-3}\)
| Function | Formula | Shape | Economic use |
|---|---|---|---|
| Affine | \(f(x) = ax + b\) | Straight line | Fixed cost + unit cost |
| Polynomial | \(f(x) = ax^2 + bx + c\) | U-shaped or ∩-shaped | Quadratic cost curve |
| Logarithm | \(f(x) = \ln(x)\), \(x > 0\) | Grows slowly | Utility, elasticity |
| Exponential | \(f(x) = e^x\) | Grows rapidly | Compound interest |
General form: \(ax^2 + bx + c = 0\) with \(a \neq 0\)
Discriminant
\[\Delta = b^2 - 4ac\]
| Case | Number of real roots | Solution(s) |
|---|---|---|
| \(\Delta > 0\) | Two distinct roots | \(x = \dfrac{-b \pm \sqrt{\Delta}}{2a}\) |
| \(\Delta = 0\) | One repeated root | \(x = \dfrac{-b}{2a}\) |
| \(\Delta < 0\) | No real roots | — |
Scenario 1 — Sales commission
A salesperson earns €2,000 base salary plus €50 per unit sold.
\[f(x) = 50x + 2000 \quad \text{→ affine}\]
Scenario 2 — Factory cost with quadratic overhead
\[C(q) = 0.5q^2 + 10q + 500 \quad \text{→ polynomial}\]
Scenario 3 — Compound interest balance
\[B(t) = B_0\, e^{rt} \quad \text{→ exponential}\]
No calculation needed here — the goal is model identification.
The domain excludes values that make the function undefined — always check for forbidden values (zero denominators, negative radicands).
Affine = linear growth · Polynomial = curved · Logarithm = slow growth · Exponential = rapid growth.
For a second-degree equation, compute \(\Delta = b^2 - 4ac\) first — it determines the number of real solutions.
→ Module 6: Functions Useful in Economics and Management