Questions tagged [scientific-notation]

A way of expressing numbers in the form $a \cdot 10^b$, where $a$ is a real number and $1 < a < 10$, and $b$ is an integer, otherwise known as standard form. This is a concise way to express very large or very small numbers.

Scientific notation, otherwise known as standard form or standard index form, is a way of expressing numbers that have very large or very small orders of magnitude. This shortens the representation of the number and thus simplifies arithmetic with these numbers.

In scientific notation, all numbers are written in the form:

$$a \times 10^b$$

where $a$ is a real number and $1 < a < 10$, and $b$ is an integer. $b$ is specifically chosen so that $a$ is restricted to $1 < a < 10$.

Given two numbers in scientific notation, say $a_0 \times 10^{b_0}$ and $a \times 10^{b_1}$, then the four operations can be easily performed. By the laws of indices: $$(a_0 \times 10^{b_0})(a_1 \times 10^{b_1}) = a_0 a_1 \times 10^{b_0 + b_1}$$

and $$\frac{a_0 \times 10^{b_0}}{a_1 \times 10^{b_1}} = \frac{a_0}{a_1} \times 10^{b_0 - b_1}$$

Addition and subtraction can only be performed if $b_ 0 = b_1$. Then they can be added using the distributive law, which gives: $a_0 \times 10^{b_0} ± a_1 \times 10^{b_1} = (a_0 ± a_1) \times 10^{b_0}$.

One advantage of scientific notation is its ability to clearly indicate precision. If a number is known to $6$ significant figures, then it can be written with all $6$ digits clearly displayed, such as $1.230 \ 40 \times 10^6$. Rounding is made much easier as well: if this number is rounded to $3$ significant figures, $1.23 \times 10^6$, it is easy to verify that it has been rounded to the specified number of significant figures.

On calculators and many computer programs, scientific notation is commonly displayed in the form $a \ \text{E} \ b$ or $a \ \text{EXP} \ b$, which has the same meaning as $a \times 10^b$.

49 questions
1
vote
1 answer

Unfamiliar Scientific Notation

I am reading a paper that uses notation like $10^{15\pm1}$ that I have never seen before. I can guess that it means the number is in the interval of $10^{14}$ to $10^{16}$, but I would appreciate it if someone can confirm my guess (or tell me what…
user1930565
  • 111
  • 2
1
vote
1 answer

Is there any notation/symbol to indicate a variable as constant?

I was working on some applied differential equations problem in physics, and I was wondering if there was any simple notion to indicate that a variable in an equation is constant (similar to how x ∈ R indicates x is a real number in 1…
1
vote
0 answers

How many of these numbers are written in scientific notation? $\sqrt7\times10^{-20}$, $5.3\times2^{10}$, $(\frac13)^{-1}\times10^{15}$

How many numbers are written in scientific notation? $\sqrt7\times10^{-20}$ $5.3\times2^{10}$ $(\frac13)^{-1}\times10^{15}$ $1)\text{zero}\qquad\qquad2)1\qquad\qquad3)2\qquad\qquad4)3$ We know that in base $10$ the scientific notation of a…
Etemon
  • 6,437
-3
votes
3 answers

$10^6 = 1000000$, which has $6$ zeros before decimal. Then why does $10^{-6} = 0.000001$, has only $5$ zeros after decimal?

I just can't get my head around this. Now I know that $10^{-n}$ = $\frac{1}{10^n}$. But I just can't understand the logic. My question may sound stupid to most people here but I am a beginner at math and I would be grateful if someone can provide a…
Steve
  • 85