Exponential Numbers ID1050 Quantitative & Qualitative Reasoning

Similar documents
Chapter 03: Computer Arithmetic. Lesson 09: Arithmetic using floating point numbers

Exponential Notation

MA 1128: Lecture 02 1/22/2018

Divide: Paper & Pencil

Chapter 4 Section 2 Operations on Decimals

Rev Name Date. . Round-off error is the answer to the question How wrong is the rounded answer?

Introduction to Computers and Programming. Numeric Values

Place Value. Verbal Form: 30,542 = Thirty thousand, five hundred forty-two. (Notice we don t use the word and.)

1.1 Review of Place Value

Floating-Point Data Representation and Manipulation 198:231 Introduction to Computer Organization Lecture 3

Example 2: Simplify each of the following. Round your answer to the nearest hundredth. a


Number Systems. Both numbers are positive

Rules of Exponents Part 1[Algebra 1](In Class Version).notebook. August 22, 2017 WARM UP. Simplify using order of operations. SOLUTION.

Math Glossary Numbers and Arithmetic

Module 2: Computer Arithmetic

TOPIC 2 DECIMALS (and INTRODUCTION TO FRACTIONS) WEEK 3

Set up and use a proportion

add and subtract whole numbers with more than 4 digits, including using formal written methods (columnar addition and subtraction)

Floating-point Arithmetic. where you sum up the integer to the left of the decimal point and the fraction to the right.

FLOATING POINT NUMBERS

Section 2.3 Rational Numbers. A rational number is a number that may be written in the form a b. for any integer a and any nonzero integer b.

Problem. Prove that the square of any whole number n is a multiple of 4 or one more than a multiple of 4.

Decimals Outcomes. Represent Q Using Decomposition

Number Systems and Binary Arithmetic. Quantitative Analysis II Professor Bob Orr

FUNDAMENTAL ARITHMETIC

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Lesson 1: THE DECIMAL SYSTEM

Mark Important Points in Margin. Significant Figures. Determine which digits in a number are significant.

DesCartes: A Continuum of Learning

Number Systems CHAPTER Positional Number Systems

Calculations with Sig Figs

Number Systems. Decimal numbers. Binary numbers. Chapter 1 <1> 8's column. 1000's column. 2's column. 4's column

Decimals. Chapter Five

10.1. Unit 10. Signed Representation Systems Binary Arithmetic

Only to be used for arranged hours. Order of Operations

6.1 Evaluate Roots and Rational Exponents

The. Binary. Number System

Fifth Grade Math Rubric

Revision on fractions and decimals

Numeric Variable Storage Pattern

Chapter 3: Arithmetic for Computers

DesCartes: A Continuum of Learning

SECTION 3. ROUNDING, ESTIMATING, AND USING A CALCULATOR

COSC 243. Data Representation 3. Lecture 3 - Data Representation 3 1. COSC 243 (Computer Architecture)

Gateway Regional School District VERTICAL ARTICULATION OF MATHEMATICS STANDARDS Grades K-4

CS321. Introduction to Numerical Methods

SINGAPORE CORE COMMON CORE STATE STANDARDS BOY ASSESSMENT UNIT 1: BILLIONS. -recognize place value up to billions

1. NUMBER SYSTEMS USED IN COMPUTING: THE BINARY NUMBER SYSTEM

Signed Multiplication Multiply the positives Negate result if signs of operand are different

Introduction to Scientific Computing Lecture 1

8/30/2016. In Binary, We Have A Binary Point. ECE 120: Introduction to Computing. Fixed-Point Representations Support Fractions

Errors in Computation

Chapter 1 & 2 Calculator Test Study Guide

Lesson 9: Decimal Expansions of Fractions, Part 1

CHAPTER 5: Representing Numerical Data

Medical Dosage Calculations

1.3.B Significant Figures

What is a Fraction? Fractions. One Way To Remember Numerator = North / 16. Example. What Fraction is Shaded? 9/16/16. Fraction = Part of a Whole

ECE232: Hardware Organization and Design

On a 64-bit CPU. Size/Range vary by CPU model and Word size.

MATH LEVEL 2 LESSON PLAN 5 DECIMAL FRACTIONS Copyright Vinay Agarwala, Checked: 1/22/18

To be able to count up and down in tenths

HOW TO DIVIDE: MCC6.NS.2 Fluently divide multi-digit numbers using the standard algorithm. WORD DEFINITION IN YOUR WORDS EXAMPLE

3.5 Floating Point: Overview

fractional quantities are typically represented in computers using floating point format this approach is very much similar to scientific notation

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum.

Converting Fractions to Decimals

1.- DECIMAL PLACE VALUE: tenths, hundredths, thousandths. 1.1 Ordering decimals. 1.2 Rounding CALCULATIONS. 2.- ADDITION AND SUBTRACTION OF DECIMALS

Content Design Structure, Scope & Sequence of Mathematics Content Addressed Within Numbers Up! Volcanic Panic

EE 109 Unit 19. IEEE 754 Floating Point Representation Floating Point Arithmetic

Step 1 The number name given in the question is five and sixty-eight-hundredths. We know that

Math Content

Number Systems and Computer Arithmetic

EXAMPLE 1. Change each of the following fractions into decimals.

Abacus 5 and 6: Autumn term 1st half UNIT TOPIC ABACUS 5 UNITS ABACUS 6 UNITS 1 Place-value, ordering and rounding

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

FLOATING POINT NUMBERS

50 MATHCOUNTS LECTURES (6) OPERATIONS WITH DECIMALS

Math 340 Fall 2014, Victor Matveev. Binary system, round-off errors, loss of significance, and double precision accuracy.

Computer Arithmetic Floating Point

Burnley Brow Year 5 Mathematics Overview

Notes for Unit 1 Part A: Rational vs. Irrational

Section A Arithmetic ( 5) Exercise A

Signed umbers. Sign/Magnitude otation

1.3 Floating Point Form

Floating Point. The World is Not Just Integers. Programming languages support numbers with fraction

ECE331: Hardware Organization and Design

Abacus 4 and 5: Autumn term 1st half UNIT TOPIC ABACUS 4 UNITS ABACUS 5 UNITS 1 Place value, ordering and rounding

Floating Point. EE 109 Unit 20. Floating Point Representation. Fixed Point

A.4 Rationalizing the Denominator

KNOWLEDGE OF NUMBER SENSE, CONCEPTS, AND OPERATIONS

Significant Figures. For example. Let s try this one. Introduction to Significant Figures & Scientific Notation

Kindergarten Math Priorities

Introduction to Computer Systems Recitation 2 May 29, Marjorie Carlson Aditya Gupta Shailin Desai

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Number Systems Using and Converting Between Decimal, Binary, Octal and Hexadecimal Number Systems

National Curriculum Objectives Maths Number - number and place value

Summer Assignment Glossary

DECIMALS are special fractions whose denominators are powers of 10.

Transcription:

Exponential Numbers ID1050 Quantitative & Qualitative Reasoning

In what ways can you have $2000? Just like fractions, you can have a number in some denomination Number Denomination Mantissa Power of 10 20,000 Dimes 20,000. 10-1 2000 Singles 2,000. 10 0 200 Tens 200.0 10 1 20 Hundreds 20.00 10 2 2 Thousands 2.000 10 3 0.2 Ten Thousands 0.2000 10 4 A number in this form has a mantissa (the number) and an exponent of 10 (the denomination) Notice the pattern: as the decimal moves left in the mantissa (decreasing its value), the exponent of 10 moves up (increasing its value), and vice versa.

Numbers in Exponential Notation Any number can be expressed in this type of exponential format. It is especially useful for really big and really small numbers. One trillion = 1,000,000,000,000 = 1.00 x 10 12 One billionth = 0.000000001 = 1.00 x 10-9 Scientific calculators allow you to enter numbers in this format. (see the calculator tutorial)

Numbers in Floating Point Notation This is our common way of expressing numbers. The number is written with the decimal point in whatever place is appropriate. There is no multiplication by a power of ten. Example: 456.78 is in floating point notation. A number in floating point notation can be easily converted to exponential notation: The floating point number becomes the mantissa Multiply by ten to the zero power (which is, after all, equal to one) Example: 456.78 in exponential notation becomes 456.78 x 10 0

Numbers in Scientific Notation A particular form of exponential notation is called scientific notation In this form, the mantissa must be between 1 and 10. This results in a single, non-zero digit, followed by the decimal point, and then perhaps more digits. Examples: 1.2345 x 10 3 and 5.0 x 10-4 ( but not 0.65 x 10 1 ) Most calculators use scientific notation as their default way to express exponential numbers. A number in exponential format can have the decimal anywhere in the mantissa, but the calculator will convert this into scientific notation.

Precision and Rounding The number of digits in the mantissa is a measure of the number s precision. We call this the number of significant figures. We could require the mantissa to have only 3 digits of precision, for example. We would need to truncate (drop) any digits after the third one (the second digit after the decimal point) If the mantissa has fewer than three digits, fill in with zeros on the right. Before we drop the 4 th digit and beyond, we need to check to see if we should round the 3 rd digit first: If the 4 th digit is between 0 and 4, don t change the 3 rd digit If the 4 th digit is between 5 and 9, increase the 3 rd digit by one Example: 1.234 x 10 3 becomes 1.23 x 10 3 Example: 4.56789 x 10-8 becomes 4.57 x 10-8 Example: 5.0 x 10 1 becomes 5.00 x 10 1

Addition/Subtraction in Exponential Format There is a simple method for adding numbers in exponential format: Get both number s exponents to be the same by adjusting the decimal point of one of them. Use the rules exponent up, decimal left or exponent down, decimal right Keeping this common exponent for the power of ten, add the mantissas. Adjust the decimal and exponent to put the answer into proper scientific notation, and round to 3 significant figures Example: 1.23x10 3 1.23 x10 3 1.23 x10 3 + 4.56x10 2 + 0.456 x10 3 + 0.456 x10 3 1.686 x10 3 1.69 x10 3 Subtraction is done in exactly the same way, except you subtract the mantissas You can also just use a scientific calculator.

Multiplication/Division in Exponential Format Multiplication of numbers in exponential format is even simpler: Multiply the mantissas. The power of 10 in the answer is the sum of the powers of 10 of the two numbers. Adjust the decimal and exponent to put the answer into proper scientific notation, and round to 3 significant figures Example: 3.7 x10 5 3.7 x10 5 * 5.6 x10 1 + 5.6 x10 1 20.72 x10 6 2.07 x10 7 Division works exactly the same, except you divide mantissas and subtract the powers Example: 3.7 x10 5 3.7 x10 5 5.6 x10 1 5.6 x10 1 0.66071 x10 4 6.61 x10 3

Conclusion Exponential notation is a form of expressing numbers, especially big and small numbers. Scientific notation is a particular type of exponential notation We can specify a precision in our answer and round to that precision The operations of addition, subtraction, multiplication, and division can be performed using a certain method, or using a calculator.