Key Takeaway: The scientific calculator is one of the most powerful tools a student can master — yet most use only 10% of its functions. This comprehensive guide explains every key function with practical examples, common mistakes to avoid, and exam tips.

DEG vs RAD — The Most Common Mistake

The single most common scientific calculator mistake is using the wrong angle mode. Before solving any trigonometry problem, always verify your calculator is in the correct mode.

ModeFull CircleWhen to Usesin(90) = ?
DEG (Degrees)360°Everyday geometry, engineering drawings, navigation1 ✅
RAD (Radians)2π ≈ 6.283Calculus, advanced physics, programming0.894 ❌ (if you meant 90°)
GRAD (Gradians)400 gradSurveying — rarely used in schoolsVaries

Conversion: Degrees to Radians = degrees × π/180. Radians to Degrees = radians × 180/π.

Trigonometric Functions — sin, cos, tan

These three functions relate angles to ratios of sides in a right triangle:

  • sin(θ) = Opposite ÷ Hypotenuse
  • cos(θ) = Adjacent ÷ Hypotenuse
  • tan(θ) = Opposite ÷ Adjacent = sin(θ) ÷ cos(θ)

Key Values to Memorise (DEG mode)

Anglesincostan
010
30°0.50.8660.577
45°0.7070.7071
60°0.8660.51.732
90°10Undefined (∞)

Inverse Trig Functions (sin⁻¹, cos⁻¹, tan⁻¹)

Inverse functions find the angle when you know the ratio. Press INV then sin/cos/tan:

  • sin⁻¹(0.5) = 30° (in DEG mode)
  • cos⁻¹(0.707) ≈ 45°
  • tan⁻¹(1) = 45°

Logarithms — log and ln

Logarithms are the inverse of exponential functions:

  • log (log₁₀) = common logarithm. log(100) = 2 (because 10² = 100)
  • ln = natural logarithm (base e = 2.718). ln(e) = 1, ln(1) = 0
  • 10ˣ (INV + log) = antilog. 10ˣ(2) = 100
  • (INV + ln) = natural antilog. e¹ = 2.718

Change of base formula: log₂(8) = log(8) ÷ log(2) = 0.903 ÷ 0.301 = 3. Use this to calculate any logarithm base using log or ln buttons.

Powers and Roots

ButtonFunctionExampleResult
Square49
Cube64
xⁿAny power2⁸256
Square root√16913
Cube root∛273
1/xReciprocal1/80.125

Factorial (n!)

Factorial of n = product of all positive integers from 1 to n. 5! = 5×4×3×2×1 = 120.

Used in: permutations (nPr = n! ÷ (n-r)!), combinations (nCr = n! ÷ (r! × (n-r)!)), probability, and series expansions.

Note: 0! = 1 (by definition). Calculators can handle up to about 170! — beyond that, the number exceeds floating-point capacity.

π (Pi) and e (Euler's Number)

  • π = 3.14159265... — ratio of circle circumference to diameter. Used in geometry, trigonometry, statistics.
  • e = 2.71828182... — Euler's number, base of natural logarithm. Used in compound interest, population growth, radioactive decay.

🔬 Use Our Free Scientific Calculator

Full-featured scientific calculator with DEG/RAD, INV mode, history and keyboard support!

Open Scientific Calculator →

Frequently Asked Questions

Q: Why does my scientific calculator give a different answer for sin(90)?

This almost always means your calculator is in RAD mode instead of DEG mode. sin(90°) = 1 in DEG mode. sin(90 radians) ≈ 0.894. Always check your mode before starting trig calculations. On most calculators, look for "DEG", "RAD", or "D/R" indicator on the display.

Q: How to calculate log base 2 on a scientific calculator?

Use the change of base formula: log₂(x) = log(x) ÷ log(2). Example: log₂(64) = log(64) ÷ log(2) = 1.806 ÷ 0.301 = 6. Alternatively: log₂(x) = ln(x) ÷ ln(2). Both give the same result.