Scientific Calculator Online: Formulas, Trig, Logs & Powers

Use this free scientific calculator for trigonometry, logs, roots, powers, factorials, percentages, constants, and worked formula examples.
Scientific Calculator
Free online math tool

Scientific Calculator

Use this scientific calculator to solve arithmetic, powers, roots, logarithms, trigonometric functions, factorials, percentages, constants, and exponentials directly in your browser. The calculator supports degree and radian mode, common mathematical constants such as \(\pi\) and \(e\), and formula-style expressions such as \(\sin(30^\circ)\), \(\log(1000)\), \(\sqrt{144}\), \(2^8\), and \(5!\).

A scientific calculator is different from a basic calculator because it understands the structure of mathematical expressions. Instead of only calculating one operation at a time, it can evaluate grouped expressions, functions, exponents, trigonometric rules, and scientific notation. For students, it is useful in algebra, geometry, trigonometry, calculus, physics, chemistry, finance, statistics, and exam preparation. For teachers and parents, it helps demonstrate formulas in a clear step-by-step way.

  • Trigonometry in degrees or radians
  • Logarithms, roots, powers, and factorials
  • Formula guide with proper math notation
  • Worked examples and common mistakes
Mode: Degrees Result: 0

Tip: use Deg for degree-based school trigonometry such as \(\sin(30^\circ)\). Use Rad for calculus, unit-circle work, and formulas written in radians.

How to use the scientific calculator

The fastest way to use the calculator is to type or tap the expression exactly as you would write it in a math notebook. To calculate the square root of 144, enter \(\sqrt{144}\) by pressing the square-root key and typing 144 inside the parentheses. To calculate a power such as \(2^8\), enter 2, press the power key, and enter 8. To calculate \(\sin(30^\circ)\), keep the calculator in degree mode, press sin, enter 30, close the parenthesis if needed, and press equals.

  1. Choose the correct angle mode. Use degrees when the angle is written with a degree symbol, such as \(45^\circ\), \(60^\circ\), or \(90^\circ\). Use radians when the angle is written with \(\pi\), such as \(\frac{\pi}{6}\), \(\frac{\pi}{4}\), or \(\frac{\pi}{2}\).
  2. Enter the expression with parentheses. Parentheses control the order of operations. The expression \((2+3)\times4\) gives 20, while \(2+3\times4\) gives 14 because multiplication happens before addition.
  3. Use functions before the value. Scientific functions are written as function names followed by parentheses: \(\sin(x)\), \(\cos(x)\), \(\tan(x)\), \(\log(x)\), \(\ln(x)\), \(\sqrt{x}\), and \(e^x\). The calculator follows this same pattern.
  4. Press equals and read the result. Results are rounded to a readable number of significant digits. Very small or very large answers may appear in scientific notation, such as \(1.2\times10^6\).
  5. Check whether the answer is reasonable. A scientific calculator is powerful, but the user still controls the input. If \(\sin(30)\) gives about 0.5 in degree mode and about -0.988 in radian mode, the difference is not a calculator error; it is an angle-mode difference.

Core scientific calculator formulas

A scientific calculator is most useful when you understand the formulas behind the buttons. The calculator does not replace mathematical thinking; it speeds up the arithmetic after you choose the correct equation. The formulas below are the core rules that appear most often in school math, science, standardized testing, and everyday problem solving.

Order of operations

\[ \text{Parentheses} \rightarrow \text{Exponents} \rightarrow \text{Multiplication/Division} \rightarrow \text{Addition/Subtraction} \]

Order of operations tells the calculator which part of an expression should be evaluated first. If a student enters \(2+3\times4\), the calculator returns 14. If the intended meaning is adding first, the expression must be written as \((2+3)\times4\), which returns 20.

Powers and roots

\[ a^n = \underbrace{a\times a\times\cdots\times a}_{n\text{ times}} \qquad \sqrt{x}=x^{\frac12} \]

Powers repeat multiplication, while roots undo powers. The square root function finds the non-negative value that squares to the input. For example, \(\sqrt{144}=12\) because \(12^2=144\). The expression \(2^8\) equals 256 because 2 is multiplied by itself eight times.

Logarithms

\[ \log_{10}(x)=y \iff 10^y=x \qquad \ln(x)=y \iff e^y=x \]

A logarithm answers an exponent question. The expression \(\log(1000)=3\) because \(10^3=1000\). The expression \(\ln(e)=1\) because \(e^1=e\). Use log for base-10 logarithms and ln for natural logarithms.

Trigonometry

\[ \sin(\theta)=\frac{\text{opposite}}{\text{hypotenuse}},\quad \cos(\theta)=\frac{\text{adjacent}}{\text{hypotenuse}},\quad \tan(\theta)=\frac{\text{opposite}}{\text{adjacent}} \]

Trigonometric functions connect angles to side ratios in right triangles and to coordinates on the unit circle. The calculator can evaluate sine, cosine, and tangent in degree or radian mode. The mode matters because \(30^\circ\) and 30 radians are completely different angle measurements.

Degree and radian conversion

\[ \text{radians}=\text{degrees}\times\frac{\pi}{180} \qquad \text{degrees}=\text{radians}\times\frac{180}{\pi} \]

Radians are based on the radius of a circle, while degrees divide a full rotation into 360 parts. A half-turn is \(180^\circ\), which equals \(\pi\) radians. A right angle is \(90^\circ\), which equals \(\frac{\pi}{2}\) radians.

Factorial

\[ n! = n(n-1)(n-2)\cdots 3\times2\times1 \]

Factorial multiplies a positive whole number by every positive integer below it. For example, \(5!=5\times4\times3\times2\times1=120\). Factorials appear in permutations, combinations, binomial expansions, probability, and counting problems.

Scientific calculator function guide

This guide explains what each major calculator function does, when to use it, and how to avoid common input mistakes. The most important habit is to match the calculator key to the mathematical relationship in the problem. Do not press a function simply because it looks familiar; ask what quantity is known, what quantity is unknown, and which formula connects them.

FunctionMath notationWhat it doesExample
Addition, subtraction, multiplication, division\(a+b\), \(a-b\), \(a\times b\), \(\frac{a}{b}\)Performs the four basic operations used in nearly every calculation.\(18\div3+7=13\)
Parentheses\((a+b)c\)Groups a part of the expression so it is evaluated first.\((2+3)\times4=20\)
Power\(a^b\)Raises a base to an exponent.\(2^8=256\)
Square root\(\sqrt{x}\)Finds the value whose square equals the input.\(\sqrt{144}=12\)
Common logarithm\(\log(x)\)Finds the exponent needed for base 10.\(\log(1000)=3\)
Natural logarithm\(\ln(x)\)Finds the exponent needed for base \(e\).\(\ln(e^2)=2\)
Exponential\(e^x\)Raises Euler’s number to a power.\(e^2\approx7.389\)
Sine, cosine, tangent\(\sin(\theta)\), \(\cos(\theta)\), \(\tan(\theta)\)Calculates trigonometric ratios from an angle.\(\sin(30^\circ)=0.5\)
Inverse trigonometry\(\sin^{-1}(x)\), \(\cos^{-1}(x)\), \(\tan^{-1}(x)\)Finds an angle when a trigonometric ratio is known.\(\sin^{-1}(0.5)=30^\circ\)
Factorial\(n!\)Multiplies all whole numbers from \(n\) down to 1.\(6!=720\)

Some operations take one input while others take two. The square root function needs one input: \(\sqrt{x}\). The power operation needs two inputs: a base and an exponent. A logarithm needs an input and has a base, even when the base is hidden. For \(\log(x)\), the base is usually 10. For \(\ln(x)\), the base is \(e\). Trigonometric functions need an angle, and the angle must be interpreted in the correct unit.

Worked examples with formulas

Worked examples are the best way to understand the difference between entering a calculation and understanding a calculation. Each example below shows the input, the formula idea, and the interpretation of the result. Use these examples as models when checking homework, verifying a step in a solution, or teaching students how to connect calculator output with mathematical reasoning.

Example 1: Evaluate a grouped arithmetic expression

Suppose you need to calculate \((12+8)\div5\). The parentheses tell the calculator to add first, then divide.

\[ (12+8)\div5 = 20\div5 = 4 \]

The answer is \(4\). Without parentheses, the expression \(12+8\div5\) would be evaluated as \(12+1.6=13.6\), which is a different mathematical statement.

Example 2: Calculate a power

To calculate \(3^4\), use the power key. The base is 3 and the exponent is 4.

\[ 3^4 = 3\times3\times3\times3 = 81 \]

The result is \(81\). Powers are common in area, volume, compound growth, scientific notation, exponential models, and algebraic simplification.

Example 3: Calculate a square root

To calculate \(\sqrt{196}\), enter the square-root function and the number inside the parentheses.

\[ \sqrt{196}=14 \quad \text{because} \quad 14^2=196 \]

The square root is \(14\). In real-number mode, the square root of a negative number is not a real number. If you enter \(\sqrt{-9}\), a standard real scientific calculator should treat the result as undefined or invalid unless complex-number mode is available.

Example 4: Use a common logarithm

To calculate \(\log(100000)\), ask: what power of 10 equals 100000?

\[ \log(100000)=5 \quad \text{because} \quad 10^5=100000 \]

The result is \(5\). Common logarithms are useful in pH calculations, decibel scales, orders of magnitude, and problems where values increase by powers of 10.

Example 5: Use a natural logarithm

To calculate \(\ln(e^3)\), remember that \(\ln\) and \(e^x\) are inverse functions.

\[ \ln(e^3)=3 \]

The answer is \(3\). Natural logarithms appear frequently in calculus, continuous growth, radioactive decay, finance, and differential equations. If a model uses the constant \(e\), it usually belongs with \(\ln\) rather than \(\log\).

Example 6: Calculate sine in degree mode

To calculate \(\sin(30^\circ)\), the calculator must be in degree mode because the input angle is written in degrees.

\[ \sin(30^\circ)=\frac{1}{2}=0.5 \]

The result is \(0.5\). If the calculator is accidentally in radian mode and you enter 30, the calculator interprets that as 30 radians, not 30 degrees. This is one of the most common scientific calculator mistakes.

Example 7: Convert degrees to radians

To convert \(150^\circ\) into radians, multiply by \(\frac{\pi}{180}\).

\[ 150^\circ\times\frac{\pi}{180}=\frac{5\pi}{6} \]

The radian measure is \(\frac{5\pi}{6}\). On a calculator, you can approximate it by entering \(150\times\pi\div180\), which gives about \(2.61799\).

Example 8: Calculate a factorial

To calculate \(7!\), multiply every whole number from 7 down to 1.

\[ 7!=7\times6\times5\times4\times3\times2\times1=5040 \]

The result is \(5040\). Factorials grow very quickly. Even \(10!\) is \(3,628,800\), which is why factorials are powerful in counting problems.

Understanding degrees, radians, and inverse trigonometry

Many wrong calculator answers come from angle mode rather than arithmetic. Degrees and radians are two different units for measuring the same kind of quantity. A full rotation is \(360^\circ\), and the same full rotation is \(2\pi\) radians. A half rotation is \(180^\circ\), which equals \(\pi\) radians. A quarter rotation is \(90^\circ\), which equals \(\frac{\pi}{2}\) radians. When a problem gives an angle with the degree symbol, use degree mode. When a problem gives an angle using \(\pi\), use radian mode or convert the angle first.

Inverse trigonometric functions work in the opposite direction of regular trigonometric functions. Regular sine takes an angle and returns a ratio. Inverse sine takes a ratio and returns an angle. If \(\sin(\theta)=0.5\), then \(\sin^{-1}(0.5)\) gives the reference angle. In degree mode, \(\sin^{-1}(0.5)=30^\circ\). In radian mode, \(\sin^{-1}(0.5)=\frac{\pi}{6}\), which is approximately 0.5236 radians.

\[ \sin^{-1}(0.5)=30^\circ=\frac{\pi}{6} \]

Inverse trigonometry also has domain and range restrictions. For example, \(\sin^{-1}(x)\) only accepts inputs from \(-1\) to \(1\), because sine ratios cannot be smaller than \(-1\) or larger than \(1\). If you enter \(\sin^{-1}(2)\), the calculator should return an error in real-number mode because no real angle has a sine ratio of 2. Tangent inverse accepts all real inputs, but sine inverse and cosine inverse are restricted.

Scientific notation and very large or small numbers

Scientific notation is a compact way to write very large or very small numbers. Instead of writing 4,500,000, you can write \(4.5\times10^6\). Instead of writing 0.000032, you can write \(3.2\times10^{-5}\). Scientific calculators often display very large or very small answers using E notation. For example, \(4.5\text{E}6\) means \(4.5\times10^6\), and \(3.2\text{E}-5\) means \(3.2\times10^{-5}\).

\[ a\times10^n \quad \text{where} \quad 1\leq |a|<10 \]

Scientific notation is common in chemistry, physics, astronomy, biology, engineering, and computer science. In chemistry, Avogadro-scale quantities can be extremely large. In physics, electric charge or wavelength values can be extremely small. The calculator helps handle the arithmetic, but the exponent still needs to be interpreted correctly. Multiplying by \(10^6\) moves the decimal point six places to the right. Multiplying by \(10^{-5}\) moves it five places to the left.

When using the calculator’s EE key, enter the coefficient, press EE, and then enter the power of 10. For example, \(6.02\text{E}23\) represents \(6.02\times10^{23}\). This is not the same as multiplying by the constant \(e\). The letter E in scientific notation means “times ten to the power of,” while the constant \(e\) is approximately \(2.71828\).

When to use each formula

Choosing the correct function is usually more important than pressing buttons quickly. If the problem says “square,” “area of a square,” or “raised to a power,” you probably need an exponent. If the problem asks what number was squared to produce another number, you probably need a square root. If the problem describes repeated multiplication or growth by a constant factor, exponents may be involved. If the problem asks for an unknown exponent, logarithms may be involved.

Trigonometric functions are used when angles and triangle sides are connected. In a right triangle, sine, cosine, and tangent depend on which side is opposite the angle, which side is adjacent to the angle, and which side is the hypotenuse. In circular motion and calculus, the same functions are interpreted through the unit circle. This is why a scientific calculator must provide both degree mode and radian mode.

Factorials are used in counting problems. If the order of selection matters, the problem may involve permutations. If the order of selection does not matter, the problem may involve combinations. Even if your calculator does not have a dedicated permutation or combination key, factorials still form the foundation of those formulas.

\[ P(n,r)=\frac{n!}{(n-r)!} \qquad C(n,r)=\frac{n!}{r!(n-r)!} \]

Percentages are used when comparing a part to a whole. The percentage symbol means “per hundred,” so \(25\%\) means \(\frac{25}{100}=0.25\). This calculator treats percent as a direct proportion. For example, \(45\%\times200\) means \(0.45\times200=90\). In some physical handheld calculators, percentage behavior can vary depending on the operation, so it is always safer to understand the fraction meaning behind the percent sign.

Common scientific calculator mistakes

Most scientific calculator errors come from input structure, not from the calculator itself. The calculator follows the expression it is given. If the expression does not match the mathematical idea, the answer will be wrong even though the calculator worked correctly.

Using the wrong angle mode

If you enter \(\sin(30)\) in degree mode, the calculator reads 30 degrees. If you enter \(\sin(30)\) in radian mode, it reads 30 radians. The outputs are different because the inputs are different. Always check the mode before trigonometry.

Forgetting parentheses

The expression \(\frac{2+3}{5}\) should be entered as \((2+3)\div5\), not \(2+3\div5\). Parentheses communicate which part of the expression belongs together.

Confusing \(\log\) and \(\ln\)

Use \(\log\) for base 10 and \(\ln\) for base \(e\). In many school problems, the base determines the correct model. A base-10 scale and a natural-exponential model are not interchangeable.

Rounding too early

Rounding intermediate values can cause final answers to drift. Keep several digits during calculation and round only at the final step unless the problem specifically instructs otherwise.

Entering negative powers incorrectly

A negative exponent means reciprocal power: \(a^{-n}=\frac{1}{a^n}\). If you are unsure whether the calculator reads the negative sign correctly, use parentheses around the exponent.

Expecting real answers for non-real inputs

Expressions such as \(\sqrt{-4}\) do not have real-number answers. Some advanced calculators support complex mode, but a standard real calculator should return an invalid result.

How students can use this calculator for learning

A scientific calculator should not be used only as an answer machine. It is most valuable when it helps students test ideas, verify algebra, and build number sense. After solving a trigonometry problem by hand, a student can enter the final expression to check whether the numeric value is reasonable. After learning logarithms, a student can compare \(\log(100)\), \(\log(1000)\), and \(\log(10000)\) to see that each additional factor of 10 increases the logarithm by 1.

In algebra, the calculator can help students understand how exponents behave. Try comparing \(2^3\), \(2^4\), \(2^5\), and \(2^6\). The values double each time because the base is 2 and the exponent increases by 1. Try comparing \(10^2\), \(10^3\), and \(10^4\). The zeros increase because the base is 10. These patterns are easier to understand when students connect calculator output to structure.

In geometry, the calculator can help evaluate formulas after the correct geometric relationship has been chosen. For example, the Pythagorean theorem uses \(a^2+b^2=c^2\), so a missing hypotenuse can be found with \(c=\sqrt{a^2+b^2}\). The calculator can evaluate the square root and powers, but the student must still identify the legs and the hypotenuse correctly.

\[ c=\sqrt{a^2+b^2} \]

In physics and chemistry, scientific calculators are essential because measurements often involve units, powers of 10, roots, logarithms, and trigonometric components. A force vector may require sine and cosine. A pH calculation may require a negative logarithm. A radioactive decay problem may require natural exponentials. A unit conversion may require scientific notation. The calculator helps compute the number, but the formula and unit interpretation remain the student’s responsibility.

For exam preparation, students should use the calculator in the same way they will use it during a test. That means checking the angle mode, practicing with parentheses, knowing where logarithm and exponential keys are, and recognizing when an exact form is better than a decimal. A student who understands why \(\sqrt{50}=5\sqrt{2}\) can still use the calculator to check that the decimal is approximately \(7.071\), but the exact form may be expected in a written answer.

Result interpretation and rounding

This calculator displays answers in a readable form rather than forcing every result into a long decimal expansion. Some answers are exact whole numbers, such as \(5!=120\). Some are terminating decimals, such as \(\sin(30^\circ)=0.5\). Some are non-terminating decimals, such as \(\sqrt{2}\approx1.414213562\). When the exact form matters, keep the symbolic expression in your written work and use the decimal as a numerical approximation.

Rounding should match the purpose of the problem. In pure math, exact answers are often preferred. In measurement problems, the answer may need to match the number of significant figures in the data. In finance, two decimal places may be appropriate for money. In science, significant figures communicate the precision of the measurement. A calculator can produce many digits, but more digits do not automatically mean more accuracy.

\[ \sqrt{2}\approx1.414213562 \quad \text{but exact form is} \quad \sqrt{2} \]

If your answer is extremely large or small, the calculator may show scientific notation. This is normal. For example, \(1.23\text{E}8\) means \(123,000,000\), and \(4.56\text{E}-4\) means \(0.000456\). In exams and assignments, rewrite scientific notation clearly if the final answer needs standard form.

Scientific calculator FAQ

What is a scientific calculator?

A scientific calculator is a calculator that can evaluate advanced mathematical functions such as powers, roots, logarithms, trigonometric functions, factorials, constants, parentheses, and scientific notation. It is designed for math and science problems that go beyond basic arithmetic.

What is the difference between a basic calculator and a scientific calculator?

A basic calculator usually handles addition, subtraction, multiplication, and division. A scientific calculator also handles functions such as \(\sin\), \(\cos\), \(\tan\), \(\log\), \(\ln\), \(\sqrt{x}\), \(x^y\), \(n!\), \(\pi\), and \(e\). It also respects parentheses and order of operations.

Should I use degree mode or radian mode?

Use degree mode when the angle is written in degrees, such as \(30^\circ\), \(45^\circ\), or \(90^\circ\). Use radian mode when the angle is written in radians, especially when it includes \(\pi\), such as \(\frac{\pi}{6}\), \(\frac{\pi}{4}\), or \(\pi\).

Why do I get the wrong answer for sine, cosine, or tangent?

The most common reason is the wrong angle mode. For example, \(\sin(30^\circ)=0.5\), but \(\sin(30)\) in radian mode is not 0.5 because 30 radians is a different angle from 30 degrees.

What does log mean on a scientific calculator?

On most scientific calculators, \(\log(x)\) means the base-10 logarithm. It answers the question: what power of 10 gives \(x\)? For example, \(\log(1000)=3\) because \(10^3=1000\).

What does ln mean on a scientific calculator?

\(\ln(x)\) means the natural logarithm, which uses base \(e\). It answers the question: what power of \(e\) gives \(x\)? Natural logarithms are common in calculus, continuous growth, decay, and exponential modeling.

What does EE mean in scientific notation?

EE means “times ten to the power of.” For example, \(6.02\text{E}23\) means \(6.02\times10^{23}\). It is different from the constant \(e\), which is approximately 2.71828.

Can this calculator solve equations automatically?

This section is designed as a scientific expression calculator. It evaluates expressions such as \(2^8\), \(\sqrt{144}\), and \(\sin(30^\circ)\). It does not isolate variables or solve full algebraic equations step by step.

More Sly academy Content

Calculate Your AP Score
Support Us