Master function notation, evaluation, and transformations for SAT
How can I study Functions effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 8 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Functions study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Functions on Study Mondo are 100% free. No account is needed to access the content.
What course covers Functions?โพ
Functions is part of the SAT Prep course on Study Mondo, specifically in the Heart of Algebra section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Functions?
5
)
=
2(5)+
3=
13
Types of SAT Function Questions
1. Evaluation
"If f(x)=x2โ3, what is f(4)?"
Answer: f(4)=16โ3=13
2. Composition
(fโg)(x)=f(g(x))
If f(x)=2x and g(x)=x+1:
f(g(3))=f(4)=8
3. Finding Input
"If f(x)=3xโ1 and f(a)=14, what is a?"
Solve: 3aโ1=14โa=5
Domain and Range
Domain: All possible input values (x-values)
Range: All possible output values (y-values)
SAT Function Tricks
Watch for:
f(x+2) vs f(x)+2 (very different!)
Questions asking for 2f(3) when they give you f(3)=5
Answer: 2(5)=10, not f(6)!
f(6)
๐ก Show Solution
Solution:
Substitute x=6:
f(6)=3(6)โ4f(6)=18โ4f(6)=14
Answer:14
2Problem 2medium
โ Question:
If g(x)=x2+2x, what is g(โ3)?
๐ก Show Solution
Solution:
Substitute x=โ3:
g(โ3)=(โ3)
3Problem 3hard
โ Question:
If h(x)=2x+5 and h(a)=17, what is the value of a?
๐ก Show Solution
Solution:
Set up the equation:
h(a)=172a+5=17
Solve:
4Problem 4easy
โ Question:
If f(x)=3xโ7, what is the value of f(5)?
๐ก Show Solution
Step 1: Replace every x with 5 in the function:
f(5)=3(5)โ7
Step 2: Evaluate:
5Problem 5medium
โ Question:
If f(x)=x2โ4x+3, for what value(s) of x does f(x)=0?
๐ก Show Solution
Step 1: Set the function equal to zero:
x2โ4x+3=0
Step 2: Factor:
6Problem 6medium
โ Question:
The function g is defined by g(x)=2x+1. If g(a)=13, what is the value of g(2a)?
๐ก Show Solution
Step 1: Find a using g(a)=13:
2a+1=
7Problem 7hard
โ Question:
If f(x)=2x+3 and g(x)=x2โ1, what is f(g(2))?
๐ก Show Solution
Step 1: Evaluate the inner function first โ find g(2):
g(2)=(2)2โ
8Problem 8expert
โ Question:
The graph of y=f(x) passes through the point (3,7). If g(x)=f(2xโ1)+3, what point must lie on the graph of y=g(x)?
๐ก Show Solution
Step 1: We know f(3)=7 (since the graph passes through (3,7)).
Step 2: We need to find a value of x where can be evaluated.
For , we need (so that is evaluated at 3, which we know).
โพ
Yes, this page includes 8 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
2
+
2(โ3)
g(โ3)=9โ6
g(โ3)=3
Answer:3
SAT Tip: Be careful with negatives! (โ3)2=9
2a=12
a=6
Answer:a=6
Check:h(6)=2(6)+5=17 โ
f(5)=15โ7=8
Answer:f(5)=8
Key concept:f(5) means "plug in 5 for x." Function notation is just a way to name the output.
(xโ1)(xโ3)=0
Step 3: Apply zero product property:
xโ1=0โนx=1xโ3=0โนx=3
Check:f(1)=1โ4+3=0 โ and f(3)=9โ12+3=0 โ
Answer:x=1 and x=3
SAT Context: These are the x-intercepts (zeros/roots) of the function's graph.
13
2a=12
a=6
Step 2: Find g(2a)=g(12):
g(12)=2(12)+1=25
Answer:g(2a)=25
Alternative approach: Notice g(2a)=2(2a)+1=4a+1. Since 2a=12, we get g(2a)=2(12)+1=25.
1=
4โ
1=
3
Step 2: Now evaluate f(g(2))=f(3):
f(3)=2(3)+3=9
Answer:f(g(2))=9
Key concept: Composition of functions โ work from the inside out. First evaluate g(2), then plug that result into f.