About Relative Extremum Analysis
A relative extremum is a turning value on a curve. It may be a local maximum. It may be a local minimum. The idea is local, not global. The calculator studies nearby values, then reports how the curve behaves around each critical point.
Why Critical Points Matter
For smooth polynomial functions, relative extrema often happen where the first derivative equals zero. Those points show where the graph may stop rising or falling. The first derivative gives slope. A positive slope means the curve is increasing. A negative slope means it is decreasing. A zero slope needs more study.
Second Derivative Test
The second derivative describes concavity. When it is positive at a critical point, the curve bends upward. That point is usually a relative minimum. When it is negative, the curve bends downward. That point is usually a relative maximum. When it is close to zero, the calculator checks signs around the point.
What The Tool Solves
This tool accepts polynomial coefficients in descending order. It builds the first derivative and second derivative. It solves for derivative roots inside the chosen interval. It then evaluates the original function at each point. The output includes x values, function values, classifications, derivative values, and interval behavior.
Good Input Practices
Use a wide enough interval for the part of the curve you care about. Keep coefficients numeric. Include zero coefficients for missing powers. For example, x cubed minus four x is entered as 1,0,-4,0. Increase precision when you need more decimal places.
Reading The Results
A relative maximum means nearby points are lower. A relative minimum means nearby points are higher. An inconclusive point may be flat without being a turn. It may also need a narrower interval or symbolic review. The monotonic table helps verify the result because maxima usually change from increasing to decreasing. Minima usually change from decreasing to increasing. For complex models, use this result as a guide. Confirm domain limits and assumptions before making final decisions from any calculated value.
Exports And Records
The CSV file is useful for spreadsheets. The PDF report is useful for notes, assignments, and records. Always compare the result with a graph when stakes are high.