Math 155: Calculus for the Biological Sciences

Size: px
Start display at page:

Download "Math 155: Calculus for the Biological Sciences"

Transcription

1 Math 155: Calculus for the Biological Sciences Eric Hanson August 19, 2010 Abstract Lecture notes on Calculus for the Biological Sciences based on Modeling the Dynamics of Life the Second Edition by Frederick R. Adler Contents 1 Introduction to Discrete-Time Dynamical Systems Biology and Dynamics Models of Malaria Dynamical Systems Variables, Parameters, and Functions in Biology Variables and Parameters Functions Combining Functions: Sum, Product, and Composition Inverse Functions The Units and Dimensions of Measurements and Functions Converting Units Dimensions vs. Units Linear Functions and Their Graphs Proportional Relations Slope Equations of Lines Discrete-Time Dynamical Systems (DTDS) DTDS and Updating Functions A Word On Updating Functions DTDS and Units/Dimensioins Equations for Solutions to DTDS DTDS Solutions and Exponential Functions (Adler 1.7) Generalizing the Bacterial Population Growth DTDS

2 Bibliography 22 2

3 Day 1 Preliminaries: Go over the course information sheet. Note the exam dates and times (Thursday evenings) and state that no makeup exams are given, with a few exceptions if an alternate exam time request form is submitted at least a week in advance. Tutoring and office hours are held in the Great Hall of the TILT building. Students are encouraged to meet there to work on practice problems. In this chapter, we review linear, trigonometric power, logarithmic, and exponential functions, so that we can study functions and modeling. Functions and modeling are the main tools needed to use mathematics to study biology. Modeling is the art of taking a description of a biological phenomenon and converting it into mathematical form. Our goal is to quantify the dynamics (change) of living things with functions. Note: Please read Sections 1.1 to 1.4 in Adler. Each section should be entirely review of topics from the prerequisites for this course. We will cover them quickly, so have them read by tomorrow and be ready to ask any questions that you may have. 1.1 Biology and Dynamics 1 Introduction to Discrete-Time Dynamical Systems Note: Please read Section 1.1 there may be a question on the quiz related to the material. Living systems change; they are dynamic. What is life, anyway? One thing that it involves is change. Taking a dynamical approach to studying biology is necessarily mathematical, because describing dynamics requires quantifying measurements. Answering questions such as: What is changing? How fast is it changing? What is it changing into? To answer these questions we will develop the tools of mathematics and use the language of mathematics. Step Quantify the measurements Describe a dynamical rule Develop a model Find a solution Write a Simulation Definition The numerical values that describe the system A description of how the basic measurements change A mathematical translation of the observations Use of mathematical methods to predict behavior Use a computer to predict behavior 3

4 1.1.1 Models of Malaria Early in the 20th century, it was discovered that malaria is transmitted by mosquitoes. (It is only female mosquitoes, by the way, that transmit the disease.) Question 1. Can the spread of disease be controlled by killing mosquitoes, even if not every mosquito is killed? Some argued that it couldn t. (You may have them discuss if it could or not and maybe see why it s not so obvious.) Sir Ronald Ross believed that malaria could be controlled in this way. The following poem Sir Ronald Ross wrote as he was researching malaria: In this, O Nature, yield to me. I pace and pace, and think and think, and take with fever d hands, and note down all I see. That some distant light may haply break. The painful faces ask, can we not cure? We answer, No, not yet; we seek the laws. O reveal through all this thy obscure The unseen, small, million-murdering cause. Sir Ross built his mathematical model based on the following assumptions: 1. An infected person becomes infected when bitten by an infected mosquito and 2. an uninfected mosquito becomes infected after biting an infected person Diagram 1. The dynamics of malaria Based on this model Sir Ronald Ross, thought about how population sizes change with time, and showed that the disease could be eradicated even without killing every mosquito. Evidence of this is seen in the United States, where malaria has been virtually eliminated even thought the mosquitoes capable of transmitting the disease persist in many areas. 4

5 1.1.2 Dynamical Systems Dynamical systems encode how things change. 1. Discrete-time dynamical systems arise if measurements are made at equally spaced intervals (such as every second, every minute, every year...). Examples: The population (of, for example, bacteria or fish or tigers,...) in a given year (or second,...) as a function of the population in the previous year (or second,...) The number of mutant alleles present in one generation as a function of the number of mutant alleles present in the previous generation 2. Continuous-time dynamical systems arise if measurements are made continuously Example: If you walk from one end of the board to the other, your position p(t) depends on time t, where t is now a continuous variable, any positive real number. The position function can be determined from i) your initial position p(0) and ii) your speed, your rate of change. Your speed may be positive or negative, constant or variable. Knowing your initial position and speed, you can sketch your position as a function of continuous time. 5

6 1.2 Variables, Parameters, and Functions in Biology Variables and Parameters Definition 1. A variable is a symbol that represents a measurement (numerical quantity) that can change during the course of an experiment Example 1. Bacterial population growth Time(t) Bacteria(b) Definition 2. A parameter is a symbol that represents a measurement (numerical quantity) that does not change during an experiment. Example 2. Variables( b) and parameters( T ) t b when T = 5 b when T = Recall the Cartesian Coordinate plane and its parts: origin, axes, and labels Functions Functions describe relations between objects. Definition 3. A function is a mathematical object that takes an input, performs an operation on it, and returns a unique new object as an output. The input is called the argument or independent variable and the out put is called the value or dependent variable. The sets of objects that a function relates are defined as follows: Definition 4. The set of all possible inputs a function accepts is called the domain. The set of all possible things a function can return as as an output is called the codomain, and the set of all things that the function does return as outputs is called the range. Note: The subtle differences between the definitions. 6

7 Diagram 2. Venn diagram for functions Example 3. A simple function for population growth over 3 weeks. t Population (P ) Formula for the function: P (t) = 10 x 2. The inputs are in weeks, in this case only positive values of time make sense, so the domain is t 0. The range is P 10, but the codomain is all real numbers (R). Graph of the function (relation): Recall The vertical line test is a graphical method for recognizing relations that are not functions. If some vertical line crosses the graph two or more time, the relation fails the vertical line test and is not a function. Example 4. A relation that fails the vertical line test: 7

8 1.2.3 Combining Functions: Sum, Product, and Composition Definition 5. The sum of f + g of the functions f, g is the function defined by (f + g)(x) = f(x) + g(x) Example 5. Let f(x) = 2x and g(x) = 3x 2 + x then Evaluating for x = 2 we have (f + g)(x) = f(x) + g(x) = 2x + 3x 2 + x = 3x 2 + 3x (f + g)(2) = 3(2) 2 + 3(2) = 3(4) + 6 = 18. Note that f(2) = 2(2) = 4 and g(2) = 3(2) 2 + (2) = = 14. Consider that gives us the same answer. f(2) + g(2) = = 18 Remark 1. Graphically the sum of two function is a vertical sum across its inputs. Definition 6. The product f g of the functions f, g is the function defined by (f g)(x) = f(x) g(x) Example 6. Let f(x) = 2x and g(x) = 3x 2 + x then (f g)(x) = f(x) g(x) = 2x(3x 2 + x) = 6x 3 + 2x 2 Evaluation for x = 2 we have (f g)(2) = 6(2) 3 + 2(2) 2 = = 56 8

9 Note that f(2) = 2(2) = 4 and g(2) = 3(2) 2 + (2) = = 14. Consider that gives us the same answer. f(2) g(2) = 4 14 = 56 Remark 2. Graphically the product of two function is a vertical product across its inputs. Definition 7. The composition f g of function f, g is the function defined by (f g)(x) = f(g(x)) Example 7. Let f(x) = 2x and g(x) = 3x 2 + x then Evaluation for x = 2 we have (f g)(x) = f(g(x)) = f(3x 2 + x) = 2(3x 2 + x) = 6x 2 + 2x (f g)(x) = 6(2) 2 + 2(2) = 6(4) + 4 = 28 Note that g(2) = 3(2) 2 + (2) = = 14 and then we have which is the same answer as above. f(g(2)) = f(14) = 2(14) = 28 Remark 3. Composition, f g, is the same as evaluating g at x and then evaluating f at the output. In this situation f is called the outer function and g is called the inner function. 9

10 Diagram 3. Venn diagram for composition of functions Note that the domain and range of the functions in function composition must match up and that in general f g is different form g f. Example 8. Composition of functions in Biology Let P (T ) 1 10 T be the population of squirrels per square mile in a forest in terms of the number of trees per square mile, T, and assume the population of trees per square mile is related to the age of the forest by T (t) = 10, 000 2t 2 + t where t is years beginning in According to the model, what is the population of squirrels this year. Solution: P (t) = P (T (t)) = 1 10 (10, 000 2t2 + t) = 1, t t 2010 corresponds to t = 20, so the number of squirrels is Inverse Functions P (20) = 1, (20) (20) = 1, (400) + 2 = 1, = 982 Inverse functions reverse the process that functions apply to inputs. That is given an output to a particular function, the inverse of the function determines the input that produced the output. Diagram 4. Venn diagram for inverse functions 10

11 Definition 8. The function f 1 is the inverse of f if f(f 1 (x)) = x and f 1 (f(x)) = x Algorithm 1. Finding the Inverse of a Function 1. Write the equation y = f(x) 2. Solve for x in terms on y 3. The inverse function is the operation done to y Remark 4. In applied mathematics we do not switch the x and y. Even though this looks weird, in applied mathematics variables have meaning, that is they represent specific objects. Thus switching names can cause confusion. Example 9. Let y = 5 6 x then the inverse is x = 6 5 y Some functions do not have an inverse, consider the following: Example 10. What is the inverse parabola, see graph below: Any function that has the same output for more than one input does not have an inverse. The horizontal line test is a graphical method for determining if a function has an inverse. If the graph of a function intersects any horizontal line in two or more points then the function does not have an inverse. However if a function does not have an inverse, it might have an inverse on part of it s domain. 11

12 Example 11. Suppose a population of bacteria is modeled by b(t) = t using Algorithm 1 we find, b = t b 55 = t (b 55) = t 2 10(b 55) = t t = ± 10(b 55) If we restrict the domain to positive values of t, then b(t) passes the horizontal line test and t = b 1 (t) = 10(b 55) Remark 5. The function f(x) = x 5 +x+1 passes the horizontal line test but we cannot solve for the inverse algebraically. In fact French mathematician Evariste Galois proved that there is no formula for the solution of a general polynomial with degree greater than 4. (Galois was only 20 years old). However, in mathematical modeling just knowing the existence of an inverse is important, and the the computation of an inverse can then be done numerically. 1.3 The Units and Dimensions of Measurements and Functions Question 2. Why are units and dimensions important? Example 12. Consider = 2. Is this wrong? Not if we have the proper labels for the units, 2Na + + 2Cl = 2NaCl. This is now a standard chemistry formula Converting Units Example 13. Converting miles to centimeters. We use the basic identities: these imply 5280ft = 1mile 12in = 1ft 2.54cm = 1in 12

13 so we have 5280 ft mile = 1 12 in ft = cm in = 1 1mile = 1mile = 1mile 5280 ft mile 12in ft 2.54cm in = 160, 934.4cm Example 14. Convert 1 C (cup) to ml given that 1 pint = liters and that 1 pint = 2 C. solution: 1 C = ml Note: There is an algorithm for the conversion procedure on page 26 of Adler Dimensions vs. Units Definition 9. Dimensions describe underlying quantities that can be measured in different units. Units are a particular standard of measure that describe dimensions. Quantity Dimensions Sample Units length length meter, micron, inch duration time second, minute, day mass mass gram, kilogram area length 2 square meter, acre volume length 3 liter, cubic meter, gallon speed length/time meters/second, mph acceleration length/time 2 meters/second 2 force mass length/time 2 dynes, pounds density mass/length 3 grams/liter Fundamental relations are formulas for translation between dimensions, some are stated below: 13

14 Volume of a Sphere Surface Area of a Sphere V = 4π 3 r3 S = 4πr 2 Area of a Circle A = πr 2 Perimeter of a circle P = 2πr Volume, Area, and Thickness V = AT Total Number and Mass m = µb Mass, Density, and Volume M = ρv Note: Please review scaling and shifting of functions, pages There may be a quiz question on this topic. 1.4 Linear Functions and Their Graphs Proportional Relations Definition 10. A proportional relation is a relation where the output is proportional to the output, that is the ratio of the output to the input is a constant. The general formula for a proportional relations is: f(x) = ax where a is some constant value, called the constant of proportionality. Clearly, for x 0. a = ax x = output input Example 15. b out = 3b in clearly a = 3. Suppose b in = 10 then b out = 30, now consider b out b in = = 3 = a It is easy to see that the constant of proportionality is the slope of the graph of a proportional relation. Now we recall how to find the slope of general linear relation Slope Definition 11. Most generally slope is output input. The slope of a line is the change between two data points. Suppose we call the points (x 1, y 1 ) and (x 2, y 2 ) then the slope, m, is given by:. m = output input = y 2 y 1 x 2 x 1 14

15 Example 16. Find the slope between (1, 14) and (20, 25). Then m = y 2 y 1 x 2 x 1 = = 24 6 = 4 Note: Notice the relationship between slope of linear relations and slope of proportional relations (i.e. constant of proportionality). Example 17. f(x) = x + 4 is not a proportional relation. Can you see why? Equations of Lines Definition 12. A line passing through the point (x 0, y 0 ) with slope m has formula: 1. Point-Slope Form of a Line 2. Slope-Intercept Form for a Line where b is the y-intercept. y = m(x x 0 ) + y 0 y = mx + b Example 18. Finding line equation examples: 1. m = 2 and (0, 4), then we have line y = 2x + 4. Why? 2. (0, 4) and (4, 2), then we have m = = 2 4 = 1 2 y = 1 2 x (2, 4) and (4, 2), then we have m = 4 2 y = 1(x 2) = 2 2 Example 19. Does the following data line on a line. time Mites on a lizard y and the line equation is = 1 and the line equation is

16 In order for the data to lie on a line the slope must be the same between all data points (each row is a data point). Clearly the data does on line on a line since the slope between t = 0 and t = 1 (m = 5) is different from the slope between t = 4 and t = 5 (m = 10). Now suppose we have the following data, time Mites on a lizard, y Clearly this data lies on a line with equation y = 5t We can then interpolate, that is estimate for untested inputs. Suppose we want to estimate for t = 1.5 and t = 5, then we find there are an estimated 17.5 and 35 mites respectively. Recall that when solving for the intersection of two lines, parallel lines do not intersect and identical lines have infinitely many solutions. Read pages for examples of word problems solved using linear equations. 1.5 Discrete-Time Dynamical Systems (DTDS) In a Discrete-Time Dynamical Systems (DTDS) a function is applied to an input to obtain an output. In biology we often use DTDS s to examine populations, so with a population as an input we can obtain an output that is the new population say a year later. DTDS provide a way to predict what will happen to a population in the long run. However, if the DTDS has an output that is the population value one year later, that same system cannot tell us what the value is half a year later. This is the concept of discrete vs. continuous time. Question 3. What is the difference between discrete and continuous time? Later we will learn a way to solve DTDS so that we can obtain solutions that are not restricted to the discrete time step. Diagram 5. Venn diagram for a DTDS. 16

17 1.5.1 DTDS and Updating Functions We can think of a DTDS as describing the relation between a quantity measured at the beginning and the end of an experiment or a time interval. We now more formally define a DTDS: Let m be a measurement, then we denote m t as the measurement at the beginning of a time interval. We think of t as the current time and then t + 1 is the time one step into the future. Then we can describe the relation between the initial measurement m t and the next measurement, m t+1, by a DTDS: Definition 13. A DTDS takes a measurement m t and applies an updating function f to determine the value of the measurement one time step later, m t+1. In mathematical notation we have m t+1 = f(m t ) Example 20. Suppose a population of bacteria triples every month and that the population is initially 1000 bacteria. Clearly we know how to calculate the population one month later, 1000(3) = In the notation of discrete time dynamical systems we have, b 0 = 1000 as an initial condition and the population the next year is given by the relation b t+1 = 3b t. We can now iterate the DTDS to determine the population values for the next 5 months. Month Population 1 b 1 = 3b 0 = 3(1000) = b 2 = 3b 1 = 3(3000) = b 3 = 3b 2 = 3(9000) = b 4 = 3b 3 = 3(27000) = b 5 = 3b 4 = 3(81000) = Example 21. Suppose it is spring time for a male (bull) moose, so his antlers are beginning to grow. Moose antlers grow to full size in 3 to 5 months, making them the fastest growing animal organ. Suppose that Marvin the moose s antlers grow 6 inches a month. How big will they be in 5 months? (information obtained from Initial condition: a 0 = 0 DTDS: a t+1 = a t

18 Month Antler Length 1 a 1 = a = = 6 2 a 2 = a = = 12 3 a 3 = a = = 18 4 a 4 = a = = 24 5 a 5 = a = = 30 Thus Marvin s antlers grow to 30 inches. Example 22. Suppose we know that each day a patient uses up half of the medication in her bloodstream. However he is given a new dose sufficient to raise the concentration in the bloodstream by 1.0 milligrams per liter. Then we have the DTDS M t+1 = 0.5M t + 1. If the initial condition for the system is M 0 = 0 can you graph the outputs of the system. (Note the updating function is linear) A Word On Updating Functions Updating functions are FUNCTIONS, this means that any of the operations that we can perform on function we can also perform on updating functions. We can sum (subtract), multiply (divide**?), compose updating functions, and find inverses (if they exist). Example 23. Consider the composition of the bacteria growth updating function, P (b t ) = 3b t. (P P )(b t ) = P (P (b t )) = P (3b t ) = 3(3b t ) = 9b t Now consider the initial condition b 0 = 1000 under our new updating function. Then our next value is 9000 which is b 2. If we continue with more iterations it become clear that the composition of the updating function corresponds to a two-step updating function, that is we have b t+2 = 9b t. Question 4. Can you find the inverse of the updating function in Example 22? DTDS and Units/Dimensioins Please read pages on units and dimensions. 18

19 1.5.4 Equations for Solutions to DTDS Definition 14. The sequence of values m t for t = 1, 2, 3,... is called the solution to the DTDS m t+1 = f(m t ) starting with initial condition m 0 The graph of a solution is the discrete set of points (0, m 0 ), (1, m 1 ), (2, m 2 ),... (t, m t ) It is possible to find a formula for the solution to simple DTDS s, but not in many complicated cases. However, if we can find this formula it is very useful, since with it we can easily calculate values for large values of t. Also we can interpolate for all values of t not just for values in the discrete set of solutions (i.e. t = 1.5). Example 24. A Solution to the Bacteria DTDS Suppose again that we have DTDS b t+1 = 3b t with initial condition b 0 = Then we have the following solutions: b 1 = 3b 0 = 3(1000) b 2 = 3b 1 = 3(3b 0 ) = = b 3 = 3b 2 = 3(3b 1 ) = 3(3(3b 0 )) = b t = 3 t 1000 b t = 3 t b 0 is called the closed form solution to the DTDS. Using this form we can calculate the solution for any value of t. Example 25. Now consider b t+1 = 3b t with a different initial condition b 0 = 50. The we have the following solution: b 1 = 3b 0 = 3(50) b 2 = 3b 1 = 3(3b 0 ) = = b 3 = 3b 2 = 3(3b 1 ) = 3(3(3b 0 )) = b t = 3 t 50 Clearly this is a different solution than what we found above, so it is apparent the the solution to a DTDS is dependent on both the initial condition and the updating function. Note: That while the closed form solution provides a continuous set the solution set to the DTDS is still discrete and a graph of the solution should be a set of points. Unless we wish to connect the points for emphasis of a pattern. 19

20 Example 26. Can we find a closed form solution to the DTDS for the length of Marvin the Moose s antlers? Recall that Marvin s antlers growth follows the DTDS, a t+1 = a t + 6 with initial condition, a 0 = 0 and that a moose s antlers grow for at most 5 months. So we only have the values of a t for t = 0, 1, 2, 3, 4, 5, thus the domain of the closed form solution is the set, dom(f) = {t 0 t 5}. Then the solution to the DTDS is: a 1 = a = = 6 a 2 = a = (0 + 6) + 6 = a 3 = a = ((0 + 6) + 6) + 6 = a t = 0 + 6t What would the solution be if a 0 = 1? Example 27. Let s find a solution to the the Medication DTDS. Recall m t+1 = 0.5m t +1 and let the initial condition for the system be M 0 = 5.0 The we have solutions: m 1 = 0.5(5) + 1 = 3.5 m 2 = 0.5(3.25) + 1 = 2.75 m 3 = 0.5(2.75) + 1 = m 4 = 0.5(2.375) + 1 = The solution values appear to be approaching 2. In fact each step the solutions move halfway closer to 2. Consider the following: m 0 2 = 5 2 = 3 m 1 2 = = 1.25 = m 2 2 = = 0.75 = m 3 2 = = = m 4 2 = = =

21 These observations can lead us to a solution: m 0 = m 1 = m 2 = m 3 = m 4 = m t = t 3 Question 5. Consider finding a closed form for the DTDS in the Example 27, using initial condition m 0 = 1 (the solution is on page 63). Remark 6. In general finding closed form solutions to a DTDS is not easy. Consider x t+1 = 2x t +30 with initial condition x 0 = 10 and you will find that a pattern is not very obvious in this case. In fact given a random DTDS it is likely a closed form solution is very hard to find. 1.6 DTDS Solutions and Exponential Functions (Adler 1.7) Recall the bacterial population growth DTDS, b t+1 = 3b t with initial condition b 0 = 1 has closed form solution b t = 3 t This is an example of an exponential function. Suppose we want to solve for b t = 300 then we must be able to solve 300 = 3 t Question 6. How do we do this? Answer: We use the natural logarithm Generalizing the Bacterial Population Growth DTDS Thus far we have assumed that all bacteria in our model live through each cycle. Clearly this is a big assumption, so lets now suppose that only a fraction of the new bacteria survive. We will call the fraction σ. Let ω be the number of offspring per bacteria. Then in the DTDS b t+1 = 3b t, ω = 3. Let r be the per capita production, that is the number of surviving offspring per 21

22 Bibliography References [1] F.R. Adler, Modeling the Dynamics of Life: Calculus and Probability for Life Sciences Second Edition, Thomson Brooks/Cole, Belmont CA, (2005) 22

Math 155 Notes on Lectures

Math 155 Notes on Lectures Math 155 Notes on Lectures Day 1 Preliminaries: Go over course policies. Note the exam dates and times (Thursday evenings) and state that no make-up exams are given, with a few exceptions if an alternate

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II. Student Name:

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II. Student Name: ALGEBRA II The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II Thursday, January 24, 2019 1:15 to 4:15 p.m., only Large-Type Edition Student Name: School Name: The possession

More information

Math 155 Prerequisite Review Handout

Math 155 Prerequisite Review Handout Math 155 Prerequisite Review Handout August 23, 2010 Contents 1 Basic Mathematical Operations 2 1.1 Examples...................................... 2 1.2 Exercises.......................................

More information

Calculus Honors and Introduction to Calculus

Calculus Honors and Introduction to Calculus Calculus Honors and Introduction to Calculus Name: This summer packet is for students entering Calculus Honors or Introduction to Calculus in the Fall of 015. The material represents concepts and skills

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA. Student Name. School Name

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA. Student Name. School Name ALGEBRA I The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA I Large-Type Edition Thursday, August 16, 2018 8:30 to 11:30 a.m., only Student Name School Name The possession

More information

introducing New Math TEKS

introducing New Math TEKS introducing New Math TEKS Types of Standards Process Content ? Where in the new TEKS are the Process Standards? in the old TEKS were the Process Standards? What are the instruc;onal implica;ons for this?

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II. Thursday, August 16, :30 to 3:30 p.m., only.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II. Thursday, August 16, :30 to 3:30 p.m., only. ALGEBRA II The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA II Thursday, August 16, 2018 12:30 to 3:30 p.m., only Student Name: School Name: The possession or use of any

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA. Thursday, August 16, :30 to 11:30 a.m., only.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA. Thursday, August 16, :30 to 11:30 a.m., only. ALGEBRA I The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA I Thursday, August 16, 2018 8:30 to 11:30 a.m., only Student Name School Name The possession or use of any communications

More information

(MATH 1203, 1204, 1204R)

(MATH 1203, 1204, 1204R) College Algebra (MATH 1203, 1204, 1204R) Departmental Review Problems For all questions that ask for an approximate answer, round to two decimal places (unless otherwise specified). The most closely related

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: Modeling & Problem Solving Common Core Standard: A-REI.4a: Solve quadratic equations in one

More information

AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY

AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY 1. This packet is to be handed in on the first day of school. 2. All work must be shown in the space provided in the packet.

More information

1010 REAL Review for Final Exam

1010 REAL Review for Final Exam 1010 REAL Review for Final Exam Chapter 1: Function Sense 1) The notation T(c) represents the amount of tuition paid depending on the number of credit hours for which a student is registered. Interpret

More information

AP Physics 1 Summer Assignment

AP Physics 1 Summer Assignment AP Physics 1 Summer Assignment This summer assignment is for students enrolled in AP Physics 1 for the upcoming school year. You do not need any prerequisite physics knowledge to do this work. HOWEVER,

More information

Common Core Algebra 2. Chapter 5: Rational Exponents & Radical Functions

Common Core Algebra 2. Chapter 5: Rational Exponents & Radical Functions Common Core Algebra 2 Chapter 5: Rational Exponents & Radical Functions 1 Chapter Summary This first part of this chapter introduces radicals and nth roots and how these may be written as rational exponents.

More information

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Fall 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Fall 01/01! This problems in this packet are designed to help you review the topics from Algebra

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations 4 The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Algebra 3-4 Unit 1 Absolute Value Functions and Equations

Algebra 3-4 Unit 1 Absolute Value Functions and Equations Name Period Algebra 3-4 Unit 1 Absolute Value Functions and Equations 1.1 I can write domain and range in interval notation when given a graph or an equation. 1.1 I can write a function given a real world

More information

Relationships Between Quantities

Relationships Between Quantities Algebra 1 Relationships Between Quantities Relationships Between Quantities Everyone loves math until there are letters (known as variables) in problems!! Do students complain about reading when they come

More information

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

More information

West Windsor-Plainsboro Regional School District Advanced Algebra II Grades 10-12

West Windsor-Plainsboro Regional School District Advanced Algebra II Grades 10-12 West Windsor-Plainsboro Regional School District Advanced Algebra II Grades 10-12 Page 1 of 23 Unit 1: Linear Equations & Functions (Chapter 2) Content Area: Mathematics Course & Grade Level: Advanced

More information

Education Council Proposal: Re-articulation and Prerequisite changes for Advanced Algebraic Mathematics (MATH 045)

Education Council Proposal: Re-articulation and Prerequisite changes for Advanced Algebraic Mathematics (MATH 045) Education Council Proposal: Re-articulation and Prerequisite changes for Advanced Algebraic Mathematics (MATH 045) Rationale: As mandated by the Provincial Articulation body, all adult upgrading courses

More information

Sample Final Exam. Math S o l u t i o n s. 1. Three points are given: A = ( 2, 2), B = (2, 4), C = ( 4, 0)

Sample Final Exam. Math S o l u t i o n s. 1. Three points are given: A = ( 2, 2), B = (2, 4), C = ( 4, 0) Math 0031 Sample Final Exam S o l u t i o n s 1. Three points are given: A = ( 2, 2), B = (2, 4), C = ( 4, 0) (a) (5 points) Find the midpoint D of the segment with endpoints B and C. ( 2 + ( 4) D =, 4

More information

7.1 Indefinite Integrals Calculus

7.1 Indefinite Integrals Calculus 7.1 Indefinite Integrals Calculus Learning Objectives A student will be able to: Find antiderivatives of functions. Represent antiderivatives. Interpret the constant of integration graphically. Solve differential

More information

Chapter 1. Functions 1.1. Functions and Their Graphs

Chapter 1. Functions 1.1. Functions and Their Graphs 1.1 Functions and Their Graphs 1 Chapter 1. Functions 1.1. Functions and Their Graphs Note. We start by assuming that you are familiar with the idea of a set and the set theoretic symbol ( an element of

More information

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Winter 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Winter 01/01! This problems in this packet are designed to help you review the topics from

More information

Instructor Notes for Chapters 3 & 4

Instructor Notes for Chapters 3 & 4 Algebra for Calculus Fall 0 Section 3. Complex Numbers Goal for students: Instructor Notes for Chapters 3 & 4 perform computations involving complex numbers You might want to review the quadratic formula

More information

3.1 Derivative Formulas for Powers and Polynomials

3.1 Derivative Formulas for Powers and Polynomials 3.1 Derivative Formulas for Powers and Polynomials First, recall that a derivative is a function. We worked very hard in 2.2 to interpret the derivative of a function visually. We made the link, in Ex.

More information

A Correlation of. Pearson Integrated CME Project. to the. Common Core State Standards for Mathematics - High School PARRC Model Content Frameworks

A Correlation of. Pearson Integrated CME Project. to the. Common Core State Standards for Mathematics - High School PARRC Model Content Frameworks A Correlation of Pearson 2013 to the Common Core State Standards for A Correlation of Pearson Introduction This document demonstrates how Pearson 2013 meets the standards of the Mathematics, PAARC Model

More information

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages MTH4100 Calculus I Lecture notes for Week 2 Thomas Calculus, Sections 1.3 to 1.5 Rainer Klages School of Mathematical Sciences Queen Mary University of London Autumn 2009 Reading Assignment: read Thomas

More information

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

AP Calculus AB Summer Packet 2018

AP Calculus AB Summer Packet 2018 AP Calculus AB Summer Packet 2018 Dear Calculus Student: To be successful in AP Calculus AB, you must be proficient at solving and simplifying each type of problem in this packet. This is a review of Algebra

More information

GRE Quantitative Reasoning Practice Questions

GRE Quantitative Reasoning Practice Questions GRE Quantitative Reasoning Practice Questions y O x 7. The figure above shows the graph of the function f in the xy-plane. What is the value of f (f( ))? A B C 0 D E Explanation Note that to find f (f(

More information

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

Math 105 Exit Exam Review

Math 105 Exit Exam Review Math 105 Exit Exam Review The review below refers to sections in the main textbook Modeling the Dynamics of Life, 2 nd edition by Frederick F. Adler. (This will also be the textbook for the subsequent

More information

Math 3C Midterm 1 Study Guide

Math 3C Midterm 1 Study Guide Math 3C Midterm 1 Study Guide October 23, 2014 Acknowledgement I want to say thanks to Mark Kempton for letting me update this study guide for my class. General Information: The test will be held Thursday,

More information

Teacher s Guide and Sample Items

Teacher s Guide and Sample Items Teacher s Guide and Sample Items Algebra 1 Issued by the Office of Assessment South Carolina Department of Education Introduction This Teacher s Guide with Sample Items has been developed to provide educators

More information

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher Algebra 1 S1 Lesson Summaries For every lesson, you need to: Read through the LESSON REVIEW which is located below or on the last page of the lesson and 3-hole punch into your MATH BINDER. Read and work

More information

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day Dear AP Calculus BC student, Hello and welcome to the wonderful world of AP Calculus! I am excited that you have elected to take an accelerated mathematics course such as AP Calculus BC and would like

More information

80 Wyner PreCalculus Spring 2017

80 Wyner PreCalculus Spring 2017 80 Wyner PreCalculus Spring 2017 CHAPTER NINE: DERIVATIVES Review May 16 Test May 23 Calculus begins with the study of rates of change, called derivatives. For example, the derivative of velocity is acceleration

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

Algebra II. In this technological age, mathematics is more important than ever. When students

Algebra II. In this technological age, mathematics is more important than ever. When students In this technological age, mathematics is more important than ever. When students leave school, they are more and more likely to use mathematics in their work and everyday lives operating computer equipment,

More information

Curriculum Scope and Sequence

Curriculum Scope and Sequence Curriculum Scope and Sequence Subject/Grade Level: 9th Grade Course: Algebra I Unit Duration Transfer Goal(s) Enduring Understandings Essential Questions 1 - Solving Equations & Inequalities 32-35 days

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Linear Functions, Equations, and Inequalities

Linear Functions, Equations, and Inequalities CHAPTER Linear Functions, Equations, and Inequalities Inventory is the list of items that businesses stock in stores and warehouses to supply customers. Businesses in the United States keep about.5 trillion

More information

Optimization Problems. By Tuesday J. Johnson

Optimization Problems. By Tuesday J. Johnson Optimization Problems By Tuesday J. Johnson 1 Suggested Review Topics Algebra skills reviews suggested: None Trigonometric skills reviews suggested: None 2 Applications of Differentiation Optimization

More information

Course Title: Topics in Calculus (Level 3 or Level 4)

Course Title: Topics in Calculus (Level 3 or Level 4) Course Title: (Level 3 or Level 4) Length of Course: Prerequisites: One semester (2.5 credits) Precalculus and Functions Analysis Description: This course provides a preliminary introduction to Calculus

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Columbus City Schools High School CCSS Mathematics III - High School PARRC Model Content Frameworks Mathematics - Core Standards And Math Practices

Columbus City Schools High School CCSS Mathematics III - High School PARRC Model Content Frameworks Mathematics - Core Standards And Math Practices A Correlation of III Common Core To the CCSS III - - Core Standards And s A Correlation of - III Common Core, to the CCSS III - - Core Standards and s Introduction This document demonstrates how - III

More information

Algebra Performance Level Descriptors

Algebra Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Algebra. A student at this level has an emerging ability to A student whose performance

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations Section 2.3 Solving Systems of Linear Equations TERMINOLOGY 2.3 Previously Used: Equivalent Equations Literal Equation Properties of Equations Substitution Principle Prerequisite Terms: Coordinate Axes

More information

Math 2 Unit 5: Comparing Functions and Modeling

Math 2 Unit 5: Comparing Functions and Modeling Approximate Time Frame: 2-3 Weeks Connections to Previous Learning: In Math 1, students studied linear and exponential functions and compared them in a modeling context. Students looked at multiple representations

More information

Math 115 Syllabus (Spring 2017 Edition) By: Elementary Courses Committee Textbook: Intermediate Algebra by Aufmann & Lockwood, 9th Edition

Math 115 Syllabus (Spring 2017 Edition) By: Elementary Courses Committee Textbook: Intermediate Algebra by Aufmann & Lockwood, 9th Edition Math 115 Syllabus (Spring 2017 Edition) By: Elementary Courses Committee Textbook: Intermediate Algebra by Aufmann & Lockwood, 9th Edition Students have the options of either purchasing the loose-leaf

More information

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts Introduction Math 121: Calculus 1 - Fall 201/2014 Review of Precalculus Concepts Welcome to Math 121 - Calculus 1, Fall 201/2014! This problems in this packet are designed to help you review the topics

More information

Example: f(x) = 2x² + 1 Solution: Math 2 VM Part 5 Quadratic Functions April 25, 2017

Example: f(x) = 2x² + 1 Solution: Math 2 VM Part 5 Quadratic Functions April 25, 2017 Math 2 Variable Manipulation Part 5 Quadratic Functions MATH 1 REVIEW THE CONCEPT OF FUNCTIONS The concept of a function is both a different way of thinking about equations and a different way of notating

More information

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website.

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. BTW Math Packet Advanced Math Name Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. Go to the BTW website

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

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

ALGEBRA I CCR MATH STANDARDS

ALGEBRA I CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES AND REASONING WITH EQUATIONS M.A1HS.1 M.A1HS.2 M.A1HS.3 M.A1HS.4 M.A1HS.5 M.A1HS.6 M.A1HS.7 M.A1HS.8 M.A1HS.9 M.A1HS.10 Reason quantitatively and use units to solve problems.

More information

Foundations of Algebra/Algebra/Math I Curriculum Map

Foundations of Algebra/Algebra/Math I Curriculum Map *Standards N-Q.1, N-Q.2, N-Q.3 are not listed. These standards represent number sense and should be integrated throughout the units. *For each specific unit, learning targets are coded as F for Foundations

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Section 8: Summary of Functions Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Complete the table below to describe the characteristics of linear functions. Linear Functions

More information

1 Wyner PreCalculus Fall 2013

1 Wyner PreCalculus Fall 2013 1 Wyner PreCalculus Fall 2013 CHAPTER ONE: FUNCTIONS AND THEIR GRAPHS Summary, Terms, and Objectives Most of calculus and precalculus is based on functions. A function is a process that takes one or more

More information

Willmar Public Schools Curriculum Map

Willmar Public Schools Curriculum Map Subject Area Mathematics Senior High Course Name Advanced Algebra 2A (Prentice Hall Mathematics) Date April 2010 The Advanced Algebra 2A course parallels each other in content and time. The Advanced Algebra

More information

3.6 Interpreting Functions

3.6 Interpreting Functions 27 FEATURES OF FUNCTIONS Interpreting Functions A Practice Understanding Task CCBY Jan Kalab https://flic.kr/p/ekgaa Given the graph of f(x), answer the following questions. Unless otherwise specified,

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

More information

resources Symbols < is less than > is greater than is less than or equal to is greater than or equal to = is equal to is not equal to

resources Symbols < is less than > is greater than is less than or equal to is greater than or equal to = is equal to is not equal to Symbols < is less than > is greater than is less than or equal to is greater than or equal to resources = is equal to is not equal to is approximately equal to similar a absolute value: = ; - = (x, y)

More information

MAT01A1: Functions and Mathematical Models

MAT01A1: Functions and Mathematical Models MAT01A1: Functions and Mathematical Models Dr Craig 21 February 2017 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

More information

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2 Math 11100 Exam Jam Solutions Contents 1 Linear Inequalities and Absolute Value Equations 2 2 Linear Equations, Graphing and Solving Systems of Equations 4 3 Polynomials and Rational Expressions 13 4 Radical

More information

What students need to know for PRE-CALCULUS Students expecting to take Pre-Calculus should demonstrate the ability to:

What students need to know for PRE-CALCULUS Students expecting to take Pre-Calculus should demonstrate the ability to: What students need to know for PRE-CALCULUS 2014-2015 Students expecting to take Pre-Calculus should demonstrate the ability to: General: keep an organized notebook take good notes complete homework every

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

More information

Learning Packet. Lesson 5b Solving Quadratic Equations THIS BOX FOR INSTRUCTOR GRADING USE ONLY

Learning Packet. Lesson 5b Solving Quadratic Equations THIS BOX FOR INSTRUCTOR GRADING USE ONLY Learning Packet Student Name Due Date Class Time/Day Submission Date THIS BOX FOR INSTRUCTOR GRADING USE ONLY Mini-Lesson is complete and information presented is as found on media links (0 5 pts) Comments:

More information

TEKS Clarification Document. Mathematics Algebra I

TEKS Clarification Document. Mathematics Algebra I TEKS Clarification Document Mathematics Algebra I 111.31. Implementation of Texas Essential Knowledge and Skills for Mathematics, Grades 9-12. Source: The provisions of this 111.31 adopted to be effective

More information

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart)

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) Still under construction. MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) As seen in A Preview of Calculus, the concept of it underlies the various branches of calculus. Hence we

More information

Index I-1. in one variable, solution set of, 474 solving by factoring, 473 cubic function definition, 394 graphs of, 394 x-intercepts on, 474

Index I-1. in one variable, solution set of, 474 solving by factoring, 473 cubic function definition, 394 graphs of, 394 x-intercepts on, 474 Index A Absolute value explanation of, 40, 81 82 of slope of lines, 453 addition applications involving, 43 associative law for, 506 508, 570 commutative law for, 238, 505 509, 570 English phrases for,

More information

Background. A Transformation from Traditional College Algebra to Freudenthal College Algebra. Background. Traditional

Background. A Transformation from Traditional College Algebra to Freudenthal College Algebra. Background. Traditional A Transformation from Traditional College Algebra to Freudenthal College Algebra Monica Geist, Ph.D. Front Range Community College monica.geist@frontrange.edu Background Started teaching College Algebra

More information

Integrated CME Project Mathematics I-III 2013

Integrated CME Project Mathematics I-III 2013 A Correlation of -III To the North Carolina High School Mathematics Math I A Correlation of, -III, Introduction This document demonstrates how, -III meets the standards of the Math I. Correlation references

More information

Mathematics High School Algebra I

Mathematics High School Algebra I Mathematics High School Algebra I All West Virginia teachers are responsible for classroom instruction that integrates content standards and mathematical habits of mind. Students in this course will focus

More information

Functions and their Graphs

Functions and their Graphs Chapter One Due Monday, December 12 Functions and their Graphs Functions Domain and Range Composition and Inverses Calculator Input and Output Transformations Quadratics Functions A function yields a specific

More information

North Carolina State University

North Carolina State University North Carolina State University MA 141 Course Text Calculus I by Brenda Burns-Williams and Elizabeth Dempster August 7, 2014 Section1 Functions Introduction In this section, we will define the mathematical

More information

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles Unit 5 Linear equations and inequalities In this unit, you will build your understanding of the connection between linear functions and linear equations and inequalities that can be used to represent and

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics SCIE 4101 Fall 014 Math Review Packet # Notes Patterns and Algebra I Topics I consider Algebra and algebraic thought to be the heart of mathematics everything else before that is arithmetic. The first

More information

AP Physics 1 LCHS Summer Work

AP Physics 1 LCHS Summer Work AP Physics 1 LCHS Summer Work 2018-2019 The problems below are a review of the math skills that you need to succeed in AP Physics 1. This class is based on a knowledge of the math and concepts of Physics.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) x 8. C) y = x + 3 2

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) x 8. C) y = x + 3 2 Precalculus Fall Final Exam Review Name Date Period MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Simplify the expression. Assume that the variables

More information

How can you solve a multistep. How can you solve an absolute value equation? How can you solve and absolute value. inequality?

How can you solve a multistep. How can you solve an absolute value equation? How can you solve and absolute value. inequality? WDHS Curriculum Map Course: Algebra 1 June 2015 Time Interval/ Content Standards/ Strands Essential Questions Skills Assessment Unit 1 Transfer Goal: Recognize and solve practical or theoretical problems

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

Algebra I EOC Review (Part 2)

Algebra I EOC Review (Part 2) 1. Let x = total miles the car can travel Answer: x 22 = 18 or x 18 = 22 2. A = 1 2 ah 1 2 bh A = 1 h(a b) 2 2A = h(a b) 2A = h a b Note that when solving for a variable that appears more than once, consider

More information

MTH301 Calculus II Glossary For Final Term Exam Preparation

MTH301 Calculus II Glossary For Final Term Exam Preparation MTH301 Calculus II Glossary For Final Term Exam Preparation Glossary Absolute maximum : The output value of the highest point on a graph over a given input interval or over all possible input values. An

More information

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles

Unit 5. Linear equations and inequalities OUTLINE. Topic 13: Solving linear equations. Topic 14: Problem solving with slope triangles Unit 5 Linear equations and inequalities In this unit, you will build your understanding of the connection between linear functions and linear equations and inequalities that can be used to represent and

More information

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school.

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school. Albertson AP Calculus AB Name AP CALCULUS AB SUMMER PACKET 2015 DUE DATE: The beginning of class on the last class day of the first week of school. This assignment is to be done at you leisure during the

More information

VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS.

VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS. We NJ Can STUDENT Early Learning LEARNING Curriculum OBJECTIVES PreK Grades 8 12 VOYAGER INSIDE ALGEBRA CORRELATED TO THE NEW JERSEY STUDENT LEARNING OBJECTIVES AND CCSS www.voyagersopris.com/insidealgebra

More information

Experimental Uncertainty (Error) and Data Analysis

Experimental Uncertainty (Error) and Data Analysis Experimental Uncertainty (Error) and Data Analysis Advance Study Assignment Please contact Dr. Reuven at yreuven@mhrd.org if you have any questions Read the Theory part of the experiment (pages 2-14) and

More information

June Dear Future Algebra 2 Trig Student,

June Dear Future Algebra 2 Trig Student, June 016 Dear Future Algebra Trig Student, Welcome to Algebra /Trig! Since we have so very many topics to cover during our 016-17 school year, it is important that each one of you is able to complete these

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg:

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg: CHAPTER ONE FUNCTIONS AND GRAPHS 1.0 Introduction to Functions In everyday life, many quantities depend on one or more changing variables eg: (a) plant growth depends on sunlight and rainfall (b) speed

More information

Absolute Extrema and Constrained Optimization

Absolute Extrema and Constrained Optimization Calculus 1 Lia Vas Absolute Extrema and Constrained Optimization Recall that a function f (x) is said to have a relative maximum at x = c if f (c) f (x) for all values of x in some open interval containing

More information

Week #1 The Exponential and Logarithm Functions Section 1.3

Week #1 The Exponential and Logarithm Functions Section 1.3 Week #1 The Exponential and Logarithm Functions Section 1.3 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by

More information