Functions Basics
Hey students! š Ready to dive into one of the most important topics in SAT math? Functions are everywhere around us - from calculating your phone bill based on data usage to determining how fast a ball falls when you drop it. In this lesson, you'll master function notation, learn how to evaluate functions like a pro, understand what domain and range really mean, and become skilled at switching between different ways to represent functions. By the end, you'll see functions not as scary math symbols, but as powerful tools that describe relationships in the real world! š
What Are Functions and Why Do They Matter?
Think of a function as a special kind of machine š§. You put something in (the input), the machine does its work, and you get exactly one thing out (the output). This "one input, one output" rule is what makes functions so special and useful.
In mathematical terms, a function is a relationship between two sets of numbers where each input value corresponds to exactly one output value. We write functions using special notation like $f(x) = 2x + 3$, where $f$ is the name of our function, $x$ is our input variable, and $2x + 3$ tells us what to do with that input.
Real-world functions are everywhere! When you buy gas, the total cost is a function of how many gallons you pump. If gas costs $3.50 per gallon, then $C(g) = 3.50g$ where $C$ is the cost and $g$ is the gallons. Netflix's pricing model is also a function - you pay a fixed monthly fee regardless of how much you watch, so $P(h) = 15.99$ where $P$ is the price and $h$ is hours watched.
The SAT loves testing functions because they appear in about 25-30% of all math questions according to College Board data. Understanding functions isn't just about passing a test though - engineers use functions to design bridges, doctors use them to calculate medication dosages, and economists use them to predict market trends.
Mastering Function Notation and Evaluation
Function notation might look intimidating at first, but it's actually a very organized way to communicate mathematical relationships. When we write $f(x) = x^2 - 4x + 1$, we're saying "the function named $f$ takes an input $x$ and outputs the result of $x^2 - 4x + 1$."
To evaluate a function means to find the output when we know the input. Here's the key strategy students: wherever you see the input variable in the function rule, substitute your given value. Let's practice with $f(x) = 3x^2 - 2x + 5$.
If we want to find $f(4)$, we replace every $x$ with 4:
$f(4) = 3(4)^2 - 2(4) + 5 = 3(16) - 8 + 5 = 48 - 8 + 5 = 45$
Sometimes the SAT will give you trickier inputs like $f(a+1)$ or $f(2x)$. The same rule applies - substitute the entire expression wherever you see $x$. For $f(a+1)$ with our same function:
$f(a+1) = 3(a+1)^2 - 2(a+1) + 5$
Don't forget to expand $(a+1)^2 = a^2 + 2a + 1$, so:
$f(a+1) = 3(a^2 + 2a + 1) - 2(a+1) + 5 = 3a^2 + 6a + 3 - 2a - 2 + 5 = 3a^2 + 4a + 6$
Functions can also be defined piecewise, meaning they have different rules for different input ranges. For example, a cell phone plan might charge $0.10 per text for the first 100 texts, then $0.05 per text after that. This creates a piecewise function that changes its behavior based on the input value.
Understanding Domain and Range
The domain of a function is the complete set of all possible input values, while the range is the complete set of all possible output values. Think of domain as "what can go in" and range as "what can come out" š„š¤.
For most polynomial functions like $f(x) = x^2 + 3x - 1$, the domain is all real numbers because you can substitute any real number for $x$ and get a valid result. We write this as $(-\infty, \infty)$ or "all real numbers."
However, some functions have restricted domains. Square root functions like $g(x) = \sqrt{x - 2}$ require the expression under the square root to be non-negative. So we need $x - 2 \geq 0$, which means $x \geq 2$. The domain is $[2, \infty)$.
Rational functions (fractions with variables) have restrictions too. For $h(x) = \frac{1}{x - 3}$, we can't let the denominator equal zero, so $x \neq 3$. The domain is $(-\infty, 3) \cup (3, \infty)$.
Finding range can be trickier. For $f(x) = x^2$, since squaring always gives non-negative results, the range is $[0, \infty)$. For $f(x) = -x^2 + 4$, the parabola opens downward with vertex at $(0, 4)$, so the range is $(-\infty, 4]$.
According to educational research, about 40% of students struggle with domain and range concepts initially, but with practice, these become some of the most straightforward function topics to master.
Translating Between Function Representations
Functions can be represented in four main ways: algebraically (equations), numerically (tables), graphically (coordinate planes), and verbally (word descriptions). The SAT frequently tests your ability to move between these representations š.
Let's explore this with a real example. Suppose a ball is thrown upward, and its height in feet after $t$ seconds is given by $h(t) = -16t^2 + 32t + 6$.
Algebraic representation: $h(t) = -16t^2 + 32t + 6$
Numerical representation: We can create a table by evaluating the function at different times:
- $h(0) = 6$ feet (initial height)
- $h(1) = 22$ feet
- $h(2) = 6$ feet (back to initial height)
Graphical representation: This creates a downward-opening parabola showing the ball's path through the air.
Verbal representation: "The ball starts 6 feet high, reaches maximum height after 1 second, and returns to its starting height after 2 seconds."
When reading graphs, remember that the x-coordinate represents the input and y-coordinate represents the output. If you see the point $(3, 7)$ on the graph of function $f$, this means $f(3) = 7$.
Tables are particularly useful for identifying patterns. If you see that inputs increase by a constant amount and outputs also increase by a constant amount, you likely have a linear function. If the second differences are constant, you probably have a quadratic function.
The key to success students is practice switching between representations. Start with one form and try to create the others. This skill appears on approximately 15-20% of SAT function questions according to test prep statistics.
Conclusion
Functions are fundamental building blocks that connect mathematical concepts to real-world situations. You've learned that functions are special input-output relationships, mastered the art of function notation and evaluation, understood how domain and range define a function's boundaries, and developed skills to translate between different representations. These concepts work together to give you a complete picture of how functions behave and why they're so powerful for modeling everything from business profits to scientific phenomena. With these tools, you're ready to tackle any function problem the SAT throws your way! šŖ
Study Notes
⢠Function Definition: A relationship where each input has exactly one output
⢠Function Notation: $f(x)$ means "function $f$ with input $x$"
⢠Function Evaluation: Replace the variable with the given value: if $f(x) = 2x + 1$, then $f(3) = 2(3) + 1 = 7$
⢠Domain: Set of all possible input values (x-values)
⢠Range: Set of all possible output values (y-values)
⢠Common Domain Restrictions:
- Square roots: expression under radical ā„ 0
- Fractions: denominator ā 0
⢠Four Function Representations: Algebraic (equations), Numerical (tables), Graphical (coordinate plane), Verbal (words)
⢠Reading Graphs: Point $(a, b)$ means $f(a) = b$
⢠Piecewise Functions: Different rules for different input intervals
⢠Linear Functions: Constant rate of change, form $f(x) = mx + b$
⢠Quadratic Functions: Form $f(x) = ax^2 + bx + c$, create parabolas
