Andromeda
Note

Library of Functions

Definition

The Library of Functions is a collection of essential parent functions that serve as the baseline shapes and algebraic building blocks for more complex equations.

Why It Matters

Recognizing parent functions allows for instant mental visualization of complex equations via transformations, providing an essential vocabulary for modeling the real world.

Core Concepts

  • Identity: f(x)=xf(x) = x
    • How to read: “The function f of x equals x.”
    • Meaning: Linear baseline, passes through origin.
  • Square: f(x)=x2f(x) = x^2
    • How to read: “The function f of x equals x squared.”
    • Meaning: Parabola opening upward; even symmetry.
  • Cube: f(x)=x3f(x) = x^3
    • How to read: “The function f of x equals x cubed.”
    • Meaning: Odd function; S-shape through origin.
  • Square Root: f(x)=xf(x) = \sqrt{x}
    • How to read: “The function f of x equals the square root of x.”
    • Meaning: Half-parabola on non-negative domain.
  • Reciprocal: f(x)=1xf(x) = \frac{1}{x}
    • How to read: “The function f of x equals one over x.”
    • Meaning: Hyperbola with asymptotes at x=0,y=0x=0, y=0.
  • Absolute Value: f(x)=xf(x) = |x|
    • How to read: “The function f of x equals the absolute value of x.”
    • Meaning: V-shaped graph.
  • Greatest Integer: f(x)=int(x)f(x) = \text{int}(x)
    • How to read: “The function f of x equals the greatest integer function of x.”
    • Meaning: Step function jumping at integers.

Connected Concepts