Online Scientific Calculator

Powers, roots, logs, trig and fractions — with AI-powered step-by-step working
3 + 4 * 2^3
sqrt(7^2 + 24^2)
2/3 + 3/4
sin(30 deg) + log(1000)

What a Scientific Calculator Adds

A basic calculator applies operations in the order you press them. A scientific calculator does two things beyond that:

  • It obeys the order of operations. Typing 3 + 4 × 2^3 returns 3535, because the power is done first (23=82^3 = 8), then the multiplication (4×8=324 \times 8 = 32), then the addition. A basic calculator would give 5656.
  • It carries the functions that show up in science and algebra:   \sqrt{\;}, xyx^y, log\log, ln\ln, sin\sin, cos\cos, tan\tan, factorials, π\pi, and scientific notation through the EE or EXP key.

Most of these live above the keys and are reached with SHIFT or 2nd. That is where inverse functions hide too: sin1\sin^{-1} sits above sin\sin, and 10x10^x sits above log\log.

This online version adds one thing a handheld cannot: it shows the intermediate lines, so you can see where an answer came from.

Entering the Awkward Things

Square roots. Press the   \sqrt{\;} key before the number on most modern calculators, and close the bracket: √(625) gives 2525. For a cube root use   3\sqrt[3]{\;}, or raise to the power 13\tfrac{1}{3}: 1251/3=5125^{1/3} = 5. For any other root, xn=x1/n\sqrt[n]{x} = x^{1/n}.

Negatives. The (-) key and the key are different. Write (3)2=9(-3)^2 = 9 with brackets; typing -3^2 gives 9-9, because the power binds tighter than the sign.

Fractions. Use the abca\frac{b}{c} or fraction key rather than decimals, so 23+34\frac{2}{3} + \frac{3}{4} returns the exact 1712\frac{17}{12} instead of 1.4161.41\overline{6}.

Trigonometry. Check the mode indicator: DEG for angles in degrees, RAD for radians. sin(30)=0.5\sin(30^\circ) = 0.5, but sin(30 rad)0.988\sin(30 \text{ rad}) \approx -0.988.

Big and small numbers. 6.02 EE 23 means 6.02×10236.02 \times 10^{23}; typing 6.02 × 10 ^ 23 works too but is slower.

Common Mistakes to Avoid

  • Missing brackets around a whole numerator or denominator. 12/3+1 is 55, not 33. Type 12/(3+1).
  • Leaving the calculator in radian mode during a geometry problem, or in degree mode during calculus. Wrong-looking trig answers are nearly always a mode problem.
  • Rounding partway through. Keep full precision in the calculator memory and round only the final answer; rounding π\pi to 3.143.14 early can shift a result in the second decimal place.
  • Trusting the display over the question. A calculator returns the principal square root only: 25=5\sqrt{25} = 5, whereas the equation x2=25x^2 = 25 has two solutions, x=±5x = \pm 5.
  • Reading E as an error. 1.2E-5 is scientific notation for 1.2×1051.2 \times 10^{-5}.

Examples

Step 1: Powers first: 23=82^3 = 8.
Step 2: Then multiplication: 4×8=324 \times 8 = 32.
Step 3: Then addition: 3+32=353 + 32 = 35.
Answer: 3535

Step 1: Square each term inside the root: 72=497^2 = 49 and 242=57624^2 = 576.
Step 2: Add: 49+576=62549 + 576 = 625.
Step 3: Take the square root: 625=25\sqrt{625} = 25.
Step 4: Type it as √(7^2 + 24^2) — without the bracket you would get 72+242=583\sqrt{7^2} + 24^2 = 583.
Answer: 2525

Step 1: The least common denominator of 3 and 4 is 12.
Step 2: 23=812\frac{2}{3} = \frac{8}{12} and 34=912\frac{3}{4} = \frac{9}{12}.
Step 3: Add the numerators: 8+912=1712\frac{8 + 9}{12} = \frac{17}{12}.
Step 4: As a mixed number, 1712=15121.4167\frac{17}{12} = 1\frac{5}{12} \approx 1.4167.
Answer: 1712\frac{17}{12}, or 15121\frac{5}{12}

Frequently Asked Questions

Press the √ key and then type the number inside the brackets it opens, for example √(625) = 25. On older models you type the number first and then press √. For cube roots and beyond, raise the number to a fractional power: the nth root of x is x^(1/n).

Almost always the angle mode. Check the small DEG or RAD indicator on the display. sin(30) is 0.5 in degree mode but about -0.988 in radian mode, so switching modes fixes the answer without changing anything you typed.

No. A calculator applies the exponent before the negative sign, so -3^2 evaluates as -(3^2) = -9. Writing (-3)^2 squares the negative number and gives 9. Use brackets whenever the base itself is negative.

Most can. Use the fraction key rather than the division key and the calculator keeps exact values, so 2/3 + 3/4 displays as 17/12 rather than 1.41666. There is usually a toggle key that swaps between the fraction and decimal form of the same answer.

Related Solvers

Try AI-Math for Free

Get step-by-step solutions to any math problem. Upload a photo or type your question.

Start Solving