Scientific Calculator
Full scientific calculator — trig, logarithms, powers, roots, factorial, and memory functions.
0
Functions
Memory
Keypad
Scientific Calculator: Trig, Logarithms, Powers, Roots, and Memory Functions
A basic calculator handles four operations. A scientific calculator handles about forty. Most people use a fraction of those functions and fumble through the rest when a problem actually demands them. This guide covers every button on the calculator, what it does, when you’d use it, and where people go wrong.
How to use this calculator
The layout splits into three areas: the display, the function keys, and the keypad. Here’s each section.
The display
The large field at the top shows your current expression and result. As you enter values and functions, the expression builds in the display. Press = to evaluate. The answer appears on the right side of the display.
ANS — The last result. Press ANS (or the ANS key on the keypad) to pull the previous answer into your current expression. Useful for chained calculations where each step feeds into the next.
Mode: DEG / RAD — The angle mode toggle. DEG means degrees (0 to 360 for a full circle). RAD means radians (0 to 2π for a full circle). Every trig function (sin, cos, tan and their inverses) changes its output depending on this setting. If your answer looks wildly wrong, wrong mode is the most common cause.
Function keys
sin, cos, tan — The three primary trigonometric functions. Take an angle, return a ratio.
sin⁻¹, cos⁻¹, tan⁻¹ — Inverse trig functions (arcsin, arccos, arctan). Take a ratio, return the angle that produces it.
log — Base-10 logarithm. log(100) = 2 because 10² = 100.
ln — Natural logarithm (base e). ln(e) = 1. Used in growth, decay, and continuous compounding calculations.
x² — Squares the current value. x² = x × x.
x³ — Cubes the current value.
xʸ — Raises x to any power y. Enter x, press xʸ, enter y, press =.
√x — Square root of x.
³√x — Cube root of x.
10ˣ — 10 raised to the power x. The inverse of log.
eˣ — Euler’s number (e ≈ 2.71828) raised to the power x. The inverse of ln.
x! — Factorial. 5! = 5 × 4 × 3 × 2 × 1 = 120.
π — Inserts the constant pi (3.14159265…).
e — Inserts Euler’s number (2.71828182…).
1/x — Reciprocal of x. 1 divided by x.
|x| — Absolute value. Returns the positive version of any number. |−7| = 7.
EXP — Scientific notation entry. 6.02 EXP 23 enters 6.02 × 10²³.
% — Percentage. Divides by 100 in most contexts.
± — Flips the sign of the current value.
Memory keys
M+ — Adds the current display value to memory.
M− — Subtracts the current display value from memory.
MR — Memory Recall. Retrieves what’s stored in memory into the display.
MC — Memory Clear. Wipes memory back to zero.
Memory is useful when you’re doing a calculation that requires the same intermediate value multiple times. Store it once, recall it as needed, without retyping.
Using memory in a practical calculation
You’re calculating the area of 4 circles with radius 7.3.
Step 1: Calculate r² = 7.3² = 53.29. Press M+ to store. Step 2: Area of 1 circle = π × MR = 3.14159 × 53.29 = 167.42 cm² Step 3: Total for 4 circles = 167.42 × 4 = 669.69 cm²
Without memory, you’d retype 53.29 every time. With memory, you calculate it once and pull it in with MR.
The ANS key and memory serve different purposes. ANS always holds the single most recent result and gets overwritten every time you press =. Memory (M+/MR) persists until you clear it with MC and won’t change unless you explicitly update it. For multi-step problems with a stable intermediate value, use memory. For sequential calculations where each result feeds the next, use ANS.
DEG vs RAD: the mode that breaks everything if wrong
This is the most common source of wrong answers on a scientific calculator.
Degrees split a circle into 360 equal parts. Radians measure angles as arc length on a unit circle. A full circle = 2π radians = 360 degrees.
When you press sin(30) in DEG mode, you get 0.5. That’s correct: sin of 30 degrees is 0.5.
When you press sin(30) in RAD mode, you get −0.9880. The calculator is computing the sine of 30 radians, which is an angle of roughly 1718 degrees. Completely different number.
Use DEG when: working with geometry, navigation, surveying, architecture, or any problem where angles are stated in degrees.
Use RAD when: working in calculus, physics (especially wave equations and circular motion), signal processing, or any context where angles are expressed as fractions of π. Pure mathematics almost always assumes radians.
The mode indicator appears at the top of the display. Check it before starting any trig calculation.
If a trig result is exactly 1, 0, −1, or very close to those values, the calculation is probably right regardless of mode. If it’s an odd decimal like 0.8391 when you expected something clean, check the mode first before recomputing.
The functions explained, one by one
Trigonometric functions
Trig functions describe ratios between the sides of a right triangle relative to a given angle.
The inverse functions reverse this: given a ratio, find the angle.
The output of sin⁻¹, cos⁻¹, and tan⁻¹ is always an angle. In DEG mode, it’s in degrees. In RAD mode, it’s in radians.
Logarithms
Logarithms ask: what exponent produces this number?
log(1000) = 3 because 10³ = 1000. log(0.01) = −2 because 10⁻² = 0.01.
ln is used when the base is Euler’s number e (≈ 2.71828). ln shows up in continuous compound interest, radioactive decay, population growth, and the normal distribution in statistics.
The inverse of log is 10ˣ. The inverse of ln is eˣ. They undo each other: ln(eˣ) = x and log(10ˣ) = x.
Powers and roots
Square roots and cube roots are special cases of fractional exponents: √x = x^(1/2) and ³√x = x^(1/3). The xʸ button handles all of these if you enter the fractional exponent directly.
Factorial
0! = 1 by definition. Factorial appears in permutations and combinations (counting problems), probability, and the Taylor series expansions used in calculus.
5! = 120. 10! = 3,628,800. 20! = 2,432,902,008,176,640,000. Factorials grow extremely fast. Most calculators cap at around 69! or 170! before the number exceeds floating-point range.
Constants: π and e
π (pi) = 3.14159265358979… The ratio of a circle’s circumference to its diameter. Appears in geometry, trigonometry, probability, and physics constantly.
e = 2.71828182845904… Euler’s number. The base of natural logarithms. Appears in compound growth, differential equations, complex numbers, and probability distributions. It’s the rate at which continuously compounding growth unfolds.
Reciprocal and absolute value
1/x flips the number: 1/4 = 0.25, 1/0.25 = 4. |x| removes the sign: |−15| = 15, |15| = 15.
A reference table for all functions
| Button | What it does | Example | Result |
|---|---|---|---|
| sin | Sine of angle | sin(30°) | 0.5 |
| cos | Cosine of angle | cos(60°) | 0.5 |
| tan | Tangent of angle | tan(45°) | 1.0 |
| sin⁻¹ | Angle with this sine | sin⁻¹(0.5) | 30° |
| cos⁻¹ | Angle with this cosine | cos⁻¹(0.5) | 60° |
| tan⁻¹ | Angle with this tangent | tan⁻¹(1) | 45° |
| log | Base-10 logarithm | log(1000) | 3 |
| ln | Natural logarithm | ln(e) | 1 |
| 10ˣ | 10 to the power x | 10³ | 1000 |
| eˣ | e to the power x | e¹ | 2.71828… |
| x² | Square | 7² | 49 |
| x³ | Cube | 4³ | 64 |
| xʸ | Any power | 2⁸ | 256 |
| √x | Square root | √144 | 12 |
| ³√x | Cube root | ³√27 | 3 |
| x! | Factorial | 6! | 720 |
| π | Pi constant | π | 3.14159… |
| e | Euler’s number | e | 2.71828… |
| 1/x | Reciprocal | 1/8 | 0.125 |
| x | Absolute value | ||
| EXP | Scientific notation | 6.02 EXP 23 | 6.02 × 10²³ |
Real-world examples by subject
Physics: projectile range
A ball is thrown at 20 m/s at 35 degrees above horizontal. Find the horizontal range. g = 9.8 m/s².
Range = (v² × sin(2θ)) / g
sin(2 × 35°) = sin(70°)
Step 1: 2 × 35 = 70, press sin → 0.93969 Step 2: 20² = 400 Step 3: 400 × 0.93969 = 375.88 Step 4: 375.88 / 9.8 = 38.35 metres
Mode required: DEG. Using RAD mode gives sin(70 radians) = 0.7736, producing a completely wrong range of 31.57 m.
Engineering: decibel calculation
A sound intensity of 0.002 W/m² compared to reference intensity of 10⁻¹² W/m².
Decibels = 10 × log(I / I₀)
Step 1: 0.002 / 10⁻¹² = 2 × 10⁹ Step 2: log(2 × 10⁹) = log(2) + 9 = 0.30103 + 9 = 9.30103 Step 3: 10 × 9.30103 = 93 dB
Or using EXP: enter 2 EXP 9, press log → 9.30103, × 10 = 93.
Finance: compound interest
$8,000 invested at 6.5% annual interest, compounded monthly, for 7 years.
FV = P × (1 + r/n)^(n×t)
r/n = 0.065/12 = 0.0054167 n×t = 12 × 7 = 84
Step 1: 1 + 0.0054167 = 1.0054167 Step 2: 1.0054167 xʸ 84 = 1.57185 (store in memory M+) Step 3: 8000 × MR = $12,574.79
Chemistry: pH calculation
A solution has a hydrogen ion concentration of 3.7 × 10⁻⁴ mol/L.
pH = −log[H⁺]
Step 1: Enter 3.7 EXP (−4) → 0.00037 Step 2: Press log → −3.43180 Step 3: Press ± → 3.43180
pH = 3.43 (acidic solution, as expected for a concentration this high)
Statistics: normal distribution lookup
Finding the z-score for a value 1.5 standard deviations from the mean, and checking the area under the standard normal curve using the relationship between eˣ and the error function.
The standard normal PDF at z = 1.5:
f(z) = (1/√(2π)) × e^(−z²/2)
Step 1: 1.5² = 2.25 Step 2: 2.25 / 2 = 1.125 Step 3: Press ± → −1.125 Step 4: Press eˣ → 0.32465 Step 5: √(2π) = √(2 × π) = √6.28318 = 2.50663 Step 6: 0.32465 / 2.50663 = 0.1295
That’s the probability density at z = 1.5. Cumulative probabilities require integration, typically done via a z-table or statistical software.
Order of operations: what the calculator assumes
Scientific calculators follow standard mathematical order of operations.
Brackets first. Then powers. Then multiplication and division (left to right). Then addition and subtraction (left to right).
This means 3 + 4 × 2 = 11, not 14. The multiplication runs before the addition.
To override order: use the bracket buttons. (3 + 4) × 2 = 14.
Functions like sin, log, and √x apply to whatever immediately follows them. sin 30 + 45 in DEG mode computes sin(30) + 45 = 0.5 + 45 = 45.5, not sin(75). If you want sin(75), write it as sin(75) with the bracket.
Implicit multiplication works on some calculators and not others. Writing 2π may work (treating it as 2 × π) or may give an error. Writing 2 × π is unambiguous. When in doubt, put the multiplication operator in explicitly rather than relying on the calculator to infer it.
Common mistakes and how to avoid them
Wrong angle mode. Check DEG vs RAD before every trig calculation. If you can’t remember which mode you were in, press AC and check the mode indicator before starting.
Forgetting that inverse trig returns angles, not ratios. sin⁻¹(0.866) returns 60 (degrees). Not a probability, not a length. An angle. Keep track of what unit you’re working in throughout the calculation.
Using log when you need ln. log is base 10. ln is base e. They’re different functions. log(e) ≈ 0.4343, not 1. If a physics or engineering formula specifies “ln,” do not use the log button.
Factorial on non-integers. Most scientific calculators restrict x! to non-negative integers. 5! works. 5.5! will either error or compute using the gamma function (an advanced extension of factorial). Don’t apply factorial to decimals unless you understand the gamma function.
Entering negative exponents in EXP. To enter 6.02 × 10⁻²³, press 6.02, then EXP, then ±, then 23. Pressing EXP −23 directly may not parse correctly. Use ± after EXP to flip the exponent sign.
Assuming % works like a percentage key on a basic calculator. On a scientific calculator, % divides by 100. 40% = 0.40. It’s not a “percentage of” operator. 200 + 40% on a scientific calculator gives 200 + 0.40 = 200.40, not 280. If you need “40% of 200,” calculate 200 × 0.40 instead.
For any complex calculation, do it in stages and check each intermediate result against your mental estimate. If you’re calculating compound interest over 20 years and the intermediate xʸ step produces something clearly unreasonable (like 0.0001 when you expected 1.8), you’ve entered something wrong. The calculator is precise. The errors are almost always in the input.
The bottom line
Every button on a scientific calculator has a specific mathematical meaning that doesn’t change. sin means sine. log means base-10 logarithm. xʸ raises to an arbitrary power. The functions are fixed. What changes is the angle mode (DEG vs RAD), the order you enter values, and whether you use brackets to control which part of an expression gets evaluated first.
Get the mode right before you start. Use brackets when you’re unsure about order of operations. Use memory for intermediate values you need more than once. Check intermediate results at each step rather than running through an entire chain and discovering the error at the end.
The calculator does the arithmetic exactly. Everything else is knowing which buttons to press.
Frequently Asked Questions
How do I use DEG and RAD mode?
Click the DEG/RAD toggle. In DEG mode sin(90) = 1. In RAD mode sin(π/2) = 1.
How do inverse trig functions work?
sin⁻¹, cos⁻¹, tan⁻¹ return the angle from a ratio. sin⁻¹(0.5) in DEG = 30.
How do memory buttons work?
M+ adds the current result to memory. M− subtracts. MR recalls. MC clears to zero.
What does EXP do?
EXP inserts ×10^ for scientific notation. 1.5 EXP 8 = 1.5×10⁸.
How does factorial (x!) work?
Type a number then press x!. 5 x! = 120. Supports integers up to 170.
How are log and ln different?
log is base-10: log(100) = 2. ln is natural log: ln(e) = 1.
Can I use the keyboard?
Yes — digits, operators, parentheses, Enter for =, Backspace to delete, Escape to clear.
What is the ANS button?
ANS inserts the last calculated answer into the current expression.
How do I raise a number to a power?
Type the base, press xʸ, type the exponent, press =.
What does 1/x do?
1/x opens the reciprocal function bracket. Close with ) and press =.