Scientific Calculator: Trig, Logarithms & Powers Online
A basic calculator handles the four operations. A scientific calculator handles the rest — trigonometric functions, logarithms, exponents, square roots, factorials, and mathematical constants like π and e. If you're a student, engineer, scientist, or anyone who encounters math beyond simple arithmetic, a scientific calculator is an essential tool.
Scientific vs. Basic Calculator: When You Need More
A basic calculator can add your grocery bill or split a restaurant check. But the moment you encounter a physics formula, a geometry problem, a finance calculation involving exponential growth, or any kind of wave or periodic behavior, you need functions that a basic calculator simply doesn't have. Scientific calculators extend your toolkit with:
- • Trigonometric functions: sin, cos, tan and their inverses (arcsin, arccos, arctan)
- • Logarithms: log base 10 and natural log (ln)
- • Powers and roots: x², x³, xⁿ, √x, ⁿ√x
- • Constants: π ≈ 3.14159, e ≈ 2.71828
- • Factorials: n! (used in combinatorics and probability)
- • Scientific notation: expressing very large or very small numbers compactly
Trigonometric Functions: Sin, Cos, Tan
Trigonometry connects angles to ratios. In a right triangle with angle θ: sin(θ) is the ratio of the opposite side to the hypotenuse, cos(θ) is adjacent to hypotenuse, and tan(θ) is opposite to adjacent. These three ratios are the foundation of geometry, physics, and engineering.
Important: make sure you're in the right angle mode. Degrees and radians give different results for the same input. Most everyday problems use degrees; advanced math and physics commonly use radians (where a full circle = 2π ≈ 6.283 radians).
| Angle | sin | cos | tan |
|---|---|---|---|
| 0° | 0 | 1 | 0 |
| 30° | 0.500 | 0.866 | 0.577 |
| 45° | 0.707 | 0.707 | 1.000 |
| 60° | 0.866 | 0.500 | 1.732 |
| 90° | 1 | 0 | ∞ |
Logarithms: log vs. ln
A logarithm answers the question: "What power do I raise the base to in order to get this number?" There are two common variants:
- • log (base 10): log(100) = 2, because 10² = 100. Used in pH, decibels, and the Richter scale.
- • ln (base e): ln(e³) = 3. Used in continuous growth models, statistics, and calculus.
The inverse of log is 10^x; the inverse of ln is e^x. They are each other's "undo" operations.
Powers, Roots & Mathematical Constants
Exponents let you express repeated multiplication compactly. x² means x × x; x³ means x × x × x; x^n means x multiplied by itself n times. Roots are the inverse: √9 = 3 because 3² = 9. The square root of 2 (≈ 1.414) and the square root of 3 (≈ 1.732) appear frequently in geometry — for example, the diagonal of a unit square is √2.
The two most important mathematical constants are:
- • π ≈ 3.14159: The ratio of any circle's circumference to its diameter. Appears in all circle and sphere calculations.
- • e ≈ 2.71828: Euler's number. The base of natural logarithms and the foundation of continuous growth models.
Run any scientific calculation right now
Trig · Log · Powers · Constants · Free · No sign-up required
Open Scientific Calculator →Frequently Asked Questions
What is sin, cos, and tan used for?
Sine, cosine, and tangent are the three fundamental trigonometric functions. They relate angles to ratios of side lengths in a right triangle: sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse, tan(θ) = opposite/adjacent. In practice, they appear in architecture (calculating roof angles), physics (resolving forces into components), navigation (bearing and distance calculations), and engineering (wave analysis, signal processing). Even outside triangles, sin and cos describe oscillating phenomena like sound waves, AC electricity, and circular motion.
What is the difference between log and ln?
Both log and ln are logarithms, but they use different bases. log (common logarithm) uses base 10: log(1000) = 3 because 10³ = 1000. ln (natural logarithm) uses base e ≈ 2.71828: ln(e²) = 2. In everyday life, log base 10 is used for scales like the Richter scale (earthquakes) and decibels (sound). In mathematics, science, and finance, ln appears constantly — compound interest, population growth, radioactive decay, and information theory all use natural logarithms. To convert: ln(x) = log(x) / log(e) ≈ log(x) × 2.3026.
How do I calculate e^x?
e^x (Euler's number raised to the power x) is the exponential function. On a scientific calculator, use the e^x button or type exp(x). For example, e^1 ≈ 2.718, e^2 ≈ 7.389, e^0 = 1. This function models continuous growth and decay: if a population grows at 5% per year continuously, after t years it's P × e^(0.05t). It also appears in statistics (the normal distribution), physics (quantum mechanics), and finance (continuous compounding). The inverse of e^x is ln(x) — they cancel each other out.
What is the value of π?
Pi (π) is the ratio of a circle's circumference to its diameter. Its value is approximately 3.14159265358979, though it is irrational — its decimal expansion never ends or repeats. For most calculations, 3.14159 or 22/7 is close enough. π appears in formulas for circles (area = πr², circumference = 2πr), spheres, cylinders, and also in trigonometry (180° = π radians), Fourier analysis, probability (the Gaussian integral), and quantum mechanics. Scientific calculators have a dedicated π button for maximum precision.
How do I use scientific notation on a calculator?
Scientific notation expresses very large or very small numbers as a × 10^n, where 1 ≤ a < 10. For example, 6,200,000 = 6.2 × 10^6 and 0.00045 = 4.5 × 10^-4. On most scientific calculators, enter the mantissa, then press EE or EXP, then type the exponent. So 6.2 × 10^6 is entered as 6.2 EE 6. Results in scientific notation are common when working with atomic masses, astronomical distances, or very small electrical quantities. Scientific notation keeps precision without trailing zeros.