Introduction to Differential Equations

Size: px
Start display at page:

Download "Introduction to Differential Equations"

Transcription

1 Math 56: Introduction to Differential Equations A differential equation is an equation that relates not onl a dependent variable and an independent variable, but also one or more derivatives of that dependent variable. For example, x + + = 0 is a differential equation. After completing this project, ou should be familiar with basic terminolog related to differential equations, and should also be able to solve some simple differential equations. Introduction: Wh are differential equations useful? Differential equations allow us to model situations in which the rate of change of some quantit depends directl on the quantit itself. Here are some examples that should illustrate the difference: When ou drive our car, ou have the abilit to independentl choose our speed. The speed of the car doesn t depend on how far the car has alrea traveled. Therefore, we would not want to use a differential equation to model this. When ou inflate a balloon, there is a probabilit that the balloon will get too full and burst. That probabilit changes as ou add air, and that rate of change depends on how much air ou have alrea added previousl. Therefore, we would want to use a differential equation to model this. You invest $0,000 in a long term, interest-bearing fund. Since our interest is compounded, the amount of interest ou make in future ears depends on how much interest ou have alrea made. Therefore, we could use a differential equation to model this. (See Example 4.) Next we re going to look at some examples of differential equations. Example : What is a differential equation, and what does it mean to solve one? onsider the equation =. This is a differential equation, because some of the variables are derivatives of other variables. In order for a function to solve a differential equation, the equation must be true when the function and its correct derivatives are substituted into the equation. The function = e x is a solution to the differential equation = : = e x = 9e x Substituting these into the original equation gives us: 9e x (e x ) = (e x ) 9e x 6e x = e x e x = e x Since the left-hand side equals the right-hand side, the function = e x is a solution. The function = x is not a solution to the differential equation = : = x =

2 Substituting these into the original equation gives us: (x) = (x ) 4x = x Technicall that last equation is true for some isolated values of x, (x 0.874, for example), but it s not generall a true statement like e x = e x obviousl is. Therefore, we determine that = x is not a solution to this differential equation. Example : What do we mean when we talk about the order of a differential equation? The order of a differential equation is the highest derivative that appears within the differential equation. For example, + 8x = x + is a third-order differential equation (because it contains a term.) For the remainder of this project, we focus exclusivel on first-order differential equations that can be solved using a technique called separation of variables. Example : How do we solve a first-order differential equation? In this example, we ll solve the differential equation like this one requires four steps: x =. Solving differential equations Step one: Rewrite the derivative as. This gives us x =. Step two: Rearrange the terms of the equation so that all the terms containing are on the lefthand side and all the terms containing x are on the right-hand side. x = = x (Note: It is not alwas possible to separate the -terms from the x-terms like this. If that isn t possible, the equation is called a non-separable differential equation. Solving non-separable equations is beond the scope of this course.) Step three: Find the antiderivative of both sides. Be sure to include on the right-hand side. Step four: Solve for. = x = x Technicall, we get a constant on both sides, and then combine them into the one constant ou see here.

3 = x = x = ± x So, an function in the form = ± x will be a solution to the differential equation. Q: When we multiplied b, wh didn t the change to a? A: There s nothing wrong with writing here, but times an unknown value is still an unknown value! Some people will use a new letter here, such as K, to show that the value of the constant has changed. Example 4: How about a word problem? ompound interest means that the rate of change in our balance is directl proportional to the da balance. That is, if ou invested $0,000 at 6% interest, then = 0.06A. (Literall, that equation reads The rate of change in our balance over time, is equal to 0.06 in other words, 6% times our current balance. ) Solve this differential equation. Note that Step one from the previous example has alrea been done for us. Step two: Rearrange the terms of the equation so that all the terms containing A are on the left and all the terms containing t are on the right. da = 0.06A da A = 0.06 Step three: Find the antiderivative of both sides. Be sure to include on the right-hand side. Step four: Solve for A. da = A 0.06 ln A = 0.06t The antiderivative of A is ln A. But since we know that balance must be positive (ou can t invest negative mone!), we can safel omit the absolute value signs here. ln A = 0.06t e ln A = e A = e 0.06t+ 0.06t+

4 At this point, we could stop and sa we were done, but our answer is not et in simplest form. There s a special trick we can appl when ends up in the exponent. Step five (onl when is in the exponent): Use the laws of exponents to put the constant out front. If ou re rust on the laws of 0.06t+ A = e exponents, the main point is 0.06t that a in an exponent can A = e e be moved to a c in front of 0.06t A = ce (define c = e.) the term containing the exponent. At this point, we ve solved the equation. But in fact, we have enough information in this problem to figure out the value of c as well. Since our initial balance (when t = 0) was $0,000: 0000 = ce 0000 = c() c = 0000 Therefore, A = 0000e 0.06t. This shouldn t be a surprising result, since we learned this formula back in 55 for solving compound interest problems. Now ou know where it comes from! A pair of values that allows us to solve for c for example, the pair t = 0, A = 0,000 in the previous example is called an initial value condition. Not all problems will have initial value conditions, however. Example 5: One more application: Newton s Law of ooling Three hundred ears ago, Isaac Newton discovered the Law of ooling, which gives a formula for the rate at which objects cool down to room temperature when removed from an oven. This law can also be used in marketing applications, and here is an example: A business normall enjos sales of $6000 per da. The owner decides to invest in a two-week series of television spots, and while those spots are running, her sales increase to $0000 per da. Three das after the advertising campaign ends, however, her sales decline to $8000 that da. What sales level should she expect seven das after the campaign ends? sales per da (in thousands of dollars) usual sales level Example das since end of ad campaign Here s one wa to visualize the problem: Her usual sales were at one level: $6000 per da (we ll call this usual level S). Advertising caused her sales to heat up to a higher level of $0000 per da. Once the advertising ends, those sales start to cool back down to their usual

5 level (see the graph). Newton s Law sas that the rate of cooling over time is directl proportional to the difference between the current sales level and S. In other words, = k( S) where k is the rate of cooling, is the current (temporar) sales level, S is the usual sales level, and t is the number of das since the end of the promotion. Note that k and S are constants in this problem; t and are our onl variables. Let s solve this differential equation. Once again, step one has alrea been done for us: Step two: Rearrange the terms of the equation so that all the terms containing are on the left and all the terms containing t are on the right: = k( S) = k S Step three: Find the antiderivative of both sides. Be sure to include on the right-hand side. ln( S) is an antiderivative of whenever S is a S constant. (You can check this b taking the derivative of the answer.) = S k ln( S) = kt Be careful! Don t write k on this side. k is a constant in this problem! Step four: Solve for. ln( S) = kt S = e kt+ = S + e kt+ Step five (onl when is in the exponent): Use the laws of exponents to put the constant out front. = S + e = S + ce kt+ Now we know what formula to use, = S + ce kt. Here are what the different letters in the formula stand for: kt

6 S represents her usual sales level, $6000 per da in this problem. Let s choose thousands of dollars as our unit to make the numbers smaller and set S = 6. c represents the amount of boost that the advertising created. Since the advertising temporaril raised her sales to $0,000 per da, that s a $4000 boost over her usual level, so c = 4. t and are the variables, representing the number of das since the end of the advertising campaign, and the amount of sales that da, respectivel. k represents the rate of cooling. We need to solve for k in order to finish this problem. To solve for k, we ll use the fact that on the third da (t = ), the sales were onl $8000 ( = 8). You will alwas need to use an intermediate value to solve for k the starting or ending sales levels won t work! ln = S + ce 8 = 6 + 4e = 4e = e k k = k kt k() ln k = 0. Now that we know what k is, we can answer the original question: What sales should she expect on the seventh da after the campaign ends? = S + ce = 6 + 4e kt (0.)(7) Therefore, her sales on the seventh da should be approximatel $6,794.

7 Differential Equations: Problems to turn in: Work through the example problems in the introduction before attempting these problems. Do not turn in the worked examples from the introduction. Also, do not hand in this document with our lab. Work all problems in order. Do not sa see attached or other notation referring the grader to another location in the lab for part of a problem. Label problems and parts of problems with appropriate numbers and/or letters. You ma write our answers neatl b hand for this project.. You are investing $50,000 in an interest-bearing account at 8% interest. Write a differential equation that models the balance in our account after t ears (Hint: See Example 4), and solve that equation completel.. Solve the following differential equations. You do not need to solve for in these problems, but ou do need to remove from the exponent when appropriate. In part c, ou have an initial value condition, which will allow ou to solve for the constant. a. x '= c. = 9x. For part c, the initial value condition b. x = is that when x =, = 0.. A locall owned grocer store has an average sales level of $8000 per da. One week the owner announced that he would split that week s profits with the local school sstem, and sales that week skrocketed to $0000 per da. However, four das after the promotion ended, sales were alrea back down to $000 per da. What level of sales should the owner expect ten das after the end of the promotion? (Use thousands of dollars for our units, as in the example).

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents Unit NOTES Honors Common Core Math Da : Properties of Eponents Warm-Up: Before we begin toda s lesson, how much do ou remember about eponents? Use epanded form to write the rules for the eponents. OBJECTIVE

More information

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #4 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

where a 0 and the base b is a positive number other

where a 0 and the base b is a positive number other 7. Graph Eponential growth functions No graphing calculators!!!! EXPONENTIAL FUNCTION A function of the form than one. a b where a 0 and the base b is a positive number other a = b = HA = Horizontal Asmptote:

More information

Functions. Introduction

Functions. Introduction Functions,00 P,000 00 0 70 7 80 8 0 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work b Praitno Hadinata; credit "graph": modification of work b MeasuringWorth)

More information

Comparing linear and exponential growth

Comparing linear and exponential growth Januar 16, 2009 Comparing Linear and Exponential Growth page 1 Comparing linear and exponential growth How does exponential growth, which we ve been studing this week, compare to linear growth, which we

More information

Functions. Introduction CHAPTER OUTLINE

Functions. Introduction CHAPTER OUTLINE Functions,00 P,000 00 0 970 97 980 98 990 99 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work b Praitno Hadinata; credit "graph": modification of

More information

POLYNOMIAL EXPRESSIONS PART 1

POLYNOMIAL EXPRESSIONS PART 1 POLYNOMIAL EXPRESSIONS PART 1 A polynomial is an expression that is a sum of one or more terms. Each term consists of one or more variables multiplied by a coefficient. Coefficients can be negative, so

More information

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #8 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

Functions. Introduction

Functions. Introduction Functions,00 P,000 00 0 970 97 980 98 990 99 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work b Praitno Hadinata; credit "graph": modification of

More information

Section 8: Differential Equations

Section 8: Differential Equations Chapter 3 The Integral Applied Calculus 228 Section 8: Differential Equations A differential equation is an equation involving the derivative of a function. The allow us to express with a simple equation

More information

Math 2930 Worksheet Equilibria and Stability

Math 2930 Worksheet Equilibria and Stability Math 2930 Worksheet Equilibria and Stabilit Week 3 September 7, 2017 Question 1. (a) Let C be the temperature (in Fahrenheit) of a cup of coffee that is cooling off to room temperature. Which of the following

More information

Identify the domain and the range of the relation from the graph. 8)

Identify the domain and the range of the relation from the graph. 8) INTERMEDIATE ALGEBRA REVIEW FOR TEST Use the given conditions to write an equation for the line. 1) a) Passing through (, -) and parallel to = - +. b) Passing through (, 7) and parallel to - 3 = 10 c)

More information

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II

LESSON #48 - INTEGER EXPONENTS COMMON CORE ALGEBRA II LESSON #8 - INTEGER EXPONENTS COMMON CORE ALGEBRA II We just finished our review of linear functions. Linear functions are those that grow b equal differences for equal intervals. In this unit we will

More information

Chapter Start Thinking! For use before Activity 6.1. For use before Activity Start Thinking! For use before Lesson

Chapter Start Thinking! For use before Activity 6.1. For use before Activity Start Thinking! For use before Lesson . Enrichment and Etension. a =, b =. a =, b =. a =, b =. a =, b =. a =, b is an number ecept.. a =, b =. a =, b =. a =, b =. Check students work.. Puzzle PAY HIM Etension. Start Thinking! For use before

More information

Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 3. Separable ODE s

Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 3. Separable ODE s Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 3 Separable ODE s What ou need to know alread: What an ODE is and how to solve an eponential ODE. What ou can learn

More information

Week 7 Algebra 1 Assignment:

Week 7 Algebra 1 Assignment: Week 7 Algebra 1 Assignment: Day 1: Chapter 3 test Day 2: pp. 132-133 #1-41 odd Day 3: pp. 138-139 #2-20 even, 22-26 Day 4: pp. 141-142 #1-21 odd, 25-30 Day 5: pp. 145-147 #1-25 odd, 33-37 Notes on Assignment:

More information

Solving Exponential and Logarithmic Equations

Solving Exponential and Logarithmic Equations 5.5 Solving Exponential and Logarithmic Equations Essential Question How can ou solve exponential and logarithmic equations? Solving Exponential and Logarithmic Equations Work with a partner. Match each

More information

Math 1101 Exam 3 Practice Problems

Math 1101 Exam 3 Practice Problems Math 1101 Exam 3 Practice Problems These problems are not intended to cover all possible test topics. These problems should serve as an activity in preparing for your test, but other study is required

More information

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

Math 6 Notes Integers

Math 6 Notes Integers We use positive and negative numbers dail in real life. Positive numbers are those numbers greater than zero. The can be written with a positive (+) sign in front of them, but we usuall write a positive

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

Reteaching (continued)

Reteaching (continued) Zero and Negative Eponents Eercises Write each epression as an integer, a simple fraction, or an epression that contains onl positive eponents. Simplif...3 0. 0-0,000 3. a -5. 3.7 0 a 5 5. 9-6. 3-3 9 p

More information

3.1 Exponential Functions and Their Graphs

3.1 Exponential Functions and Their Graphs .1 Eponential Functions and Their Graphs Sllabus Objective: 9.1 The student will sketch the graph of a eponential, logistic, or logarithmic function. 9. The student will evaluate eponential or logarithmic

More information

LESSON #11 - FORMS OF A LINE COMMON CORE ALGEBRA II

LESSON #11 - FORMS OF A LINE COMMON CORE ALGEBRA II LESSON # - FORMS OF A LINE COMMON CORE ALGEBRA II Linear functions come in a variet of forms. The two shown below have been introduced in Common Core Algebra I and Common Core Geometr. TWO COMMON FORMS

More information

Solve each system by graphing. Check your solution. y =-3x x + y = 5 y =-7

Solve each system by graphing. Check your solution. y =-3x x + y = 5 y =-7 Practice Solving Sstems b Graphing Solve each sstem b graphing. Check our solution. 1. =- + 3 = - (1, ). = 1 - (, 1) =-3 + 5 3. = 3 + + = 1 (, 3). =-5 = - 7. = 3-5 3 - = 0 (1, 5) 5. -3 + = 5 =-7 (, 7).

More information

Math 2 Homework: Final Review

Math 2 Homework: Final Review Math Homework: Final Review [Directions: With our group members race against the clock and other teams to correctl answer the given questions in each round. Your team will have two attempts to correctl

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

Intermediate Algebra Math 097. Evaluates/Practice Tests. For solutions, refer to the back of the PAN.

Intermediate Algebra Math 097. Evaluates/Practice Tests. For solutions, refer to the back of the PAN. Intermediate Algebra Math 097 Evaluates/Practice Tests For solutions, refer to the back of the PAN. Page of 8 Take this practice test to be sure that ou are prepared for the final quiz in Evaluate.. Solve

More information

1Write and graph. 2Solve problems. Now. Then. Why? New Vocabulary

1Write and graph. 2Solve problems. Now. Then. Why? New Vocabulary Direct Variation Then You found rates of change of linear functions. (Lesson -) Now Write and graph direct variation equations. Solve problems involving direct variation. Wh? Bianca is saving her mone

More information

Grade 8 Mathematics Test Booklet

Grade 8 Mathematics Test Booklet Student Name P Grade Test Booklet Practice Test TEST BOOKLET SECURITY BARCODE Unit Unit (Non-Calculator) Directions: Toda, ou will take Unit of the Grade Practice Test. You will not be able to use a calculator.

More information

Section 4.7 Scientific Notation

Section 4.7 Scientific Notation Section 4.7 Scientific Notation INTRODUCTION Scientific notation means what it says: it is the notation used in many areas of science. It is used so that scientist and mathematicians can work relatively

More information

2 ways to write the same number: 6,500: standard form 6.5 x 10 3 : scientific notation

2 ways to write the same number: 6,500: standard form 6.5 x 10 3 : scientific notation greater than or equal to one, and less than 10 positive exponents: numbers greater than 1 negative exponents: numbers less than 1, (> 0) (fractions) 2 ways to write the same number: 6,500: standard form

More information

(C) BOARDWORK: Examples: Solve w/ & w/o calculator (approx vs exact)

(C) BOARDWORK: Examples: Solve w/ & w/o calculator (approx vs exact) (A Lesson Context BIG PICTURE of this UNIT: How do algebraically & graphically work with growth and decay applications? What are logarithms and how do we invert or undo an exponential function? How do

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

f 0 ab a b: base f

f 0 ab a b: base f Precalculus Notes: Unit Eponential and Logarithmic Functions Sllabus Objective: 9. The student will sketch the graph of a eponential, logistic, or logarithmic function. 9. The student will evaluate eponential

More information

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

More information

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products 8.1 Apply Exponent Properties Involving Products Learning Outcome To use properties of exponents involving products Product of Powers Property Let a be a real number, and let m and n be positive integers.

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.5 The Substitution Rule (u-substitution) Sec. 5.5: The Substitution Rule We know how to find the derivative of any combination of functions Sum rule Difference rule Constant

More information

CHAPTER 6: LINEAR SYSTEMS AND THEIR GRAPHS

CHAPTER 6: LINEAR SYSTEMS AND THEIR GRAPHS Name: Date: Period: CHAPTER : LINEAR SYSTEMS AND THEIR GRAPHS Notes #: Section.: Solving Linear Sstems b Substitution The solution to a sstem of equations represents the where the. It would be great if

More information

A. Real numbers greater than 2 B. Real numbers less than or equal to 2. C. Real numbers between 1 and 3 D. Real numbers greater than or equal to 2

A. Real numbers greater than 2 B. Real numbers less than or equal to 2. C. Real numbers between 1 and 3 D. Real numbers greater than or equal to 2 39 CHAPTER 9 DAY 0 DAY 0 Opportunities To Learn You are what ou are when nobod Is looking. - Ann Landers 6. Match the graph with its description. A. Real numbers greater than B. Real numbers less than

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II LESSON # - FORMS OF A LINE COMMON CORE ALGEBRA II Linear functions come in a variet of forms. The two shown below have been introduced in Common Core Algebra I and Common Core Geometr. TWO COMMON FORMS

More information

8th Grade Pre-Algebra

8th Grade Pre-Algebra 8th Grade Pre-Algebra Multiple Choice Identif the choice that best completes the statement or answers the question.. Kell is learning about rational and irrational numbers. What conclusion can she draw

More information

2 Integration by Substitution

2 Integration by Substitution 86 Chapter 5 Integration 2 Integration by Substitution (a) Find a function P(x) that satisfies these conditions. Use the graphing utility of your calculator to graph this function. (b) Use trace and zoom

More information

The PROMYS Math Circle Problem of the Week #3 February 3, 2017

The PROMYS Math Circle Problem of the Week #3 February 3, 2017 The PROMYS Math Circle Problem of the Week #3 February 3, 2017 You can use rods of positive integer lengths to build trains that all have a common length. For instance, a train of length 12 is a row of

More information

MATH NUMBER SENSE 7 Performance Objective Task Analysis Benchmarks/Assessment Students:

MATH NUMBER SENSE 7 Performance Objective Task Analysis Benchmarks/Assessment Students: Students: 1. Students know the properties of and 1. Read, write and compare rational compute with rational numbers numbers in scientific notation (positive expressed in a variety of forms. and negative

More information

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),;

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),; DISTANCE, TIME, SPEED AND SUCH RATES OF CHANGE Speed is a rate of change. It is a rate of change of distance with time and can be measured in miles per hour (mph), kilometres per hour (km/h), meters per

More information

Honors Algebra

Honors Algebra Honors Algebra 08-09 Honors Algebra is a rigorous course that requires the use of Algebra skills. The summer work is designed to maintain and reinforce these prerequisite skills so as to prepare ou for

More information

Math Departmental Exit Assessment Review (Student Version)

Math Departmental Exit Assessment Review (Student Version) Math 008 - Departmental Eit Assessment Review (Student Version) Solve the equation. (Section.) ) ( + ) - 8 = 6-80 - 0 ) + - - 7 = 0-60 - 0 ) 8 + 9 = 9 - - ) - = 60 0-0 -60 ) 0.0 + 0.0(000 - ) = 0.0 0 6000

More information

Math 121. Practice Problems from Chapter 4 Fall 2016

Math 121. Practice Problems from Chapter 4 Fall 2016 Math 11. Practice Problems from Chapter Fall 01 Section 1. Inverse Functions 1. Graph an inverse function using the graph of the original function. For practice see Eercises 1,.. Use information about

More information

5.2 Exponential and Logarithmic Functions in Finance

5.2 Exponential and Logarithmic Functions in Finance 5. Exponential and Logarithmic Functions in Finance Question 1: How do you convert between the exponential and logarithmic forms of an equation? Question : How do you evaluate a logarithm? Question 3:

More information

Intermediate Algebra. Exam 1 Review (Chapters 1, 2, and 3)

Intermediate Algebra. Exam 1 Review (Chapters 1, 2, and 3) Eam Review (Chapters,, and ) Intermediate Algebra Name. Epress the set in roster form. { N and 7}. Epress the set in set builder form. {-, 0,,,, }. Epress in set builder notation each set of numbers that

More information

Systems of Linear Equations Monetary Systems Overload

Systems of Linear Equations Monetary Systems Overload Sstems of Linear Equations SUGGESTED LEARNING STRATEGIES: Shared Reading, Close Reading, Interactive Word Wall Have ou ever noticed that when an item is popular and man people want to bu it, the price

More information

Chapter 5: Integrals

Chapter 5: Integrals Chapter 5: Integrals Section 5.3 The Fundamental Theorem of Calculus Sec. 5.3: The Fundamental Theorem of Calculus Fundamental Theorem of Calculus: Sec. 5.3: The Fundamental Theorem of Calculus Fundamental

More information

Intermediate Algebra Review for Exam 1 - Spring 2005

Intermediate Algebra Review for Exam 1 - Spring 2005 Intermediate Algebra Review for Eam - Spring 00 Use mathematical smbols to translate the phrase. ) a) 9 more than half of some number b) 0 less than a number c) 37 percent of some number Evaluate the epression.

More information

One important way that you can classify differential equations is as linear or nonlinear.

One important way that you can classify differential equations is as linear or nonlinear. In This Chapter Chapter 1 Looking Closely at Linear First Order Differential Equations Knowing what a first order linear differential equation looks like Finding solutions to first order differential equations

More information

Solution Guide for Chapter 10

Solution Guide for Chapter 10 Solution Guide for Chapter 10 Here are the solutions for the Doing the Math exercises in Kiss My Math! DTM from p.133-4 2. 8 7 + 3 =? So, let s distribute the to each term inside the parentheses. In order

More information

Chapter 8 Notes SN AA U2C8

Chapter 8 Notes SN AA U2C8 Chapter 8 Notes SN AA U2C8 Name Period Section 8-: Eploring Eponential Models Section 8-2: Properties of Eponential Functions In Chapter 7, we used properties of eponents to determine roots and some of

More information

CHAPTER 6: LINEAR SYSTEMS AND THEIR GRAPHS

CHAPTER 6: LINEAR SYSTEMS AND THEIR GRAPHS Name: Date: Period: CHAPTER : LINEAR SYSTEMS AND THEIR GRAPHS Notes #: Section.: Solving Linear Sstems b Substitution The solution to a sstem of equations represents the where the. It would be great if

More information

1. Radium has a half-life of 1600 years. How much radium will be left from a 1000-gram sample after 1600 years?

1. Radium has a half-life of 1600 years. How much radium will be left from a 1000-gram sample after 1600 years? The Radioactive Deca Eperiment ACTIVITY 7 Learning Targets: Given a verbal description of a function, make a table and a graph of the function. Graph a function and identif and interpret ke features of

More information

1. m = 3, P (3, 1) 2. m = 2, P ( 5, 8) 3. m = 1, P ( 7, 1) 4. m = m = 0, P (3, 117) 8. m = 2, P (0, 3)

1. m = 3, P (3, 1) 2. m = 2, P ( 5, 8) 3. m = 1, P ( 7, 1) 4. m = m = 0, P (3, 117) 8. m = 2, P (0, 3) . Linear Functions 69.. Eercises To see all of the help resources associated with this section, click OSttS Chapter. In Eercises - 0, find both the point-slope form and the slope-intercept form of the

More information

7.1 Solving Linear Systems by Graphing

7.1 Solving Linear Systems by Graphing 7.1 Solving Linear Sstems b Graphing Objectives: Learn how to solve a sstem of linear equations b graphing Learn how to model a real-life situation using a sstem of linear equations With an equation, an

More information

Lesson 2: Exploring Quadratic Relations Quad Regression Unit 5 Quadratic Relations

Lesson 2: Exploring Quadratic Relations Quad Regression Unit 5 Quadratic Relations (A) Lesson Context BIG PICTURE of this UNIT: CONTEXT of this LESSON: How do we analyze and then work with a data set that shows both increase and decrease What is a parabola and what key features do they

More information

Ch. 3 Equations and Inequalities

Ch. 3 Equations and Inequalities Ch. 3 Equations and Inequalities 3.1 Solving Linear Equations Graphically There are 2 methods presented in this section for solving linear equations graphically. Normally I would not cover solving linear

More information

Math Lecture 23 Notes

Math Lecture 23 Notes Math 1010 - Lecture 23 Notes Dylan Zwick Fall 2009 In today s lecture we ll expand upon the concept of radicals and radical expressions, and discuss how we can deal with equations involving these radical

More information

Lesson 6.1 Recursive Routines

Lesson 6.1 Recursive Routines Lesson 6. Recursive Routines. Give the starting value and constant multiplier for each sequence. Then find the fifth term. a. 4800, 200, 300,... b. 2, 44., 92.6,... c. 00, 90, 8,... d. 00, 0, 02.0,...

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

6. This sum can be rewritten as 4( ). We then recall the formula n =

6. This sum can be rewritten as 4( ). We then recall the formula n = . c = 9b = 3 b = 3 a 3 = a = = 6.. (3,, ) = 3 + + 3 = 9 + + 3 = 6 6. 3. We see that this is equal to. 3 = ( +.) 3. Using the fact that (x + ) 3 = x 3 + 3x + 3x + and replacing x with., we find that. 3

More information

AQA Higher Practice paper (calculator 2)

AQA Higher Practice paper (calculator 2) AQA Higher Practice paper (calculator 2) Higher Tier The maimum mark for this paper is 8. The marks for each question are shown in brackets. Time: 1 hour 3 minutes 1 One billion in the UK is one thousand

More information

Section 2: Wave Functions and Probability Solutions

Section 2: Wave Functions and Probability Solutions Phsics 43a: Quantum Mechanics I Section : Wave Functions and Probabilit Solutions Spring 5, Harvard Here is a summar of the most important points from the second week with a few of m own tidbits), relevant

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

Green s Theorem Jeremy Orloff

Green s Theorem Jeremy Orloff Green s Theorem Jerem Orloff Line integrals and Green s theorem. Vector Fields Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs

More information

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Section. Logarithmic Functions and Their Graphs 7. LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Ariel Skelle/Corbis What ou should learn Recognize and evaluate logarithmic functions with base a. Graph logarithmic

More information

RELATIONS AND FUNCTIONS through

RELATIONS AND FUNCTIONS through RELATIONS AND FUNCTIONS 11.1.2 through 11.1. Relations and Functions establish a correspondence between the input values (usuall ) and the output values (usuall ) according to the particular relation or

More information

Finding Prime Factors

Finding Prime Factors Section 3.2 PRE-ACTIVITY PREPARATION Finding Prime Factors Note: While this section on fi nding prime factors does not include fraction notation, it does address an intermediate and necessary concept to

More information

Lab 9: Polarization Phy208 Spring 2008

Lab 9: Polarization Phy208 Spring 2008 Lab 9: Polarization Ph208 Spring 2008 Name Section This sheet is the lab document our TA will use to score our lab. It is to be turned in at the end of lab. To receive full credit ou must use complete

More information

What You ll Learn Identify direct variation. Use direct variation to solve problems.

What You ll Learn Identify direct variation. Use direct variation to solve problems. AM_S_C_L_3.indd Page // 3: PM s-user /Volumes//GO/CORE_READING/TENNESSEE/ANCILLARY... Proportionalit and Linear Relationships Teach the Concept Lesson - Direct Variation Interactive Stud Guide See pages

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 8) Decreasing

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 8) Decreasing SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 8) Decreasing Find the open interval(s) where the function is changing as requested. 1) Decreasing; f()

More information

Polynomial Functions. INVESTMENTS Many grandparents invest in the stock market for

Polynomial Functions. INVESTMENTS Many grandparents invest in the stock market for 4-1 BJECTIVES Determine roots of polnomial equations. Appl the Fundamental Theorem of Algebra. Polnomial Functions INVESTMENTS Man grandparents invest in the stock market for their grandchildren s college

More information

is on the graph of y = f 1 (x).

is on the graph of y = f 1 (x). Objective 2 Inverse Functions Illustrate the idea of inverse functions. f() = 2 + f() = Two one-to-one functions are inverses of each other if (f g)() = of g, and (g f)() = for all in the domain of f.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) x y =

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) x y = Santa Monica College Practicing College Algebra MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Write the standard equation for the circle. 1) Center

More information

Review for Intermediate Algebra (MATD 0390) Final Exam Oct 2009

Review for Intermediate Algebra (MATD 0390) Final Exam Oct 2009 Review for Intermediate Algebra (MATD 090) Final Eam Oct 009 Students are epected to know all relevant formulas, including: All special factoring formulas Equation of a circle All formulas for linear equations

More information

Identifying end behavior of the graph of a polynomial function

Identifying end behavior of the graph of a polynomial function 56 Polnomial Functions 3.1.1 Eercises For a link to all of the additional resources available for this section, click OSttS Chapter 3 materials. In Eercises 1-10, find the degree, the leading term, the

More information

Units and Dimensional Analysis

Units and Dimensional Analysis LESSON Units and Dimensional Analysis UNDERSTAND When solving a problem, it is important to correctly identify the units being considered or measured. This may require converting a quantity given in one

More information

lim a, where and x is any real number. Exponential Function: Has the form y Graph y = 2 x Graph y = -2 x Graph y = Graph y = 2

lim a, where and x is any real number. Exponential Function: Has the form y Graph y = 2 x Graph y = -2 x Graph y = Graph y = 2 Precalculus Notes Da 1 Eponents and Logarithms Eponential Function: Has the form a, where and is an real number. Graph = 2 Graph = -2 +2 + 1 1 1 Graph = 2 Graph = 3 1 2 2 2 The Natural Base e (Euler s

More information

What Did You Learn? Key Terms. Key Concepts. 158 Chapter 1 Functions and Their Graphs

What Did You Learn? Key Terms. Key Concepts. 158 Chapter 1 Functions and Their Graphs 333371_010R.qxp 12/27/0 10:37 AM Page 158 158 Chapter 1 Functions and Their Graphs Ke Terms What Did You Learn? equation, p. 77 solution point, p. 77 intercepts, p. 78 slope, p. 88 point-slope form, p.

More information

Topic 1: Writing and Solving Equations and Inequalities

Topic 1: Writing and Solving Equations and Inequalities Topic 1: Writing and Solving Equations and Inequalities In #1 3, solve each equation. Use inverse operations. 1. 8 21 5 = 15 2. 3 10 = 2(4 5) 3. 2( + 2) = 2 + 1 4. The rectangle and square have equivalent

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Math 34A All practice problems were written to be doable WITHOUT a calculator. Reminders about the test The final will be during class on Thursday, July 29 Bring a photo ID to the

More information

AP Calculus. (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8)

AP Calculus. (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8) AP Calculus (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8) Lesson 30 Integral as accumulation (7.):, 3, 5, 8 0, 7, 20 22, 25 (to do quadratic regression on our (TI-84 calculators, refer

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

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

LESSON 4.3 GRAPHING INEQUALITIES

LESSON 4.3 GRAPHING INEQUALITIES LESSON.3 GRAPHING INEQUALITIES LESSON.3 GRAPHING INEQUALITIES 9 OVERVIEW Here s what ou ll learn in this lesson: Linear Inequalities a. Ordered pairs as solutions of linear inequalities b. Graphing linear

More information

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 GENERAL INFO The goal of this lab is to determine the speed of sound in air, by making measurements and taking into consideration the

More information

Unit 4: Rules of Differentiation

Unit 4: Rules of Differentiation Unit : Rules of Differentiation DAY TOPIC ASSIGNMENT Power Rule p. Power Rule Again p. Even More Power Rule p. 5 QUIZ 5 Rates of Change p. 6-7 6 Rates of Change p. 8-9 7 QUIZ 8 Product Rule p. 0-9 Quotient

More information

Lab Slide Rules and Log Scales

Lab Slide Rules and Log Scales Name: Lab Slide Rules and Log Scales [EER Note: This is a much-shortened version of my lab on this topic. You won t finish, but try to do one of each type of calculation if you can. I m available to help.]

More information

First Semester Final Review NON-Graphing Calculator

First Semester Final Review NON-Graphing Calculator Algebra First Semester Final Review NON-Graphing Calculator Name:. 1. Find the slope of the line passing through the points ( 5, ) and ( 3, 7).. Find the slope-intercept equation of the line passing through

More information

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1.

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1. 8.4 An Introduction to Functions: Linear Functions, Applications, and Models We often describe one quantit in terms of another; for eample, the growth of a plant is related to the amount of light it receives,

More information

Linear and Nonlinear Systems of Equations. The Method of Substitution. Equation 1 Equation 2. Check (2, 1) in Equation 1 and Equation 2: 2x y 5?

Linear and Nonlinear Systems of Equations. The Method of Substitution. Equation 1 Equation 2. Check (2, 1) in Equation 1 and Equation 2: 2x y 5? 3330_070.qd 96 /5/05 Chapter 7 7. 9:39 AM Page 96 Sstems of Equations and Inequalities Linear and Nonlinear Sstems of Equations What ou should learn Use the method of substitution to solve sstems of linear

More information

Name: Period: Unit 3 Modeling with Radical and Rational Functions

Name: Period: Unit 3 Modeling with Radical and Rational Functions Name: Period: Unit Modeling with Radical and Rational Functions 1 Equivalent Forms of Exponential Expressions Before we begin today s lesson, how much do you remember about exponents? Use expanded form

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information