Tuesday, 22 May 2012

Scientific notation


Scientific characters is a way of autograph numbers that are too ample or too baby to be calmly accounting in accepted decimal notation. Accurate characters has a amount of advantageous backdrop and is frequently acclimated in calculators and by scientists, mathematicians, bloom professionals, and engineers.

In accurate characters all numbers are accounting in the anatomy of

(a times ten aloft to the ability of b), area the backer b is an integer, and the accessory a is any absolute amount (however, see normalized characters below), alleged the significand or mantissa. The appellation "mantissa" may could cause confusion, however, because it can aswell accredit to the apportioned allotment of the accepted logarithm. If the amount is abrogating again a bare assurance precedes a (as in accustomed decimal notation).

Standard decimal notation Normalized accurate notation

2 2×100

300 3×102

4,321.768 4.321768×103

-53,000 −5.3×104

6,720,000,000 6.72×109

0.2 2×10−1

0.000 000 007 51 7.51×10−9

Decimal amphibian point is a computer addition arrangement carefully accompanying to accurate notation.

Normalized notation


Any accustomed amount can be accounting in the anatomy of a×10b in abounding ways; for example, 350 can be accounting as 3.5×102 or 35×101 or 350×100.

In normalized accurate notation, the backer b is alleged so that the complete amount of a charcoal at atomic one but beneath than ten (1 ≤ |a| < 10). Following these rules, 350 would consistently be accounting as 3.5×102. This anatomy allows simple allegory of two numbers of the aforementioned assurance in a, as the backer b gives the number's adjustment of magnitude. In normalized notation, the backer b is abrogating for a amount with complete amount amid 0 and 1 (e.g., abrogating one bisected is accounting as −5×10−1). The 10 and backer are usually bare if the backer is 0. Note that 0 cannot be accounting in normalized accurate characters back it cannot be bidding as a×10b for any non-zero a.

Normalized accurate anatomy is the archetypal anatomy of announcement of ample numbers for abounding fields, except during average calculations or if an unnormalised form, such as engineering notation, is desired. Normalized accurate characters is generally alleged exponential notation—although the closing appellation is added accepted and aswell applies if a is not belted to the ambit 1 to 10 (as in engineering characters for instance) and to bases added than 10 (as in 315× 220).

Engineering notation

Engineering characters differs from normalized accurate characters in that the backer b is belted to multiples of 3. Consequently, the complete amount of a is in the ambit 1 ≤ |a| < 1000, rather than 1 ≤ |a| < 10. Though agnate in concept, engineering characters is rarely alleged accurate notation. This allows the numbers to absolutely bout their agnate SI prefixes, which facilitates account and articulate communication. For example, 12.5×10−9 m can be apprehend as "twelve-point-five nanometers" or accounting as 12.5 nm, while its accurate characters analogue 1.25×10−8 m would acceptable be apprehend out as "one-point-two-five times ten-to-the-negative-eight meters".

Significant figures


A cogent amount is a chiffre in a amount that adds to its precision. This includes all nonzero numbers, zeroes amid cogent digits, and zeroes adumbrated to be significant. Arch and abaft zeroes are not cogent because they abide alone to appearance the calibration of the number. Therefore, 1,230,400 has 5 cogent figures—1, 2, 3, 0, and 4; the two zeroes serve alone as placeholders and add no attention to the aboriginal number.

When a amount is adapted into normalized accurate notation, it is scaled down to a amount amid 1 and 10. All of the cogent digits remain, but all of the placeholding zeroes are congenital into the exponent. Following these rules, 1,230,400 becomes 1.2304 x 106.

editAmbiguity of the endure digit

It is accustomed in accurate abstracts to almanac all the cogent digits from the measurements, and to assumption one added chiffre if there is any advice at all accessible to the eyewitness to accomplish a guess.citation needed The consistent amount is advised added admired than it would be after that added digit, and it is advised a cogent chiffre because it contains some advice arch to greater attention in abstracts and in aggregations of abstracts (adding them or adding them together.)

Additional advice about attention can be conveyed through added notations. In some cases, it may be advantageous to apperceive how exact the final cogent chiffre is. For instance, the accustomed amount of the assemblage of elementary allegation can appropriately be bidding as 1.602176487(40)×10−19 C,1 which is autograph for 1.602176487±0.000000040×10−19 C

E notation


Most calculators and abounding computer programs present actual ample and actual baby after-effects in accurate notation. Because superscripted exponents like 107 cannot consistently be calmly displayed, the letter E or e is generally acclimated to represent times ten aloft to the ability of (which would be accounting as "x 10b") and is followed by the amount of the exponent. Note that in this acceptance the appearance e is not accompanying to the algebraic connected e or the exponential action ex (a abashing that is beneath acceptable with basic E); and admitting it stands for exponent, the characters is usually referred to as (scientific) E characters or (scientific) e notation, rather than (scientific) exponential characters (though the closing aswell occurs). The use of this characters is not encouraged by publications23.

editExamples and alternatives

In the Ada, C++, FORTRAN, MATLAB, Perl, Java4 and Python programming languages, 6.0221418E23 or 6.0221418e23 is agnate to 6.0221418×1023. FORTRAN aswell uses "D" to announce bifold attention numbers.5

The ALGOL 60 programming accent uses a subscript ten "10" appearance instead of the letter E, for example: 6.02214151023.6

The ALGOL 68 programming accent has the best of 4 characters: e, E, \, or 10. By examples: 6.0221415e23, 6.0221415E23, 6.0221415\23 or 6.02214151023.7

This commodity contains Unicode 6.0 "Miscellaneous Technical" characters. Without able apprehension support, you may see catechism marks, boxes, or added symbols instead of something like "₁₀" (Decimal Backer Symbol U+23E8 TTF).

Decimal Backer Symbol is allotment of "The Unicode Standard 6.0" e.g. 6.0221415⏨23 - it was included to board acceptance in the programming languages Algol 60 and Algol 68.

The TI-83 alternation and TI-84 Plus alternation of calculators use a august E appearance to affectation decimal backer and the 10 appearance to denote an agnate Operator7.

The Simula programming accent requires the use of & (or && for long), for example: 6.0221415&23 (or 6.0221415&&23).8

Order of magnitude


Scientific characters aswell enables simpler order-of-magnitude comparisons. A proton's accumulation is 0.0000000000000000000000000016726 kg. If accounting as 1.6726×10−27 kg, it is easier to analyze this accumulation with that of an electron, accustomed below. The adjustment of consequence of the arrangement of the masses can be acquired by comparing the exponents instead of the added error-prone assignment of counting the arch zeros. In this case, −27 is beyond than −31 and accordingly the proton is almost four orders of consequence (about 10000 times) added massive than the electron.

Scientific characters aswell avoids misunderstandings due to bounded differences in assertive quantifiers, such as billion, which ability announce either 109 or 1012.

Use of spaces


In normalized accurate notation, in E notation, and in engineering notation, the amplitude (which in book may be represented by a accustomed amplitude amplitude or a attenuate space) that is accustomed alone afore and afterwards "×" or in foreground of "E" or "e" is sometimes omitted, admitting it is beneath accepted to do so afore the alphabetical character.9

editExamples

An electron's accumulation is about 0.00000000000000000000000000000091093822 kg. In accurate notation, this is accounting 9.1093822×10−31 kg.

The Earth's accumulation is about 5973600000000000000000000 kg. In accurate notation, this is accounting 5.9736×1024 kg.

The Earth's ambit is about 40000000 m. In accurate notation, this is 4×107 m. In engineering notation, this is accounting 40×106 m. In SI autograph style, this may be accounting "40 Mm" (40 megameters).

An inch is 25400 micrometers. Describing an inch as 2.5400×104 µm in fact states that this about-face is actual to the abutting micrometer. An approximated amount with alone three cogent digits would be 2.54×104 µm instead. In this example, the amount of cogent zeros is in fact absolute (which is not the case with a lot of accurate measurements, which accept a bound amount of precision). It can be appropriately accounting with the minimum amount of cogent zeros acclimated with added numbers in the appliance (no charge to accept added cogent digits that added factors or addends).clarification needed Or a bar can be accounting over a individual zero, advertence that it repeats forever. The bar attribute is just as accurate in accurate characters as it is in decimal notation.