Study output ranges for common engineering functions with confidence. Compare intervals using fast visual feedback. Download shareable tables and graphs for smarter technical decisions.
The page uses a single-column flow, while the calculator fields switch to 3, 2, and 1 columns responsively.
The calculator evaluates the range over a chosen interval, not over all real numbers. It uses this set definition:
To estimate the interval range accurately, the calculator checks interval endpoints, derivative-based critical points, trigonometric extrema, and dense numerical samples.
| Function Type | Expression | Range Method |
|---|---|---|
| Linear | f(x) = a·x + b | Endpoints usually define the bounded interval range. |
| Quadratic | f(x) = a·x² + b·x + c | Endpoints plus the vertex are checked. |
| Cubic | f(x) = a·x³ + b·x² + c·x + d | Endpoints plus derivative critical points are checked. |
| Rational | f(x) = (a·x + b)/(c·x + d) | Valid branches are sampled. Internal poles trigger unbounded notes. |
| Exponential | f(x) = a·e^(b·x) + c | Endpoints usually control the bounded interval range. |
| Logarithmic | f(x) = a·ln(b·x + c) + d | Domain filtering is applied before computing the range. |
| Sine / Cosine | f(x) = a·sin(b·x + c) + d or a·cos(b·x + c) + d | Endpoints, periodic extrema, and dense samples are checked. |
Example function: f(x) = x² - 4x + 3 on the interval [-2, 6].
| x | f(x) |
|---|---|
| -2 | 15 |
| -1 | 8 |
| 0 | 3 |
| 1 | 0 |
| 2 | -1 |
| 3 | 0 |
| 4 | 3 |
| 5 | 8 |
| 6 | 15 |
It returns the bounded interval range or flags unbounded behavior. It also reports minimum and maximum values, their x locations, a graph, and exportable tables.
For many supported cases, yes or very close. It combines analytic critical points with dense sampling. Highly irregular behavior may still need more samples.
A denominator zero inside the interval creates a vertical asymptote. That makes the function discontinuous, so the interval range may extend without bound.
The logarithm requires b·x + c to stay positive. If that condition fails, the function is undefined at those x values and they are excluded.
Use a larger count for oscillating, steep, or near-discontinuous functions. More samples improve the graph and help numerical estimates track fast changes.
Yes. It is useful for response envelopes, sensitivity checks, bounded operating windows, and quick reporting during engineering analysis work.
It lists the endpoints and important interior points used to test extrema. Those values help explain why the reported minimum and maximum were selected.
The CSV export includes summary values and sampled points. The PDF export captures the result panel, including text, graph, and tables.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.