Functions — Introduction
GradesAlgebra IFunctions — IntroductionDomain, Range & Function Notation

Domain, Range & Function Notation

📈 Functions — Introduction
🗂️

Domain, Range & Function Notation

Define functions precisely and use f(x) notation fluently.

A function is a rule that assigns exactly one output to each input. The domain is the set of all valid inputs; the range is the set of all possible outputs. We write f(x) to denote "the function f evaluated at x."

📐

Vertical Line Test: a graph represents a function if and only if every vertical line crosses the graph at most once.

f(x)=3x22x+1    f(4)=3(16)2(4)+1=488+1=41f(x) = 3x^2 - 2x + 1 \implies f(4) = 3(16) - 2(4) + 1 = 48 - 8 + 1 = 41

For rational functions, exclude values that make the denominator zero from the domain. For even-index radical functions, the radicand must be non-negative.

g(x)=1x3    Domain: x3h(x)=x+5    Domain: x5g(x) = \frac{1}{x-3} \implies \text{Domain: } x \neq 3 \quad h(x) = \sqrt{x+5} \implies \text{Domain: } x \geq -5
🔍Evaluating f(a + h)
If f(x) = x² + 2x, find f(a + h). Substitute: f(a+h) = (a+h)² + 2(a+h) = a² + 2ah + h² + 2a + 2h.
💡

Remember This!

When evaluating f(expression), replace every x with the entire expression — including using parentheses — before simplifying.

✏️ Try It!

If f(x) = 2x − 5, what is f(−3)?

Practice with CalcVerse
Take Quiz 📝 — 24 Questions