Standard Form Calculator

Convert any number to standard form (A times 10 to the n) or reverse a standard form expression back to a full decimal number.

๐Ÿ”ฌ Standard Form Calculator
Number
Coefficient (A)
× 10
Exponent (n)
(integer)
Standard Form
Coefficient (A)
Exponent (n)
Original Number
Full Number
Standard Form
Coefficient (A)
Exponent (n)

๐Ÿ”ฌ What is Standard Form?

Standard form (known as scientific notation in the United States) is a method of writing numbers as A times 10 raised to the power n, where A is a value between 1 and less than 10 in absolute value and n is any whole number. For example, the number 45,000 in standard form is 4.5 times 10 to the power 4, and 0.000123 is 1.23 times 10 to the power minus 4. The coefficient A tells you the significant digits, and the exponent n tells you the scale or order of magnitude.

Standard form is used wherever numbers span an enormous range of sizes. In astronomy, the distance from Earth to the nearest star (Proxima Centauri) is approximately 4.0 times 10 to the 16 metres: writing this as 40,000,000,000,000,000 is impractical. In chemistry, Avogadro's number is 6.022 times 10 to the 23: writing 24 digits is error-prone and time-consuming. In physics, the mass of an electron is 9.11 times 10 to the power minus 31 kilograms. Standard form makes all three equally readable and easy to compare.

A common misconception is that standard form is only for very large numbers. It applies equally to very small numbers using negative exponents. A concentration of 0.0000008 mol/L in chemistry becomes 8 times 10 to the power minus 7 mol/L in standard form. Another misconception is that the coefficient can be any value: in proper standard form the coefficient must be at least 1 and strictly less than 10. Writing 12.5 times 10 to the 3 is not standard form, even though 12,500 is the correct answer: the normalised standard form is 1.25 times 10 to the 4.

This calculator performs both conversions. Mode 1 takes any decimal or integer and outputs the standard form A times 10 to the n, showing the coefficient and exponent separately. Mode 2 takes a coefficient and an exponent and outputs the full decimal number. Both modes handle positive and negative values and cover numbers from the very small (sub-atomic) to the very large (astronomical distances). The result panel also displays the original number for easy verification.

๐Ÿ“ Formula

Standard Form:   N  =  A × 10n
Exponent:   n  =  ⌊log10|N|⌋
Coefficient:   A  =  N ÷ 10n
N = the original number (any non-zero real number)
A = the coefficient; must satisfy 1 ≤ |A| < 10
n = the exponent; a positive or negative whole number (integer)
⌊⌋ = floor function (round down to the nearest integer)
Example (to standard form): N = 0.00456. log10(0.00456) ≈ -2.341. Floor = -3. A = 0.00456 ÷ 10-3 = 4.56. Result = 4.56 × 10-3.
Example (from standard form): A = 3.2, n = 5. N = 3.2 × 105 = 320,000.

The floor of the base-10 logarithm gives the correct integer exponent. Adding a small epsilon (1 × 10-10) before flooring compensates for floating-point rounding errors that can occur when N is an exact power of 10 (for example, log10(1000) might compute as 2.9999999999 in some implementations rather than exactly 3). This is a standard numerical stability technique used in calculators and computer algebra systems.

๐Ÿ“– How to Use This Calculator

Steps

1
Choose a conversion mode - Select "Number to Standard Form" to convert a decimal or integer into standard form notation. Select "Standard Form to Number" to convert a coefficient and exponent back into a full decimal number.
2
Enter your number (mode 1) - Type any non-zero real number into the input field. You can enter integers (45000), decimals (0.00123), or negative values (-7800000). The default value of 45000 shows a worked result on page load.
3
Enter coefficient and exponent (mode 2) - In Standard Form to Number mode, type the coefficient A in the first field and the exponent n as a whole number in the second field. The calculator computes A times 10 to the n.
4
Read the results - Mode 1 shows the standard form expression, isolated coefficient, exponent, and original number formatted with commas. Mode 2 shows the full decimal number alongside the confirmed standard form expression.

๐Ÿ’ก Example Calculations

Example 1 - Large Integer to Standard Form

Convert 3,750,000 to standard form

1
Find the exponent: log10(3,750,000) ≈ 6.574. Floor = 6. So n = 6.
2
Find the coefficient: A = 3,750,000 ÷ 106 = 3.75. Check: 1 ≤ 3.75 < 10. Valid.
3
Write the result: 3,750,000 = 3.75 × 106. The exponent 6 means 6 zeros follow the leading digit in the original number.
Standard form = 3.75 × 106
Try this example →

Example 2 - Small Decimal to Standard Form

Convert 0.000456 to standard form

1
Find the exponent: log10(0.000456) ≈ -3.341. Floor = -4. So n = -4.
2
Find the coefficient: A = 0.000456 ÷ 10-4 = 0.000456 ÷ 0.0001 = 4.56. Check: 1 ≤ 4.56 < 10. Valid.
3
Write the result: 0.000456 = 4.56 × 10-4. The negative exponent -4 tells us there are 3 zeros after the decimal before the first non-zero digit.
Standard form = 4.56 × 10-4
Try this example →

Example 3 - Negative Number to Standard Form

Convert -98,700 to standard form

1
Work with the absolute value: |--98,700| = 98,700. log10(98,700) ≈ 4.994. Floor = 4. So n = 4.
2
Coefficient (absolute value): 98,700 ÷ 104 = 9.87. Apply the sign from the original: A = -9.87.
3
Write the result: -98,700 = -9.87 × 104. The coefficient satisfies -10 < A ≤ -1, which is the correct range for negative numbers in standard form.
Standard form = -9.87 × 104
Try this example →

โ“ Frequently Asked Questions

What is standard form in maths?+
Standard form (also called scientific notation) is a way of writing any non-zero number as A times 10 to the power n, where A is a number satisfying 1 to less than 10 in absolute value and n is any whole number. For example, 45,000 = 4.5 times 10 to the 4 and 0.0056 = 5.6 times 10 to the minus 3. The coefficient A captures the significant digits and the exponent n captures the order of magnitude.
How do you convert a number to standard form step by step?+
Step 1: Find the exponent n by taking the floor of log base 10 of the absolute value of your number. Step 2: Divide the original number by 10 to the power n to get the coefficient A. Step 3: Verify that A satisfies 1 to less than 10. Step 4: Write the result as A times 10 to the n. For 0.0056: log10(0.0056) is about -2.25, floor is -3, coefficient is 0.0056 divided by 10 to the minus 3 = 5.6. Result: 5.6 times 10 to the minus 3.
What is the difference between standard form and scientific notation?+
Standard form and scientific notation are the same thing expressed with different terminology. Standard form is the term used in UK, Australian, and most Commonwealth mathematics curricula. Scientific notation is the term used in the United States and internationally in science and engineering. Both formats use A times 10 to the power n with the same constraint on A (1 to less than 10 in absolute value).
Can zero be written in standard form?+
No. Zero cannot be expressed in standard form because finding the exponent requires computing log base 10 of zero, which is undefined (it approaches negative infinity). Standard form requires a non-zero coefficient A satisfying 1 to less than 10, and no such coefficient multiplied by any power of 10 equals zero. Zero is simply written as 0 and has no standard form equivalent.
What does a negative exponent mean in standard form?+
A negative exponent n means the number is less than 1 in absolute value. The exponent tells you how many places to move the decimal point to the left. For 2.3 times 10 to the minus 5, move the decimal 5 places left to get 0.000023. Equivalently, divide 2.3 by 10 five times: 2.3, 0.23, 0.023, 0.0023, 0.00023, 0.000023. Negative exponents appear frequently in chemistry, biology, and physics for very small quantities like wavelengths or concentrations.
How do you multiply numbers in standard form?+
Multiply the coefficients and add the exponents. For (3 times 10 to the 4) times (2 times 10 to the 5): multiply 3 by 2 = 6, add 4 and 5 = 9, giving 6 times 10 to the 9. If the coefficient product falls outside 1 to less than 10 (for example if coefficients multiply to 15), adjust: write as 1.5 times 10 and increase the exponent by 1. This is the main computational advantage of standard form in science.
How do you add numbers in standard form?+
Convert both numbers to the same exponent before adding. For (3 times 10 to the 5) plus (4 times 10 to the 4), rewrite the second number as (0.4 times 10 to the 5). Then add: (3 + 0.4) times 10 to the 5 = 3.4 times 10 to the 5. If the result coefficient is outside the valid range, adjust the exponent. Addition and subtraction in standard form require matching exponents, which is why multiplication is computationally easier in this notation.
Is 0.5 times 10 to the 3 valid standard form?+
No. The coefficient 0.5 is less than 1, which violates the requirement that the coefficient A must satisfy 1 to less than 10 in absolute value. To normalise, move the decimal one place right and decrease the exponent by 1: 0.5 times 10 to the 3 = 5 times 10 to the 2 = 500. The coefficient 5 now satisfies 1 to less than 10, making 5 times 10 to the 2 the correct standard form.
What are some real-world examples of standard form numbers?+
Speed of light: 3 times 10 to the 8 metres per second. Distance to the Andromeda Galaxy: 2.4 times 10 to the 22 metres. Mass of an electron: 9.11 times 10 to the minus 31 kilograms. Avogadro's number: 6.022 times 10 to the 23. Wavelength of visible light: 4 to 7 times 10 to the minus 7 metres. National debt of the United States: approximately 3.6 times 10 to the 13 US dollars. Each of these would be impractical to write in full decimal notation.
How does standard form compare to ordinary notation for calculations?+
Standard form simplifies multiplication and division dramatically: multiply coefficients, add or subtract exponents. Comparing the sizes of very large or very small numbers is also easier since you compare exponents first. However, addition and subtraction require converting to matching exponents first, which is less convenient. For everyday numbers between 0.01 and 9,999, ordinary notation is clearer. For anything spanning more than 3 to 4 orders of magnitude, standard form is the practical choice.
How do you write a number with many decimal places in standard form?+
Follow the same process regardless of decimal places. For 0.000000789: count the leading zeros after the decimal point. There are 6 zeros, so the exponent is minus 7. The coefficient is 7.89 (move the decimal 7 places right). Result: 7.89 times 10 to the minus 7. For 0.0000001 (1 times 10 to the minus 7): the coefficient is 1.0 and the exponent is minus 7. The formula gives: log10(0.0000001) = minus 7, floor = minus 7, A = 0.0000001 divided by 10 to the minus 7 = 1.