A scientific calculator goes far beyond the four basic arithmetic operations (+, −, ×, ÷) to include trigonometric functions, logarithms, exponents, roots, factorials, and more. It is the essential tool for high school and university mathematics, science, engineering, and many professional fields.
Key function categories in a scientific calculator:
Our calculator also supports order of operations (PEMDAS/BODMAS) automatically, parentheses grouping, and handles both Degree and Radian angle modes for trigonometry.
Trigonometric functions relate angles to ratios of sides in right triangles and are fundamental to geometry, physics, and engineering.
Core definitions (right triangle):
Common values to know:
| Angle (°) | Angle (rad) | sin | cos | tan |
|---|---|---|---|---|
| 0° | 0 | 0 | 1 | 0 |
| 30° | π/6 | 0.5 | √3/2 ≈ 0.866 | 1/√3 ≈ 0.577 |
| 45° | π/4 | √2/2 ≈ 0.707 | √2/2 ≈ 0.707 | 1 |
| 60° | π/3 | √3/2 ≈ 0.866 | 0.5 | √3 ≈ 1.732 |
| 90° | π/2 | 1 | 0 | undefined |
| 180° | π | 0 | -1 | 0 |
Degree vs Radian mode: Degrees are the everyday unit (full circle = 360°). Radians are the mathematical unit (full circle = 2π ≈ 6.283 radians). In calculus, radians are required — the derivative of sin(x) is cos(x) only when x is in radians. Always verify your calculator is in the correct mode before computing trig functions; the wrong mode produces completely wrong answers.
Inverse trig functions: arcsin(0.5) = 30° (finds the angle given a ratio). Used when solving for unknown angles in triangles or vector problems.
Logarithms and exponentials are inverse functions and are fundamental to science, finance, and computer science.
Definitions:
Practical examples:
The number e (≈ 2.71828) appears naturally whenever growth or decay is proportional to the current amount — population growth, radioactive decay, Newton's law of cooling, and continuous compound interest all use e.
Even a scientific calculator can give wrong answers if you don't understand order of operations. PEMDAS (US) / BODMAS (UK) defines the sequence:
Common mistakes:
When in doubt, use parentheses liberally. Extra parentheses never hurt; missing them frequently cause errors.
Modern scientific calculators extend into statistics and engineering:
Factorial (n!): The product of all positive integers from 1 to n. 5! = 5 × 4 × 3 × 2 × 1 = 120. Used in combinations, permutations, and series expansions (Taylor series). Note: 0! = 1 by definition. Factorials grow extremely fast: 20! ≈ 2.43 × 10¹⁸.
Combinations nCr: The number of ways to choose r items from n items when order doesn't matter. nCr = n! / (r! × (n−r)!). Example: Number of ways to choose 3 people from a group of 10: 10C3 = 10! / (3! × 7!) = 120 ways. Used in probability and statistics.
Permutations nPr: Number of ways to arrange r items from n when order matters. nPr = n! / (n−r)!. Example: Number of ways to arrange 3 people in 3 positions from 10: 10P3 = 10! / 7! = 720 ways.
Modulo (mod): The remainder after division. 17 mod 5 = 2 (17 = 3×5 + 2). Used extensively in computer science, cryptography, and number theory.
Converting between degrees, radians, and gradians: 180° = π radians = 200 gradians. Gradians (gon) are used primarily in surveying and some European engineering contexts.
Using a scientific calculator efficiently can save significant time on exams and complex calculations:
For standardized tests (SAT, ACT, AP exams), confirm which calculator models are permitted. The College Board and ACT have approved lists. Graphing calculators (TI-84, Casio fx-9750) are typically permitted for math sections but not for SAT Reading/Writing. Practice with your specific calculator well before exam day.
These are the three primary trigonometric functions. In a right triangle: sin(angle) = opposite side / hypotenuse; cos(angle) = adjacent side / hypotenuse; tan(angle) = opposite / adjacent. They describe relationships between angles and side ratios and are used in geometry, physics, engineering, and wave analysis.
log (without a base) typically means log base 10 (common logarithm): log(1000) = 3 because 10³ = 1000. ln is the natural logarithm with base e (≈ 2.71828): ln(e²) = 2. log₁₀ is used in pH, decibels, and Richter scale. ln appears in calculus, continuous growth/decay problems, and information theory.
The most common cause is the calculator being in the wrong angle mode. If you're computing sin(30) expecting 0.5 (degrees), but your calculator is in Radian mode, you'll get sin(30 radians) ≈ −0.988. Always check whether your calculator is set to Degrees (D) or Radians (R) before any trig calculation.
E or EE represents "×10 to the power of" in scientific notation. So 6.022E23 = 6.022 × 10²³ (Avogadro's number). This notation handles extremely large or small numbers efficiently. 1.6E-19 = 1.6 × 10⁻¹⁹ (the elementary charge in Coulombs).
For a cube root (3rd root), use the ∛ button or x^(1/3). For the nth root, use x^(1/n). For example, the 5th root of 32 = 32^(1/5) = 32^0.2 = 2. Most scientific calculators have an x^y button where you enter 32, press x^y, then enter 0.2.
0! = 1 by mathematical convention. This seems counterintuitive but is necessary for consistency in combinatorial formulas. For example, nCr when r = n requires n! / (0! × 0!) to work correctly, and 0! = 1 makes this equal to 1 (there's exactly one way to choose all items).
For percentage of a number: multiply. What is 15% of 240? Enter 240 × 0.15 = 36. For percentage change: (new − old) / old × 100. Price rose from $80 to $92: (92 − 80) / 80 × 100 = 15% increase. Some calculators have a % key that performs these operations directly.
It depends on the test. SAT and ACT permit scientific and graphing calculators on math sections (specific approved models listed on the test-maker's website). AP Calculus, AP Physics, and AP Chemistry all permit calculators for part of the exam. SAT Math (no-calculator section) prohibits them. IB and A-Level exams have their own rules. Always check the current policy for your specific exam — rules update periodically.