My Calculator

Scientific Calculator

Perform trigonometric, logarithmic, exponential, and standard arithmetic calculations instantly, plus plot function graphs.

0

Current Result

0

Memory: 0 · Mode: DEG

Tap the keypad to build an expression, then press = to evaluate.

Free Online Scientific Calculator

This is a full scientific calculator that runs right in your browser — no app to install, no signing up. It covers everything a basic calculator leaves out: trigonometric functions, logarithms, roots, exponents, memory storage, and a built-in graphing tool that plots any function you type in. Whether you're solving a trig identity, working out a logarithm, checking a physics formula, or just need to see what a function looks like, this calculator is built to handle it.

It's designed for students working through algebra, trigonometry, or calculus prep, for engineers and professionals who need a quick scientific calculation without opening dedicated software, and for anyone studying for a competitive exam where a physical scientific calculator isn't allowed but you still need to practice.

What Makes a Calculator 'Scientific'?

A basic calculator only handles the four core operations — addition, subtraction, multiplication, and division. A scientific calculator goes several steps further, adding the tools needed for higher-level math and science: trigonometric functions for working with angles and triangles, logarithms for reversing exponents, roots and powers for working with squares, cubes, and beyond, and often memory functions for holding a value mid-calculation. This is exactly the toolkit found in physics, chemistry, engineering, and advanced math coursework — and it's what this calculator provides, fully online and free to use.

Trigonometric Functions: sin, cos, tan

Trigonometric functions describe the relationship between the angles and sides of a triangle, and they're at the heart of trigonometry, physics (especially anything involving waves, rotation, or forces), and engineering. This calculator supports sine (sin), cosine (cos), and tangent (tan), and you can toggle between degrees and radians using the DEG/RAD switch above the keypad — an important detail, since the same input gives a completely different answer depending on which mode you're in.

For example, sin(30°) equals 0.5, but sin(30 radians) is a totally different number, because 30 radians corresponds to a much larger angle than 30 degrees. If your answer looks wrong, the very first thing to check is whether you're in the correct angle mode for the problem you're solving.

Logarithms: log and ln

Logarithms are the inverse of exponents — they answer the question "what power do I need to raise this base to, to get this number?" This calculator supports two of the most common logarithm types: log, which uses base 10 (also called the common logarithm), and ln, which uses base e, Euler's number (roughly 2.71828), known as the natural logarithm. Logarithms come up in chemistry (pH calculations), finance (compound growth and time-to-double calculations), and any field working with quantities that span many orders of magnitude, like sound intensity or earthquake strength.

Roots and Exponents

The square root function (√) finds the number that, multiplied by itself, gives your input — the square root of 49 is 7, since 7 × 7 = 49. The exponent function (^) does the opposite: it raises a number to a power, so 2^5 means 2 multiplied by itself 5 times, giving 32. Between these two functions, you can handle most algebra problems involving squares, cubes, square roots, and general powers, including negative and fractional exponents.

Constants: π and e

Two special constants are built in for convenience. π (pi), approximately 3.14159, is the ratio of a circle's circumference to its diameter, and it shows up constantly in geometry, trigonometry, and anything involving circles or periodic motion. e, approximately 2.71828, is the base of the natural logarithm and appears throughout calculus, compound interest formulas, and models of continuous growth or decay. Having both built into the keypad saves you from typing out long decimal approximations by hand.

Memory Functions: MS, M+, M-, MR

Memory functions let you store a number mid-calculation and bring it back later, which is genuinely useful for multi-step problems. MS (memory store) saves the currently displayed number. M+ adds the current number to whatever's already in memory, and M- subtracts it. MR (memory recall) brings the stored value back onto the screen so you can use it in your next calculation. This is handy when a formula requires you to compute an intermediate result, set it aside, do another calculation, and then combine the two — without writing anything down on paper.

How to Use the Graphing Calculator Mode

Switch to the Graph tab and type in any function of x — things like sin(x), x^2, sqrt(x), or log(x) — and the calculator plots the curve for you instantly. This is a genuinely useful way to understand what a function actually does, rather than just calculating isolated points. You can immediately see where a parabola opens upward, where a sine wave repeats, or how a square root function flattens out as x grows. The graphing tab always works in radians, which is the standard convention for plotting trigonometric functions in mathematics.

Worked Example — Using Trig and Roots Together

Suppose you're finding the height of a triangle where the hypotenuse is 10 and the angle is 30°.

  • Step 1: Recall that height = hypotenuse × sin(angle).
  • Step 2: Make sure the calculator is set to DEG mode, since the angle is given in degrees.
  • Step 3: Calculate sin(30°) = 0.5.
  • Step 4: Multiply: 10 × 0.5 = 5.
  • Step 5: The height of the triangle is 5 units.

Where a Scientific Calculator Actually Gets Used

Beyond the classroom, scientific calculators show up in a surprising number of everyday and professional situations. Engineers use trigonometric functions to calculate slopes, angles, and forces in structural and mechanical design. Physics students use them constantly for anything involving waves, circular motion, or energy calculations. Finance professionals use logarithms and exponents to calculate compound interest, investment growth, and loan amortization. Statisticians use logarithms and roots when working with standard deviation and data transformations. And in everyday life, anyone doing DIY carpentry, navigation, or even photography (calculating exposure values) occasionally reaches for trigonometric or logarithmic functions without necessarily thinking of it as "scientific math."

Scientific Calculator vs. Basic Calculator vs. Graphing Calculator

It helps to know where this tool fits compared to other calculator types. A basic calculator only handles addition, subtraction, multiplication, and division — fine for a shopping bill, but nowhere near enough for algebra or physics. A scientific calculator, like this one, adds trigonometry, logarithms, roots, exponents, and constants on top of that, which is what most high school and early college math and science courses actually require. A dedicated graphing calculator goes a step further with advanced features like statistical regression, matrix operations, and programmable functions — genuinely useful for advanced coursework, but overkill for most everyday scientific calculations. This tool sits in the sweet spot: full scientific functionality plus a simple graphing mode, without the complexity (or cost) of a dedicated graphing calculator device.

Common Mistakes When Using a Scientific Calculator

The most frequent mistake by far is forgetting to switch between degrees and radians, which silently produces a completely wrong answer for trig calculations without any error message. Another common slip is misreading order of operations — a scientific calculator follows standard math rules (PEMDAS/BODMAS), so an expression like 2 + 3 × 4 correctly gives 14, not 20, because multiplication happens before addition. People also sometimes forget to clear the memory (MR) before starting a new problem, which quietly adds an old stored value into a new calculation. And with logarithms, it's easy to accidentally use log when a problem calls for ln, or vice versa — always double check which base the question actually wants.

Understanding Order of Operations (PEMDAS/BODMAS)

Every scientific calculator, including this one, evaluates expressions using a fixed set of rules for which operation happens first — commonly remembered as PEMDAS (Parentheses, Exponents, Multiplication and Division, Addition and Subtraction) or BODMAS (Brackets, Orders, Division and Multiplication, Addition and Subtraction), depending on where you learned it. Both describe the same priority order. Parentheses are always evaluated first, followed by exponents and roots, then multiplication and division (worked left to right), and finally addition and subtraction (also left to right).

This is why an expression like 3 + 4 × 2 gives 11, not 14 — the multiplication happens before the addition, even though the addition appears first when reading left to right. Understanding this rule matters just as much for typing an expression correctly as it does for reading a math textbook, since a misplaced parenthesis can silently change your entire answer.

Why Use This Scientific Calculator?

This tool brings together everything a full scientific calculator normally offers — trigonometry, logarithms, roots, exponents, memory functions, and constants — plus a built-in graphing mode, all free and accessible from any browser without installing anything. Whether you're working through a homework set, prepping for an exam, or just need a reliable calculation for a real-world problem, this calculator gives you the tools to get there quickly and accurately.

Frequently Asked Questions

Which functions does this scientific calculator support?

It supports trigonometric functions (sin, cos, tan), logarithms (log base 10 and natural log ln), square roots, exponents, memory storage (MS, M+, M-, MR), the constants π and e, plus a built-in function grapher.

Are angles calculated in degrees or radians?

You can switch between degrees and radians using the DEG/RAD toggle above the keypad. Always check this setting before a trig calculation, since the same angle value gives very different results in each mode. The graphing tab always uses radians.

Can this calculator plot graphs of functions?

Yes — switch to the Graph tab, type a function of x such as sin(x), x^2, or sqrt(x), and it will plot the curve instantly so you can see its shape.

What's the difference between log and ln?

log refers to the common logarithm (base 10), while ln refers to the natural logarithm (base e, approximately 2.71828). Both are supported, and it's important to use the correct one for your problem.

How do the memory functions (MS, M+, M-, MR) work?

MS stores the currently displayed number in memory. M+ and M- add or subtract the current number from the stored value. MR recalls the stored value back onto the display so you can use it in a further calculation.

Does this calculator follow the correct order of operations?

Yes, it follows standard mathematical order of operations (PEMDAS/BODMAS) — multiplication and division are calculated before addition and subtraction, and parentheses are evaluated first.