Identify the Function Type Fast (Model Recognition)
On the SAT, the hardest part is often not solving — it’s picking the right model.
If you can recognize the function type in 10 seconds, you save time and avoid wrong paths.
Most SAT “non-linear” problems are one of these:
Quadratic
Exponential
Rational
Radical
Absolute Value
Your job: spot the type → choose the right tool → solve efficiently.
Use this like a mini-playbook during practice
|
1) The 10-Second Decision Tree
A simple checklist to identify the type fast
|
recognizechoosemove on |
|
2) Keyword + Graph Signals
Words and shapes that scream each type
|
word problemsgraphs |
|
3) Equation Clues (What to look for)
How the algebra form reveals the function type
|
structurepatterns |
|
4) Common SAT Traps
Mistakes students make when choosing the model
|
misreadwrong model |
|
5) Practice (Model Recognition Drills)
Train the decision — not just the solving
|
drillsspeed |
|
6) SAT-Style Multiple Choice
Real SAT-style identification questions
|
MCQeliminate |
|
7) Comparison Table (Cheat Sheet)
Type → signals → best tool
|
fast lookuptest-day |
The 10-Second Decision Tree
Use this every time. It’s simple on purpose.
Step-by-step
-
Is there a variable in a denominator?
If yes → likely Rational (watch for restrictions/asymptotes). -
Is there a variable in an exponent? (like a·b^x)
If yes → Exponential. -
Is there a square root (or even root) on x?
If yes → Radical (domain restrictions). -
Is there absolute value bars? | |
If yes → Absolute Value (V-shape, piecewise). -
Is the highest power of x equal to 2?
If yes → Quadratic (parabola, vertex). - Otherwise, it might be Linear (degree 1) or a higher-degree polynomial.
Denominator? exponent? root? absolute value? power 2?
That order catches most SAT non-linear problems instantly.
Keyword + Graph Signals (What the SAT “Hints” With)
Quadratic Signals
parabolamax/minarea
- Words: “maximum,” “minimum,” “vertex,” “projectile,” “area”
- Graph shape: U-shape or upside-down U
- Change pattern: constant second differences (in tables)
Exponential Signals
growth/decaypercentdoubling
- Words: “percent increase,” “percent decrease,” “growth rate,” “half-life,” “doubling”
- Graph shape: curves up fast or decays toward 0
- Change pattern: constant ratio (multiply by same factor)
Rational Signals
denominatorasymptoterestriction
- Words: “cannot be 0,” “undefined,” “approaches,” “asymptote”
- Graph shape: breaks (discontinuities) or approaches a line
- Common: fractions with polynomials (x appears in denominator)
Radical Signals
square rootdomainstarts/ends
- Words: “square root,” “distance,” “root”
- Graph shape: starts at an endpoint and curves
- Domain: inside root often must be ≥ 0 (for real numbers)
Absolute Value Signals
V-shapedistancepiecewise
- Words: “distance,” “how far,” “difference from”
- Graph shape: V-shape or upside-down V
- Often becomes piecewise if you rewrite it
If the problem says “percent each year,” it’s almost never quadratic.
If it says “maximum area,” it’s almost never exponential.
Equation Clues (Spot the Type Just by Structure)
Quadratic Structure
a(x – h)^2 + k
(x – r)(x – s)
If x is squared (highest power 2), you’re in quadratic world.
Exponential Structure
a \u22C5 (1 \u00B1 r)^t
If x is in the exponent, it’s exponential. Multiplicative change.
Rational Structure
1/(x – a)
(x^2 – 1)/(x – 1)
Variable in denominator → domain restrictions + asymptotes/holes.
Radical Structure
\u221A(ax + b)
Root means domain matters (often x must make inside ≥ 0).
Absolute Value Structure
|ax + b| + c
Absolute value = distance. Graph is a V with a “corner.”
Common SAT Traps When Identifying the Model
- Mixing up exponential vs quadratic: “percent change” → exponential; “max/min” → quadratic.
- Missing a rational restriction: if x is in the denominator, check where it becomes 0.
- Not noticing the exponent: 2^x is exponential even if it looks small.
- Thinking every curve is quadratic: many curves are exponential or rational.
- Solving before modeling: the SAT rewards choosing the right type first.
Trap Example
“A population increases by 12% each year.”
Some students try to build a quadratic because the numbers grow.
But 12% each year means multiply by 1.12 repeatedly → exponential.
Practice: Model Recognition Drills (No Solving Yet)
The goal is speed + accuracy: identify the function type and the best “tool” (vertex, factor, asymptote, growth factor).
Set A: Identify the Type
- f(x)=3(x-2)^2-7
- g(t)=120(0.85)^t
- h(x)=(x^2-9)/(x-3)
- p(x)=\u221A(x+5)
- q(x)=|x-4|+2
For each: write the type + one key feature you’d read first.
Set B: Identify from Words
- “The ball reaches a maximum height after 2 seconds.”
- “The value decreases by 30% each year.”
- “The expression is undefined when x=5.”
- “The function starts at x=3 and is defined only for x ≥ 3.”
- “The distance from x to 6 is at most 2.”
For each: name the function type most likely being used.
You should be able to label the type in under 10 seconds.
If it takes longer, you’re still trying to “solve” instead of “recognize.”
SAT-Style Multiple Choice: Identify the Model
These feel simple, but they are exactly how the SAT checks whether you can recognize structure fast.
Question 1
A quantity starts at 50 and decreases by 8% each year. Which model best represents the quantity after t years?
- 50 – 8t
- 50(0.92)^t
- 50t^2 – 8
- (50 – 8)^t
Question 2
Which function is most likely to have a graph with a vertical asymptote?
- x^2 – 4x + 4
- 2^x + 1
- \u221A(x+3)
- 1/(x-5)
Question 3
Which description best matches an absolute value function?
- A curve that increases slowly then rapidly
- A V-shaped graph with a sharp corner
- A parabola with a minimum point
- A graph with a hole at x=2
Question 4
The function f(x)=\u221A(x-1) is best described as which type?
- Quadratic
- Exponential
- Radical
- Rational
Question 5
A rectangle’s area is modeled by A(x) = x(20 – x). Which type of function is A(x)?
- Linear
- Quadratic
- Exponential
- Rational
Circle the “tells” first: denominator? exponent? root? absolute value? x²?
Then pick the model.
Cheat Sheet: Function Type → Signals → First Move
This is the mini-chart you want in your head on test day.
| Type | Common Signals | Best First Move |
|---|---|---|
| Quadratic | max/min, parabola, area, x² appears | Use vertex/factored form; read vertex or intercepts |
| Exponential | percent change, growth/decay, doubling/half-life, x in exponent | Write a(1±r)^t; identify initial value + factor |
| Rational | variable in denominator, undefined values, asymptotes/holes | Factor; note restrictions; identify asymptotes/holes |
| Radical | square root, endpoint graph, domain restriction | Set inside root ≥ 0; identify starting point/shift |
| Absolute Value | distance, “at most,” V-shape, bars | | | Find the vertex (corner); treat as piecewise if needed |
If you recognize the type quickly, you can choose the right strategy page next:
quadratics → forms, rationals → asymptotes/holes, exponentials → growth factor, radicals → domain.


