Chapter 1 Functions and Models

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 1 Functions and Models Chapter 1 Functions and Models 1.1 Four Ways to Represent a Function Definition. A function f is a rule that assigns to each element x in a set D exactly one element, called f(x), in a set E. • The set D is called the domain of the function, i.e., the set of all possible x's. • The range of f is the set of all possible values of f(x) as x varies throughout the domain. f(a + h) − f(a) Example 1.1. If f(x) = x2 + 3x + 2 and h =6 0, evaluate . h 1 2 CHAPTER 1. FUNCTIONS AND MODELS Example 1.2. A rectangle has area 16 m2. Express the perimeter of the rectangle as a function of the length of one of its sides. 1.1.1 Piecewise Defined Functions Example 1.3. A function f is defined by 8 < 1 3 − x if x ≤ 2 f(x) = : 2 2x − 5 if x > 2 Evaluate f(−2), f(0), and f(2) and sketch the graph. f(x) 5 4 3 2 1 x −5 −4 −3 −2 −1 1 2 3 4 5 −1 −2 −3 −4 −5 1.1. FOUR WAYS TO REPRESENT A FUNCTION 3 1.1.2 Symmetry • If a function f satisfies f(−x) = f(x) for every number x in its domain, then f is called an even function. • If f satisfies f(−x) = −f(x) for every number x in its domain, then f is called an odd function. Example 1.4. Determine whether each of the following functions is even, odd, or neither odd nor even. a) f(x) = x5 + x b) g(x) = 1 − x4 c) h(x) = 2x − x2 4 CHAPTER 1. FUNCTIONS AND MODELS 1.1.3 Domain Example 1.5. Find the domain of each function. 2 − − 2 7 a) F (x) = x 2x + 1 b) H(t) = 4 t c) g(t) = p 2 − t 1.2. MATHEMATICAL MODELS 5 1.2 Mathematical Models A mathematical model is a mathematical description- often by means of a function or an equation- of a real-world phenomenon such as size of a population, demand for a product, speed of a falling object, life expectancy of a person at birth, or cost of emission reductions, etc. There are many different types of functions that can be used to model relationships observed in the real world. 1.2.1 Linear Models When we say that y is a linear function of x, we mean that the graph of the function is a line. So, we can use the slope-intercept form of the equation of a line to write a formula for the function as y = f(x) = mx + b; where m is the slope of the line and b is the y-intercept. A characteristic feature of linear functions is that they grow at a constant rate. Example 1.6. The manager of a furniture factory finds that it costs $2200 to manufacture 100 chairs in one day and $4800 to produce 300 chairs in one day. a) Express the cost as a function of the number of chairs produced, assuming that it is linear. Then sketch a graph. 18 16 14 12 10 8 6 b) What is the slope of the graph and what does it represent? ), in thousands 4 n ( C 2 0 0 50 100 150 200 250 300 350 400 450 n, chairs c) What is the y-intercept and what does it represent? 6 CHAPTER 1. FUNCTIONS AND MODELS 1.2.2 Power Functions A function of the form f(x) = xa, where a is constant, is called a power function. Example 1.7. Sketch the graphs of each power function using your calculator or library of functions. a) y = x b) y = x2 c) y = x3 d) y = x4 e) y = x5 y y y 3 3 3 2 2 2 1 1 1 x x x −3 −2 −1 1 2 3 −3 −2 −1 1 2 3 −3 −2 −1 1 2 3 −1 −1 −1 −2 −2 −2 −3 −3 −3 Example 1.8. Sketch the graphs of each power function using your calculator or library of functions. p p 3 1 a) f(x) = x b) g(x) = x c) h(x) = x y y y 3 3 3 2 2 2 1 1 1 x x x −3 −2 −1 1 2 3 −3 −2 −1 1 2 3 −3 −2 −1 1 2 3 −1 −1 −1 −2 −2 −2 −3 −3 −3 1.2. MATHEMATICAL MODELS 7 1.2.3 Polynomials A function P is called a polynomial if n n−1 P (x) = anx + an−1x + ··· + a1x + a0; where n is a nonnegative integer and the numbers a0; a1; a2; : : : ; an are constants called the coefficients of the polynomial. A polynomial is a sum or difference of power functions when n ≥ 0. 1.2.4 Rational Functions A rational function f is a ratio of two polyno- mials P (x) ; Q(x) where P and Q are polynomials, and Q =6 0. 2x4 − x2 + 1 Example 1.9. For the function f(x) = , graph on your graphing x2 − 4 calculator, and sketch it on the grid. 1.2.5 Algebraic Functions A function f is called an algebraic function if it can be constructed using algebraic operations (addition, subtraction, multiplication, division, and taking roots) starting with polynomials. 8 CHAPTER 1. FUNCTIONS AND MODELS p p Example 1.10. Graph y = x x + 3, y = 4 x2 − 25, and y = x(2=3)(x − 2)2 on your calculator and sketch it on the grids. 1.2.6 Trigonometric Functions In calculus, the convention is that radian measure is always used (except when otherwise indicated). f(x) = sin x and g(x) = cos x • For both the sine and cosine functions, the domain is (−∞; 1) and the range is the closed interval [−1; 1]. • For all values of x we have −1 ≤ sin x ≤ 1 and −1 ≤ cos x ≤ 1 • The sine and cosine functions are periodic functions and have a period 2π. • The zeros of the sine functions occurs when x = nπ. • The tangent function is related to the sine and cosine functions by the equation sin x tan x = . cos x • The remaining three trigonometric functions: cosecant, secant, and cotangent are the reciprocals of the sine, cosine, and tangent functions. 1.2. MATHEMATICAL MODELS 9 1.2.7 Exponential Functions The exponential functions are the functions of the form f(x) = ax, where the base a is a positive constant. Example 1.11. Graph y = 2x and y = 0:5x on your calculator and sketch it on the grid. 1.2.8 Logarithmic Functions The logarithmic functions are the functions of the form f(x) = loga x, where the base a is a positive constant. The logarithmic functions are the inverse functions of the exponential functions. Example 1.12. Graph y = log x and y = 10x on your calculator and sketch it on the grid. How do the two functions relate? 10 CHAPTER 1. FUNCTIONS AND MODELS 1.3 New Functions from Old Function 1.3.1 Transformations of Functions Recall. A general function with transformations looks like af(x − h) + k. Let f(x) be a function. Suppose c > 0. To obtain the graph of f(x) c f(x c) Move c units to up/down, Move c units to the left/right, add/subtract c units to each add/subtract c units from each x- y-coordinate, and f(x) has a coordinate, and f(x) has a hori- vertical shift zontal shift p Examplep 1.13. Given the graphpf(x) = 4 − x2, use transformations to graph g(x) = 4 − x2 − 3 and h(x) = 4 − (x − 1)2. g(x) h(x) 5 5 4 4 3 3 2 2 1 1 x x −5 −4 −3 −2 −1 1 2 3 4 5 −5 −4 −3 −2 −1 1 2 3 4 5 −1 −1 −2 −2 −3 −3 −4 −4 −5 −5 1.3. NEW FUNCTIONS FROM OLD FUNCTION 11 Let f(x) be a function. Suppose c > 1. To obtain the graph of cf(x) f(cx) −f(x) f(−x) Stretch/shrink Stretch/shrink Reflection about Reflection about f(x) vertically by a f(x) horizontally the x-axis, multiply the y-axis, multiply factor of c, multiply by a factor of c, di- y-coordinates by a x-coordinates by a y-coordinates by c vide x-coordinates negative negative by c p Examplep 1.14. Givenp the graph f(x) = p4 − x2, use transformations to graph g(x) = − 4 − x2, h(x) = 2 4 − x2, and k(x) = 4 − (−x)2. g(x) h(x) k(x) 4 4 4 3 3 3 2 2 2 1 1 1 x x x −4 −3 −2 −1 1 2 3 4 −4 −3 −2 −1 1 2 3 4 −4 −3 −2 −1 1 2 3 4 −1 −1 −1 −2 −2 −2 −3 −3 −3 −4 −4 −4 1 Example 1.15. Sketch the graph f(x) = cos x and g(x) = 2 − cos x. 2 f(x) g(x) 3 3 2 2 1 1 x x −4π −3π −2π −π π 2π 3π 4π − −3π − −π π 3π −1 2π 2 π 2 −1 2 π 2 2π −2 −2 −3 −3 12 CHAPTER 1. FUNCTIONS AND MODELS 1.3.2 Combinations of Functions We say (f ◦ g)(x) = f(g(x)) as the function f is composed with g, i.e, we substitute every x in f with the function g(x).
Recommended publications
  • Field Theory Pete L. Clark
    Field Theory Pete L. Clark Thanks to Asvin Gothandaraman and David Krumm for pointing out errors in these notes. Contents About These Notes 7 Some Conventions 9 Chapter 1. Introduction to Fields 11 Chapter 2. Some Examples of Fields 13 1. Examples From Undergraduate Mathematics 13 2. Fields of Fractions 14 3. Fields of Functions 17 4. Completion 18 Chapter 3. Field Extensions 23 1. Introduction 23 2. Some Impossible Constructions 26 3. Subfields of Algebraic Numbers 27 4. Distinguished Classes 29 Chapter 4. Normal Extensions 31 1. Algebraically closed fields 31 2. Existence of algebraic closures 32 3. The Magic Mapping Theorem 35 4. Conjugates 36 5. Splitting Fields 37 6. Normal Extensions 37 7. The Extension Theorem 40 8. Isaacs' Theorem 40 Chapter 5. Separable Algebraic Extensions 41 1. Separable Polynomials 41 2. Separable Algebraic Field Extensions 44 3. Purely Inseparable Extensions 46 4. Structural Results on Algebraic Extensions 47 Chapter 6. Norms, Traces and Discriminants 51 1. Dedekind's Lemma on Linear Independence of Characters 51 2. The Characteristic Polynomial, the Trace and the Norm 51 3. The Trace Form and the Discriminant 54 Chapter 7. The Primitive Element Theorem 57 1. The Alon-Tarsi Lemma 57 2. The Primitive Element Theorem and its Corollary 57 3 4 CONTENTS Chapter 8. Galois Extensions 61 1. Introduction 61 2. Finite Galois Extensions 63 3. An Abstract Galois Correspondence 65 4. The Finite Galois Correspondence 68 5. The Normal Basis Theorem 70 6. Hilbert's Theorem 90 72 7. Infinite Algebraic Galois Theory 74 8. A Characterization of Normal Extensions 75 Chapter 9.
    [Show full text]
  • 2.3: Modeling with Differential Equations Some General Comments: a Mathematical Model Is an Equation Or Set of Equations That Mi
    2.3: Modeling with Differential Equations Some General Comments: A mathematical model is an equation or set of equations that mimic the behavior of some phenomenon under certain assumptions/approximations. Phenomena that contain rates/change can often be modeled with differential equations. Disclaimer: In forming a mathematical model, we make various assumptions and simplifications. I am never going to claim that these models perfectly fit physical reality. But mathematical modeling is a key component of the following scientific method: 1. We make assumptions (a hypothesis) and form a model. 2. We mathematically analyze the model. (For differential equations, these are the techniques we are learning this quarter). 3. If the model fits the phenomena well, then we have evidence that the assumptions of the model might be valid. If the model fits the phenomena poorly, then we learn that some of our assumptions are invalid (so we still learn something). Concerning this course: I am not expecting you to be an expect in forming mathematical models. For this course and on exams, I expect that: 1. You understand how to do all the homework! If I give you a problem on the exam that is very similar to a homework problem, you must be prepared to show your understanding. 2. Be able to translate a basic statement involving rates and language like in the homework. See my previous posting on applications for practice (and see homework from 1.1, 2.3, 2.5 and throughout the other assignments). 3. If I give an application on an exam that is completely new and involves language unlike homework, then I will give you the differential equation (you won’t have to make up a new model).
    [Show full text]
  • Analysis of Functions of a Single Variable a Detailed Development
    ANALYSIS OF FUNCTIONS OF A SINGLE VARIABLE A DETAILED DEVELOPMENT LAWRENCE W. BAGGETT University of Colorado OCTOBER 29, 2006 2 For Christy My Light i PREFACE I have written this book primarily for serious and talented mathematics scholars , seniors or first-year graduate students, who by the time they finish their schooling should have had the opportunity to study in some detail the great discoveries of our subject. What did we know and how and when did we know it? I hope this book is useful toward that goal, especially when it comes to the great achievements of that part of mathematics known as analysis. I have tried to write a complete and thorough account of the elementary theories of functions of a single real variable and functions of a single complex variable. Separating these two subjects does not at all jive with their development historically, and to me it seems unnecessary and potentially confusing to do so. On the other hand, functions of several variables seems to me to be a very different kettle of fish, so I have decided to limit this book by concentrating on one variable at a time. Everyone is taught (told) in school that the area of a circle is given by the formula A = πr2: We are also told that the product of two negatives is a positive, that you cant trisect an angle, and that the square root of 2 is irrational. Students of natural sciences learn that eiπ = 1 and that sin2 + cos2 = 1: More sophisticated students are taught the Fundamental− Theorem of calculus and the Fundamental Theorem of Algebra.
    [Show full text]
  • An Introduction to Mathematical Modelling
    An Introduction to Mathematical Modelling Glenn Marion, Bioinformatics and Statistics Scotland Given 2008 by Daniel Lawson and Glenn Marion 2008 Contents 1 Introduction 1 1.1 Whatismathematicalmodelling?. .......... 1 1.2 Whatobjectivescanmodellingachieve? . ............ 1 1.3 Classificationsofmodels . ......... 1 1.4 Stagesofmodelling............................... ....... 2 2 Building models 4 2.1 Gettingstarted .................................. ...... 4 2.2 Systemsanalysis ................................. ...... 4 2.2.1 Makingassumptions ............................. .... 4 2.2.2 Flowdiagrams .................................. 6 2.3 Choosingmathematicalequations. ........... 7 2.3.1 Equationsfromtheliterature . ........ 7 2.3.2 Analogiesfromphysics. ...... 8 2.3.3 Dataexploration ............................... .... 8 2.4 Solvingequations................................ ....... 9 2.4.1 Analytically.................................. .... 9 2.4.2 Numerically................................... 10 3 Studying models 12 3.1 Dimensionlessform............................... ....... 12 3.2 Asymptoticbehaviour ............................. ....... 12 3.3 Sensitivityanalysis . ......... 14 3.4 Modellingmodeloutput . ....... 16 4 Testing models 18 4.1 Testingtheassumptions . ........ 18 4.2 Modelstructure.................................. ...... 18 i 4.3 Predictionofpreviouslyunuseddata . ............ 18 4.3.1 Reasonsforpredictionerrors . ........ 20 4.4 Estimatingmodelparameters . ......... 20 4.5 Comparingtwomodelsforthesamesystem . .........
    [Show full text]
  • Example 10.8 Testing the Steady-State Approximation. ⊕ a B C C a B C P + → → + → D Dt K K K K K K [ ]
    Example 10.8 Testing the steady-state approximation. Å The steady-state approximation contains an apparent contradiction: we set the time derivative of the concentration of some species (a reaction intermediate) equal to zero — implying that it is a constant — and then derive a formula showing how it changes with time. Actually, there is no contradiction since all that is required it that the rate of change of the "steady" species be small compared to the rate of reaction (as measured by the rate of disappearance of the reactant or appearance of the product). But exactly when (in a practical sense) is this approximation appropriate? It is often applied as a matter of convenience and justified ex post facto — that is, if the resulting rate law fits the data then the approximation is considered justified. But as this example demonstrates, such reasoning is dangerous and possible erroneous. We examine the mechanism A + B ¾¾1® C C ¾¾2® A + B (10.12) 3 C® P (Note that the second reaction is the reverse of the first, so we have a reversible second-order reaction followed by an irreversible first-order reaction.) The rate constants are k1 for the forward reaction of the first step, k2 for the reverse of the first step, and k3 for the second step. This mechanism is readily solved for with the steady-state approximation to give d[A] k1k3 = - ke[A][B] with ke = (10.13) dt k2 + k3 (TEXT Eq. (10.38)). With initial concentrations of A and B equal, hence [A] = [B] for all times, this equation integrates to 1 1 = + ket (10.14) [A] A0 where A0 is the initial concentration (equal to 1 in work to follow).
    [Show full text]
  • Lecture Notes1 Mathematical Ecnomics
    Lecture Notes1 Mathematical Ecnomics Guoqiang TIAN Department of Economics Texas A&M University College Station, Texas 77843 ([email protected]) This version: August, 2020 1The most materials of this lecture notes are drawn from Chiang’s classic textbook Fundamental Methods of Mathematical Economics, which are used for my teaching and con- venience of my students in class. Please not distribute it to any others. Contents 1 The Nature of Mathematical Economics 1 1.1 Economics and Mathematical Economics . 1 1.2 Advantages of Mathematical Approach . 3 2 Economic Models 5 2.1 Ingredients of a Mathematical Model . 5 2.2 The Real-Number System . 5 2.3 The Concept of Sets . 6 2.4 Relations and Functions . 9 2.5 Types of Function . 11 2.6 Functions of Two or More Independent Variables . 12 2.7 Levels of Generality . 13 3 Equilibrium Analysis in Economics 15 3.1 The Meaning of Equilibrium . 15 3.2 Partial Market Equilibrium - A Linear Model . 16 3.3 Partial Market Equilibrium - A Nonlinear Model . 18 3.4 General Market Equilibrium . 19 3.5 Equilibrium in National-Income Analysis . 23 4 Linear Models and Matrix Algebra 25 4.1 Matrix and Vectors . 26 i ii CONTENTS 4.2 Matrix Operations . 29 4.3 Linear Dependance of Vectors . 32 4.4 Commutative, Associative, and Distributive Laws . 33 4.5 Identity Matrices and Null Matrices . 34 4.6 Transposes and Inverses . 36 5 Linear Models and Matrix Algebra (Continued) 41 5.1 Conditions for Nonsingularity of a Matrix . 41 5.2 Test of Nonsingularity by Use of Determinant .
    [Show full text]
  • Plotting, Derivatives, and Integrals for Teaching Calculus in R
    Plotting, Derivatives, and Integrals for Teaching Calculus in R Daniel Kaplan, Cecylia Bocovich, & Randall Pruim July 3, 2012 The mosaic package provides a command notation in R designed to make it easier to teach and to learn introductory calculus, statistics, and modeling. The principle behind mosaic is that a notation can more effectively support learning when it draws clear connections between related concepts, when it is concise and consistent, and when it suppresses extraneous form. At the same time, the notation needs to mesh clearly with R, facilitating students' moving on from the basics to more advanced or individualized work with R. This document describes the calculus-related features of mosaic. As they have developed histori- cally, and for the main as they are taught today, calculus instruction has little or nothing to do with statistics. Calculus software is generally associated with computer algebra systems (CAS) such as Mathematica, which provide the ability to carry out the operations of differentiation, integration, and solving algebraic expressions. The mosaic package provides functions implementing he core operations of calculus | differen- tiation and integration | as well plotting, modeling, fitting, interpolating, smoothing, solving, etc. The notation is designed to emphasize the roles of different kinds of mathematical objects | vari- ables, functions, parameters, data | without unnecessarily turning one into another. For example, the derivative of a function in mosaic, as in mathematics, is itself a function. The result of fitting a functional form to data is similarly a function, not a set of numbers. Traditionally, the calculus curriculum has emphasized symbolic algorithms and rules (such as xn ! nxn−1 and sin(x) ! cos(x)).
    [Show full text]
  • Differentiation Rules (Differential Calculus)
    Differentiation Rules (Differential Calculus) 1. Notation The derivative of a function f with respect to one independent variable (usually x or t) is a function that will be denoted by D f . Note that f (x) and (D f )(x) are the values of these functions at x. 2. Alternate Notations for (D f )(x) d d f (x) d f 0 (1) For functions f in one variable, x, alternate notations are: Dx f (x), dx f (x), dx , dx (x), f (x), f (x). The “(x)” part might be dropped although technically this changes the meaning: f is the name of a function, dy 0 whereas f (x) is the value of it at x. If y = f (x), then Dxy, dx , y , etc. can be used. If the variable t represents time then Dt f can be written f˙. The differential, “d f ”, and the change in f ,“D f ”, are related to the derivative but have special meanings and are never used to indicate ordinary differentiation. dy 0 Historical note: Newton used y,˙ while Leibniz used dx . About a century later Lagrange introduced y and Arbogast introduced the operator notation D. 3. Domains The domain of D f is always a subset of the domain of f . The conventional domain of f , if f (x) is given by an algebraic expression, is all values of x for which the expression is defined and results in a real number. If f has the conventional domain, then D f usually, but not always, has conventional domain. Exceptions are noted below.
    [Show full text]
  • SHEET 14: LINEAR ALGEBRA 14.1 Vector Spaces
    SHEET 14: LINEAR ALGEBRA Throughout this sheet, let F be a field. In examples, you need only consider the field F = R. 14.1 Vector spaces Definition 14.1. A vector space over F is a set V with two operations, V × V ! V :(x; y) 7! x + y (vector addition) and F × V ! V :(λ, x) 7! λx (scalar multiplication); that satisfy the following axioms. 1. Addition is commutative: x + y = y + x for all x; y 2 V . 2. Addition is associative: x + (y + z) = (x + y) + z for all x; y; z 2 V . 3. There is an additive identity 0 2 V satisfying x + 0 = x for all x 2 V . 4. For each x 2 V , there is an additive inverse −x 2 V satisfying x + (−x) = 0. 5. Scalar multiplication by 1 fixes vectors: 1x = x for all x 2 V . 6. Scalar multiplication is compatible with F :(λµ)x = λ(µx) for all λ, µ 2 F and x 2 V . 7. Scalar multiplication distributes over vector addition and over scalar addition: λ(x + y) = λx + λy and (λ + µ)x = λx + µx for all λ, µ 2 F and x; y 2 V . In this context, elements of F are called scalars and elements of V are called vectors. Definition 14.2. Let n be a nonnegative integer. The coordinate space F n = F × · · · × F is the set of all n-tuples of elements of F , conventionally regarded as column vectors. Addition and scalar multiplication are defined componentwise; that is, 2 3 2 3 2 3 2 3 x1 y1 x1 + y1 λx1 6x 7 6y 7 6x + y 7 6λx 7 6 27 6 27 6 2 2 7 6 27 if x = 6 .
    [Show full text]
  • Two Fundamental Theorems About the Definite Integral
    Two Fundamental Theorems about the Definite Integral These lecture notes develop the theorem Stewart calls The Fundamental Theorem of Calculus in section 5.3. The approach I use is slightly different than that used by Stewart, but is based on the same fundamental ideas. 1 The definite integral Recall that the expression b f(x) dx ∫a is called the definite integral of f(x) over the interval [a,b] and stands for the area underneath the curve y = f(x) over the interval [a,b] (with the understanding that areas above the x-axis are considered positive and the areas beneath the axis are considered negative). In today's lecture I am going to prove an important connection between the definite integral and the derivative and use that connection to compute the definite integral. The result that I am eventually going to prove sits at the end of a chain of earlier definitions and intermediate results. 2 Some important facts about continuous functions The first intermediate result we are going to have to prove along the way depends on some definitions and theorems concerning continuous functions. Here are those definitions and theorems. The definition of continuity A function f(x) is continuous at a point x = a if the following hold 1. f(a) exists 2. lim f(x) exists xœa 3. lim f(x) = f(a) xœa 1 A function f(x) is continuous in an interval [a,b] if it is continuous at every point in that interval. The extreme value theorem Let f(x) be a continuous function in an interval [a,b].
    [Show full text]
  • Limitations on the Use of Mathematical Models in Transportation Policy Analysis
    Limitations on the Use of Mathematical Models in Transportation Policy Analysis ABSTRACT: Government agencies are using many kinds of mathematical models to forecast the effects of proposed government policies. Some models are useful; others are not; all have limitations. While modeling can contribute to effective policyma king, it can con tribute to poor decision-ma king if policymakers cannot assess the quality of a given application. This paper describes models designed for use in policy analyses relating to the automotive transportation system, discusses limitations of these models, and poses questions policymakers should ask about a model to be sure its use is appropriate. Introduction Mathematical modeling of real-world use in analyzing the medium and long-range ef- systems has increased significantly in the past fects of federal policy decisions. A few of them two decades. Computerized simulations of have been applied in federal deliberations con- physical and socioeconomic systems have cerning policies relating to energy conserva- proliferated as federal agencies have funded tion, environmental pollution, automotive the development and use of such models. A safety, and other complex issues. The use of National Science Foundation study established mathematical models in policy analyses re- that between 1966 and 1973 federal agencies quires that policymakers obtain sufficient infor- other than the Department of Defense sup- mation on the models (e-g., their structure, ported or used more than 650 models limitations, relative reliability of output) to make developed at a cost estimated at $100 million informed judgments concerning the value of (Fromm, Hamilton, and Hamilton 1974). Many the forecasts the models produce.
    [Show full text]
  • Section 1.2 – Mathematical Models: a Catalog of Essential Functions
    Section 1-2 © Sandra Nite Math 131 Lecture Notes Section 1.2 – Mathematical Models: A Catalog of Essential Functions A mathematical model is a mathematical description of a real-world situation. Often the model is a function rule or equation of some type. Modeling Process Real-world Formulate Test/Check problem Real-world Mathematical predictions model Interpret Mathematical Solve conclusions Linear Models Characteristics: • The graph is a line. • In the form y = f(x) = mx + b, m is the slope of the line, and b is the y-intercept. • The rate of change (slope) is constant. • When the independent variable ( x) in a table of values is sequential (same differences), the dependent variable has successive differences that are the same. • The linear parent function is f(x) = x, with D = ℜ = (-∞, ∞) and R = ℜ = (-∞, ∞). • The direct variation function is a linear function with b = 0 (goes through the origin). • In a direct variation function, it can be said that f(x) varies directly with x, or f(x) is directly proportional to x. Example: See pp. 26-28 of the text. 1 Section 1-2 © Sandra Nite Polynomial Functions = n + n−1 +⋅⋅⋅+ 2 + + A function P is called a polynomial if P(x) an x an−1 x a2 x a1 x a0 where n is a nonnegative integer and a0 , a1 , a2 ,..., an are constants called the coefficients of the polynomial. If the leading coefficient an ≠ 0, then the degree of the polynomial is n. Characteristics: • The domain is the set of all real numbers D = (-∞, ∞). • If the degree is odd, the range R = (-∞, ∞).
    [Show full text]