🔢 Math
🧮 🧮 Scientific Calculator: Key Functions and How to Use Them
Learn how to use a scientific calculator's key functions including exponents, roots, logarithms, trigonometry, and scientific notation. Covers order of operations and common mistakes.
⏱️ 8 min read🦉 365tool.net🌍 For everyone worldwide
A scientific calculator extends basic arithmetic with functions essential for algebra, trigonometry, statistics, and science. Understanding when and how to use each function — rather than just which buttons to press — is what separates confident calculator users from those who depend on trial and error. This guide covers the most important scientific calculator functions with clear explanations of what each actually does.
Order of Operations (PEMDAS/BODMAS)
Before diving into functions, the most important calculator principle: scientific calculators follow the correct mathematical order of operations, unlike basic four-function calculators.
P/Barentheses/Brackets → E/Oxponents/Orders → Multiplication and Division (left to right) → Addition and Subtraction (left to right)
- 3 + 4 × 2 = 11 (not 14) — multiplication before addition
- (3 + 4) × 2 = 14 — parentheses first
- 2³ + 1 = 9 (not 2³⁺¹ = 16) — exponent before addition
Exponents and Powers
Key: usually labeled xⁿ, yˣ, or ^
- x² (square): x × x. Button: x²
- xⁿ (any power): x raised to any power. Enter x, press ^, enter n.
- 10ˣ: 10 raised to x. Common for scientific notation. 10³ = 1000
- eˣ: e (2.71828...) raised to x. Used in natural exponential growth
Examples: 5³ = 125 | 2¹⁰ = 1024 | 3⁻² = 0.111
Roots
- √x (square root): √25 = 5, √2 ≈ 1.41421
- ∛x (cube root): ∛27 = 3, ∛8 = 2
- ⁿ√x (nth root): The nth root of x = x^(1/n). On most calculators: enter n, press SHIFT/INV + yˣ, enter x. Or calculate x^(1/n) directly.
Examples: ⁴√81 = 81^(0.25) = 3 | ⁵√32 = 32^(0.2) = 2
Logarithms
log (base 10 logarithm):
log(x) = y means 10^y = x
log(1000) = 3 (because 10³ = 1000) | log(100) = 2 | log(1) = 0 | log(0.01) = −2
Used for: pH calculations (pH = −log[H⁺]), decibels (dB = 10 log(P₂/P₁)), earthquake magnitude (Richter scale)
ln (natural logarithm, base e):
ln(x) = y means eʸ = x (where e ≈ 2.71828)
ln(1) = 0 | ln(e) = 1 | ln(e²) = 2 | ln(100) ≈ 4.6052
Used for: exponential growth/decay calculations, calculus, information theory, finance (continuous compounding)
Converting between bases:
log_b(x) = ln(x) ÷ ln(b) = log(x) ÷ log(b)
Example: log₂(32) = ln(32) ÷ ln(2) = 3.466 ÷ 0.693 = 5 (because 2⁵ = 32)
Trigonometric Functions
Trigonometric functions relate angles to the ratios of sides in right triangles.
Critical: Make sure your calculator is in the right angle mode (DEG or RAD) before calculating trig functions.
- sin(θ): Opposite ÷ Hypotenuse in a right triangle
- cos(θ): Adjacent ÷ Hypotenuse
- tan(θ): Opposite ÷ Adjacent = sin/cos
Common values in degrees:
- sin(0°) = 0, sin(30°) = 0.5, sin(45°) ≈ 0.707, sin(60°) ≈ 0.866, sin(90°) = 1
- cos(0°) = 1, cos(30°) ≈ 0.866, cos(60°) = 0.5, cos(90°) = 0
- tan(45°) = 1, tan(60°) ≈ 1.732
Inverse trig functions (sin⁻¹, cos⁻¹, tan⁻¹): Find the angle given a ratio
sin⁻¹(0.5) = 30° | tan⁻¹(1) = 45° | cos⁻¹(0) = 90°
Scientific Notation
Very large or very small numbers in the form A × 10ⁿ:
- 3.5 × 10⁸ = 350,000,000
- 6.022 × 10²³ = Avogadro's number (number of molecules per mole)
- 1.6 × 10⁻¹⁹ = charge of one electron in coulombs
Enter on calculator: use the EXP or EE key. For 3.5 × 10⁸: press 3.5, then EXP, then 8 (do not press × 10 separately).
Factorial (n!)
n! = n × (n−1) × (n−2) × ... × 2 × 1
5! = 120 | 10! = 3,628,800 | 0! = 1 (by definition)
Used in: permutations, combinations, probability, and series expansions.
Combinations: C(n,k) = n! ÷ (k! × (n−k)!) — many calculators have a dedicated nCr button
Common Scientific Calculator Mistakes
- Wrong angle mode: sin(90) in RAD mode = 0.894, not 1. Always check DEG/RAD before trig.
- Negative exponents: 2⁻³ = 1/8 = 0.125, not −8. Enter as 2^(−3) or 2^-3 with parentheses.
- log vs ln: These are different functions. log is base 10; ln is base e. Many students use them interchangeably by mistake.
- EXP key misuse: 3.5 EXP 8 ≠ 3.5 × 10 × 8. The EXP key enters the power of 10 directly.
❓ Frequently Asked Questions
What is the difference between log and ln?▼
log (log₁₀) is the base-10 logarithm: log(1000) = 3 because 10³ = 1000. ln is the natural logarithm (base e ≈ 2.71828): ln(e²) = 2. They're related by ln(x) = log(x) × ln(10) ≈ log(x) × 2.3026. log is used for pH, decibels, and magnitude scales; ln is used in calculus, growth/decay, and finance.
How do I use the EXP or EE key for scientific notation?▼
The EXP (or EE) key enters the exponent of 10 directly. To enter 3.5 × 10⁸: press 3.5, then EXP, then 8. Do NOT press × 10 first — that gives a wrong result. The calculator displays it as "3.5E8" or "3.5×10⁸". For negative exponents: 6.67 × 10⁻¹¹ → press 6.67, EXP, then −11.
Why does my trig calculation give a wrong answer?▼
Your calculator is almost certainly in the wrong angle mode. Sine of 90 degrees = 1, but sine of 90 radians ≈ 0.894 — a completely different number. Check whether your calculator shows DEG, RAD, or GRAD at the top of the display. For everyday problems, use DEG. For calculus and physics, check which mode your course requires.
How do I calculate the nth root of a number?▼
The nth root of x = x^(1/n). On most scientific calculators: enter x, press ^, enter (1/n) in parentheses. Example: cube root of 64 = 64^(1/3) = 4. Or: fourth root of 81 = 81^(0.25) = 3. Some calculators have a ⁿ√x button — press n first, then the button, then x.
What is factorial used for?▼
Factorial (n!) = n × (n−1) × ... × 2 × 1 counts the number of ways to arrange n objects (permutations). 5! = 120 ways to arrange 5 books. It's also used in combinations: C(10,3) = 10! ÷ (3! × 7!) = 120 ways to choose 3 items from 10. Most scientific calculators have an x! button, and many also have nCr and nPr buttons.