Endpoint Extremum Guide
An endpoint extremum occurs at the edge of a closed interval. It can be a highest endpoint value or a lowest endpoint value. Many optimization tasks need this check before any deeper search. The reason is simple. A function may reach an important boundary value, even when its interior behavior looks smooth.
Why Endpoints Matter
Closed intervals always include their starting and ending numbers. Those two values can control a real decision. A cost model may be cheapest at a minimum order size. A distance model may be greatest at the farthest allowed point. A revenue model may peak at the last permitted day. For this reason, endpoints should never be skipped.
What This Calculator Does
This calculator evaluates your chosen expression at both interval endpoints. It then compares the two numbers. The smaller value becomes the endpoint minimum. The larger value becomes the endpoint maximum. If both values match, the endpoints tie. The optional grid scan gives a rough interior check. It does not replace calculus, but it helps reveal possible hidden behavior.
Practical Input Tips
Use x as the variable. Use the caret symbol for powers. Write multiplication with an asterisk. For example, type 3*x instead of 3x for the most reliable parsing. Common functions include sin, cos, tan, sqrt, abs, log, ln, and exp. Trigonometric inputs can use radians or degrees. Choose enough decimal places for your reporting need.
Reading The Results
The result panel shows both endpoint values. It also shows the endpoint gap, interval length, and average rate of change. These extra fields help explain the comparison. A positive average rate suggests the endpoint value rose across the interval. A negative rate suggests it fell. A zero rate means both endpoints are equal.
Use In Reports
Export the result when you need records. The CSV file is useful for sheets and audits. The PDF button creates a compact summary for sharing. Always mention the original expression, interval, and rounding setting. This keeps the endpoint conclusion clear and repeatable for future checks.
Common Mistakes
Do not reverse the interval order. Avoid unsupported symbols. Check domain limits before submitting. Square roots, logarithms, and division can fail when inputs leave the allowed domain range.