Polynomial and Other Nonlinear Graphs: Foundations

[Video: Introduction to Nonlinear Graphs]

Learn about polynomial, absolute value, and other nonlinear graphs and their key features that appear on the SAT.

Polynomial Graphs

Basic Characteristics

General form: P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀

[Graph of cubic polynomial]
Figure 1: Cubic polynomial (degree 3)
[Graph of quartic polynomial]
Figure 2: Quartic polynomial (degree 4)

Other Nonlinear Graphs

Absolute Value Graphs

V-shaped graphs with a vertex at (h,k):

f(x) = a|x - h| + k

Square Root Graphs

Curved graphs starting at (h,k):

f(x) = a√(x - h) + k

Piecewise Functions

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

Key Features to Identify

Common SAT Focus Points

Key Takeaways

Practice Question

Which of the following could be the equation of the graph shown below?

[Graph showing V-shape with vertex at (2, -3), passing through (0,1)]
A) f(x) = |x - 2| - 3
B) f(x) = |x + 2| - 3
C) f(x) = 2|x - 2| - 3
D) f(x) = ½|x - 2| - 3

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.