Education

Scientific Calculator Guide: How to Use Every Function (2026)

By The hakaru Team·Last updated March 2026

Quick Answer

A scientific calculator handles advanced math functions beyond basic arithmetic: trigonometry (sin, cos, tan), logarithms (log base 10 and natural log ln), exponents and roots, factorials, and statistical functions. According to the College Board (2025), scientific calculators are required or permitted on the SAT, ACT, AP exams, and most college math courses.

Try the Free Scientific Calculator →

Order of Operations (PEMDAS/BODMAS)

One of the biggest advantages of a scientific calculator over a basic four-function calculator is proper order of operations. A basic calculator processes input left to right — so 2 + 3 × 4 returns 20 instead of the correct answer of 14. Scientific calculators follow PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction), also known as BODMAS in the UK.

This matters constantly in real coursework. According to the National Center for Education Statistics (NCES, 2024), over 60% of middle school math errors on standardized tests stem from incorrect order of operations — problems a scientific calculator eliminates automatically.

Practical tips for PEMDAS on a scientific calculator:

  • Use parentheses liberally. When in doubt, add them — (2 + 3) × 4 is unambiguous.
  • Enter full expressions before pressing equals. Scientific calculators evaluate the whole expression, not each step.
  • Nested parentheses work: ((4 + 2) × 3) ÷ 2 evaluates to 9.

Trigonometric Functions: Sin, Cos, Tan

Trigonometric functions relate the angles of a right triangle to its side lengths. They're used in geometry, physics, engineering, and navigation. Every scientific calculator has dedicated sin, cos, and tan buttons.

Degree vs. radian mode is the single most common source of trig errors. Your calculator has two modes: DEG (degrees) and RAD (radians). For most high school math and SAT problems, use degrees. For calculus and physics, radians are standard. Check the mode indicator on your display before every trig calculation.

Anglesin(θ)cos(θ)tan(θ)
010
30°0.50.8660.577
45°0.7070.7071
60°0.8660.51.732
90°10undefined

The inverse functions — sin–¹, cos–¹, and tan–¹ (also written arcsin, arccos, arctan) — work backward: given a ratio, they return the angle. On most calculators, access these via the SHIFT or 2nd key followed by the trig button. Khan Academy's trigonometry unit (2025) reports that students who memorize the 0°, 30°, 45°, 60°, 90° values perform measurably better on timed tests because they can verify calculator output without re-entering.

Logarithms: log vs ln

Logarithms are the inverse of exponentiation. Two types appear on every scientific calculator:

  • log (log base 10): answers the question “10 to what power equals this number?” So log(1000) = 3 because 10³ = 1000. Used in pH chemistry, decibel levels, and the Richter scale.
  • ln (natural log, base e): answers “e to what power equals this number?” So ln(e) = 1. Used in continuous compound interest, population growth, radioactive decay, and calculus.

The inverse of log is 10^x (often accessed via SHIFT + log). The inverse of ln is e^x (often accessed via SHIFT + ln). These pairs are how you “undo” a logarithm to solve for the original value.

A common AP Calculus and chemistry fact: log(AB) = log(A) + log(B), and log(A/B) = log(A) – log(B). These logarithm rules let you break apart complex expressions. According to College Board AP Chemistry data (2025), logarithm-related problems appear on roughly 15% of free-response questions.

Exponents and Roots

Scientific calculators have multiple ways to compute exponents and roots, and knowing which button to reach for saves time.

  • : squares a number. Enter the number, press x². Fast for squaring without using x^y.
  • x^y (or the ^ button): raises x to any power y. Enter base, press x^y, enter exponent. Example: 2 x^y 10 = 1024.
  • (square root): press before or after the number depending on model. √144 = 12.
  • Nth root: use x^(1/n). For a cube root of 27: enter 27, press x^y, enter (1/3), press equals = 3. Some calculators have a dedicated ³√ button.
  • Negative exponents: 2^–3 = 1/8 = 0.125. Enter 2, press x^y, then use the ± or (-) key (not the subtraction key) to enter –3.

Note: the negative sign key (±) is separate from the subtraction key on most scientific calculators. Using subtraction for a negative exponent is one of the top input errors according to Texas Instruments' educator resources (2024).

Factorials and Combinatorics

Factorials and combinatorics functions appear on probability, statistics, and discrete math problems. They're also tested on the ACT and SAT.

  • n! (factorial): the product of all integers from 1 to n. 5! = 5 × 4 × 3 × 2 × 1 = 120. Enter the number and press the ! button (often under SHIFT or a submenu).
  • nPr (permutations): the number of ways to arrange r items from n, where order matters. Enter n, press nPr, enter r. Example: 10 nPr 3 = 720 (how many ways to award gold, silver, and bronze from 10 athletes).
  • nCr (combinations): the number of ways to choose r items from n, where order does not matter. Enter n, press nCr, enter r. Example: 10 nCr 3 = 120 (how many 3-person committees from a group of 10).

The relationship between them: nPr = nCr × r!. So if you forget nPr, you can always compute nCr and multiply by r!.

Factorials grow extremely fast. 13! = 6,227,020,800. Most scientific calculators max out around 69! before displaying an overflow error, since 70! exceeds 10¹⁰⁰.

Top 5 Most Common Scientific Calculator Mistakes

These are the mistakes that appear most often in classrooms, on standardized tests, and in introductory college courses. Avoiding them is straightforward once you know what to watch for.

1. Wrong angle mode (degrees vs. radians)
The most frequent trig error. sin(90) in degree mode = 1. sin(90) in radian mode ≈ 0.894. Before any trig calculation, glance at the mode indicator. On TI calculators, it shows DEG or RAD in the top of the display. On Casio, it shows D or R.

2. Ignoring order of operations
Entering 1 + 2 × 3 into a basic calculator gives 9. A scientific calculator gives 7 (correct). But even on a scientific calculator, you can trick yourself by pressing equals between steps. Enter the full expression first, then evaluate.

3. Missing parentheses around denominators
Entering 6 ÷ 2 + 4 computes (6 ÷ 2) + 4 = 7, not 6 ÷ (2 + 4) = 1. If you mean to divide by a sum, wrap the denominator in parentheses: 6 ÷ (2 + 4).

4. Confusing log and ln
log(100) = 2. ln(100) ≈ 4.605. These are different functions. Using the wrong one in a chemistry pH calculation or a continuous compound interest formula produces a completely wrong answer. Check which base the problem calls for before pressing anything.

5. Overflow errors with factorials and large exponents
Trying to compute 100! or 10^500 exceeds calculator limits and returns an error. For large combinatorics problems, use logarithms of factorials (log(n!)) or Stirling's approximation. For large exponents in scientific work, switch to scientific notation using the EE/EXP button.

A 2024 analysis by ACT, Inc. found that calculator misuse — primarily mode errors and parenthesis omission — accounts for an estimated 3–5 points of score loss on the ACT Math section for students who otherwise know the underlying math.

Practice with a real scientific calculator

Open the Free Scientific Calculator →

Frequently Asked Questions

What is the difference between log and ln on a scientific calculator?

log (or log10) computes the logarithm base 10, while ln computes the natural logarithm base e (≈ 2.71828). Use log for pH calculations, decibels, and Richter scale problems. Use ln for continuous growth/decay problems, calculus, and physics equations involving e.

Why does my scientific calculator give the wrong answer for trig functions?

The most common cause is the wrong angle mode. Scientific calculators have two modes: degrees (DEG) and radians (RAD). If you type sin(90) expecting 1 but get 0.894, your calculator is in radian mode. Look for a DEG/RAD indicator on the display and switch modes before computing trig functions.

What does the EE or EXP button do on a scientific calculator?

The EE (or EXP) button enters scientific notation. Pressing 6.02 EE 23 enters 6.02 × 10²³ (Avogadro's number). This is faster and more accurate than typing out the full number, especially for very large or very small values used in chemistry and physics.

How do I calculate combinations and permutations on a scientific calculator?

For combinations (nCr): enter n, press the nCr button, enter r, then press equals. For permutations (nPr): enter n, press nPr, enter r, then press equals. Example: 10 nCr 3 = 120 (the number of ways to choose 3 items from 10 when order doesn't matter).

What is the order of operations on a scientific calculator?

Scientific calculators follow PEMDAS/BODMAS: Parentheses first, then Exponents, then Multiplication and Division (left to right), then Addition and Subtraction (left to right). Basic four-function calculators do NOT follow this — they compute left to right. Always use a scientific calculator for multi-step math problems.

How do I calculate a square root or nth root on a scientific calculator?

For square roots, press the √ button before or after the number (varies by model). For cube roots, use the ³√ button if available, or type the number and use x^(1/3): enter the number, press x^y, then type (1÷3). For the nth root of x, compute x^(1/n).