2 Exponential and Logarithmic Functions

Size: px
Start display at page:

Download "2 Exponential and Logarithmic Functions"

Transcription

1 2 Exponential and Logarithmic Functions One of the overall themes in high-school mathematics is the concept of function. The idea was introduced in math 20, then we looked at the simplest class of functions: polynomials. These included linear, quadratic, cubic, and quartic functions. In math 30 we add to our knowledge of functions by studying exponential and logarithmic functions (in this chapter), and trigonometric functions in subsequent chapters. These functions are all known as transcendental functions, which means they transcend our ability to write them in polynomial form. In other words if we try to write any of these functions in polynomial form, we get a polynomial of infinite degree. They have many applications in physics and engineering, and we use them all the time in calculus. 2.1 Geometric Sequences and Series We begin our study of exponential functions by going back to a topic that was touched on in math 10: geometric sequences. The following are all examples of geometric sequences: 5, 15, 45, 135, 405, , 32, 16, 8, 4, 2, 1,.5,.25 2, 2, 2 2, 4, 4 2 2, 6, 18, 54, 162,... In all of these examples, we start with a certain number, and then multiply each time by the same value to produce the next number. The value that we multiply by each time is called the common ratio. In the above examples the common ratios are 3, 1/2, 2, 3 We want to deal with geometric sequences in an algebraic way, so we need to have a completely algebraic description of them. The notation we use in high-school is: important term the first term is denoted a the common ratio is denoted r 1

2 Using these symbols, we can now write the general geometric sequence as a, ar, ar 2, ar 3,..., ar n 1,... There is one unfortunate thing about this notation; you can see that the number of the exponent is one less than the term number. So for example in the fourth term the exponent on r is only 3. This is because in the first term there is no r, or the exponent on r is zero. This is a common source of error, because many students just assume the exponent on r should be equal to the position of the term in the sequence; try to avoid this mistake. Another symbol that is common in high-school is t to denote a term. For example t 3 means the third term in a sequence, t 102 means the 102nd term, and t n means the n th term, or what is called the general term. Using all of our symbols, we can now say that for any geometric sequence: mistake alert t n = ar n 1 Examples: find the 7 th term in the sequence: 3, 6, 18,.... We see that a = 3, and r = 2 so that: t n = ar n 1 t 7 = ( 3)(2) (7 1) t 7 = ( 3)(2) 6 t 7 = ( 3)(64) t 7 = 192 the first term in a geometric sequence is 240, and the ninth term is Find the common ratio. Using our symbols, we have: t n = ar n 1 t 9 = ar (9 1) = (240)(r) = r 8 1/2 = r Note that to go from the second last to the last line above, we took the eighth root of both sides. 2

3 Now we turn to the topic of adding up geometric sequences: = 42 This is a nice simple case, where a = 2, r = 4, and the number of terms (n) is 3. This is an example of a geometric series which is defined as the sum of the terms of a sequence. We certainly do not want to have to add up series in the ordinary way, even using a calculator, since it would be tedious and error prone to add a list of hundreds or even thousands of numbers. Therefore we look for a technique (or formula). You might remember that we used the trick of pairing terms when adding arithmetic sequences. This does not work with geometric series (you should try it to see why), but another technique does work: we multiply the series by r, then subtract the original series. Sound complicated? It s not. First an easy numerical example: Find the sum of S = We see that r = 2, so we multiply both sides of the equation above by 2: S = S = (2S S) = 32 1 S = 33 We aligned the second series to the right in order to make subtraction easier; we also subtracted going up in order to avoid negatives. Now let s do it in general (we assume n terms): S n = a + ar + ar ar n 1 rs n = rs n S n = ar n a S n (r 1) = a(r n 1) S n = a(rn 1) r 1 ar + ar ar n 1 + ar n important definition Actually we use two versions of this formula: 3

4 S n = a(rn 1) r 1 and S n = a(1 rn ) 1 r The one on the right is used when r > 1, and the one on the left is used when r < 1. It s ok if you forget this: you ll get the right answer either way, but if you use the correct version you avoid negatives. (Actually I m not sure if that s very important since all of you use calculators all the time; anyway there are two versions of the formula). Example: find the sum of the first 8 terms of the geometric sequence Clearly a = 3, r = 4, and n = 8: 2.2 Sigma Notation S n = a(rn 1) r 1 S 8 = 3[(4)8 1 1] 4 1 S 8 = 3(47 1) 3 S 8 = S 8 = In this section we will learn about a mathematical symbol that is use to write out series in a more compact form. This notation uses the symbol Σ, which is a capital S in the Greek alphabet. This letter was chosen because S is the first letter in the word sum, and sigma notation is a short way of writing sums, or series. The best way to learn this notation is to examine some examples: i 2 = i=1 3 2k + 1 = k=0 4

5 j = j=0 2i = i=1 The letters i, j, k are called dummy variables; it does not matter which letters we use, the meaning of the notation is the same. The number below the sign tells you what value the dummy starts at, and the number on top tells you the final value. Sometimes you need to look at a sigma notation and just know how many terms there are in the sum. For b i=a, the number of terms is b a + 1. It is a very common error in high-school to think mistake that the number of terms is b a. We now give a few more examples of alert sigma notation, beginning with a restatement of the formula for the sum of a geometric series: 1. evaluate n 1 ar i = a(rn 1) r 1 i= (2) i We can see that this is a geometric series with i=0 a = (just put 0 in for i to see this), and r = = 8 terms, so n = 8 and the formula gives or S 8 = [0.125(27 1)] 2 1 S 8 = There are 2. write the following sum in sigma notation: This is a geometric series, with a = 4, r = 3, and n = 6. So each term in this series is of the form 4(3) k, where k starts at 0 and ends at 5 (one less than the number of terms). Thus the sigma notation for this series is: 5 4(3) k k=0 5

6 You might be surprised that the exponent was k, and not k 1, since when we learned the general term for geometric sequences the exponent was n 1. The reason for this is that when we were learning the general term for geometric sequences, the variable (n in that case) started at 1, whereas in the example we just did, the dummy variable started at zero. This is a very important point because it means that there is not just one way to describe a series in sigma notation; there are many ways. We can start the dummy variable at whatever we want. For example, all of the following are equal: key point 5 4(3) k = k=0 6 4(3) k 1 = k=1 22 k=17 4(3) k 17 The choice for the initial value of the dummy variable is usually one of convenience; it is usually easiest to start it at From Sequences to Exponential Functions Let s back up a bit, and look at the graphs of two sequences. The first will be t n = 3(2) n 1. The number of each term will be on the horizontal axis, and the value of each term will be on the vertical axis: term value t n = 3(2) n term 2 number This is a function, because it passes the vertical line test, but right now it is only defined for the positive integers, because when we count terms (or anything) we start at 1, and use the positive integers. But if we draw a smooth curve through these points, we get a function defined on the real numbers (i.e. decimals etc.). Here it is: 6

7 term value t n = 3(2) n term 2 number What is this function? Well all we have done is allow the sequence formula to be used for all real numbers, so we just replace n (which refers to integers) with x to get y = 3(2) x 1 Actually we prefer to write this a bit differently (putting in a more standard form) by doing the following: y = 3(2) x 1 y = 3(2) x (2) 1 y = 3(1/2)(2) x y = (3/2)(2) x This equation now has the typical form of an exponential function, which is any function that can be written in the form y = a(c) x, c > 0 In our example a was 3/2, and c was 2. We will see in a little while why we must insist that c > 0. Let s look at a second example. This time we will graph a sequence whose terms get smaller. We will use t n = 128(.5) n 1. 7

8 term value 60 t n = (128)(1/2) n term 2 number Once more we have a function defined only for the positive integers, because that is the meaning of the variable n, but we can get a function for all real numbers by using any real value for the variable. The graph looks like this: term value 60 t n = 128(.5) n term 2 number While we could write this as y = 128(1/2) x 1, we again prefer to rearrange it as before (you should be able to do this yourself) to get y = 64(1/2) x so that once more we have a typical exponential function y = a(c) x, c > 0 with a = 64, and c = 1/2. 8

9 So let us summarize: An exponential function is any function that can be written in the form y = a(c) x, c > 0. If we were to allow c to be negative we would get a crazy graph that jumped back and forth from negative to positive values, and that is not defined for many values of x. (specifically, it would not be defined for any x that in reduced fraction form, looked like k/2n, where k, and n are both integers.) Here is the typical exponential function, when c > 1: This is often called a growth graph, since it models such things as growth of money in a bank account, or growth of population. Here is the typical case when 0 < c < 1: 9

10 This is called a decay graph, since it can model the amount of radioactive material when it decays (among other things). The characteristics of both forms above are: 1. domain: xɛr memorize 2. range: y > 0 3. no x-intercepts; y-intercept: a 4. asymptotes: the x-axis 2.4 Logarithms This chapter is about exponential functions and logarithmic functions, and we haven t yet explain what logarithms are, so we take a break from exponential things for a while to take care of this. Let s begin with examples: 1. since 10 2 = 100, we say that 2 is the logarithm of 100 (to the base 10) 2. since 10 3 = 100, we say that 3 is the logarithm of 1000 (to the base 10) 3. since = 2, we say that.3010 is the logarithm of 2 (to the base 10) 10

11 4. since 10 1 = 0.10, we say that 1 is the logarithm of 0.10 (to the base 10) We can generalize this by saying: If 10 k = m, then we say that k is the logarithm of m, base 10. The symbols for this are: if 10 k = m, then log 10 m = k. In simple English, k is the logarithm of m (base 10) if k is the exponent we need to put on 10, in order to produce m. So far we have confined ourselves to using 10 as the base, but we can use any base. So, for example, since 2 3 = 8, we can say that the logarithm of 8 (base 2) is 3. In symbols we write: 2.5 The Laws of Logarithms log 2 8 = 3 There are three very important laws of logarithms; these laws are used both to simplify complicated expressions, and also to solve equations algebraically, that could not be solved in any other way. The laws will look strange at first, but you should always keep in mind that they are just the familiar exponent laws in another form. log(ab) = log a + log b (1) log(a/b) = log a log b (2) n log a = log a n (3) We will now take each law, one at a time, and give some examples and then a proof. The intent throughout will be to emphasize the connection between these laws and the more familiar laws of exponents. In all of this work we will be working in base 10, but we could easily use any other base. 1. on your calculator you can verify that important point log(1000) = log 10 + log 100 to prove this law, let s begin with this: 10 m 10 n = 10 m+n 11

12 Now if we let a = 10 m, and b = 10 n,then ab = 10 m+n Now from the very definition of logarithms, you should be able to see that: log a = m, log b = n, and log (ab) = m + n, therefore it is clear that 2. we know that log (ab) = log a + log b 10 m 10 n = 10 m n If, as before, a = 10 m, b = 10 n and a/b = 10 m n, then from the definition of logarithms you can see that log(a/b) = log a log b 3. we prove the third law by repeated application of the first law. e.g. 2 log n = log n + log n = log(n n) = log n 2 3 log n = (log n + log n) + log n = log n 2 + log n = log(n 2 n) = log n 3 all I did here was apply the first law again and again. It would be easy to extend this to n terms. (in fact I would ask this on a chapter test) Even though our proof of this law requires that n be an integer, the law works even for non integers. e.g. π log a = log a π To be very sure that you understand what we have done here, I restate the 3 laws of logarithms, with their corresponding exponent laws: means the same as means the same as log(ab) = log a + log b 10 m 10 n = 10 m+n log(a/b) = log a log b 10 m 10 n = 10 m n 12

13 3. means the same as n log a = log a n (10 m ) n = 10 mn Now even though all of these laws are important, I want to draw your attention to the third law in particular. We use this law to isolate variables in the exponent. Till now, this was not possible. Example: Solve the equation 7 = 2 x Before having the third law, we would have solved this by guess and check, or graphing, but now we proceed like this: 7 = 2 x log 7 = log 2 x log 7 = (x) log 2 log 7 log 2 = x And while we re at it, let s notice something else: we should know from the definition of logarithms, that if then 7 = 2 x x = log 2 7 Therefore we have proved the important result that log 2 7 = log 7 log 2 Or in general, we just proved that key point log a b = log b log a 13

14 2.6 The Logarithm Function Now that we have some idea what logarithms are, we can consider the function y = log x Note that we are still confining ourselves to base 10 only for convenience, and we could replace the 10 by any other (positive) number. If we graph y = log x, we get the following: You should realize right away that this function is only defined for x > 0. The reason is that, for example, log 10 ( 5) = k implies that 10 k = 5. Since this is impossible, we cannot take the logarithm of any num- we can in ber that is not positive. You might have also noticed that this graph looks like a reflection in the line y = x of the graph of y = 10 x. To make this clear, we illustrate both graphs, along with the mirror line: the complex numbers 14

15 10 x and log x To see why this is so, recall that to find the inverse of a given function, we switch x and y isolate y So let s try this with the function y = 10 x : y = 10 x x = 10 y log x = log(10 y ) log x = y log(10) log x = y To go from the second last line to the last line, we made use of the fact that log = 1. Thus we have proved that y = 10 x and y log 10 x are inverses of each other. In general we see that y = a x and log a x are inverses of each other. We conclude this section by noting that there are actually two looks for log graphs, depending on whether the base is larger, or smaller than 1. (compare to the two looks for exponential graphs) 15

16 For y log a = x, a > 1, the graph looks like this: and for y = log a = x, 0 < a < 1, the graph looks like this: In either case, the characteristics are: (just switch x stuff and y stuff) 16

17 1. domain: x > 0 2. range: yɛr 3. no y-intercepts; x-intercept: 1 4. asymptotes: the y-axis 2.7 Exponential and Logarithmic Equations Many equations in science and higher mathematics are in exponential form. To solve such equations we must know both the laws of exponents and those of logarithms Exponential Equations For the purposes of math 30, we can consider two sorts of exponential equations: those in which both sides of the equation can be put to the same base, and those in which this is not possible. Let s look at some examples of the first type: x 1 = 27 x 2 (3 2 ) 2x 1 = (3 3 ) x 2 3 4x 2 = 3 3x 6 4x 2 = 3x 6 x = 4 2. (1/8) 3x+1 = 32 2x 1 (2 3 ) 3x+1 = (2 5 ) 2x 1 2 9x 3 = 2 10x 5 9x 3 = 10x 5 19x = = 2 x =

18 This is by far the easier of the two types; you can usually solve this kind without a calculator. In the second type you must make use of the third law of logarithms in order to get the variable out of the exponent: Examples: log a n = n log a 3 x+2 = 5 x log 3 x+2 = log 5 x (x + 2) log 3 = (x) log 5 (x) log log 3 = (x) log 5 2 log 3 = (x) log 5 (x) log 3 log 9 = x(log 5 log 3) x = log 9 log 5 log 3 x = (3) x+1 = 6 2x 1 log(2(3) x+1 ) = log(6 2x 1 ) log 2 + (x + 1) log 3 = (2x 1) log 6 log 2 + log 3 + log 6 = 2x log 6 x log 3 log 36 = x log 6 2 x log 3 log 36 = x log 36 x log 3 log 36 = x(log 36 log 3) log 36 = x(log 12) x = log 36 log 12 x = 1.44 It is easy to see that this type of equation is tedious, but it is definitely not hard; after we get the variable out of the exponent, we are really dealing with a simple linear equation that looks hard because of all the log symbols around. As I pointed out in class, there are ways of making substitutions that make the algebra easier. 18

19 2.7.2 Logarithmic Equations In order to solve logarithmic equations you must be conversant with the laws of logarithms and you must also know how to change a statement from exponential form and back. The key fact here is: log a b = c a c = b Students constantly forget this; if you have trouble remembering it, just make up an easy example: since 10 2 = 100 then log = 2 The first sort of logarithmic equation we will look at is the type which simply involves changing to exponential form: 1. log x 3 = 2 x 2 = 3 x = log 3 x = = x 9 = x log 5 7 = x log 5 log 7 = x Next, we look at the type which has more than one log symbol on a side of the equation. The first thing to do in this type is to use the laws of logarithms to simplify: 19

20 1. log 5 (x 5) + log 5 x = log 5 6 log 5 (x 2 5x) = log 5 6 x 2 5x = 6 x 2 5x 6 = 0 (x 6)(x + 1) = 0 x = 6, 1 x = 6 ( 1 is extraneous) 2. log 2 (2m + 4) log 2 (m 1) = 3 ( 2m + 4 ) log 2 = 3 m 1 2m + 4 m 1 = 2 3 2m + 4 = 8m 8 12 = 6m 2 = 2 There is actually very little here besides the laws of logarithms and some basic algebra. 20

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

9.2 Summation Notation

9.2 Summation Notation 9. Summation Notation 66 9. Summation Notation In the previous section, we introduced sequences and now we shall present notation and theorems concerning the sum of terms of a sequence. We begin with a

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Exponents and Radicals

Exponents and Radicals Exponents and Radicals (a + b) 10 Exponents are a very important part of algebra. An exponent is just a convenient way of writing repeated multiplications of the same number. Radicals involve the use of

More information

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

More information

5.1 Radical Notation and Rational Exponents

5.1 Radical Notation and Rational Exponents Section 5.1 Radical Notation and Rational Exponents 1 5.1 Radical Notation and Rational Exponents We now review how exponents can be used to describe not only powers (such as 5 2 and 2 3 ), but also roots

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Logarithmic and Exponential Equations

Logarithmic and Exponential Equations 11.5 Logarithmic and Exponential Equations 11.5 OBJECTIVES 1. Solve a logarithmic equation 2. Solve an exponential equation 3. Solve an application involving an exponential equation Much of the importance

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes) NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 5 8 Student Outcomes Students know the definition of a number raised to a negative exponent. Students simplify and write equivalent expressions that contain

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

Math 115 Spring 2011 Written Homework 5 Solutions

Math 115 Spring 2011 Written Homework 5 Solutions . Evaluate each series. a) 4 7 0... 55 Math 5 Spring 0 Written Homework 5 Solutions Solution: We note that the associated sequence, 4, 7, 0,..., 55 appears to be an arithmetic sequence. If the sequence

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information

Math Workshop October 2010 Fractions and Repeating Decimals

Math Workshop October 2010 Fractions and Repeating Decimals Math Workshop October 2010 Fractions and Repeating Decimals This evening we will investigate the patterns that arise when converting fractions to decimals. As an example of what we will be looking at,

More information

Algebra I Credit Recovery

Algebra I Credit Recovery Algebra I Credit Recovery COURSE DESCRIPTION: The purpose of this course is to allow the student to gain mastery in working with and evaluating mathematical expressions, equations, graphs, and other topics,

More information

QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS

QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS QUADRATIC, EXPONENTIAL AND LOGARITHMIC FUNCTIONS Content 1. Parabolas... 1 1.1. Top of a parabola... 2 1.2. Orientation of a parabola... 2 1.3. Intercept of a parabola... 3 1.4. Roots (or zeros) of a parabola...

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line College Algebra in Context with Applications for the Managerial, Life, and Social Sciences, 3rd Edition Ronald J. Harshbarger, University of South Carolina - Beaufort Lisa S. Yocco, Georgia Southern University

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

PURSUITS IN MATHEMATICS often produce elementary functions as solutions that need to be

PURSUITS IN MATHEMATICS often produce elementary functions as solutions that need to be Fast Approximation of the Tangent, Hyperbolic Tangent, Exponential and Logarithmic Functions 2007 Ron Doerfler http://www.myreckonings.com June 27, 2007 Abstract There are some of us who enjoy using our

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

Section 8.4 - Composite and Inverse Functions

Section 8.4 - Composite and Inverse Functions Math 127 - Section 8.4 - Page 1 Section 8.4 - Composite and Inverse Functions I. Composition of Functions A. If f and g are functions, then the composite function of f and g (written f g) is: (f g)( =

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

CSE373: Data Structures and Algorithms Lecture 3: Math Review; Algorithm Analysis. Linda Shapiro Winter 2015

CSE373: Data Structures and Algorithms Lecture 3: Math Review; Algorithm Analysis. Linda Shapiro Winter 2015 CSE373: Data Structures and Algorithms Lecture 3: Math Review; Algorithm Analysis Linda Shapiro Today Registration should be done. Homework 1 due 11:59 pm next Wednesday, January 14 Review math essential

More information

Math Common Core Sampler Test

Math Common Core Sampler Test High School Algebra Core Curriculum Math Test Math Common Core Sampler Test Our High School Algebra sampler covers the twenty most common questions that we see targeted for this level. For complete tests

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

Exponents. Exponents tell us how many times to multiply a base number by itself.

Exponents. Exponents tell us how many times to multiply a base number by itself. Exponents Exponents tell us how many times to multiply a base number by itself. Exponential form: 5 4 exponent base number Expanded form: 5 5 5 5 25 5 5 125 5 625 To use a calculator: put in the base number,

More information

Exponential Notation and the Order of Operations

Exponential Notation and the Order of Operations 1.7 Exponential Notation and the Order of Operations 1.7 OBJECTIVES 1. Use exponent notation 2. Evaluate expressions containing powers of whole numbers 3. Know the order of operations 4. Evaluate expressions

More information

Math 1050 Khan Academy Extra Credit Algebra Assignment

Math 1050 Khan Academy Extra Credit Algebra Assignment Math 1050 Khan Academy Extra Credit Algebra Assignment KhanAcademy.org offers over 2,700 instructional videos, including hundreds of videos teaching algebra concepts, and corresponding problem sets. In

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises

CHAPTER FIVE. Solutions for Section 5.1. Skill Refresher. Exercises CHAPTER FIVE 5.1 SOLUTIONS 265 Solutions for Section 5.1 Skill Refresher S1. Since 1,000,000 = 10 6, we have x = 6. S2. Since 0.01 = 10 2, we have t = 2. S3. Since e 3 = ( e 3) 1/2 = e 3/2, we have z =

More information

MPE Review Section III: Logarithmic & Exponential Functions

MPE Review Section III: Logarithmic & Exponential Functions MPE Review Section III: Logarithmic & Eponential Functions FUNCTIONS AND GRAPHS To specify a function y f (, one must give a collection of numbers D, called the domain of the function, and a procedure

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

Year 9 set 1 Mathematics notes, to accompany the 9H book.

Year 9 set 1 Mathematics notes, to accompany the 9H book. Part 1: Year 9 set 1 Mathematics notes, to accompany the 9H book. equations 1. (p.1), 1.6 (p. 44), 4.6 (p.196) sequences 3. (p.115) Pupils use the Elmwood Press Essential Maths book by David Raymer (9H

More information

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have 8.6 Rational Exponents 8.6 OBJECTIVES 1. Define rational exponents 2. Simplify expressions containing rational exponents 3. Use a calculator to estimate the value of an expression containing rational exponents

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

I remember that when I

I remember that when I 8. Airthmetic and Geometric Sequences 45 8. ARITHMETIC AND GEOMETRIC SEQUENCES Whenever you tell me that mathematics is just a human invention like the game of chess I would like to believe you. But I

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Algebra 1, Quarter 2, Unit 2.1 Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals ALGEBRA REVIEW LEARNING SKILLS CENTER The "Review Series in Algebra" is taught at the beginning of each quarter by the staff of the Learning Skills Center at UC Davis. This workshop is intended to be an

More information

Simplifying Algebraic Fractions

Simplifying Algebraic Fractions 5. Simplifying Algebraic Fractions 5. OBJECTIVES. Find the GCF for two monomials and simplify a fraction 2. Find the GCF for two polynomials and simplify a fraction Much of our work with algebraic fractions

More information

23. RATIONAL EXPONENTS

23. RATIONAL EXPONENTS 23. RATIONAL EXPONENTS renaming radicals rational numbers writing radicals with rational exponents When serious work needs to be done with radicals, they are usually changed to a name that uses exponents,

More information

Section 4.1 Rules of Exponents

Section 4.1 Rules of Exponents Section 4.1 Rules of Exponents THE MEANING OF THE EXPONENT The exponent is an abbreviation for repeated multiplication. The repeated number is called a factor. x n means n factors of x. The exponent tells

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

Tips for Solving Mathematical Problems

Tips for Solving Mathematical Problems Tips for Solving Mathematical Problems Don Byrd Revised late April 2011 The tips below are based primarily on my experience teaching precalculus to high-school students, and to a lesser extent on my other

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

Order of Operations More Essential Practice

Order of Operations More Essential Practice Order of Operations More Essential Practice We will be simplifying expressions using the order of operations in this section. Automatic Skill: Order of operations needs to become an automatic skill. Failure

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions The goal of this workshop is to familiarize you with similarities and differences in both the graphing and expression of polynomial

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices.

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices. Math Placement Test Study Guide General Characteristics of the Test 1. All items are to be completed by all students. The items are roughly ordered from elementary to advanced. The expectation is that

More information

3.3 Real Zeros of Polynomials

3.3 Real Zeros of Polynomials 3.3 Real Zeros of Polynomials 69 3.3 Real Zeros of Polynomials In Section 3., we found that we can use synthetic division to determine if a given real number is a zero of a polynomial function. This section

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

Precalculus Orientation and FAQ

Precalculus Orientation and FAQ Precalculus Orientation and FAQ MATH 1011 (Precalculus) is a four hour 3 credit course that prepares a student for Calculus. Topics covered include linear, quadratic, polynomial, rational, exponential,

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Pearson Algebra 1 Common Core 2015

Pearson Algebra 1 Common Core 2015 A Correlation of Pearson Algebra 1 Common Core 2015 To the Common Core State Standards for Mathematics Traditional Pathways, Algebra 1 High School Copyright 2015 Pearson Education, Inc. or its affiliate(s).

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

More information

UNDERSTANDING ALGEBRA JAMES BRENNAN. Copyright 2002, All Rights Reserved

UNDERSTANDING ALGEBRA JAMES BRENNAN. Copyright 2002, All Rights Reserved UNDERSTANDING ALGEBRA JAMES BRENNAN Copyright 00, All Rights Reserved CONTENTS CHAPTER 1: THE NUMBERS OF ARITHMETIC 1 THE REAL NUMBER SYSTEM 1 ADDITION AND SUBTRACTION OF REAL NUMBERS 8 MULTIPLICATION

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Multiplying and Dividing Algebraic Fractions

Multiplying and Dividing Algebraic Fractions . Multiplying and Dividing Algebraic Fractions. OBJECTIVES. Write the product of two algebraic fractions in simplest form. Write the quotient of two algebraic fractions in simplest form. Simplify a comple

More information

Entry Level College Mathematics: Algebra or Modeling

Entry Level College Mathematics: Algebra or Modeling Entry Level College Mathematics: Algebra or Modeling Dan Kalman Dan Kalman is Associate Professor in Mathematics and Statistics at American University. His interests include matrix theory, curriculum development,

More information

Graphing Linear Equations in Two Variables

Graphing Linear Equations in Two Variables Math 123 Section 3.2 - Graphing Linear Equations Using Intercepts - Page 1 Graphing Linear Equations in Two Variables I. Graphing Lines A. The graph of a line is just the set of solution points of the

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

Session 7 Fractions and Decimals

Session 7 Fractions and Decimals Key Terms in This Session Session 7 Fractions and Decimals Previously Introduced prime number rational numbers New in This Session period repeating decimal terminating decimal Introduction In this session,

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

is the degree of the polynomial and is the leading coefficient.

is the degree of the polynomial and is the leading coefficient. Property: T. Hrubik-Vulanovic e-mail: thrubik@kent.edu Content (in order sections were covered from the book): Chapter 6 Higher-Degree Polynomial Functions... 1 Section 6.1 Higher-Degree Polynomial Functions...

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents Appendix A. Exponents and Radicals A11 A. Exponents and Radicals What you should learn Use properties of exponents. Use scientific notation to represent real numbers. Use properties of radicals. Simplify

More information