Interactive Polynomial Explorer
Explore the cubic polynomial function:
\[
f(x) = x^3 + ax^2 + bx + c
\]
f(x) - Cubic Function
f'(x) - First Derivative
Tangent Line at Selected Point
Current x-value:
-6.00
f(x) =
-131.00
f'(x) =
91.00
Discriminant D =
28.00
Learning Activities & Exploration Guide
- Basic Exploration: Click "Update Graph". Observe the blue curve (f(x)), red curve (f'(x)), and black tangent line. Change a, b, c values to see how the graphs transform.
- Local Extrema: Use the slider to position the tangent line at local maximum or minimum points. Notice the slope approaches zero. What is f'(x) at these points?
- Coefficient Effects: Experiment with different a, b, c combinations. Record where local extrema occur and the corresponding derivative values.
- Constant Term: Change only parameter c. Does it affect the derivative or tangent slope? Why or why not?
- First Derivative Analysis: The derivative is:
\[ f'(x) = 3x^2 + 2ax + b \]Critical points occur when \(f'(x) = 0\).
- Discriminant Investigation: The discriminant \(D = 4a^2 - 12b\) determines the nature of critical points:
- D > 0: Two real roots (try a=2, b=0)
- D = 0: One real root (try a=0, b=0)
- D < 0: No real roots (try a=1, b=2)
- Positive Discriminant: Set D > 0. Locate both points where f'(x)=0. Move the tangent to these positions. Is one a maximum and the other a minimum?
- Zero Discriminant: Set D = 0. The derivative touches the x-axis once. Does f(x) have a local extremum here?
- Negative Discriminant: Set D < 0. Are there any horizontal tangents? Does f(x) have local extrema?
- Sign Analysis: When D > 0, observe:
- Sign of f'(x) when f(x) is increasing
- Sign of f'(x) when f(x) is decreasing
- Where does the sign change occur?
- Advanced Exploration: Experiment freely until you understand relationships between function behavior, derivative sign, and tangent slope.
Key Calculus Concepts Demonstrated
\[
\text{Slope of tangent line} = f'(x_0) = \lim_{h \to 0} \frac{f(x_0+h)-f(x_0)}{h}
\]
Critical Points & Extrema
Local maximum/minimum occur where f'(x) = 0, provided f'(x) changes sign at that point.
First Derivative Test
- If f'(x) changes from positive to negative at x₀, then f has a local maximum at x₀.
- If f'(x) changes from negative to positive at x₀, then f has a local minimum at x₀.
- If f'(x) doesn't change sign, then x₀ is neither maximum nor minimum.