πŸ“ˆ Understanding Functions

One input. One output. But infinite possibilities. Master the heart of algebra.

πŸ”€ What Is a Function?

A function is a relationship where each input has exactly one output.

In math terms: a function f maps every element in the domain to exactly one value in the range.

Example: f(x) = x + 2

If x = 3, then f(3) = 3 + 2 = 5

🧠 Real-Life Analogy

Think of a function like a vending machine:

πŸ“Œ Domain and Range

Domain: The set of all possible inputs (x-values)

Range: The set of all possible outputs (f(x) or y-values)

Example: f(x) = √x β†’ Domain: x β‰₯ 0, Range: y β‰₯ 0

πŸ“ Function Notation

βœ… How to Evaluate Functions

Just plug in a value for x.

Example: f(x) = 3x - 1. Find f(4):

f(4) = 3(4) - 1 = 12 - 1 = 11

🧩 Types of Functions

πŸ“‰ Graphing Functions

Each function has a unique graph:

Use a table of values or graphing calculator to sketch graphs.

πŸ” Inverse Functions

An inverse function undoes the original function.

If f(x) = 2x + 1, then f⁻¹(x) = (x - 1)/2

Only functions that are one-to-one (pass the horizontal line test) have inverses that are also functions.

🧬 Composite Functions

These are functions inside functions. Written as (f ∘ g)(x) = f(g(x))

Example: f(x) = xΒ², g(x) = x + 3 β†’ f(g(x)) = (x + 3)Β²

πŸ”’ Piecewise Functions

These are functions defined by different expressions depending on the input value.


f(x) = {
  x + 2   if x < 0
  xΒ²      if x β‰₯ 0
}
      

Useful for modeling situations with different rules in different intervals.

πŸ”Ž Vertical Line Test

A graph represents a function if a vertical line crosses it at most once at any point.

🧠 Common Function Questions

πŸ“ Practice Problems

πŸ“˜ Learn More

πŸ”™ Back to General Math

← Return to General Math Topics