Andromeda
Note

Function Definition

Definition

A function ff from a set AA (domain) to a set BB is a rule that assigns a unique element f(x)Bf(x) \in B to each element xAx \in A.

  • How to read: “The function f maps each x in A to exactly one y in B.”
  • Meaning: A function is a deterministic input-output rule: one input, one output. Example: area A=πr2A = \pi r^2 depends on radius rr.

Why It Matters

Functions are the fundamental unit of predictability in the universe; by formalizing the ‘one input, one output’ rule, they allow us to transition from a world of chaotic associations to deterministic models.

Core Concepts

  • The Input-Output Rule: Every valid input xx (independent variable) produces a unique output f(x)f(x) (dependent variable). The domain is all possible inputs; the range is all possible outputs.
    • How to read: “The output f of x is produced when x is the input.”
    • Meaning: xx is chosen freely (within domain); f(x)f(x) is determined by the rule.
  • Arrow Diagram: Connects an element xAx \in A to its unique image f(x)Bf(x) \in B. Visual proof of single-valued property.
    • How to read: “Each element x in A points to its image f of x in B.”
    • Meaning: No input has two arrows leaving it.
  • Vertical-Line Test: A geometric tool: if any vertical line intersects a graph at more than one point, the relation is not a function.

Connected Concepts