Scientific Calculator
Advanced calculator with trigonometry, logarithms, powers, and memory functions
Function Reference
Tips
- • Trigonometric functions use degrees (e.g., sin(90) = 1)
- • Swipe horizontally on mobile to access all scientific functions
- • History shows your last 2 calculations
- • Use AC to clear all or ⌫ to delete the last digit
How to Use This Scientific Calculator
- Enter numbers using the keypad or your keyboard (0-9, +, -, *, /)
- Use parentheses to control order of operations
- Access advanced functions: sin, cos, tan, log, ln, sqrt, powers
- Press 2nd to access inverse functions (arcsin, arccos, arctan, e^x, 10^x)
- Toggle DEG/RAD for trigonometry mode; use MC/MR/M+/M- for memory
Example: Calculate sin(45) + ln(10): Enter 45, press sin (gives 0.707 in DEG mode), press +, enter 10, press ln (gives 2.303), press = for 3.010.
Tip: Check your angle mode (DEG vs RAD) before any trig calculation - it's the most common source of 'wrong' answers.
Why Use a Scientific Calculator?
A scientific calculator handles complex math that basic calculators can't - essential for STEM subjects and technical work.
- Complete physics, chemistry, and engineering homework
- Calculate trigonometric values for geometry and surveying
- Work with logarithms and exponentials in science courses
- Verify answers from other calculators or manual work
- Evaluate complex expressions with proper order of operations
- Access mathematical constants (pi and e) with full precision
Understanding Your Results
Results display with up to 10 significant digits. Very large or small numbers show in scientific notation.
| Result | Meaning | Action |
|---|---|---|
| Standard decimal | Normal range number | Direct result - verify reasonableness for your problem |
| Scientific notation (e.g., 1.23e+15) | Very large or small | The 'e' means x10^; 1.23e+15 = 1.23 x 10^15 |
| Error message | Invalid operation | Check for division by zero, sqrt of negative, or domain errors |
Meaning: Normal range number
Action: Direct result - verify reasonableness for your problem
Meaning: Very large or small
Action: The 'e' means x10^; 1.23e+15 = 1.23 x 10^15
Meaning: Invalid operation
Action: Check for division by zero, sqrt of negative, or domain errors
Note: Memory indicator (M) shows when a value is stored. History panel records your calculations.
About Scientific Calculator
Formula
PEMDAS: Parentheses, Exponents, Multiplication/Division, Addition/Subtraction Operations are evaluated in this order. 2 + 3 x 4 = 14, not 20, because multiplication precedes addition.
Current Standards: Trigonometric functions match standard mathematical definitions. DEG mode: 360 degrees per circle. RAD mode: 2*pi radians per circle.
Frequently Asked Questions
What does the 2nd button do?
It switches the keypad to each button's alternate (inverse) function, so one key can serve two purposes. With 2nd active, sin becomes arcsin (sin^-1), cos becomes arccos, and tan becomes arctan; ln becomes e^x, log becomes 10^x, sqrt becomes cube root, and x^2 becomes x^3. A purple '2nd' indicator appears while it is engaged. You can press 2nd again to cancel it, and it auto-resets after you use one alternate function so the next keystroke behaves normally. The inverse trig functions are essential when you know a ratio and need the angle that produced it — for example, arcsin(0.5) returns 30 degrees in DEG mode.
When should I use degrees vs radians?
Use degrees for everyday geometry, surveying, and angles you read as whole numbers like 45, 90, or 180; use radians for calculus, physics, and any angle expressed as a multiple of pi. Both measure the same thing — a full circle is 360 degrees or 2*pi radians — but the calculator interprets your input according to whichever mode is selected. This is the single most common cause of 'wrong' trig answers: sin(90) returns 1 in DEG mode but about 0.894 in RAD mode, because in radians it is treating 90 as 90 radians, not 90 degrees. Always glance at the DEG/RAD indicator before a trig calculation, and switch modes if the result looks off.
What's the difference between ln and log?
They are logarithms with different bases: ln is the natural logarithm, base e (about 2.718), while log is the common logarithm, base 10. The base is simply the number that gets raised to a power — log(1000) is 3 because 10^3 = 1000, and ln(e) is 1 because e^1 = e. Each suits different problems: ln appears throughout calculus and in natural growth and decay, while base-10 log underlies the pH scale, decibels, and the Richter scale. On this calculator the log key means base 10. Note that some textbooks and software write 'log' to mean the natural log, so check the context whenever a source does not state the base explicitly.
How do I calculate compound interest?
Apply the formula A = P(1 + r/n)^(nt), where P is the starting amount, r is the annual rate as a decimal, n is the number of compounding periods per year, and t is the number of years. The keys to get right are parentheses and the power (x^y) button. Take $1000 at 5% compounded monthly for 10 years: enter 1000 x (1 + 0.05/12)^(12 x 10). The bracket evaluates to about 1.004167, raised to the 120th power gives roughly 1.6470, so A is about $1647.01. The order of operations handles the division and addition inside the parentheses first, then the exponent, then the final multiplication, so you can type it in one continuous expression.
Why does my expression show above the main display?
That top line is a running record of the full expression you are entering, shown so you can read it back before committing. Because a scientific calculator evaluates the entire expression at once using the order of operations, seeing it written out lets you confirm the structure is what you intended — catching mismatched parentheses, a missing operator, or a function applied to the wrong term before they affect the answer. As you keep typing, the line grows to include every number, operator, and function. Once you press equals, the top line shows the completed 'expression =' for the record while the main display switches to the result, so you always have both the input and the output in view.