Function Grapher

    Plot formula. Add up to 5 functions, use common math functions, and compare curves on one graph.

    Function 1
    Supported syntax
    Operators: + - * / ^ %
    Constants: pi, e
    Trigonometry: sin, cos, tan/tg, cot/ctg, asin, acos, atan/arctg
    Other: sqrt, abs, ln, lg/log, exp, floor, ceil, round
    Hyperbolic: sinh, cosh, tanh
    Radians: trigonometry uses radians
    Limits: 1-5 functions, 20-2000 points
    Breaks: non-numeric values are skipped

    What this function grapher does

    English SERP intent expects a fast graphing calculator: type an explicit, choose the x-range, and see the curve without a setup-heavy CAS workflow.

    1. Plot up to 5 explicit functions on the same axes.
    2. Use operators, constants, trigonometric functions, logarithms, roots, and exponentials.
    3. Adjust the x-range and point count when the graph needs more detail.

    Supported expression style

    x is the input variable and y is the plotted value returned by the expression.

    Trigonometric functions use radians, so degree values should be converted before plotting.

    InputExample
    Power
    Square root
    Natural logln(x)
    Base-10 loglog(x)
    Absolute valueabs(x)

    Limits of this grapher

    This tool plots sampled points for explicit functions. It does not solve equations, detect intercepts automatically, find extrema, or handle implicit, polar, parametric, or 3D graphs.

    Undefined values are skipped, so logarithms outside their domain, square roots of negative values, and division by zero can create breaks in the line.

    Frequently Asked Questions

    Sources and References

    Calculations are based on the listed reference sources. Links open in a new tab.

    Updated:

    Related Tools