Learn about polynomial, absolute value, and other nonlinear graphs and their key features that appear on the SAT.
General form: P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀
V-shaped graphs with a vertex at (h,k):
f(x) = a|x - h| + k
Curved graphs starting at (h,k):
f(x) = a√(x - h) + k
Graphs composed of different functions over different intervals.
Example:
f(x) = { x² if x ≤ 1
{ 2x - 1 if x > 1
• Parabola left of x=1, line right of x=1
Which of the following could be the equation of the graph shown below?
Consider these points:
Step-by-Step Solution:
1. Vertex form: f(x) = a|x - 2| - 3 (from vertex (2,-3))
2. Plug in (0,1): 1 = a|0 - 2| - 3 → 1 = 2a - 3 → a = 2
3. Equation: f(x) = 2|x - 2| - 3
The correct answer is C) f(x) = 2|x - 2| - 3.