How do I use a scientific calculator?
Last updated March 26, 2026
A scientific calculator handles advanced math: trigonometry (sin, cos, tan), logarithms (log, ln), exponents, roots, and constants like pi. Enter values and functions in the same order you write them.
How to Calculate
- 1
Enter the value you want to evaluate (e.g., 30 for sin(30°))
- 2
Select the function you need — trig, log, exponent, or root
- 3
Read the result displayed and note any rounding
- 4
Use memory functions (M+, MR, MC) to store values for multi-step calculations
The Formula
sin(x), cos(x), tan(x), log(x), ln(x), x^y, √xScientific calculators provide built-in functions for trigonometry, logarithms, exponents, and roots. Trigonometric functions accept an angle and return a ratio. Logarithms return the power to which a base must be raised to produce a given number. Exponents raise a base to a power, and roots find the value that, when multiplied by itself, produces the input.
| Variable | Meaning |
|---|---|
| x | The input value (angle in degrees or radians for trig, positive number for log/ln) |
| y | The exponent or power in x^y |
| sin | Sine — ratio of opposite side to hypotenuse in a right triangle |
| cos | Cosine — ratio of adjacent side to hypotenuse in a right triangle |
| log | Common logarithm (base 10) |
| ln | Natural logarithm (base e ≈ 2.71828) |
Common Examples
sin(30°)
0.5
cos(60°)
0.5
log(100)
2
ln(e)
1
2^10
1,024
√144
12
What Is a Scientific Calculator?
A scientific calculator is a type of electronic calculator designed to perform operations beyond basic arithmetic. While a standard calculator handles addition, subtraction, multiplication, and division, a scientific calculator adds trigonometric functions, logarithms, exponents, roots, factorials, and constants like pi (π) and Euler’s number (e). These capabilities make it essential for students, engineers, scientists, and anyone working with advanced mathematics.
Scientific calculators have been a classroom staple since the 1970s, and modern online versions replicate every function of their physical counterparts. Whether you are solving a homework problem, verifying an engineering calculation, or converting between degrees and radians, a scientific calculator is the right tool for the job.
When Do You Need a Scientific Calculator?
A standard calculator is fine for everyday math — splitting a bill, calculating a tip, or balancing a budget. But once you move into any of these areas, you need a scientific calculator:
- School and college: Algebra II, pre-calculus, calculus, statistics, physics, and chemistry all require trigonometric, exponential, and logarithmic functions.
- Engineering: Structural calculations, electrical circuit analysis, signal processing, and fluid dynamics all depend on sin, cos, tan, and logarithms.
- Science: Chemistry uses logarithms for pH calculations, physics uses trig for wave mechanics and projectile motion, and biology uses exponential growth models.
- Finance (advanced): Compound interest with continuous compounding uses e, and some amortization models require logarithms to solve for time periods.
- Construction and surveying: Calculating roof pitch angles, grade slopes, and triangulation distances all require trigonometric functions.
Common Scientific Calculator Functions Explained
Here is a breakdown of the most frequently used functions and what they actually do:
Trigonometric Functions: sin, cos, tan
These functions relate the angles of a right triangle to the ratios of its sides. In a right triangle with angle θ:
- sin(θ) = opposite side ÷ hypotenuse
- cos(θ) = adjacent side ÷ hypotenuse
- tan(θ) = opposite side ÷ adjacent side
For example, sin(30°) = 0.5, meaning in a right triangle with a 30-degree angle, the side opposite that angle is exactly half the length of the hypotenuse. These functions are fundamental to physics, engineering, and navigation.
Logarithms: log and ln
A logarithm answers the question: “To what power must I raise this base to get this number?” The two most common logarithms are:
- log(x) — Common logarithm, base 10. log(100) = 2 because 10² = 100.
- ln(x) — Natural logarithm, base e (≈ 2.71828). ln(e) = 1 because e¹ = e.
Logarithms are used in chemistry (pH = −log[H+]), acoustics (decibels), earthquake measurement (Richter scale), and anywhere exponential growth or decay needs to be analyzed.
Exponents and Roots
The exponent function xy raises a base to a power. For example, 210 = 1,024. The square root function √x finds the number that, multiplied by itself, produces x — so √144 = 12 because 12 × 12 = 144. Many scientific calculators also support nth roots for cube roots and beyond.
Degrees vs. Radians: The Most Common Mistake
The single most common error when using a scientific calculator is having it set to the wrong angle mode. Trigonometric functions can interpret angles in degrees or radians, and the results are completely different:
- sin(30) in degree mode = 0.5 (correct for a 30-degree angle)
- sin(30) in radian mode = −0.988 (because 30 radians is about 4.77 full rotations — not what you intended)
The rule is simple: if your problem uses degree symbols (°), set the calculator to DEG mode. If the problem uses π (like π/6 or 2π), set it to RAD mode. Most physics and engineering courses use radians, while most geometry and everyday applications use degrees. Always check your mode before computing a trig function.
To convert between them: radians = degrees × π / 180. So 30° = 30 × π / 180 = π/6 radians.
Order of Operations (PEMDAS)
Scientific calculators follow the standard mathematical order of operations, sometimes remembered by the acronym PEMDAS:
- Parentheses — expressions inside () are evaluated first
- Exponents — powers and roots are evaluated next
- Multiplication and Division — left to right
- Addition and Subtraction — left to right
For example, entering 2 + 3 × 4 gives 14 (not 20), because multiplication happens before addition. If you want addition first, use parentheses: (2 + 3) × 4 = 20. Understanding order of operations is critical for getting correct results on multi-step calculations.
Memory Functions: M+, MR, MC
Memory functions let you store intermediate results during multi-step calculations without writing them down:
- M+ (Memory Add) — adds the current display value to memory
- M− (Memory Subtract) — subtracts the current display value from memory
- MR (Memory Recall) — retrieves the stored value
- MC (Memory Clear) — resets the memory to zero
For example, to calculate sin(30°) + cos(60°), you could compute sin(30) and press M+, then compute cos(60) and press M+ again, then press MR to see the sum (1.0). This is especially useful for complex formulas where you need to combine several separate calculations.
Tips for Getting Accurate Results
- Check your angle mode before every trigonometric calculation — this is the number-one source of wrong answers.
- Use parentheses liberally to make sure the calculator evaluates expressions in the order you intend.
- Watch for domain errors: log(0) and ln(0) are undefined, and you cannot take the square root of a negative number in real-number mode.
- Round at the end, not in the middle of a calculation. Rounding intermediate results introduces compounding errors.
- Verify with known values: sin(0) = 0, sin(90°) = 1, cos(0) = 1, log(1) = 0, ln(1) = 0. If these do not match, your mode or input is wrong.