Piecewise functions
54 flashcards covering Piecewise functions for the SAT Math section.
Piecewise functions are mathematical expressions that define a rule in parts, depending on the input value. For example, a function might calculate one way for numbers less than zero and differently for numbers greater than or equal to zero. This setup is useful for modeling real-world scenarios, like pricing structures or speed limits, where behavior changes based on conditions. Understanding them helps build a strong foundation in functions, a key concept in algebra.
On the SAT Math section, piecewise functions typically show up in questions about evaluating expressions, graphing, or solving for variables. You'll often need to determine the correct "piece" of the function based on the input, so watch out for common traps like overlooking domain boundaries or mixing up inequalities. Focus on practicing how to identify and apply the right rule quickly, as these questions test your attention to detail and problem-solving skills.
Always double-check the input value against the function's conditions first.
Terms (54)
- 01
Piecewise function
A function defined by different expressions for different intervals of the input, allowing the output to vary based on the value of the variable.
- 02
Evaluating a piecewise function
To find the output, identify which expression corresponds to the given input value based on the specified intervals and substitute the value into that expression.
- 03
Domain of a piecewise function
The set of all possible input values for which the function is defined, determined by combining the intervals specified in the function's definition.
- 04
Range of a piecewise function
The set of all possible output values, found by evaluating each piece over its interval and identifying the overall values produced.
- 05
Graphing a piecewise function
Plot each expression over its specified interval, using open or closed circles at endpoints to indicate whether the point is included based on the inequality.
- 06
Absolute value function
A common piecewise function defined as f(x) = x if x ≥ 0 and f(x) = -x if x < 0, creating a V-shaped graph.
- 07
Step function
A piecewise function with constant values over intervals, like the greatest integer function, which jumps at integer values.
- 08
Greatest integer function
A step function that gives the largest integer less than or equal to x, defined as f(x) = floor(x), with jumps at every integer.
- 09
Floor function
Similar to the greatest integer function, it returns the greatest integer less than or equal to x, often used in piecewise definitions for intervals.
- 10
Ceiling function
A function that returns the smallest integer greater than or equal to x, which can be part of a piecewise definition for certain problems.
- 11
Linear piecewise function
A piecewise function where each piece is a linear equation, such as f(x) = 2x for x < 1 and f(x) = x + 1 for x ≥ 1.
- 12
Quadratic piecewise function
A piecewise function where at least one piece is a quadratic equation, like f(x) = x^2 for x ≤ 0 and f(x) = x for x > 0.
- 13
Solving equations with piecewise functions
Substitute the equation into each piece's expression and solve within its interval, then verify if the solution falls within that interval.
- 14
Inequalities with piecewise functions
Solve the inequality by considering each piece separately within its interval and combining the results that satisfy the original inequality.
- 15
X-intercept of a piecewise function
The value of x where the graph crosses the x-axis, found by setting each piece equal to zero and solving within its interval.
- 16
Y-intercept of a piecewise function
The value of the function at x = 0, determined by identifying which piece includes x = 0 and evaluating it there.
- 17
Maximum value of a piecewise function
The highest output value over the domain, found by evaluating the function at critical points like endpoints and peaks of each piece.
- 18
Minimum value of a piecewise function
The lowest output value over the domain, identified by comparing values at endpoints and within each piece.
- 19
Increasing intervals of a piecewise function
The intervals where the function's value rises as x increases, determined by analyzing the slope or behavior of each piece.
- 20
Decreasing intervals of a piecewise function
The intervals where the function's value falls as x increases, found by examining the slope of each linear or quadratic piece.
- 21
Even piecewise function
A piecewise function that is symmetric about the y-axis, meaning f(-x) = f(x) for all x in the domain.
- 22
Odd piecewise function
A piecewise function that is symmetric about the origin, meaning f(-x) = -f(x) for all x in the domain.
- 23
Composition of piecewise functions
Combining two piecewise functions by substituting one into the other, requiring evaluation based on the inner function's output intervals.
- 24
Inverse of a piecewise function
A function that reverses the original, found by swapping x and y in each piece and solving for y, ensuring the domain and range are swapped.
- 25
Cost function in word problems
A piecewise function representing costs that change based on quantity, such as a fixed fee plus a variable rate after a threshold.
- 26
Tax bracket function
A piecewise function modeling income tax rates that apply different percentages to different income levels.
- 27
Common error: Ignoring intervals
Mistakenly using the wrong expression for a given x by not checking the interval conditions, leading to incorrect evaluations.
- 28
Common error: Endpoint inclusion
Forgetting whether an endpoint is included or excluded based on the inequality, which affects the graph and evaluations.
- 29
Strategy for graphing piecewise functions
First, identify the expressions and intervals, plot each piece accurately, and mark endpoints with open or closed circles as needed.
- 30
Strategy for evaluating at endpoints
Determine if the endpoint is included in the interval; if it is, use the corresponding expression; if not, note that the function is undefined there.
- 31
Piecewise function with greater than
Defined using strict inequalities like x > a, meaning the endpoint at x = a is not included in that piece.
- 32
Piecewise function with less than or equal to
Defined using inequalities like x ≤ b, so the endpoint at x = b is included in that piece.
- 33
Discontinuous piecewise function
A function with jumps or breaks at boundaries between pieces, such as a step function at integer values.
- 34
Continuous piecewise function
A function where the pieces connect without breaks, meaning the output values match at the boundaries.
- 35
Transformations of piecewise functions
Applying shifts, stretches, or reflections to each piece, which alters the graph while maintaining the piecewise structure.
- 36
Symmetry in piecewise functions
Checking for even or odd symmetry by evaluating the function at positive and negative values to see if it mirrors the y-axis or origin.
- 37
Example: Evaluating a simple piecewise
For f(x) = {x + 1 if x < 2, 3x if x ≥ 2}, f(1) = 1 + 1 = 2, since 1 is in the first interval.
For x = 3, f(3) = 3 3 = 9.
- 38
Example: Graphing a basic piecewise
For f(x) = { -1 if x < 0, x if 0 ≤ x < 2, 4 if x ≥ 2}, graph a horizontal line at y = -1 for x < 0, a line y = x from 0 to 2, and a horizontal line at y = 4 for x ≥ 2.
- 39
Example: Solving a piecewise equation
To solve f(x) = 3 for f(x) = {x^2 if x < 1, 2x + 1 if x ≥ 1}, set x^2 = 3 for x < 1 (x ≈ -1.73 or 1.73, but only -1.73 works) and 2x + 1 = 3 for x ≥ 1 (x = 1).
- 40
Example: Finding domain
For f(x) = {1/x if x > 0, x - 1 if x ≤ 0}, the domain is all real numbers except x = 0, since 1/x is undefined at zero.
- 41
Piecewise function in real-world contexts
Functions that model scenarios with changing rules, like shipping costs that vary by weight.
- 42
Overlapping intervals in piecewise
Though rare, ensure intervals do not overlap; if they do, the function might be undefined or require clarification.
- 43
Non-overlapping intervals
Standard piecewise functions have intervals that cover the domain without overlap, except possibly at endpoints.
- 44
Piecewise with rational expressions
A function where pieces include fractions, requiring attention to domains where denominators are zero.
- 45
Piecewise with exponential pieces
A function with exponential expressions in some intervals, like f(x) = {e^x if x < 0, x^2 if x ≥ 0}.
- 46
Arithmetic of piecewise functions
Adding or subtracting piecewise functions by combining their pieces, aligning intervals as needed.
- 47
Zeros of a piecewise function
The inputs where the function equals zero, found by solving each piece set to zero within its interval.
- 48
Asymptotes in piecewise functions
Vertical asymptotes may occur in pieces with rational expressions, like 1/x, affecting the graph.
- 49
Periodic piecewise functions
Functions that repeat patterns, though less common on the SAT, like a square wave approximated piecewise.
- 50
Restricting the domain
Sometimes piecewise functions explicitly limit the domain, which must be considered in evaluations and graphs.
- 51
Example: Range calculation
For f(x) = {x + 2 if x < 1, 5 - x if x ≥ 1}, the range is all y ≥ 1, as the first piece gives y < 3 and the second gives y ≤ 4.
- 52
Example: Inequality solution
For f(x) = {2x if x < 3, x + 3 if x ≥ 3} and solve f(x) > 4, for x < 3, 2x > 4 so x > 2; for x ≥ 3, x + 3 > 4 so x > 1, combined as 2 < x < 3 or x > 3.
- 53
Strategy for word problems
Translate the scenario into a piecewise function by identifying the conditions and corresponding rules, then solve as needed.
- 54
Piecewise functions with parameters
Functions with variables in the expressions or intervals, requiring substitution to evaluate or solve.