Question
How do we sketch the graph of a polynomial function without plotting dozens of points? Use the polynomial to demonstrate the process.
(CBSE 10 Board pattern)
Solution — Step by Step
Set :
Try : . Yes, is a root.
Factor out by division:
Zeroes: . These are the points where the graph crosses the x-axis.
The leading term is (odd degree, positive coefficient).
- As ,
- As ,
So the graph goes from bottom-left to top-right.
Maximum number of turning points = degree .
Take . Using the quadratic formula:
So approximately and . These are the peaks and valleys.
. The y-intercept is .
Now connect the dots: start from bottom-left, cross x-axis at , rise to a local max near , fall to a local min near , cross at , dip down, cross at , then rise to top-right.
flowchart TD
A["Given polynomial p(x)"] --> B["Step 1: Find zeroes - set p(x) = 0"]
B --> C["Step 2: Check leading term"]
C --> D{"Degree odd or even?"}
D -- Odd --> E["Opposite ends: one up, one down"]
D -- Even --> F["Same ends: both up or both down"]
E --> G["Step 3: Find p'(x) = 0 for turning points"]
F --> G
G --> H["Step 4: Find y-intercept p(0)"]
H --> I["Step 5: Plot zeroes, turning points, y-intercept"]
I --> J["Connect smoothly following end behavior"]
Why This Works
A polynomial of degree can cross the x-axis at most times and can turn at most times. The leading term dominates the behavior for very large and very small values of , so it determines the “arms” of the graph. Between the zeroes, the sign of alternates (for simple roots), which tells us whether the curve is above or below the x-axis.
By combining zeroes, end behavior, turning points, and the y-intercept, we have enough information to sketch an accurate shape without plotting a large number of points.
Alternative Method
Instead of calculus (finding ), you can use a sign analysis table:
| Interval | sign | |||
|---|---|---|---|---|
This tells you exactly where the graph is above or below the x-axis — no derivatives needed.
For CBSE 10, you will not need calculus to find turning points. The sign analysis method is sufficient and expected. Just know the zeroes, the end behavior, and where the curve is positive vs negative.
Common Mistake
Students often forget that a repeated root (like a double root) means the graph touches the x-axis but does not cross it. For example, touches the x-axis at and crosses at . If you treat all roots the same, your sketch will be wrong.