calculator-grapher.com
pi (or Ctrl+P or Alt+P) for π = 3.14... .
e for 2.718... (Euler's number).
infinity (or Ctrl+8 or Alt+8) for ∞.
(...)^r Power Function
sqrt(...) or (...)^.5 Square Root Function
abs(...) Absolute Value Function
floor(...) or gint(...) Greatest Integer Function
ceil(...) or lint(...) Least Integer Function
round(...) Rounds to the nearest integer
exp(...) or e^(...) Exponential Function
ln(...) Natural logarithm Function
log(...) Logarithm Function - base 10
sin(...) Sine Function
cos(...) Cosine Function
tan(...) Tangent Function
csc(...) Cosecant Function
sec(...) Secant Function
cot(...) Cotangent Function
asin(...) Inverse Sine Function
acos(...) Inverse Cosine Function
atan(...) Inverse Tangent Function
acsc(...) Inverse Cosecant Function
asec(...) Inverse Secant Function
acot(...) Inverse Cotangent Function
sinh(...) Hyperbolic Sine Function
cosh(...) Hyperbolic Cosine Function
tanh(...) Hyperbolic Tangent Function
csch(...) Hyperbolic Cosecant Function
sech(...) Hyperbolic Secant Function
coth(...) Hyperbolic Cotangent Function
asinh(...) Inverse Hyperbolic Sine Function
acosh(...) Inverse Hyperbolic Cosine Function
atanh(...) Inverse Hyperbolic Tangent Function
acsch(...) Inverse Hyperbolic Cosecant Function
asech(...) Inverse Hyperbolic Secant Function
acoth(...) Inverse Hyperbolic Cotangent Function
Examples
f(x) = 3x^2-4x-2 parabola (Cartesian)
f(x) = 3sin(2x) 4-petal rose (polar)
f(x) = 1/(1-.7cos(x)) ellipse (polar)
f(x) = asin(x) arc sin(x), inverse of sin(x)
Function Grapher gCalcDp(t) = (4cos(t), 3sin(t)) ellipse (Cartesian)
p(t) = (5cos(17t), 4sin(15t)) Graph it!
p(t) = (cos(4t), 4sin(t)) Graph it!
Parametric Grapher gCalcDx = 3y^2-4y-2 parabola (Cartesian)
x^2-3xy-2y^2+4x+2y-2 = 0 hyperbola (Cartesian)
sin(x) = sin(xy) Graph it!
sin(2x) = sin(2y) Graph it!
sin(y) = sin(4x) Graph it! (polar)
4sin(y) = 3cos(4x) Graph it! (polar)
sin(x) = rcos(x)^2 parabola (polar)
Equation Grapher gCalcD| Expression | Type in | ||
|---|---|---|---|
| 2(-3)-(-4) | 2(-3)-(-4) or 2*-3--4 | ||
| x2 | x^2 (or xx) | ||
| -x2 | -x^2 (or -xx) | ||
| x-2 | x^-2 | ||
| (x-3)2 | (x^-3)^2 or x^-3^2 | ||
|
4x^2/-3 | ||
|
(x+2)/(3x) | ||
| ex + e-x | e^x + e^-x | ||
| e4x + e-4x | e^(4x)+ e^(-4x) | ||
| 34x | 3^(4x) | ||
| |x| | abs(x) | ||
| |6x-7| | abs(6x-7) | ||
| √x | sqrt(x) or x^(1/2) | ||
| √2x+3 | sqrt(2x+3) or (2x+3)^.5 | ||
| 3√x | x^(1/3) | ||
| x3y | x^3y | ||
| x3y | x^(3y) | ||
| sin(2πx) | sin(2pix) | ||
| {(1,2),(3,4)} | 1,2; 3,4 |