8
$\begingroup$

My daughter is learning scientific notation in school, and her textbook says something to the effect of this:

Scientific notation is a method of writing numbers as the product of two factors where the first factor is a number greater than or equal to 1 but less than 10 and the second factor is a power of 10.

The teacher is taking this to mean that you cannot express a negative number in scientific notation. So that e.g.

$-4 * 10^{50}$

would not be valid scientific notation because -4 is less than 1.

Is there such a view of scientific notation? It certainly doesn't jive with my memory (or wikipedia), or is that description just deficient, and should better read:

Scientific notation is a method of writing numbers as the product of two factors where the first factor is a number whose absolute value is greater than or equal to 1 but less than 10 and the second factor is a power of 10.

And if it is a legitimate view, how do you express negative numbers in scientific notation?

  • 0
    @YvesDaoust one situation where I have wanted zero in scientific notation was as part of an engineering test setup where results were logged to a PC. Having all results in scscientific notation made getting results easier to parse. Zero was +0.0000E+002016-05-24

5 Answers 5

7

You are right. The textbook and teacher are wrong.

Scientific notation is where numbers are written in the form $a × 10^b$ where $a ∈ ℝ$ and $b ∈ ℤ$.

Normalized scientific notation also stipulates that $1 ≤ |a| < 10$.

$\therefore \;\; -4 × 10^{50}$ is correct normalized scientific notation, as common sense would dictate.

  • 0
    @YvesDaoust: To an experienced mathematician perhaps, but not to the average high-schooler who is asked on the test to “Express the charge of an electron in scientific notation.” There are 2 possibilities here: The teacher is wrong and the answer is $-1.602×10^{-19}$, or the teacher is correct, and there is no right answer. The fact that $-1.602×10^{-19}$ is a number regardless of how you define standard notation is moot.2015-09-26
3

There is no problem having a negative number shown in scientific notation, computers and calculators have been doing this for ages. The quote from the textbook shouldn't be taken too literally as they were probably thinking of the magnitude of the number and forgot about this trivia.

In any case, the problem collapses if you read $-4\cdot10^{50}$ as $-(4\cdot10^{50})$. The expression inside the parentheses is a valid number written in the scientific notation, and there is no reason to forbid taking the opposite. (Though the whole expression itself cannot be called a "number written in the scientific notation" if you apply the definition as it stands.) Remember that by usual rules of precedence, $-a\cdot b$ is understood as $-(a\cdot b)$.

  • 0
    As regards myself, I would not even object against notations like $4000\cdot10^{47}$ or $0.004\cdot10^{53}$ which still make sense (denormalized scientific notation).2015-09-25
1

By now you may have noticed that, if put to a vote, "Yes, you can use negative numbers too." would win but not by a unanimous vote. There was a time, when people used slide rulers, that scientific notation was needed to perform calculations. It still is now, but not nearly as much. Now it's just a simple way to represent really large and really small numbers. Once your daughter gets out of that class, I don't think anyone will complain if she expresses negative numbers using scientific notation.

  • 0
    @Yishai. My God. Am I really that old? No, they were not necessary. Slide rules were made, mostly, to multiply numbers. You had to work out the powers of 10 and the sign of the product.2015-09-27
0

Scientific notation is a way to shorten a value/measure of a thing in reality. For example: Mass of an atom of Oxygen is 0.0000000000000000000002677931574 gram. It is a positive number, but extremely small. To be easier for writing this value, scientists created a kind of notation, called scientific notation by using exponent/power of 10. Therefore, the above number can be written such as 2.677931514 x 10^-22 (10 power to negative 22) So, do not get confused with a negative number of it. Scientific notation is NEVER used for a negative number. An extremely small negative number can borrow the scientific notation to shorten its writing, but the concept of "scientific notation" is just for a positive number of the value of the real things in the REALITY!

  • 1
    Your answer is quite difficult to read, as it lacks niceties such as paragraph breaks and proper mathematical formatting. It would likely be better received after some minor editing.2017-12-03
-4

You would write the problem as: $|-4| \times 10^{50}$, or $4\times 10^{50}$. Your teacher is right, you cannot express a scientific notation as a negative number. It has to be a number greater than or equal to one, but less than 10. The absolute value would be taken, therefore, giving you $4 \times 10^{50}$. I just did one like this in college Chemistry. Thanks! MB

  • 0
    To be more specific, I'm not seeing how you are expressing (or distinguishing) a negative.2015-01-29