Scientific Calculator: Essential Functions Explained
A complete guide to scientific calculator functions — trigonometry, logarithms, exponents, and more. Learn what each button does and when to use it for math, science, and engineering.
Basic Functions
Every scientific calculator starts with the basics, but with more precision than a standard calculator:
| Function | Button | What It Does | Example |
|---|---|---|---|
| Square root | sqrt | Finds the square root | sqrt(16) = 4 |
| Cube root | cbrt or 3sqrt | Finds the cube root | cbrt(27) = 3 |
| Power | x^y | Raises to any power | 2^8 = 256 |
| Factorial | n! | Multiplies all integers from 1 to n | 5! = 120 |
| Absolute value | |x| or abs | Removes negative sign | |-7| = 7 |
Trigonometry Functions
Trigonometry functions relate angles to the ratios of sides in a right triangle. These are essential for physics, engineering, and advanced math:
- sin (sine): Opposite / Hypotenuse. sin(30 degrees) = 0.5
- cos (cosine): Adjacent / Hypotenuse. cos(60 degrees) = 0.5
- tan (tangent): Opposite / Adjacent. tan(45 degrees) = 1
- sin^-1, cos^-1, tan^-1 (inverse): Given a ratio, find the angle. sin^-1(0.5) = 30 degrees
Important: Always check whether your calculator is in DEG or RAD mode. sin(30) in DEG mode gives 0.5, but sin(30) in RAD mode gives -0.989. The mode matters.
Logarithms and Exponents
- log (base 10): log(100) = 2. Used in chemistry (pH), sound (decibels), and earthquake magnitude (Richter scale).
- ln (natural log, base e): ln(2.718) = 1. Used in calculus, compound interest, and population growth.
- e^x: The inverse of ln. e^2 = 7.389. Used for exponential growth and decay.
- 10^x: The inverse of log. 10^3 = 1000. Used in scientific notation.
Advanced Functions
- pi (pi): The ratio of a circle's circumference to its diameter (3.14159...). Used in geometry and physics.
- e (Euler's number): The base of natural logarithms (2.71828...). Used in calculus and finance.
- EXP: Enters scientific notation. 5 EXP 3 = 5 x 10^3 = 5000.
- Ans: Recalls the result of the previous calculation. Useful for chaining calculations.
- Memory (M+, M-, MR, MC): Stores and recalls intermediate results across calculations.
Try it now: Open the Scientific Calculator →
Full scientific calculator in your browser. Trig, log, exponents, and more.
Frequently Asked Questions
What is the difference between a regular and scientific calculator?
A regular calculator handles basic arithmetic: addition, subtraction, multiplication, and division. A scientific calculator adds functions for trigonometry (sin, cos, tan), logarithms (log, ln), exponents, roots, factorials, and constants like pi and e.
When should I use DEG vs RAD mode?
DEG (degrees) mode is used when angles are measured in degrees (0-360). RAD (radians) mode is used when angles are in radians (0 to 2pi). Most geometry and everyday applications use degrees. Calculus and physics typically use radians.
What does the EXP button do?
The EXP button enters numbers in scientific notation. Pressing 5 EXP 3 means 5 x 10^3 = 5000. This is different from the x^y button, which raises a number to a power. EXP is specifically for powers of 10.