Andromeda
Note

Modeling with Functions

Definition

Modeling with functions is the process of using mathematical rules and formulas to describe the dependence of one physical or abstract quantity on another.

Why It Matters

Mathematical functions are the language of prediction. If you cannot translate a real-world relationship into a function, you cannot optimize it, scale it, or forecast its future state. It is the fundamental bridge between observation and engineering.

Core Concepts

  • Dependent vs. Independent Variables: In a model y=f(x)y = f(x), xx represents the input (independent variable) and yy represents the output (dependent variable).

    • How to read: “The variable y is equal to the function f evaluated at x.”
    • Meaning: The output yy is determined by applying the rule ff to the input xx—a functional dependency.
  • Function Representations: Models can be described verbally, algebraically (formula), visually (graph), or numerically (table).

  • Direct Dependence: A function encapsulates the idea that “Quantity A is a function of Quantity B” (e.g., A=f(B)A = f(B)).

    • How to read: “The quantity A is equal to the function f evaluated at B.”
    • Meaning: Quantity A depends on B through the rule ff; changing B changes A predictably.

Connected Concepts