Complete Curve Sketching Procedure
- Domain: Find where f(x) is defined
- Intercepts: Find x-intercepts (y=0) and y-intercept (x=0)
- Symmetry: Check for even/odd functions
- Asymptotes: Find vertical, horizontal, and oblique asymptotes
- First derivative: Find critical points, increasing/decreasing intervals
- Second derivative: Find inflection points, concavity
- Plot key points and connect with smooth curve
Symmetry
- Even function: f(−x)=f(x), symmetric about y-axis
- Odd function: f(−x)=−f(x), symmetric about origin
Asymptotes
Vertical Asymptotes
Occur where f(x)→±∞, typically where denominator = 0
Horizontal Asymptotes
y=limx→∞f(x)and/ory=limx→−∞f(x)
Oblique (Slant) Asymptotes
When degree of numerator = degree of denominator + 1
Use polynomial division: y=mx+b
Concavity
- Concave up: f′′(x)>0 (holds water, smile)
- Concave down: f′′(x)<0 (spills water, frown)
Inflection Points
Where f′′(x) changes sign (concavity changes)
Summary Table
| f′(x) | f′′(x) | Shape |
|---|
| + | + | increasing, concave up |
| + | − | increasing, concave down |
| − | + | decreasing, concave up |
| − | − | decreasing, concave down |
Example: Complete Analysis
Sketch f(x)=x3−3x2+2
Step 1: Domain
All real numbers
Step 2: Intercepts
- y-intercept: f(0)=2
- x-intercepts: x3−3x2+2=0
- By inspection or factoring: (x−1)(x2−2x−2)=0
- x=1, x=1±3
Step 3: Symmetry
f(−x)=−x3−3x2+2=f(x)=−f(x)
No symmetry
Step 4: End Behavior
- As x→∞, f(x)→∞
- As x→−∞, f(x)→−∞
No horizontal asymptotes
Step 5: First Derivative
f′(x)=3x2−6x=3x(x−2)
f′(x)=0 at x=0,x=2
| Interval | f′(x) | Behavior |
|---|
| x<0 | + | increasing |
| 0<x<2 | − | decreasing |
| x>2 | + | increasing |
- Local max at x=0: f(0)=2
- Local min at x=2: f(2)=−2
Step 6: Second Derivative
f′′(x)=6x−6=6(x−1)
f′′(x)=0 at x=1
| Interval | f′′(x) | Concavity |
|---|
| x<1 | − | concave down |
| x>1 | + | concave up |
Inflection point at x=1: f(1)=0
Step 7: Key Points Summary
| Point | (x,y) | Type |
|---|
| y-intercept | (0,2) | local max |
| x-intercept | (1,0) | inflection |
| Local min | (2,−2) | |
| x-intercept | (1−3,0)≈(−0.73,0) | |
| x-intercept | (1+3,0)≈(2.73,0) | |