Scientific Calculator

Full scientific calculator — trigonometry, log, ln, powers, roots, constants, and memory. Works entirely in your browser.

0

Frequently Asked Questions

BODMAS/PEMDAS: Brackets, Orders (powers/roots), Division, Multiplication, Addition, Subtraction. Always evaluate left to right within the same precedence level. Use parentheses to control the order explicitly.

First, make sure your calculator is in the correct mode (DEG for degrees, RAD for radians). Enter the angle, then press sin/cos/tan. For inverse trig (finding the angle from a ratio), use sin⁻¹, cos⁻¹, or tan⁻¹.

log (log base 10) is the common logarithm — log(100) = 2. ln is the natural logarithm (base e) — ln(e) = 1. In science and engineering, ln is more commonly used. In everyday calculations, log base 10 is standard.

How to Use a Scientific Calculator

A scientific calculator extends basic arithmetic with functions used in mathematics, science, and engineering. The key functions and their uses:

FunctionWhat it DoesExample
sin / cos / tanTrigonometric ratios of an anglesin(30°) = 0.5
sin⁻¹ / cos⁻¹ / tan⁻¹Inverse trig — find the angle from a ratiosin⁻¹(0.5) = 30°
logLogarithm base 10log(1000) = 3
lnNatural logarithm (base e)ln(e) = 1
Square a number5² = 25
Raise x to the power of y2^10 = 1024
Square root√144 = 12
πPi constant (3.14159…)Area = π × r²

DEG vs RAD — Which Mode Should I Use?

Degrees (DEG): Use for everyday angle calculations, geometry, and when angles are given in degrees (90°, 180°, 360°). Most people use DEG mode by default.

Radians (RAD): Use for calculus, physics, and higher mathematics. One radian = 180°/π ≈ 57.3°. A full circle is 2π radians. Always check your mode before trig calculations — sin(90) in RAD gives sin(90 radians) ≈ 0.894, not 1.

Order of Operations (BODMAS/PEMDAS)

Scientific calculators follow standard mathematical order of operations:

  1. Brackets / Parentheses first: (2+3)×4 = 20, not 14
  2. Orders / Exponents: powers and roots
  3. Division and Multiplication (left to right)
  4. Addition and Subtraction (left to right)

Common Scientific Calculator Mistakes to Avoid

  • Wrong mode (DEG vs RAD) for trig functions
  • Forgetting to close brackets — every ( needs a matching )
  • Misreading the display: 1.5E3 means 1,500 (scientific notation)
  • Division before completing numerator: for 5/(2+3), use 5÷(2+3), not 5÷2+3
  • Squaring a negative: (−3)² = 9, but −3² = −9 on most calculators