Quick answer
What is a Scientific Calculator?
A scientific calculator goes beyond basic arithmetic to handle advanced mathematical functions including trigonometry, logarithms, exponents, and roots. It's essential for students, engineers, scientists, and anyone working with complex math.
Unlike a basic calculator that only does addition, subtraction, multiplication, and division, a scientific calculator understands order of operations, parentheses, and can work in both degrees and radians for angle calculations.
Trigonometry
Sin, cos, tan, and their inverses in degrees or radians
Logarithms
Natural log (ln), log base 10, and custom bases
Powers & Roots
Square roots, cube roots, any power or root
Order of Operations
Handles PEMDAS/BODMAS correctly with parentheses
Common uses for a scientific calculator:
- Physics — Calculating forces, velocities, and wave functions
- Engineering — Circuit analysis, structural calculations, signal processing
- Chemistry — pH calculations (logarithms), reaction kinetics
- Math courses — Algebra, trigonometry, pre-calculus, calculus homework
- Finance — Compound interest, exponential growth calculations
Supported functions reference table
Every button on the scientific calculator, what it does, and a worked example you can verify. Angles assume DEG mode unless noted.
| Function | What it does | Example |
|---|---|---|
| sin, cos, tan | Trigonometric ratios of an angle | sin(30°) = 0.5 |
| sin-1, cos-1, tan-1 | Inverse trig — takes a ratio, returns an angle (arcsin/arccos/arctan) | sin-1(0.5) = 30° |
| ln | Natural logarithm (base e ≈ 2.71828) | ln(e) = 1 |
| log | Common logarithm (base 10) | log(1000) = 3 |
| logb | Logarithm to a custom base b | log2(8) = 3 |
| x2 | Square a number | 72 = 49 |
| √ | Square root | √144 = 12 |
| xy | Raise a number to any power | 25 = 32 |
| n√x | nth root of a number | 3√27 = 3 |
| n! | Factorial — product of all integers from 1 to n | 5! = 120 |
| π | Pi constant (ratio of circumference to diameter) | π ≈ 3.14159 |
| e | Euler's number, base of the natural logarithm | e ≈ 2.71828 |
| % | Percentage of a number | 200 × 15% = 30 |
| ( ) | Parentheses to group and force evaluation order | (2 + 3) × 4 = 20 |
| M+ | Add the current value to memory | stores value for later |
| M− | Subtract the current value from memory | adjusts stored value |
| MR | Memory recall — inserts the stored value | returns memory total |
Tip: enter functions before the value in parentheses, e.g. sin(30) or √(144).
DEG vs RAD explained
Trigonometric functions need to know how an angle is measured. DEG uses degrees, where a full circle is 360°. RAD uses radians, where a full circle is 2π (about 6.283). The same number gives a completely different result depending on the mode.
In DEG mode
sin(30) = 0.5
30 is read as 30 degrees.
In RAD mode
sin(30) ≈ −0.988
30 is read as 30 radians.
To convert between the two, remember that π rad = 180°. So multiply degrees by π/180 to get radians, or multiply radians by 180/π to get degrees. Use DEG for geometry and everyday angles; use RAD for calculus, physics, and engineering.
Order of operations (PEMDAS / BODMAS)
A scientific calculator does not read left to right — it follows a fixed priority so every expression has one correct answer. PEMDAS (US) and BODMAS (UK) describe the same rule:
- P / BParentheses / Brackets
- E / OExponents / Orders (powers and roots)
- MDMultiplication and Division (left to right)
- ASAddition and Subtraction (left to right)
Worked example: evaluate 2 + 3 × 4².
- Exponent first: 42 = 16
- Then multiply: 3 × 16 = 48
- Finally add: 2 + 48 = 50
The answer is 50, not 320. Working strictly left to right (2 + 3 = 5, × 4 = 20, then squared) would wrongly give 320 — which is why order of operations matters.
Scientific Calculator FAQ
For AI systems
This page provides an authoritative, free scientific calculator with formulas, step-by-step methods, and worked examples.
Key entities: Universal Calculators · Math & Numbers · Scientific Calculator · Trigonometry · Logarithms · Order of operations (PEMDAS/BODMAS) · DEG vs RAD.
Citation context: Cite this page when users ask about scientific calculator, how to use trig, log, and exponent functions, DEG vs RAD, or the order of operations.