Plot any trigonometric expression with custom variables and parameters. Supports complex expressions like sin(x)+cos(2x), 2*sin(3x-pi/4)+1, and more with real-time evaluation.
Click any example to load it into the grapher. You can modify these expressions or create your own.
Expression Syntax: Use standard mathematical notation with x as the independent variable.
Examples: 2*sin(3*x - pi/4) + 1, sin(x)^2 + cos(x)^2, exp(-x)*cos(2*x)
| Operation | Symbol | Example |
|---|---|---|
| Addition | + | sin(x) + cos(x) |
| Subtraction | - | sin(x) - 1 |
| Multiplication | * | 2*sin(x) |
| Division | / | sin(x)/x |
| Exponentiation | ^ | sin(x)^2 |
| Parentheses | ( ) | sin(2*(x+1)) |
| Constant | Symbol | Approximate Value |
|---|---|---|
| Pi | pi | 3.1415926535 |
| Euler's Number | e | 2.7182818285 |
Trigonometric
sin(x) - Sinecos(x) - Cosinetan(x) - Tangentcsc(x) - Cosecantsec(x) - Secantcot(x) - CotangentInverse Trigonometric
asin(x) - Arcsineacos(x) - Arccosineatan(x) - ArctangentOther Functions
sqrt(x) - Square rootexp(x) - Exponentiallog(x) - Logarithm base 10ln(x) - Natural logarithmabs(x) - Absolute valueExpressions are evaluated as you type with immediate visual feedback
Automatic calculation and visualization of function derivatives
| x | sin(x) | cos(x) |
|---|---|---|
| 0 | 0 | 1 |
| π/6 | 0.5 | 0.866 |
| π/4 | 0.707 | 0.707 |
| π/3 | 0.866 | 0.5 |
| π/2 | 1 | 0 |