Algebraic vs Transcendental Functions
- Algebraic functions are built from a finite sequence of polynomial operations — addition, subtraction, multiplication, division, and roots. Polynomials (like a quadratic ) and rational functions are algebraic.
- Transcendental functions are everything else: logarithmic, exponential, trigonometric, and hyperbolic functions all count as transcendental.
Worked example: of exponential, hyperbolic, and quadratic functions — the quadratic is the algebraic one (a polynomial); the other two are transcendental.
Composing Functions:
Always evaluate the inner function first, then feed that result into the outer function.
Worked example: , , find : g(5) = 2(5)+5 = 15, then f(15) = 3(15)+2 = 47.
Worked example (composing with a formula, not a number): , , find h(g(x)): .
Worked example (a square-root composition): , , find .
Combining Functions Directly
Functions can also be added, subtracted, multiplied, or divided pointwise — just combine their formulas term by term.
Worked example: , , find f(x)+g(x): — a constant function (the x² terms cancel exactly).
The Graph of a Function
The graph of f is the plot of all ordered pairs (x, f(x)) in the coordinate plane — this is the formal term for what you'd otherwise just call "the curve."
Even and Odd Functions
- Even: for every x in the domain — symmetric about the y-axis.
- Odd: .
Why This Matters for Your Exams
For any composition question, write out g(the input) first, get a number or expression, and only then substitute that whole result into f — never substitute into both functions simultaneously.