Logarithms and Exponentials

Size: px
Start display at page:

Download "Logarithms and Exponentials"

Transcription

1 Logarithms and Exponentials Steven Kaplan Department of Physics and Astronomy, Rutgers University The Basic Idea log b x =? Whoa...that looks scary. What does that mean? I m glad you asked. Let s analyze the equation above. The number b is called the base, x is called the argument, and the? is the exponent. Exponent, what does a logarithm have to do with an exponent. The answer is: logarithms have everything to do with exponents! When you take the logarithm of a number, you are asking the following question: b (the base of the logarithm) raised to what power will give me what I am taking the logarithm of. In math, you can read this as (using the same notation as above): b? = x I.e, when you take the log base b of x, I am asking the question b to what power is going to give me x. The answer to that question is an exponent: the power that b is raised to in order to get x. Let s see an example: log 3 (9) =? Again, our aim here is to figure out what the question mark is. Let s think through it using the idea of what a logarithm is. The question this example is asking is 3 raised to what power is going to give me 9? The answer here is 2 (3 2 = 9). We just did our first logarithm! Let s see another: log 2 (8) =? Ok, same idea here. I want to know what power to which I need to raise two in order to get 8. The answer is 3. (2 3 = 8). How about one more? log 10 (0.001) =? 10 raised to what power is going to give me 0.001? Well, if you know how to use scientific notation, you know how to do this problem! 10 3 will give you 0.001, so 3 is the answer. 1

2 The Commonly Used Bases, e and 10 In your introductory physics courses, you will mainly see logarithms with either a base of e or a base of 10 (logarithms with base e are much more frequent). Both of these have somewhat different notation than what we have seen hitherto: ln(x), The Natural Logarithm These will be what you will see the most. Ln stands for natural logarithm. Why are the letters switched you ask? Probably just to have l in front to be consistent with the other logarithms. ln x is the same thing as log e x. When you encounter natural logs, you will never see them as log e, you will see them as ln. This is to say: log e x = ln x The notation is different, but the meaning is exactly the same. You will never see the former notation, but that is the meaning of ln x: the logarithm of x in base e. This is to say, using what we know about logarithms, the statement ln x is asking e to what power is going to give me x?. A (hopefully) obvious example: ln e 4 =? e to what power is going to give me e 4? Um...well ? Yup! Another (even more) obvious example that will prove very fruitful later on when we get to more complex examples: ln e =? e to what power is going to give me e? Well, I know that something raised to the power of 1 gives you that something back, so that must mean that e 1 = e. Therefore, the answer is 1. This unlocks a very powerful identity for us that can be used with a logarithm of any base b: log b b = 1 b to what power gives me b? Like we reasoned above, 1. log(x), A Logarithm With Base 10 This one you will only see in one or two concepts in physics (it could be that you will never encounter it). For example, the decibel scale of sound intensity is a log 10 scale. Its meaning is the same as any other logarithm: log 10 (x) is an expression symbolizing the question 10 to what power is going give me x? When log 10 is used, you will never see the 10 there. If you just see log, it is most likely base 10. Note: While the vast majority of texts and professors use the ln notation for 2

3 natural logarithms, some will just write log without a base to indicate a natural log. Personally, I think this is terrible notation because they likely also do this for base 10 logarithms. If I have a pet peeve, it is bad notation. Why make things more complicated than they already are? For the sake of completeness, another example: log 1000 =? 10 to what power will give me 1000? Again, for those who know scientific notation, this is simple = 1000, so log 1000 = 3. Logarithmic Identities Ok, every example presented so far has been something you can do in your head. I presented it this way so that you would understand what a logarithm actually is before we get into the harder examples (i.e. the types of things you will actually see in your physics course). Let s take a look at the following example: ln ( ) =? This is one you definitely can t do in your head (unless you ve seen the answer already, but that doesn t count)! For these, you will need a calculator. The answer here is 1 (e 1 = ). How about this one? log 7 (52) On your calculator, you probably have a log key and you probably have an ln key. There s probably no calculator that has a log 7 key. Can you still do this problem on your calculator? Absolutely. You have to use the following identity to transform the example into something your calculator can do. log b (x) = ln (x) ln (b) (1) So, for our case: log 7 (52) = ln (52) ln (7) = Let s check our answer. If the answer is correct, should be very close to (as I rounded the final answer) 52. Indeed, As you can see, we took a logarithm that we couldn t directly use the calculator for, and transformed it into something we could use the calculator for. Another example: log 2 (π) 3

4 . Using the same method as the previous example: log 2 (π) = ln (π) ln (2) Checking our work, Close enough. The less you round, the closer you ll get. Let s go back to the second to last example we had in the natural logs section: ln (e 4 ) =? If the solution wasn t obvious to you, there is a way to simplify the expression. First, note that the following is true for any base b: Therefore: log b (x y ) = y log b (x) (2) ln (e 4 ) = 4 ln (e) = 4 We got the same answer for ln (e 4 ) by doing it both in our heads and by simplifying the expression. Also, note that we used the fact that ln (e) = 1 (Remember, e 1 = e; therefore, ln (e) = 1). Let s take a look at a couple of more examples of logarithms in which we can use this identity to help simplify the expression: log ( ) = 2.7 log (10) = 2.7 Note: for the same reason that ln (e) = 1, log (10) = 1 (i.e = 10) Two more properties of logarithms that will come up are the following: log b (xy) = log b (x) + log b (y) (3) log b ( x y ) = log b (x) log b (y) (4) Problem Solving Techniques Let s look at a few examples and try to simplify them as much as we can: ln (3x) = ln (3) + ln (x) ln (x) ln (3e x ) = ln (3) + ln (e x ) = ln (3) + x ln (e) x ln ( xy e z ) = ln (xy) ln (ez ) = ln (xy) z ln (e) = ln (x) + ln (y) z Of great importance is the concept I have used twice in the examples above: ln (e x ) = x (5) 4

5 Can you tell why this is the case? If not: ln (e x ) = x ln (e) = x We will see why this is so important momentarily. Solving equations: so far, we have just been dealing with a logarithmic expression by itself. We have learned what a logarithm is, various identities they follow, how to evaluate logarithmic expressions, and how to simplify them. Now, we are going to see how they are really used in the context of physics: in equations. First, let us take a look at the following equation: e x = 2 How would you solve for x? The way to do it is this: whenever you have e x = whatever as an equation, you solve for x by taking the natural log of both sides. Watch: e x = whatever ln e x = ln whatever x ln e = ln whatever x = ln whatever Therefore, in the equation e x = 2, x must equal ln 2. This shows another technique that can be employed with equations evolving exponentials. Let s take a look at what we gleaned from our example. More generally, we can see that e ln 2 = 2 e ln x = x (6) This should make sense. We know from the beginning of the chapter that ln x, by definition, is the exponent to which e must be raised to get x. So, e raised to that power should, in fact, give me x! This is exactly what we are seeing. Now, when would we use this? Say that we have an equation where one side is the natural log of an expression involving x (or any variable), and I want to solve for x. If we raise e to both sides of the equation, the natural log term will drop out. Let s see an example. ln (x + 3) = 7 e ln (x+3) = e 7 x + 3 = e 7 x = e

6 One more example for good measure: ln (x 2 ) = 1 e ln(x2) = e 1 x 2 = e x = ± e 6

7 Practice Problems Compute the following logarithms. For the first few, try to do them in your head. For each, write the logarithm out in the form we discussed: if log b (x) = y, then x = b y. Use this to check your answer. This will serve to reinforce the concept of what a logarithm is. 1. log(100) 2. ln(e 3 ) 3. log 3 (27) 4. log 2 (16) 5. log 6 (234) 6. log 1 1(335.6) Solve the following equations for the variable x: 1. e x = x = x2 +10x 5 = 0 4. ln(x 2 ) = 0 5. ln(x 2 + 3x 9) = x2 4 =

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of Factoring Review for Algebra II The saddest thing about not doing well in Algebra II is that almost any math teacher can tell you going into it what s going to trip you up. One of the first things they

More information

If a function has an inverse then we can determine the input if we know the output. For example if the function

If a function has an inverse then we can determine the input if we know the output. For example if the function 1 Inverse Functions We know what it means for a relation to be a function. Every input maps to only one output, it passes the vertical line test. But not every function has an inverse. A function has no

More information

Since the logs have the same base, I can set the arguments equal and solve: x 2 30 = x x 2 x 30 = 0

Since the logs have the same base, I can set the arguments equal and solve: x 2 30 = x x 2 x 30 = 0 LOGARITHMIC EQUATIONS (LOGS) 1 Type 1: The first type of logarithmic equation has two logs, each having the same base, set equal to each other, and you solve by setting the insides (the "arguments") equal

More information

6.3 logarithmic FUnCTIOnS

6.3 logarithmic FUnCTIOnS SECTION 6.3 logarithmic functions 4 9 1 learning ObjeCTIveS In this section, you will: Convert from logarithmic to exponential form. Convert from exponential to logarithmic form. Evaluate logarithms. Use

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Chapter Three. Deciphering the Code. Understanding Notation

Chapter Three. Deciphering the Code. Understanding Notation Chapter Three Deciphering the Code Mathematics has its own vocabulary. In addition to words, mathematics uses its own notation, symbols that stand for more complicated ideas. Some of these elements are

More information

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5.

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5. Chapter 5 Exponents 5. Exponent Concepts An exponent means repeated multiplication. For instance, 0 6 means 0 0 0 0 0 0, or,000,000. You ve probably noticed that there is a logical progression of operations.

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

Solving Quadratic Equations Using the Square Root Property

Solving Quadratic Equations Using the Square Root Property Solving Quadratic Equations Using the Square Root Property In this lesson we are going to cover the square root property one of the methods used to solve quadratic equations. If the quadratic equation

More information

How to write maths (well)

How to write maths (well) How to write maths (well) Dr Euan Spence 29 September 2017 These are the slides from a talk I gave to the new first-year students at Bath, annotated with some of the things I said (which appear in boxes

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Solving with Absolute Value

Solving with Absolute Value Solving with Absolute Value Who knew two little lines could cause so much trouble? Ask someone to solve the equation 3x 2 = 7 and they ll say No problem! Add just two little lines, and ask them to solve

More information

How to use these notes

How to use these notes Chapter How to use these notes These notes were prepared for the University of Utah s Math 00 refresher course. They asssume that the user has had the Math 00 course Intermediate Algebra or its equivalent

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

base 2 4 The EXPONENT tells you how many times to write the base as a factor. Evaluate the following expressions in standard notation.

base 2 4 The EXPONENT tells you how many times to write the base as a factor. Evaluate the following expressions in standard notation. EXPONENTIALS Exponential is a number written with an exponent. The rules for exponents make computing with very large or very small numbers easier. Students will come across exponentials in geometric sequences

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

25 = 2. Remember to put the base lower than the g of log so you don t get confused 2. Write the log equation in exponential form 2.

25 = 2. Remember to put the base lower than the g of log so you don t get confused 2. Write the log equation in exponential form 2. LOGARITHMS The logarithm of a number to a given base is the exponent to which that base must be raised in order to produce the number. For example: What is the exponent that must be raised to in order

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Lesson 11-1: Parabolas

Lesson 11-1: Parabolas Lesson -: Parabolas The first conic curve we will work with is the parabola. You may think that you ve never really used or encountered a parabola before. Think about it how many times have you been going

More information

Math Lecture 3 Notes

Math Lecture 3 Notes Math 1010 - Lecture 3 Notes Dylan Zwick Fall 2009 1 Operations with Real Numbers In our last lecture we covered some basic operations with real numbers like addition, subtraction and multiplication. This

More information

Big-oh stuff. You should know this definition by heart and be able to give it,

Big-oh stuff. You should know this definition by heart and be able to give it, Big-oh stuff Definition. if asked. You should know this definition by heart and be able to give it, Let f and g both be functions from R + to R +. Then f is O(g) (pronounced big-oh ) if and only if there

More information

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers:

f( x) f( y). Functions which are not one-to-one are often called many-to-one. Take the domain and the range to both be all the real numbers: I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with exactly one member of Y. That is, some x goes in, and some y comes out. These notations are used

More information

Pre-Calculus Notes from Week 6

Pre-Calculus Notes from Week 6 1-105 Pre-Calculus Notes from Week 6 Logarithmic Functions: Let a > 0, a 1 be a given base (as in, base of an exponential function), and let x be any positive number. By our properties of exponential functions,

More information

I started to think that maybe I could just distribute the log so that I get:

I started to think that maybe I could just distribute the log so that I get: 2.3 Chopping Logs A Solidify Understanding Task Abe and Mary were working on their math homework together when Abe has a brilliant idea Abe: I was just looking at this log function that we graphed in Falling

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

More information

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x Factoring trinomials In general, we are factoring ax + bx + c where a, b, and c are real numbers. To factor an expression means to write it as a product of factors instead of a sum of terms. The expression

More information

Warm Up. Fourth Grade Released Test Question: 1) Which of the following has the greatest value? 2) Write the following numbers in expanded form: 25:

Warm Up. Fourth Grade Released Test Question: 1) Which of the following has the greatest value? 2) Write the following numbers in expanded form: 25: Warm Up Fourth Grade Released Test Question: 1) Which of the following has the greatest value? A 12.1 B 0.97 C 4.23 D 5.08 Challenge: Plot these numbers on an open number line. 2) Write the following numbers

More information

Polynomial Operations

Polynomial Operations Chapter 7 Polynomial Operations Sec. 1 Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions

More information

Algebra II. Slide 1 / 261. Slide 2 / 261. Slide 3 / 261. Linear, Exponential and Logarithmic Functions. Table of Contents

Algebra II. Slide 1 / 261. Slide 2 / 261. Slide 3 / 261. Linear, Exponential and Logarithmic Functions. Table of Contents Slide 1 / 261 Algebra II Slide 2 / 261 Linear, Exponential and 2015-04-21 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 261 Linear Functions Exponential Functions Properties

More information

WSMA Algebra - Expressions Lesson 14

WSMA Algebra - Expressions Lesson 14 Algebra Expressions Why study algebra? Because this topic provides the mathematical tools for any problem more complicated than just combining some given numbers together. Algebra lets you solve word problems

More information

Before this course is over we will see the need to split up a fraction in a couple of ways, one using multiplication and the other using addition.

Before this course is over we will see the need to split up a fraction in a couple of ways, one using multiplication and the other using addition. CH MORE FRACTIONS Introduction I n this chapter we tie up some loose ends. First, we split a single fraction into two fractions, followed by performing our standard math operations on positive and negative

More information

Section 4.6 Negative Exponents

Section 4.6 Negative Exponents Section 4.6 Negative Exponents INTRODUCTION In order to understand negative exponents the main topic of this section we need to make sure we understand the meaning of the reciprocal of a number. Reciprocals

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information

Appendix A. Review of Basic Mathematical Operations. 22Introduction

Appendix A. Review of Basic Mathematical Operations. 22Introduction Appendix A Review of Basic Mathematical Operations I never did very well in math I could never seem to persuade the teacher that I hadn t meant my answers literally. Introduction Calvin Trillin Many of

More information

6: Polynomials and Polynomial Functions

6: Polynomials and Polynomial Functions 6: Polynomials and Polynomial Functions 6-1: Polynomial Functions Okay you know what a variable is A term is a product of constants and powers of variables (for example: x ; 5xy ) For now, let's restrict

More information

Conceptual Explanations: Simultaneous Equations Distance, rate, and time

Conceptual Explanations: Simultaneous Equations Distance, rate, and time Conceptual Explanations: Simultaneous Equations Distance, rate, and time If you travel 30 miles per hour for 4 hours, how far do you go? A little common sense will tell you that the answer is 120 miles.

More information

Line Integrals and Path Independence

Line Integrals and Path Independence Line Integrals and Path Independence We get to talk about integrals that are the areas under a line in three (or more) dimensional space. These are called, strangely enough, line integrals. Figure 11.1

More information

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve chapter 1 The Basics Algebra is a very logical way to solve problems both theoretically and practically. You need to know a number of things. You already know arithmetic of whole numbers. You will review

More information

Knots, Coloring and Applications

Knots, Coloring and Applications Knots, Coloring and Applications Ben Webster University of Virginia March 10, 2015 Ben Webster (UVA) Knots, Coloring and Applications March 10, 2015 1 / 14 This talk is online at http://people.virginia.edu/~btw4e/knots.pdf

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

Properties of Arithmetic

Properties of Arithmetic Excerpt from "Prealgebra" 205 AoPS Inc. 4 6 7 4 5 8 22 23 5 7 0 Arithmetic is being able to count up to twenty without taking o your shoes. Mickey Mouse CHAPTER Properties of Arithmetic. Why Start with

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

8. TRANSFORMING TOOL #1 (the Addition Property of Equality)

8. TRANSFORMING TOOL #1 (the Addition Property of Equality) 8 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not change

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.6 Inverse Functions and Logarithms In this section, we will learn about: Inverse functions and logarithms. INVERSE FUNCTIONS The table gives data from an experiment

More information

4 Exponential and Logarithmic Functions

4 Exponential and Logarithmic Functions 4 Exponential and Logarithmic Functions 4.1 Exponential Functions Definition 4.1 If a > 0 and a 1, then the exponential function with base a is given by fx) = a x. Examples: fx) = x, gx) = 10 x, hx) =

More information

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n =

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n = Hypothesis testing I I. What is hypothesis testing? [Note we re temporarily bouncing around in the book a lot! Things will settle down again in a week or so] - Exactly what it says. We develop a hypothesis,

More information

One sided tests. An example of a two sided alternative is what we ve been using for our two sample tests:

One sided tests. An example of a two sided alternative is what we ve been using for our two sample tests: One sided tests So far all of our tests have been two sided. While this may be a bit easier to understand, this is often not the best way to do a hypothesis test. One simple thing that we can do to get

More information

EQ: How do I convert between standard form and scientific notation?

EQ: How do I convert between standard form and scientific notation? EQ: How do I convert between standard form and scientific notation? HW: Practice Sheet Bellwork: Simplify each expression 1. (5x 3 ) 4 2. 5(x 3 ) 4 3. 5(x 3 ) 4 20x 8 Simplify and leave in standard form

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

MATH 230 CALCULUS II OVERVIEW

MATH 230 CALCULUS II OVERVIEW MATH 230 CALCULUS II OVERVIEW This overview is designed to give you a brief look into some of the major topics covered in Calculus II. This short introduction is just a glimpse, and by no means the whole

More information

Toss 1. Fig.1. 2 Heads 2 Tails Heads/Tails (H, H) (T, T) (H, T) Fig.2

Toss 1. Fig.1. 2 Heads 2 Tails Heads/Tails (H, H) (T, T) (H, T) Fig.2 1 Basic Probabilities The probabilities that we ll be learning about build from the set theory that we learned last class, only this time, the sets are specifically sets of events. What are events? Roughly,

More information

1.1 Units and unit conversions

1.1 Units and unit conversions Fundamentals This chapter reviews four important mathematical concepts and techniques that will be helpful in many quantitative problems you re likely to encounter in a college-level introductory astronomy

More information

Practice Questions for Final Exam - Math 1060Q - Fall 2014

Practice Questions for Final Exam - Math 1060Q - Fall 2014 Practice Questions for Final Exam - Math 1060Q - Fall 01 Before anyone asks, the final exam is cumulative. It will consist of about 50% problems on exponential and logarithmic functions, 5% problems on

More information

Section 2.3: Logarithmic Functions Lecture 3 MTH 124

Section 2.3: Logarithmic Functions Lecture 3 MTH 124 Procedural Skills Learning Objectives 1. Build an exponential function using the correct compounding identifiers (annually, monthly, continuously etc...) 2. Manipulate exponents algebraically. e.g. Solving

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Graduate T.A. Department of Mathematics Dynamical Systems and Chaos San Diego State University April 9, 11 Definition (Exponential Function) An exponential function with base a is a function of the form

More information

Honors Math 2 Unit 5 Exponential Functions. *Quiz* Common Logs Solving for Exponents Review and Practice

Honors Math 2 Unit 5 Exponential Functions. *Quiz* Common Logs Solving for Exponents Review and Practice Honors Math 2 Unit 5 Exponential Functions Notes and Activities Name: Date: Pd: Unit Objectives: Objectives: N-RN.2 Rewrite expressions involving radicals and rational exponents using the properties of

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

More information

Astronomy 102 Math Review

Astronomy 102 Math Review Astronomy 102 Math Review 2003-August-06 Prof. Robert Knop r.knop@vanderbilt.edu) For Astronomy 102, you will not need to do any math beyond the high-school alegbra that is part of the admissions requirements

More information

Lecture 2 - Length Contraction

Lecture 2 - Length Contraction Lecture 2 - Length Contraction A Puzzle We are all aware that if you jump to the right, your reflection in the mirror will jump left. But if you raise your hand up, your reflection will also raise its

More information

25. REVISITING EXPONENTS

25. REVISITING EXPONENTS 25. REVISITING EXPONENTS exploring expressions like ( x) 2, ( x) 3, x 2, and x 3 rewriting ( x) n for even powers n This section explores expressions like ( x) 2, ( x) 3, x 2, and x 3. The ideas have been

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information

You separate binary numbers into columns in a similar fashion. 2 5 = 32

You separate binary numbers into columns in a similar fashion. 2 5 = 32 RSA Encryption 2 At the end of Part I of this article, we stated that RSA encryption works because it s impractical to factor n, which determines P 1 and P 2, which determines our private key, d, which

More information

Definition of a Logarithm

Definition of a Logarithm Chapter 17 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

I started to think that maybe I could just distribute the log so that I get:

I started to think that maybe I could just distribute the log so that I get: 2.3 Chopping Logs A Solidify Understanding Task Abe and Mary were working on their math homework together when Abe has a brilliant idea Abe: I was just looking at this log function that we graphed in Falling

More information

Lesson 21 Not So Dramatic Quadratics

Lesson 21 Not So Dramatic Quadratics STUDENT MANUAL ALGEBRA II / LESSON 21 Lesson 21 Not So Dramatic Quadratics Quadratic equations are probably one of the most popular types of equations that you ll see in algebra. A quadratic equation has

More information

In economics, the amount of a good x demanded is a function of the price of that good. In other words,

In economics, the amount of a good x demanded is a function of the price of that good. In other words, I. UNIVARIATE CALCULUS Given two sets X and Y, a function is a rule that associates each member of X with eactly one member of Y. That is, some goes in, and some y comes out. These notations are used to

More information

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS The two methods we will use to solve systems are substitution and elimination. Substitution was covered in the last lesson and elimination is covered in this lesson. Method of Elimination: 1. multiply

More information

Before this course is over we will see the need to split up a fraction in a couple of ways, one using multiplication and the other using addition.

Before this course is over we will see the need to split up a fraction in a couple of ways, one using multiplication and the other using addition. CH 0 MORE FRACTIONS Introduction I n this chapter we tie up some loose ends. First, we split a single fraction into two fractions, followed by performing our standard math operations on positive and negative

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

M155 Exam 2 Concept Review

M155 Exam 2 Concept Review M155 Exam 2 Concept Review Mark Blumstein DERIVATIVES Product Rule Used to take the derivative of a product of two functions u and v. u v + uv Quotient Rule Used to take a derivative of the quotient of

More information

C log a? Definition Notes

C log a? Definition Notes Log Page C 8. log a? Definition Notes The Definition of a Logarithm: log 9? log 9? Think: What power do you have to raise 3 to, to equal 9? log 8? log 83? 3 8 equals to what power? b is the base. a is

More information

irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways:

irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways: CH 2 VARIABLES INTRODUCTION F irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways: 5 7 5 7 5(7) (5)7 (5)(7)

More information

z = log loglog

z = log loglog Name: Units do not have to be included. 2016 2017 Log1 Contest Round 2 Theta Logs and Exponents points each 1 Write in logarithmic form: 2 = 1 8 2 Evaluate: log 5 0 log 5 8 (log 2 log 6) Simplify the expression

More information

MATH 1113 Exam 2 Review

MATH 1113 Exam 2 Review MATH 1113 Exam 2 Review Section 3.1: Inverse Functions Topics Covered Section 3.2: Exponential Functions Section 3.3: Logarithmic Functions Section 3.4: Properties of Logarithms Section 3.5: Exponential

More information

Definition of a Logarithm

Definition of a Logarithm Chapter 17 Logarithms Sec. 1 Definition of a Logarithm In the last chapter we solved and graphed exponential equations. The strategy we used to solve those was to make the bases the same, set the exponents

More information

Chapter 3. Exponential and Logarithmic Functions. 3.2 Logarithmic Functions

Chapter 3. Exponential and Logarithmic Functions. 3.2 Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions 3.2 Logarithmic Functions 1/23 Chapter 3 Exponential and Logarithmic Functions 3.2 4, 8, 14, 16, 18, 20, 22, 30, 31, 32, 33, 34, 39, 42, 54, 56, 62, 68,

More information

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward. EXPLODING DOTS CHAPTER 7 INFINITE SUMS In the previous chapter we played with the machine and saw the power of that machine to make advanced school algebra so natural and straightforward. In this chapter,

More information

Confidence intervals

Confidence intervals Confidence intervals We now want to take what we ve learned about sampling distributions and standard errors and construct confidence intervals. What are confidence intervals? Simply an interval for which

More information

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today?

Q 2.0.2: If it s 5:30pm now, what time will it be in 4753 hours? Q 2.0.3: Today is Wednesday. What day of the week will it be in one year from today? 2 Mod math Modular arithmetic is the math you do when you talk about time on a clock. For example, if it s 9 o clock right now, then it ll be 1 o clock in 4 hours. Clearly, 9 + 4 1 in general. But on a

More information

Chapter 3 ALGEBRA. Overview. Algebra. 3.1 Linear Equations and Applications 3.2 More Linear Equations 3.3 Equations with Exponents. Section 3.

Chapter 3 ALGEBRA. Overview. Algebra. 3.1 Linear Equations and Applications 3.2 More Linear Equations 3.3 Equations with Exponents. Section 3. 4 Chapter 3 ALGEBRA Overview Algebra 3.1 Linear Equations and Applications 3.2 More Linear Equations 3.3 Equations with Exponents 5 LinearEquations 3+ what = 7? If you have come through arithmetic, the

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

Math Practice Exam 3 - solutions

Math Practice Exam 3 - solutions Math 181 - Practice Exam 3 - solutions Problem 1 Consider the function h(x) = (9x 2 33x 25)e 3x+1. a) Find h (x). b) Find all values of x where h (x) is zero ( critical values ). c) Using the sign pattern

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

30. TRANSFORMING TOOL #1 (the Addition Property of Equality)

30. TRANSFORMING TOOL #1 (the Addition Property of Equality) 30 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not

More information

Math Review for Chemistry

Math Review for Chemistry Chemistry Summer Assignment 2018-2019 Chemistry Students A successful year in Chemistry requires that students begin with a basic set of skills and knowledge that you will use the entire year. The summer

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

Grades 7 & 8, Math Circles 10/11/12 October, Series & Polygonal Numbers

Grades 7 & 8, Math Circles 10/11/12 October, Series & Polygonal Numbers Faculty of Mathematics Waterloo, Ontario N2L G Centre for Education in Mathematics and Computing Introduction Grades 7 & 8, Math Circles 0//2 October, 207 Series & Polygonal Numbers Mathematicians are

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 08-09 Summer Assignment Dear Future AP Student, I hope you are ecited for the year of Calculus that we will be pursuing together! I don t know how much you know about Calculus, but it is

More information

Sums of Squares (FNS 195-S) Fall 2014

Sums of Squares (FNS 195-S) Fall 2014 Sums of Squares (FNS 195-S) Fall 014 Record of What We Did Drew Armstrong Vectors When we tried to apply Cartesian coordinates in 3 dimensions we ran into some difficulty tryiing to describe lines and

More information