Functions
Functions form the backbone of algebraic thinking, transforming input values into unique outputs through mathematical relationships. When students see f(3) = 11 from f(x) = 2x + 5, they're witnessing the power of mathematical machines that process information systematically.
Why it matters
Functions appear everywhere in real-world applications, from calculating shipping costs to predicting population growth. A pizza delivery service uses f(d) = 2.50d + 4.00 to determine total cost, where d represents distance in miles and $4.00 covers base fees. Engineers model bridge load capacity with quadratic functions, while economists track market trends using exponential models. In CCSS 8.F standards, students learn to define, evaluate, and compare functions—skills that directly translate to analyzing data patterns in science class, calculating interest in personal finance, and understanding rate relationships in physics. These mathematical relationships help students recognize patterns in everything from cell phone billing plans (f(m) = 0.15m + 25 for m minutes) to temperature conversion formulas. Mastering function evaluation builds logical reasoning and prepares students for advanced topics like calculus, where function analysis becomes essential for solving complex real-world problems.
How to solve functions
Functions — Slope & Intercepts
- A function assigns exactly one output to each input.
- Slope = (y₂ − y₁) / (x₂ − x₁) for any two points.
- x-intercept: set y = 0 and solve for x.
- y-intercept: set x = 0 and solve for y.
Example: Line through (1, 3) and (3, 7): slope = (7−3)/(3−1) = 2.
Worked examples
If f(x) = x + 7, find f(1)
Answer: 8
- Substitute x = 1 → f(1) = 1 + 7 = 8 — Replace x with 1 in the expression.
If f(x) = 2x + 6, find f(2)
Answer: 10
- Substitute x = 2 → f(2) = 2 x 2 + 6 = 4 + 6 = 10 — Multiply first, then add or subtract.
If f(x) = x² + 4, find f(6)
Answer: 40
- Calculate x² → 6² = 36 — 6 times 6 equals 36.
- Add 4 → 36 + 4 = 40 — f(6) = 36 + 4 = 40.
Common mistakes
- Students often confuse function notation with multiplication, writing f(5) = x × 5 instead of substituting 5 for x. For f(x) = 3x + 2, they might calculate f(5) = 3 × 5 = 15 rather than f(5) = 3(5) + 2 = 17.
- Order of operations errors frequently occur when evaluating quadratic functions. For f(x) = x² + 3, students might calculate f(4) = 4 + 3² = 4 + 9 = 13 instead of f(4) = 4² + 3 = 16 + 3 = 19.
- Function composition mistakes happen when students apply operations incorrectly. Given f(x) = 2x and g(x) = x + 3, they might write f(g(2)) = 2(2) + 3 = 7 instead of first finding g(2) = 5, then f(5) = 10.