CLASS NOTES: BUSINESS CALCULUS

Size: px
Start display at page:

Download "CLASS NOTES: BUSINESS CALCULUS"

Transcription

1 CLASS NOTES: BUSINESS CALCULUS These notes can be thought of as the logical skeleton of my lectures, although they will generally contain a fuller exposition of concepts but fewer examples than my lectures. Since we will be following the book closely in this class all of the sections of these notes will correspond to sections in the book (not lecture days). The style is more conceptual than the textbook (or my lectures), especially in the beginning, so you will have to read these notes more slowly in order to understand them well. However, for the kind of student who wants to know what is really going on, these notes give the precise logical picture as directly as possible, and can be thought of as a supplement to the more examples-driven textbook. Moreover, at the end of each section I give a brief Takeaway which tells you what I think is really important about what was covered in the section, and this should be valuable to everyone when studying for quizzes and exams. 1. Functions and Change The point of this Chapter is to discuss the mathematical concept of a function and its relation to real world quantities. In later Chapters we will use the tools of Calculus to analyze functions more closely What is a function? Here is the definition of a function of single variable: Definition 1.1. Suppose A and B are collections of numbers. A function f from A to B is a correspondence which assigns one element of B to each element of A. If f assigns the number b in B to the number a in A, we write f(a) = b. The set A is called the domain of f, and the set B is called the range of f. This definition is deliberately abstract because it is meant to capture a wide range of phenomena. For a more concrete understanding of the concept, you can think of a function f as a kind of machine which takes elements of the set A as input and outputs elements of the set B. In mathematics, the most common and powerful ways of describing functions are by means of algebraic formulas and graphs. In the following example, the symbol R stands for the collection of all real numbers. 1 Example 1.2. The equation f(x) = 2x 1 defines a function f : R R, because it tells us what f outputs for every number x. For example, f(1) = = 1, so f outputs 1 when given 1, f(0) = = 1, so f outputs 1 when given 0, 1 Recall that a number is said to be real if it can be expressed by a (possibly infinite) decimal expression, which includes every kind of number that you will encounter in real life. For example, 0, 1, π = , and 3 4 =.75 all count as real numbers. The only numbers that are not in the set R are those involving the imaginary number i = 1 (and you need not worry about these for now). 1

2 CLASS NOTES: BUSINESS CALCULUS 2 f(4) = = 7, so f outputs 7 when given 4. When we define a function f(x) using an algebraic formula, we usually take the domain to be the set of all numbers x for which the algebraic formula is defined. For example, The function defined by the formula f(x) = 2x 1 is defined for every real number, so its domain is the set R. The function defined by the formula f(x) = x2 +1 makes sense for all real numbers x 1 except x = 1, because division by 0 is undefined. Therefore the domain of f is the set of all real numbers except 1. This set is symbolically denoted R \ {1}, 2 or in interval notation as (, 1) (1, ). 3 The function defined by the formula f(x) = x 1 makes sense for all real numbers x 1, but it does not make sense when x < 1 because you cannot take the square root of a negative number. Therefore the domain is the set of all real numbers x 1, which in interval notation is denoted by [1, ). It is important to remember that an algebraic formula is just a way of defining a function, but is not the same thing as the function itself (which is just the abstract correspondence). For example, the function defined by the formula f(x) = 2x 1 can also be defined using the graph of Figure 1 below. Definition 1.3. The graph of a function f : A B is the set of all points of the form (x, f(x)) in the Cartesian plane, where x is a number in the set A. More concretely, the graph of a function is built by placing a point at height y = f(x) above each point x on the x-axis. Since there is at most one y-value f(x) above or below each value of x on the x-axis, the graph of a function must always pass the vertical line test. The vertical line test says that a curve in the Cartesian plane defines a function if and only if every vertical line in the plane meets it at most one time. The mathematical concept of a function is used to describe the way that real world quantities depend on one another. For example: The volume of a ball depends on the length of its diameter, 2 In general, {a, b, c} denotes the set containing the numbers a, b, and c, and A \ B denotes the set of all elements in A which are not elements of B, therefore R \ {1} denotes the set of all real numbers except for the number 1. 3 Recall how interval notation works: The set of all numbers x such that a < x < b is denoted by (a, b), the set of all numbers x such that a x < b is denoted by [a, b), the set of x such that a x b is denoted by [a, b], and so on. In other words, a square bracket next to an endpoint indicates that the endpoint is included in the interval, whereas a round bracket indicates that every number up to the endpoint, but not the endpoint itself, is included in the interval. We denote the set of all x < a by (, a) and the set of all x a by [a, ). The idea of this notation is that the set contains all x up to, but not including, ±, which is why the brackets next to infinity are always round. With interval notation, the smaller number must always be to the left of the larger number just as it appears on the number line, so, for example, the notation (3, 1) makes no sense, it must be written as ( 1, 3). Finally, given any sets A and B, A B denotes the union of the two sets A and B, which contains every element occuring in either set.

3 CLASS NOTES: BUSINESS CALCULUS 3 Figure 1. The graph of the function f : R R defined by the expression f(x) = 2x 1. The energy with which a car collides with a wall depends on its speed and mass at the time of collision, Your height depends on your age. All of these dependencies can be described by functions (sometimes involving more than one variable). In some cases, the function can be defined algebraically. Thus, the volume V (in square inches) of a ball of diameter D (in inches) can be described by the formula V = f(d) = π 6 D3. Similarly, the kinetic energy K of the car (or any object) is given in terms of its mass m and velocity v by the formula K = f(m, v) = 1 2 mv2. Your height is likely difficult to define algebraically as a function of your age, but it is nevertheless a function: at any given time t after your birth, you will have exactly one height h. Many real world quantities which depend on one another do not have perfectly accurate algebraic formulations. To describe such real world functions we resort to tables or ordinary language, and then try to find algebraic formulas or graphs which fit the information as best as possible. In all cases, the key to applying mathematics to the real world is to describe, as best as possible, real world functions by means of algebraic expressions and graphs. These mathematical descriptions are called mathematical models of the reality. You can then use powerful techniques to analyze the mathematical models to make predictions that are far deeper and more precise than you could make using every day reasoning. Of course, the predictions will only come true if the mathematical model really does match the reality, so the process of building a good model is just as important as the mathematics you use to analyze it.

4 CLASS NOTES: BUSINESS CALCULUS TAKEAWAY The mathematical concept of a function is useful for modeling the relationship between quantities in the real world which depend on one another. The primary mathematical ways of describing them are by means of algebraic expressions and graphs, the primary ways in which we describe functions in the real world is by means of tables (data collection) and ordinary language. The homework problems of Section 1.1 are meant to give you practice in passing between the various ways of representing a function. This skill will prove to be essential not only to understand the mathematical analysis involved in calculus, but also in being able to apply mathematics to real world problems Linear Functions. Definition 1.4. A linear function is any function which can be described by an algebraic formula of the form f(x) = mx + b, where m and b are constants. The number m is called the slope of the function, and the number b is called the y-intercept of the function. Linear functions are called linear functions because their graphs are straight lines in the plane. The constant b is called the y-intercept because the line crosses the y axis at height y = b. The constant m is called the slope because it tells you how much the graph of the function moves vertically as you move one unit to the right. Equivalently, if m is a fraction p, then this tells us that m rises p units for every q units you move to the q right. The fact that linear functions have a constant slope (i.e. always rise or fall at the same rate as you move right) is a defining property. Wavy graphs rise and fall at different rates as you move right. Example 1.5. The following are all linear functions, together with their graphs.

5 CLASS NOTES: BUSINESS CALCULUS 5 Given the equation of a line in standard form, you should be able to draw its graph easily. Going the other direction, every line in the plane which is not vertical 4 is the graph of a function in standard form y = mx + b. If the line passes through two points (x 0, y 0 ) and (x, y), then the rise of the line between x 0 and x is y y 0, and the run of line is given by x x 0 (see Figure 2). Hence the slope of the line is y y 0 x x 0 = m. Using this formula, we can find the slope of a line passing through two given points (x, y) and (x 0, y 0 ). Moreover, if we multiply both sides of the slope formula by (x x 0 ), we obtain the point-slope formula y y 0 = m(x x 0 ). In this formula we treat x and y as variables, and can use it to find the equation of the line if we are given its slope m and one point (x 0, y 0 ) which the line passes through. Figure 2. Rise and run in the slope formula. Example 1.6. To find the standard equation y = mx + b of the line passing through the points (1, 2) and (3, 0), we start by finding its slope using the slope formula: m = = 1. Now we can plug m and either of the two points above into the point-slope formula, in this case we ll use (x 0, y 0 ) = (1, 2) to get: y 2 = 1(x 1). We re not quite done, because we still need to simplify this down to standard form. Using basic algebra we get y = x Vertical lines obviously fail the vertical line test, all other lines pass the vertical line test.

6 CLASS NOTES: BUSINESS CALCULUS 6 There are other methods of finding the equation of a line which passes through two points, but the method of the example above is the best one for our purposes because it reinforces your understanding of the concept of slope, which will be central to us when it comes time to understand calculus. As I mentioned above, the defining characteristic of a linear function is that its slope is constant. When there is not a graph present, it is easier to think of the rise between a pair of points (x 0, f(x 0 )) and (x 1, f(x 1 )) 5 as simply the change in y = f(x), given by = f(x 1 ) f(x 0 ). Similarly, the run is just the change in x, given by x = x 1 x 0. In these terms, the slope of f(x) between x 1 and x 0 is defined by the ratio. If this ratio x is the roughly the same for every pair of values (x 0, f(x 0 )) and (x 1, f(x 1 )) occuring in a given table of data, we can infer that the real world function is roughly linear. Moreover, we can even model the real world data with an algebraic expression. Example 1.7. The following tables of values describes the distance d (in miles) that a traveler is from home t hours after leaving his house. d t In this table, distance d is described as a function of time t. In the top table, the change in distance between time t = 1 and t = 2 is given by d = = 40 miles, and the change in time is t = 2 1 = 1 hour. Thus we have a slope of 40 = 40 over this time 1 period. On the other hand, between time t = 2 and t = 4, the change in distance is given by d = = 30 miles, and the change in time is t = 4 2 = 2 hours. Hence the slope of the distance function between time t = 2 and t = 4 is only 15. Since the slope between times t = 1 and t = 2 does not match the slope between t = 2 and t = 4, the function f(t) = d is not linear. Now suppose the traveler s distance from home is described by the following table: d t In this case, it is easy to verify that the slope of the distance function is 30 between every pair of t-values. This real life function therefore appears to be linear, and can be modeled by a function of the form d = mt + b. 6 We know that the slope of this function is m = 30, and using the point-slope formula with the point (t 0, d 0 ) = (1, 20), we deduce that distance function has the form d 20 = 30(t 1), which can be re-rewritten in the standard form d = 30t Remember that, in the graph of a function, f(x) = y for all x, by definition. Therefore, setting f(x 0 ) = y 0 and f(x 1 ) = y 1, we can think of f(x 1 ) f(x 0 ) = y 1 y 0 as the change in y, denoted y. I will often switch between these two equivalent ways of formulating things. 6 here d is playing the role of y and t is playing the role of x. Likewise t 0 will be playing the role of x 0 and d 0 the role of y 0 in the point-slope formula.

7 CLASS NOTES: BUSINESS CALCULUS 7 Using common sense, we see there must be something wrong with the algebraic formula d = 30t 10 we have used to model the data in the table, because at time t = 0 it predicts that the traveler will be a distance of d = = 10 miles away from home, which makes no sense whatsoever. Moreover, common sense tells us that the driver must stop driving some time, so our linear model d = 30t 10 cannot stay valid forever. However, our model appears to be valid between time t = 1 and t = 5, so we can predict with some confidence that the driver was about d = = 35 miles away from home 1.5 miles after leaving the house. Of course, our model could be way off, and the only way to figure out whether or not it really is correct (or close to correct) is to find out more about the individual driver and his habits. Does he avoid using the bathroom and like using cruise-control? Then the model is more likely to be right. Does he like to drive like a maniac and needs to stop and pee every 30 minutes? Then the model is likely incorrect. Purely mathematical analysis only tells us what must be true if our model is correct, it takes logic and common sense to determine whether the model is correct in the first place. Keep this in mind at all times, especially if you become an expert someday. 1.2 TAKEAWAY Linear functions can be written in the standard form y = f(x) = mx + b, and given a function written in this form you should be able to quickly draw its graph. Conversely, given the graph of a line, or even just two points on the line, you should be able to find the standard form of the line using the slope formula and the point-slope formula. Moreover, using the fact that linear functions have constant slope, you should be able to identify whether or not a given table of data is (possibly) describing a linear function, and if it is, you should be able to find an explicit algebraic formula which models it. I expect that this section is largely just review for most of you, but you should make sure you understand every part of it extremely well, because your understanding of the geometric and algebraic properties of lines will play an essential role in your understanding of the derivative Average Rate of Change and Relative Change. The concepts of this section are easiest to understand if we think of our functions f as functions of time, so for the most part I will treat functions here as functions of time. However, the same concepts apply to any kind of function. The change in a function between time t 1 and t 2 (where t 2 is bigger than t 1 ) is = f(t 2 ) f(t 1 ). The order in which f(t 2 ) and f(t 1 ) appears does matter here, because > 0 means that f has increased between time t 1 and t 2, whereas < 0 means it decreased. Definition 1.8. The average rate of change of f between time t 1 and t 2 is given by the formula t = f(t 2) f(t 1 ). t 2 t 1 Example 1.9. So, for example, if t is the time, in hours, since you left your home, and f(t) = t 2 + 2t is your distance, in miles, from home at time t, then your average rate of

8 CLASS NOTES: BUSINESS CALCULUS 8 Figure 3. A secant line. change between t 1 = 1 and t 2 = 3 is given by t = f(3) f(1) 3 1 = ( ) ( ) 2 Your average rate of change between t 1 = 1 and t 2 = 4 is t = f(4) f(1) 4 1 = ( ) ( ) 3 Your average rate of change between t 1 = 2 and t 2 = 5 is given by t = f(5) f(2) 5 2 = ( ) ( ) 3 = 6mph. = 7mph. = 9mph. Observe that if f(t) is a linear function of the form f(t) = mt + b, then the average rate of change of f is the same between any two points t 1 and t 2, it just corresponds to the slope of f(t): t = f(t 2) f(t 1 ) = mt 2 + b (mt 1 + b) = m(t 2 t 1 ) = m. t 2 t 2 t 2 t 1 t 2 t 1 This is not true for any other kind of function. We now switch to the graphical perspective. The secant line connecting two points (t 1, f(t 1 )) (t 2, f(t 2 )) on the graph of f(t) is just the line which passes through (t 1, f(t 1 )) and (t 2, f(t 2 )) (see Figure 3). Proposition The average rate of change of f(t) between t 1 and t 2 is equal to the slope of the secant line connecting (t 1, f(t 1 )) to (t 2, f(t 2 )). Given the graph of f(t), you should be able to use this fact to roughly eyeball the average rate of change of f(t) between t 1 and t 2. You should also be able to eyeball whether or not a function is concave up or concave down over a region. Definition A function f(t) is concave up over the interval [t 1, t 2 ] if the slope of the secant line connecting (t 1, f(t 1 )) to (t, f(t)) increases as you move right from t = t 1 to t 2. It is concave down if the slope of the secant line connecting (t 1, f(t 1 )) to (t, f(t)) decreases as you move right from t = t 1 to t = t 2.

9 CLASS NOTES: BUSINESS CALCULUS 9 In other words, f(t) is concave up between t 1 and t 2 if its graph looks like part of a smile, and it is concave down if it looks like part of a frown (notice that f(t) itself can be increasing or decreasing over the interval). So, for example, the graph of Figure 3 appears to be concave up between t = 10 and t = 0, and concave down between t = 0 and t = 10. If the graph of f(t) is concave up between t 1 and t 2, this means that the average rate of change in f is increasing as time moves forward. In other words, f is accelerating between t 1 and t 2. On the other hand, if f(t) is concave down between t 1 and t 2, then f(t) is decelerating. That s a big part of the reason why we care about concavity. The last concept of importance in this section is the concept of relative change. This, in fact, really doesn t involve time at all. It merely tells us how large the change of a quantity is as a proportion of the original quantity. Definition The relative change in f(t) between t 1 and t 2 is given by f(t 1 ) = f(t 2) f(t 1 ). f(t 1 ) Notice the length of the time interval [t 1, t 2 ] does not enter in here. In some cases, the relative change in f is more important to us than the absolute change. For example, if someone says that they think the value of one share of ACME stock will increase by 1 dollar next year, that could be good or bad. If ACME stock already costs $1,000 a share, then the relative change in value is only =.001, 1000 which amounts to an increase of only.1%, in which case you might be better off just keeping your money in a savings account. On the other hand, if ACME stock is only priced at $2 a share, then the relative change will be 3 2 =.5, 2 which is a 50% increase, which is a California real estate bubble level of growth. 1.3 TAKEAWAY You must understand the real world meaning of average rate of change. You must also know the algebraic formula for it by heart and the graphical interpretation as the slope of the secant line. In particular, for homework purposes you should be able to compute average rates of change using algebraic formulas, graphs, or tables. In addition, you must be able to identify the concavity of a graph by looking at it, and understand how it corresponds to acceleration or deceleration. Finally, you must understand the real world meaning (and usefulness) of relative change, and you must know its formula by heart Applications of functions to economics. Pretend you are a business owner who produces (or in some way supplies) objects to people in exchange for money. Here are some of the relevant functions you want to understand when deciding on just how much of your product x you wish to supply. Our unit of currency will be dollars throughout. Definition The cost function C(x) gives the cost of producing x objects. The revenue function R(x) gives the total amount of money people will pay you for x objects.

10 CLASS NOTES: BUSINESS CALCULUS 10 The profit function P r(x) (or π(x), according to the book), is the total profit you make from selling x objects, and is given by the formula P r(x) = R(x) C(x). First let s analyze the cost function. Typically the cost function is made up of two parts: fixed costs, which you will have to pay no matter how many objects x that you produce, and variable costs, which are directly related to how many objects x that you produce. So, for example, if your business is a bakery then your fixed costs will include things like rent, phone bills, etc. Your variable costs will include the cost of raw materials for making cakes, as well as the salary you pay to your employees to spend time baking them. Fixed costs will appear as the constant in your cost function C(x), whereas your variable costs will make up the rest of C(x). Example Suppose C(x) = x + x 2. Then your fixed cost is $100, and the variable cost of producing x items is 5x + x 2. The fixed cost will always be equal to C(0), the cost of producing no objects. So, in particular, you can always find the fixed cost part of C(x) from its graph by looking at its y-intercept. Notice also that C(x) should always be increasing as x gets larger, because the cost of making x+1 objects should always be more than the cost of making x objects. Now let s analyze revenue. If the price p of the object is fixed, then the revenue from selling x objects is easy to find, it is just R(x) = px. This formula works well enough for most situations, but be aware that in reality you might need to make a a more careful analysis. It is indeed true that if you sell x objects at a price of p, then you will make px dollars, but it is not necessarily true that you actually can sell x objects at a given price p. In general, the higher your price, the fewer objects you will sell. In other words, the price p which you must set in order to sell x objects is usually a decreasing function p(x) of x. Taking this into account, your revenue function will be R(x) = p(x) x. Definition The marginal cost at x is C(x + 1) C(x), it is the cost of producing the (x + 1) st object once you have already produced x objects. Likewise, the marginal revenue is R(x + 1) R(x) and the marginal profit is P r(x + 1) P r(x). We generally expect marginal cost to go down as x gets large, because one can often produce a large number of items more efficiently than a small number (although this need not always be true, especially if a somewhat rare resource is required to make the objects). We likewise expect marginal revenue to decrease as x increases. Finally we discuss the concept of supply and demand. Definition The supply function S(q) outputs the price required to get suppliers to sell q items. The demand function D(q) outputs the price required for consumers to purchase q items. In real life we expect S(q) to be an increasing function and D(q) to be a decreasing function (although there can be odd exceptions here and there). Under this assumption S(q) and D(q) will take on the same value for only one quantity q.

11 CLASS NOTES: BUSINESS CALCULUS 11 Definition The equilibrium price is the price p at which suppliers are willing to sell the same number of items as buyers are willing buy. Keep in mind that price p is the output of the supply and demand functions, so the equilibrium price is the value of p = S(q) = D(q) for the quantity q where S(q) = D(q). Theoretically, the equilibrium price is going to be the actual price of the object that we see in real life. Example Suppose that the supply curve for q tons of sand is given by S(q) = q 2, and the demand curve for sand is given by D(q) = To find the equilibrium price we q set S(q) = D(q), solve for q to find the equilibrium quantity, then plug q back into S(q) (or D(q)) to find the equilibrium price. So to begin with we have 1000 = q 2. q Multiplying both sides by q gives 1000 = q 3. So the equilibrium occurs at q = 10 tons of sand, and the equilibrium price is S(10) = 100 dollars per ton. Now suppose a $10 tax per ton of sand is placed on widget suppliers. Since their other underlying costs are the same, this implies that the market price of widgets must by $10 greater per ton to entice suppliers to produce the same amount of sand. Hence the new supply curve becomes S taxed (q) = S(q) + 10 = q To find the new equilibrium we set S taxed (q) = D(q) as before and solve for q. This is difficult to do (don t even bother trying without a computer), but we get q 9.6 tons of sand. The new equilibrium price becomes S taxed (9.6) = dollars per ton. Hence, the total price increase passed on to the consumer is $2.16 per ton, and.4 fewer tons of sand are produced for everyone. The government makes a total of = 96 dollars on the tax. 1.4 TAKEAWAY You need to understand the relationship between the cost function, the revenue function, and the profit function. You also need to know marginal cost. Finally, you need to understand the supply and demand functions, and be able to use them to find equilibrium prices. You should also know how to determine the exact effect of a tax on equilibrium price and overall supply. address: trent.schirmer@okstate.edu

Section 11.3 Rates of Change:

Section 11.3 Rates of Change: Section 11.3 Rates of Change: 1. Consider the following table, which describes a driver making a 168-mile trip from Cleveland to Columbus, Ohio in 3 hours. t Time (in hours) 0 0.5 1 1.5 2 2.5 3 f(t) Distance

More information

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.5) Rates of Change: Velocity and Marginals MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives Previously we learned two primary applications of derivatives.

More information

Chapter 1 Review of Equations and Inequalities

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

More information

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

1.1 Linear Equations and Inequalities

1.1 Linear Equations and Inequalities 1.1 Linear Equations and Inequalities Linear Equation in 1 Variable Any equation that can be written in the following form: ax + b = 0 a,b R, a 0 and x is a variable Any equation has a solution, sometimes

More information

MAT College Algebra - Gateway 2: Linear Equations and. Name: Date: B

MAT College Algebra - Gateway 2: Linear Equations and. Name: Date: B Mathematics Department MAT 10 - College Algebra - Gateway : Linear Equations and Name: Date: 9919 B This exam covers material from Sections 1.1, 1.7,.1,.3, 3.1-3.3,.1, and.. The topics covered are function

More information

MATH 1101 Exam 1 Review. Spring 2018

MATH 1101 Exam 1 Review. Spring 2018 MATH 1101 Exam 1 Review Spring 2018 Topics Covered Section 2.1 Functions in the Real World Section 2.2 Describing the Behavior of Functions Section 2.3 Representing Functions Symbolically Section 2.4 Mathematical

More information

3.Applications of Differentiation

3.Applications of Differentiation 3.Applications of Differentiation 3.1. Maximum and Minimum values Absolute Maximum and Absolute Minimum Values Absolute Maximum Values( Global maximum values ): Largest y-value for the given function Absolute

More information

Evaluating Piecewise-defined Functions Sketching the Graph of a Piecewise-defined Functions

Evaluating Piecewise-defined Functions Sketching the Graph of a Piecewise-defined Functions 7 Functions Concepts: The Definition of A Function Function Notation Piecewise-defined Functions Evaluating Piecewise-defined Functions Sketching the Graph of a Piecewise-defined Functions The Domain of

More information

1 Numbers, Sets, Algebraic Expressions

1 Numbers, Sets, Algebraic Expressions AAU - Business Mathematics I Lecture #1, February 27, 2010 1 Numbers, Sets, Algebraic Expressions 1.1 Constants, Variables, and Sets A constant is something that does not change, over time or otherwise:

More information

Sect 2.4 Linear Functions

Sect 2.4 Linear Functions 36 Sect 2.4 Linear Functions Objective 1: Graphing Linear Functions Definition A linear function is a function in the form y = f(x) = mx + b where m and b are real numbers. If m 0, then the domain and

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 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

MATH 1113 Exam 1 Review

MATH 1113 Exam 1 Review MATH 1113 Exam 1 Review Topics Covered Section 1.1: Rectangular Coordinate System Section 1.3: Functions and Relations Section 1.4: Linear Equations in Two Variables and Linear Functions Section 1.5: Applications

More information

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3).

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 2. Let the supply and demand functions for sugar be given by p = S(q) = 1.4q 0.6 and p = D(q) = 2q + 3.2 where p is the

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29,

MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29, MAC 2233, Survey of Calculus, Exam 3 Review This exam covers lectures 21 29, This review includes typical exam problems. It is not designed to be comprehensive, but to be representative of topics covered

More information

Essential Functions Practice for Students of TASC-math

Essential Functions Practice for Students of TASC-math Essential Functions Practice for Students of TASC-math This packet was created by NYSED Teacher Leader, Todd Orelli in collaboration with the CUNY Adult Literacy & HSE professional development team as

More information

Answer Explanations for: ACT June 2012, Form 70C

Answer Explanations for: ACT June 2012, Form 70C Answer Explanations for: ACT June 2012, Form 70C Mathematics 1) C) A mean is a regular average and can be found using the following formula: (average of set) = (sum of items in set)/(number of items in

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

CORE. Chapter 3: Interacting Linear Functions, Linear Systems. Algebra Assessments

CORE. Chapter 3: Interacting Linear Functions, Linear Systems. Algebra Assessments CORE Algebra Assessments Chapter 3: Interacting Linear Functions, Linear Systems 97 98 Bears Band Booster Club The Bears Band Booster Club has decided to sell calendars to the band members and their parents.

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

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

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. x ) Midterm Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Decide whether or not the arrow diagram defines a function. 1) Domain Range 1) Determine

More information

Linear Functions. Unit 3

Linear Functions. Unit 3 Linear Functions Unit 3 Standards: 8.F.1 Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and

More information

Marginal Functions and Approximation

Marginal Functions and Approximation ucsc supplementary notes ams/econ 11a Marginal Functions and Approximation 1. Linear approximation If y = f(x) is a differentiable function then its derivative, y = f (x), gives the rate of change of the

More information

Systems of Linear Equations in Two Variables. Break Even. Example. 240x x This is when total cost equals total revenue.

Systems of Linear Equations in Two Variables. Break Even. Example. 240x x This is when total cost equals total revenue. Systems of Linear Equations in Two Variables 1 Break Even This is when total cost equals total revenue C(x) = R(x) A company breaks even when the profit is zero P(x) = R(x) C(x) = 0 2 R x 565x C x 6000

More information

1.2 Functions & Function Notation

1.2 Functions & Function Notation 1.2 Functions & Function Notation A relation is any set of ordered pairs. A function is a relation for which every value of the independent variable (the values that can be inputted; the t s; used to call

More information

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium

Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Exercises 8 Quadratic function and equations Quadratic function/equations, supply, demand, market equilibrium Objectives - know and understand the relation between a quadratic function and a quadratic

More information

Calculus I 5. Applications of differentiation

Calculus I 5. Applications of differentiation 2301107 Calculus I 5. Applications of differentiation Chapter 5:Applications of differentiation C05-2 Outline 5.1. Extreme values 5.2. Curvature and Inflection point 5.3. Curve sketching 5.4. Related rate

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

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1 Chapter 6 Systems of Equations Sec. 1 Systems of Equations How many times have you watched a commercial on television touting a product or services as not only the best, but the cheapest? Let s say you

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

Thou Shalt Not Distribute Powers or Radicals. Copyright c 2010 Jason Underdown Some rights reserved. Thou Shalt Not Split a Denominator

Thou Shalt Not Distribute Powers or Radicals. Copyright c 2010 Jason Underdown Some rights reserved. Thou Shalt Not Split a Denominator Copyright & License Review Copyright c 2010 Jason Underdown Some rights reserved. Thou Shalt Not Distribute Powers or Radicals Review Review Thou Shalt Not Split a Denominator Thou Shalt Not Cancel Terms

More information

Finite Mathematics : A Business Approach

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

More information

Mathematics Level D: Lesson 2 Representations of a Line

Mathematics Level D: Lesson 2 Representations of a Line Mathematics Level D: Lesson 2 Representations of a Line Targeted Student Outcomes Students graph a line specified by a linear function. Students graph a line specified by an initial value and rate of change

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Re: January 27, 2015 Math 080: Final Exam Review Page 1 of 6

Re: January 27, 2015 Math 080: Final Exam Review Page 1 of 6 Re: January 7, 015 Math 080: Final Exam Review Page 1 of 6 Note: If you have difficulty with any of these problems, get help, then go back to the appropriate sections and work more problems! 1. Solve for

More information

SOLVING LINEAR INEQUALITIES

SOLVING LINEAR INEQUALITIES Topic 15: Solving linear inequalities 65 SOLVING LINEAR INEQUALITIES Lesson 15.1 Inequalities on the number line 15.1 OPENER Consider the inequality x > 7. 1. List five numbers that make the inequality

More information

SCHOOL OF DISTANCE EDUCATION

SCHOOL OF DISTANCE EDUCATION SCHOOL OF DISTANCE EDUCATION CCSS UG PROGRAMME MATHEMATICS (OPEN COURSE) (For students not having Mathematics as Core Course) MM5D03: MATHEMATICS FOR SOCIAL SCIENCES FIFTH SEMESTER STUDY NOTES Prepared

More information

Prealgebra. Edition 5

Prealgebra. Edition 5 Prealgebra Edition 5 Prealgebra, Edition 5 2009, 2007, 2005, 2004, 2003 Michelle A. Wyatt (M A Wyatt) 2009, Edition 5 Michelle A. Wyatt, author Special thanks to Garry Knight for many suggestions for the

More information

Math Practice Final - solutions

Math Practice Final - solutions Math 151 - Practice Final - solutions 2 1-2 -1 0 1 2 3 Problem 1 Indicate the following from looking at the graph of f(x) above. All answers are small integers, ±, or DNE for does not exist. a) lim x 1

More information

ALGEBRA II: A. Survey of Functions. Jeff Shriner

ALGEBRA II: A. Survey of Functions. Jeff Shriner ALGEBRA II: A Survey of Functions Jeff Shriner J S Created for University of Colorado PCDP, Summer 2014 1 C O N T E N T S 0 0.1: pre-requisite review 5 0 0.2: functions 7 0 0.3: inverse functions 11 0

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

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

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

More information

Name: 2016 Algebra 1 Final Exam Review-GL Period:

Name: 2016 Algebra 1 Final Exam Review-GL Period: Name: 06 Algebra Final Exam Review-GL Period:. A regular polygon s perimeter is a multiple of the side length. For a square, the relationship between the perimeter, p, and the side length, s, is described

More information

Mathematics Practice Test 2

Mathematics Practice Test 2 Mathematics Practice Test 2 Complete 50 question practice test The questions in the Mathematics section require you to solve mathematical problems. Most of the questions are presented as word problems.

More information

Midterm 1 Review Problems Business Calculus

Midterm 1 Review Problems Business Calculus Midterm 1 Review Problems Business Calculus 1. (a) Show that the functions f and g are inverses of each other by showing that f g(x) = g f(x) given that (b) Sketch the functions and the line y = x f(x)

More information

One-Variable Calculus

One-Variable Calculus POLI 270 - Mathematical and Statistical Foundations Department of Political Science University California, San Diego September 30, 2010 1 s,, 2 al Relationships Political Science, economics, sociology,

More information

Math 112 Group Activity: The Vertical Speed of a Shell

Math 112 Group Activity: The Vertical Speed of a Shell Name: Section: Math 112 Group Activity: The Vertical Speed of a Shell A shell is fired straight up by a mortar. The graph below shows its altitude as a function of time. 400 300 altitude (in feet) 200

More information

SAMPLE. The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE. Focusing on the Individual Student

SAMPLE. The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE. Focusing on the Individual Student The SSAT Course Book MIDDLE & UPPER LEVEL QUANTITATIVE Focusing on the Individual Student Copyright Statement The SSAT Course Book, along with all Summit Educational Group Course Materials, is protected

More information

Linear Equations and Inequalities

Linear Equations and Inequalities Unit 2 Linear Equations and Inequalities 9/26/2016 10/21/2016 Name: By the end of this unit, you will be able to Use rate of change to solve problems Find the slope of a line Model real-world data with

More information

Algebra 1 Spencer Unit 4 Notes: Inequalities and Graphing Linear Equations. Unit Calendar

Algebra 1 Spencer Unit 4 Notes: Inequalities and Graphing Linear Equations. Unit Calendar Algebra 1 Spencer Unit 4 Notes: Inequalities and Graphing Linear Equations Unit Calendar Date Topic Homework Nov 5 (A ) 6.1 Solving Linear Inequalities +/- 6.2 Solving Linear Inequalities x/ 6.3 Solving

More information

Lecture Notes. Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick

Lecture Notes. Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick 1 Lecture Notes Applied Mathematics for Business, Economics, and the Social Sciences (4th Edition); by Frank S. Budnick 2 Chapter 2: Linear Equations Definition: Linear equations are first degree equations.

More information

1.4 Function Notation

1.4 Function Notation 1.4 Function Notation 55 1.4 Function Notation In Definition 1.6, we described a function as a special kind of relation one in which each x- coordinate is matched with only one y-coordinate. In this section,

More information

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation?

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation? Did You Mean Association Or Correlation? AP Statistics Chapter 8 Be careful not to use the word correlation when you really mean association. Often times people will incorrectly use the word correlation

More information

Algebra & Trig Review

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

More information

`Name: Period: Unit 4 Modeling with Advanced Functions

`Name: Period: Unit 4 Modeling with Advanced Functions `Name: Period: Unit 4 Modeling with Advanced Functions 1 2 Piecewise Functions Example 1: f 1 3 2 x, if x) x 3, if ( 2 x x 1 1 For all x s < 1, use the top graph. For all x s 1, use the bottom graph Example

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

Chapter 4. Systems of Linear Equations; Matrices. Opening Example. Section 1 Review: Systems of Linear Equations in Two Variables

Chapter 4. Systems of Linear Equations; Matrices. Opening Example. Section 1 Review: Systems of Linear Equations in Two Variables Chapter 4 Systems of Linear Equations; Matrices Section 1 Review: Systems of Linear Equations in Two Variables Opening Example A restaurant serves two types of fish dinners- small for $5.99 and large for

More information

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1).

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1). 1. Find the derivative of each of the following: (a) f(x) = 3 2x 1 (b) f(x) = log 4 (x 2 x) 2. Find the slope of the tangent line to f(x) = ln 2 ln x at x = e. 3. Find the slope of the tangent line to

More information

The Celsius temperature scale is based on the freezing point and the boiling point of water. 12 degrees Celsius below zero would be written as

The Celsius temperature scale is based on the freezing point and the boiling point of water. 12 degrees Celsius below zero would be written as Prealgebra, Chapter 2 - Integers, Introductory Algebra 2.1 Integers In the real world, numbers are used to represent real things, such as the height of a building, the cost of a car, the temperature of

More information

1 Reminders. In-class exam in two weeks (Sept 28/29) Assignments are posted after every class. Lecture is for big picture

1 Reminders. In-class exam in two weeks (Sept 28/29) Assignments are posted after every class. Lecture is for big picture 1 Reminders In-class exam in two weeks (Sept 28/29) pen and paper; no calculator; no notes practice problems are already posted online MLP test on same topics: take before 10/4 Assignments are posted after

More information

3. (1.2.13, 19, 31) Find the given limit. If necessary, state that the limit does not exist.

3. (1.2.13, 19, 31) Find the given limit. If necessary, state that the limit does not exist. Departmental Review for Survey of Calculus Revised Fall 2013 Directions: All work should be shown and all answers should be exact and simplified (unless stated otherwise) to receive full credit on the

More information

Unit 2 Linear Equations and Inequalities

Unit 2 Linear Equations and Inequalities Unit 2 Linear Equations and Inequalities Test Date: Name: By the end of this unit, you will be able to Use rate of change to solve problems Find the slope of a line Model real-world data with linear equations

More information

Econ A Math Survival Guide

Econ A Math Survival Guide Econ 101 - A Math Survival Guide T.J. Rakitan Teaching Assistant, Summer Session II, 013 1 Introduction The introductory study of economics relies on two major ways of thinking about the world: qualitative

More information

Section Functions and Function Notation

Section Functions and Function Notation Section 1.1 - Functions and Function Notation A function is a relationship between two quantities. If the value of the first quantity determines exactly one value of the second quantity, we say the second

More information

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work.

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work. MATH 11012 Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri Dr. Kracht Name:. 1. Consider the function f depicted below. Final Exam Review Show all your work. y 1 1 x (a) Find each of the following

More information

Algebra Year 10. Language

Algebra Year 10. Language Algebra Year 10 Introduction In Algebra we do Maths with numbers, but some of those numbers are not known. They are represented with letters, and called unknowns, variables or, most formally, literals.

More information

Applications of Derivatives

Applications of Derivatives Applications of Derivatives Related Rates General steps 1. Draw a picture!! (This may not be possible for every problem, but there s usually something you can draw.) 2. Label everything. If a quantity

More information

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

Lesson: Slope. Warm Up. Unit #2: Linear Equations. 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0)

Lesson: Slope. Warm Up. Unit #2: Linear Equations. 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0) Warm Up 1) 2) If f(x) = 7x 5, find the value of the following: f( 2) f(3) f(0) Oct 15 10:21 AM Unit #2: Linear Equations Lesson: Slope Oct 15 10:05 AM 1 Students will be able to find the slope Oct 16 12:19

More information

Math 141:512. Practice Exam 1 (extra credit) Due: February 6, 2019

Math 141:512. Practice Exam 1 (extra credit) Due: February 6, 2019 Math 141:512 Due: February 6, 2019 Practice Exam 1 (extra credit) This is an open book, extra credit practice exam which covers the material that Exam 1 will cover (Sections 1.3, 1.4, 2.1, 2.2, 2.3, 2.4,

More information

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

Chapter 1 Review Applied Calculus 31

Chapter 1 Review Applied Calculus 31 Chapter Review Applied Calculus Section : Linear Functions As you hop into a taxicab in Allentown, the meter will immediately read $.0; this is the drop charge made when the taximeter is activated. After

More information

Find an equation in slope-intercept form (where possible) for each line in Exercises *Through (-8,1), with undefined slope

Find an equation in slope-intercept form (where possible) for each line in Exercises *Through (-8,1), with undefined slope *Must show all work to earn credit!* Find an equation in slope-intercept form (where possible) for each line in Exercises 15 34. *Through (-8,1), with undefined slope A line with an undefined slope is

More information

2.1 Functions and Their Graphs. Copyright Cengage Learning. All rights reserved.

2.1 Functions and Their Graphs. Copyright Cengage Learning. All rights reserved. 2.1 Functions and Their Graphs Copyright Cengage Learning. All rights reserved. Functions A manufacturer would like to know how his company s profit is related to its production level; a biologist would

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Exam 1c 1/31/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 8 pages (including this cover page) and 7 problems. Check to see if any pages

More information

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure 1 CHAPTER OUTLINE 1 The Rectangular Coordinate Systems and Graphs Linear Equations in One Variable Models and Applications Comple Numbers Quadratic Equations 6 Other Types

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

More information

1. Create a scatterplot of this data. 2. Find the correlation coefficient.

1. Create a scatterplot of this data. 2. Find the correlation coefficient. How Fast Foods Compare Company Entree Total Calories Fat (grams) McDonald s Big Mac 540 29 Filet o Fish 380 18 Burger King Whopper 670 40 Big Fish Sandwich 640 32 Wendy s Single Burger 470 21 1. Create

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information

Contents CONTENTS 1. 1 Straight Lines and Linear Equations 1. 2 Systems of Equations 6. 3 Applications to Business Analysis 11.

Contents CONTENTS 1. 1 Straight Lines and Linear Equations 1. 2 Systems of Equations 6. 3 Applications to Business Analysis 11. CONTENTS 1 Contents 1 Straight Lines and Linear Equations 1 2 Systems of Equations 6 3 Applications to Business Analysis 11 4 Functions 16 5 Quadratic Functions and Parabolas 21 6 More Simple Functions

More information

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers Mon 3 Nov 2014 Tuesday 4 Nov: Quiz 8 (4.2-4.4) Friday 7 Nov: Exam 2!!! In class Covers 3.9-4.5 Today: 4.5 Wednesday: REVIEW Linear Approximation and Differentials In section 4.5, you see the pictures on

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 112 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 2013

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Final Exam Coverage: Sections 10.1-10.2, 10.4-10.5, 10.7, 11.2-11.4, 12.1-12.6, 13.1-13.2, 13.4-13.5, and 14.1 Sections/topics NOT on the exam: Sections 10.3 (Continuity, it definition

More information

22: Applications of Differential Calculus

22: Applications of Differential Calculus 22: Applications of Differential Calculus A: Time Rate of Change The most common use of calculus (the one that motivated our discussions of the previous chapter) are those that involve change in some quantity

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Chapter 0. Brief Review. 0.1 Linear Equations

Chapter 0. Brief Review. 0.1 Linear Equations Contents 0 Brief Review 2 0.1 Linear Equations........................... 2 0.2 Fractions............................... 12 0.3 Exponents............................... 14 0.4 Square roots..............................

More information

Practice Questions for Math 131 Exam # 1

Practice Questions for Math 131 Exam # 1 Practice Questions for Math 131 Exam # 1 1) A company produces a product for which the variable cost per unit is $3.50 and fixed cost 1) is $20,000 per year. Next year, the company wants the total cost

More information

CK-12 Math Analysis. Mara Landers Nick Fiori Art Fortgang Raja Almukahhal Melissa Vigil

CK-12 Math Analysis. Mara Landers Nick Fiori Art Fortgang Raja Almukahhal Melissa Vigil CK-12 Math Analysis Mara Landers Nick Fiori Art Fortgang Raja Almukahhal Melissa Vigil Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) www.ck12.org To access a customizable

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

Chapter 6 Overview: Applications of Derivatives

Chapter 6 Overview: Applications of Derivatives Chapter 6 Overview: Applications of Derivatives There are two main contets for derivatives: graphing and motion. In this chapter, we will consider the graphical applications of the derivative. Much of

More information

1. Math 101. Math 101 Website: richard/math101 Section 2 Website: richard/math101/fall06

1. Math 101. Math 101 Website:  richard/math101 Section 2 Website:  richard/math101/fall06 1. Math 101 Lines and Slope Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University Math 101 Website: http://math.niu.edu/ richard/math101 Section

More information

Table of contents. Functions The Function Concept The Vertical Line Test. Function Notation Piecewise-defined functions

Table of contents. Functions The Function Concept The Vertical Line Test. Function Notation Piecewise-defined functions Table of contents Functions The Function Concept The Vertical Line Test Function Notation Piecewise-defined functions The Domain of a Function The Graph of a Function Average Rates of Change Difference

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 4

0 Review: Lines, Fractions, Exponents Lines Fractions Rules of exponents... 4 Contents 0 Review: Lines, Fractions, Exponents 3 0.1 Lines................................... 3 0.2 Fractions................................ 3 0.3 Rules of exponents........................... 4 1 Functions

More information

Hestenes lectures, Part 5. Summer 1997 at ASU to 50 teachers in their 3 rd Modeling Workshop

Hestenes lectures, Part 5. Summer 1997 at ASU to 50 teachers in their 3 rd Modeling Workshop Hestenes lectures, Part 5. Summer 1997 at ASU to 50 teachers in their 3 rd Modeling Workshop WHAT DO WE TEACH? The question What do we teach? has to do with What do we want to learn? A common instructional

More information

Identifying Graphs of Functions (Vertical Line Test) Evaluating Piecewise-defined Functions Sketching the Graph of a Piecewise-defined Functions

Identifying Graphs of Functions (Vertical Line Test) Evaluating Piecewise-defined Functions Sketching the Graph of a Piecewise-defined Functions 9 Functions Concepts: The Definition of A Function Identifying Graphs of Functions (Vertical Line Test) Function Notation Piecewise-defined Functions Evaluating Piecewise-defined Functions Sketching the

More information