Module 1 Lecture Notes

Total Page:16

File Type:pdf, Size:1020Kb

Module 1 Lecture Notes Module 1 Lecture Notes Contents 1.1 Identifying Functions.............................1 1.2 Algebraically Determining the Domain of a Function..........4 1.3 Evaluating Functions.............................6 1.4 Function Operations..............................7 1.5 The Difference Quotient...........................9 1.6 Applications of Function Operations.................... 10 1.7 Determining the Domain and Range of a Function Graphically.... 12 1.8 Reading the Graph of a Function...................... 14 1.1 Identifying Functions In previous classes, you should have studied a variety basic functions. For example, 1 p f(x) = 3x − 5; g(x) = 2x2 − 1; h(x) = ; j(x) = 5x + 2 x − 5 We will begin this course by studying functions and their properties. As the course progresses, we will study inverse, composite, exponential, logarithmic, polynomial and rational functions. Math 111 Module 1 Lecture Notes Definition 1: A relation is a correspondence between two variables. A relation can be ex- pressed through a set of ordered pairs, a graph, a table, or an equation. A set containing ordered pairs (x; y) defines y as a function of x if and only if no two ordered pairs in the set have the same x-coordinate. In other words, every input maps to exactly one output. We write y = f(x) and say \y is a function of x." For the function defined by y = f(x), • x is the independent variable (also known as the input) • y is the dependent variable (also known as the output) • f is the function name Example 1: Determine whether or not each of the following represents a function. Table 1.1 Chicken Name Egg Color Emma Turquoise Hazel Light Brown George(ia) Chocolate Brown Isabella White Yvonne Light Brown (a) The set of ordered pairs of the form (chicken name, egg color) shown in Table 1.1. This defines a function. For each input, there is exactly one output. More specifically, if you are told the name of the chicken, you know for certain what the egg color will be. (b) The set of ordered pairs of the form (egg color, chicken name) shown in Table 1.1. This DOES NOT define a function. For every input, there is not exactly one output. More specifically, if you are told the color is Light Brown, you have no way of knowing if the egg belongs to Hazel or Yvonne. Example 2: In Table 1.2, determine for which relations y is a function of x. Notice in Table 1.2 that there are a lot of similarities between the equations x2 + y = 4 and x + y2 = 4. However, we are determining if y is a function of x and thus are determining if every x-value is associated with exactly one y-value|not the reverse. Instructor: A.E.Cary Page 2 of 15 Math 111 Module 1 Lecture Notes Table 1.2: Identifying Functions Relation Function? Justification x y 1 1 No The input 2 has more than one output. 2 1 2 3 x y 8 49 Yes Every input has exactly one output. 12 60 16 49 x + y = 4 Yes There is exactly one y-value associated with every x-value. Note that the equation can be written explicitly in terms of y: y = 4 − x. x2 + y = 4 Yes There is exactly one y-value associated with every x-value. Note that the equation can be written explicitly in terms of y: y = 4 − x2. 2 x + y = 4 No The outputs 2 and −2 bothp correspond to the in- put 0. Furthermore, y = ± 4 − x and y cannot be written explicitly in terms of x. 2 2 x + y = 25 No The outputs 3 and −3 bothp correspond to the in- put 4. Furthermore, y = ± 25 − x2 and y cannot be written explicitly in terms of x. Instructor: A.E.Cary Page 3 of 15 Math 111 Module 1 Lecture Notes 1.2 Algebraically Determining the Domain of a Function Definition 2: Domain and Range • The domain of a function is the set of all possible inputs. • The range of a function is the set of all possible outputs. The largest possible set for each the domain and the range is the set of all real numbers. So far, there are two possible circumstances that restrict the domain of a function. When a number causes either of the following to occur, it must be excluded from the domain of a function: • Division by zero • The square root (or any even root) of a negative number Example 3: State the domain of each of the following functions in both set-builder and interval notation. p (a) f(x) = 7 − 2x Since this function contains a radical, we know that 7 − 2x ≥ 0. Solving for x, we find: 7 − 2x ≥ 0 7 ≥ 2x 7 ≥ x 2 7 x ≤ 2 7 7 The domain of f is x j x ≤ 2 . In interval notation, we write −∞; 2 (b) s(t) = 5t2 + 4t + 3 Noting that s is a quadratic function (and does not have division by zero or contain a radical), we know that the domain of s is all real numbers. In set-builder notation, we write ft j t is a real numberg. In interval notation, we write (−∞; 1). Instructor: A.E.Cary Page 4 of 15 Math 111 Module 1 Lecture Notes x2 − 7x + 10 (c) g(x) = x2 + x − 6 Since this function contains x2 + x − 6 in the denominator, we know that we must exclude values of x such that x2 + x − 6 = 0 from the domain: x2 + x − 6 = 0 (x + 3)(x − 2) = 0 x + 3 = 0 or x − 2 = 0 x = −3 or x = 2 The domain of f is fx j x 6= −3; 2g. In interval notation, we write (−∞; −3) S (−3; 2) S (2; 1). x + 2 (d) m(x) = x2 − 1 Since this function contains x2 − 1 in the denominator, we know that we must exclude values of x such that x2 − 1 = 0 from the domain: x2 − 1 = 0 x2 = 1 p x = ± 1 x = ±1 The domain of m is fx j x 6= −1; 1g. In interval notation, we write (−∞; −1) S (−1; 1) S (1; 1). p 3 t − 2 (e) k(t) = 5t + 40 Since this function contains 5t + 40 in the denominator, we know that we must exclude values of t such that 5t + 40 = 0 from the domain: 5t + 40 = 0 5t = −40 t = −8 The domain of k is ft j t 6= −8g. In interval notation, we write (−∞; −8) S (−8; 1). Note that the radical with an odd power does NOT limit the domain in any way. Instructor: A.E.Cary Page 5 of 15 Math 111 Module 1 Lecture Notes 4t + 1 (f) g(t) = p 5 − t p Since this functionp contains 5 − t in the denominator, we know that we must exclude values of t such that 5 − t = 0. Furthermore, since 5 − t is inside the radical, we must have 5 − t ≥ 0. Combined, this means that 5 − t > 0. Solving this for t: 5 − t > 0 5 > t t < 5 The domain of g is ft j t < 5g. In interval notation, we write (−∞; 5). p x − 5 (g) q(x) = x − 9 Since the function q contains x − 9 in the denominator, we know that values of x such that x − 9 = 0 must be excluded from the domain. Thus x 6= 9. Furthermore, since the function also has x − 5 inside a radical, we know that x − 5 ≥ 0. Thus x ≥ 5. Combined, we have x ≥ 5 and x 6= 9. The domain of q is then fx j x ≥ 5 and x 6= 9g. In interval notation, we write [5; 9) S (9; 1). 1.3 Evaluating Functions Recall that to evaluate a function is to find the function's value at a given input. One of the primary motivations of using function notation is that it is a means of communicating both the input and the output. For example, if we define a function by f(x) = x2, when we evaluate the function at x = −3, we see f(−3) = (−3)2 = 9 The statement f(−3) = 9 communicates both the input and the output. Conversely, if we had let y = x2 and found the value of y when x = −3, we would have seen y = (−3)2 = 9 Our result is the same: y = 9. But this does not tell us what the original input was! x2 Example 4: Let f(x) = . Evaluate the following, simplifying each expression as much as x + 1 possible: (a) f(−3) (c) f(0) (e) f(−x) (g) f(2x) (i) f(x + h) (b) f(1) (d) f(t) (f) −f(x) (h) f(x − 2) Instructor: A.E.Cary Page 6 of 15 Math 111 Module 1 Lecture Notes (a) (f) (−3)2 f(−3) = x2 −3 + 1 −f(x) = − 9 x + 1 = − 2 (g) (b) (1)2 (2x)2 f(1) = f(2x) = 1 + 1 2x + 1 1 4x2 = = 2 2x + 1 (c) (0)2 (h) f(0) = 0 + 1 (x − 2)2 = 0 f(x − 2) = (x − 2) + 1 (d) x2 − 4x + 4 = x − 1 (t)2 f(t) = t + 1 (i) (e) (−x)2 (x + h)2 f(−x) = f(x + h) = −x + 1 (x + h) + 1 x2 x2 + 2xh + h2 = = −x + 1 x + h + 1 1.4 Function Operations Function Operations • The sum of f and g, f + g, is defined by (f + g)(x) = f(x) + g(x). • The difference of f and g, f − g, is defined by (f − g)(x) = f(x) − g(x).
Recommended publications
  • Basic Structures: Sets, Functions, Sequences, and Sums 2-2
    CHAPTER Basic Structures: Sets, Functions, 2 Sequences, and Sums 2.1 Sets uch of discrete mathematics is devoted to the study of discrete structures, used to represent discrete objects. Many important discrete structures are built using sets, which 2.2 Set Operations M are collections of objects. Among the discrete structures built from sets are combinations, 2.3 Functions unordered collections of objects used extensively in counting; relations, sets of ordered pairs that represent relationships between objects; graphs, sets of vertices and edges that connect 2.4 Sequences and vertices; and finite state machines, used to model computing machines. These are some of the Summations topics we will study in later chapters. The concept of a function is extremely important in discrete mathematics. A function assigns to each element of a set exactly one element of a set. Functions play important roles throughout discrete mathematics. They are used to represent the computational complexity of algorithms, to study the size of sets, to count objects, and in a myriad of other ways. Useful structures such as sequences and strings are special types of functions. In this chapter, we will introduce the notion of a sequence, which represents ordered lists of elements. We will introduce some important types of sequences, and we will address the problem of identifying a pattern for the terms of a sequence from its first few terms. Using the notion of a sequence, we will define what it means for a set to be countable, namely, that we can list all the elements of the set in a sequence.
    [Show full text]
  • Domain and Range of a Function
    4.1 Domain and Range of a Function How can you fi nd the domain and range of STATES a function? STANDARDS MA.8.A.1.1 MA.8.A.1.5 1 ACTIVITY: The Domain and Range of a Function Work with a partner. The table shows the number of adult and child tickets sold for a school concert. Input Number of Adult Tickets, x 01234 Output Number of Child Tickets, y 86420 The variables x and y are related by the linear equation 4x + 2y = 16. a. Write the equation in function form by solving for y. b. The domain of a function is the set of all input values. Find the domain of the function. Domain = Why is x = 5 not in the domain of the function? 1 Why is x = — not in the domain of the function? 2 c. The range of a function is the set of all output values. Find the range of the function. Range = d. Functions can be described in many ways. ● by an equation ● by an input-output table y 9 ● in words 8 ● by a graph 7 6 ● as a set of ordered pairs 5 4 Use the graph to write the function 3 as a set of ordered pairs. 2 1 , , ( , ) ( , ) 0 09321 45 876 x ( , ) , ( , ) , ( , ) 148 Chapter 4 Functions 2 ACTIVITY: Finding Domains and Ranges Work with a partner. ● Copy and complete each input-output table. ● Find the domain and range of the function represented by the table. 1 a. y = −3x + 4 b. y = — x − 6 2 x −2 −10 1 2 x 01234 y y c.
    [Show full text]
  • Adaptive Lower Bound for Testing Monotonicity on the Line
    Adaptive Lower Bound for Testing Monotonicity on the Line Aleksandrs Belovs∗ Abstract In the property testing model, the task is to distinguish objects possessing some property from the objects that are far from it. One of such properties is monotonicity, when the objects are functions from one poset to another. This is an active area of research. In this paper we study query complexity of ε-testing monotonicity of a function f :[n] → [r]. All our lower bounds are for adaptive two-sided testers. log r • We prove a nearly tight lower bound for this problem in terms of r. TheboundisΩ log log r when ε =1/2. No previous satisfactory lower bound in terms of r was known. • We completely characterise query complexity of this problem in terms of n for smaller values of ε. The complexity is Θ ε−1 log(εn) . Apart from giving the lower bound, this improves on the best known upper bound. Finally, we give an alternative proof of the Ω(ε−1d log n−ε−1 log ε−1) lower bound for testing monotonicity on the hypergrid [n]d due to Chakrabarty and Seshadhri (RANDOM’13). 1 Introduction The framework of property testing was formulated by Rubinfeld and Sudan [19] and Goldreich et al. [16]. A property testing problem is specified by a property P, which is a class of functions mapping some finite set D into some finite set R, and proximity parameter ε, which is a real number between 0 and 1. An ε-tester is a bounded-error randomised query algorithm which, given oracle access to a function f : D → R, distinguishes between the case when f belongs to P and the case when f is ε-far from P.
    [Show full text]
  • Basic Concepts of Set Theory, Functions and Relations 1. Basic
    Ling 310, adapted from UMass Ling 409, Partee lecture notes March 1, 2006 p. 1 Basic Concepts of Set Theory, Functions and Relations 1. Basic Concepts of Set Theory........................................................................................................................1 1.1. Sets and elements ...................................................................................................................................1 1.2. Specification of sets ...............................................................................................................................2 1.3. Identity and cardinality ..........................................................................................................................3 1.4. Subsets ...................................................................................................................................................4 1.5. Power sets .............................................................................................................................................4 1.6. Operations on sets: union, intersection...................................................................................................4 1.7 More operations on sets: difference, complement...................................................................................5 1.8. Set-theoretic equalities ...........................................................................................................................5 Chapter 2. Relations and Functions ..................................................................................................................6
    [Show full text]
  • The Church-Turing Thesis in Quantum and Classical Computing∗
    The Church-Turing thesis in quantum and classical computing∗ Petrus Potgietery 31 October 2002 Abstract The Church-Turing thesis is examined in historical context and a survey is made of current claims to have surpassed its restrictions using quantum computing | thereby calling into question the basis of the accepted solutions to the Entscheidungsproblem and Hilbert's tenth problem. 1 Formal computability The need for a formal definition of algorithm or computation became clear to the scientific community of the early twentieth century due mainly to two problems of Hilbert: the Entscheidungsproblem|can an algorithm be found that, given a statement • in first-order logic (for example Peano arithmetic), determines whether it is true in all models of a theory; and Hilbert's tenth problem|does there exist an algorithm which, given a Diophan- • tine equation, determines whether is has any integer solutions? The Entscheidungsproblem, or decision problem, can be traced back to Leibniz and was successfully and independently solved in the mid-1930s by Alonzo Church [Church, 1936] and Alan Turing [Turing, 1935]. Church defined an algorithm to be identical to that of a function computable by his Lambda Calculus. Turing, in turn, first identified an algorithm to be identical with a recursive function and later with a function computed by what is now known as a Turing machine1. It was later shown that the class of the recursive functions, Turing machines, and the Lambda Calculus define the same class of functions. The remarkable equivalence of these three definitions of disparate origin quite strongly supported the idea of this as an adequate definition of computability and the Entscheidungsproblem is generally considered to be solved.
    [Show full text]
  • A Denotational Semantics Approach to Functional and Logic Programming
    A Denotational Semantics Approach to Functional and Logic Programming TR89-030 August, 1989 Frank S.K. Silbermann The University of North Carolina at Chapel Hill Department of Computer Science CB#3175, Sitterson Hall Chapel Hill, NC 27599-3175 UNC is an Equal OpportunityjAfflrmative Action Institution. A Denotational Semantics Approach to Functional and Logic Programming by FrankS. K. Silbermann A dissertation submitted to the faculty of the University of North Carolina at Chapel Hill in par­ tial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science. Chapel Hill 1989 @1989 Frank S. K. Silbermann ALL RIGHTS RESERVED 11 FRANK STEVEN KENT SILBERMANN. A Denotational Semantics Approach to Functional and Logic Programming (Under the direction of Bharat Jayaraman.) ABSTRACT This dissertation addresses the problem of incorporating into lazy higher-order functional programming the relational programming capability of Horn logic. The language design is based on set abstraction, a feature whose denotational semantics has until now not been rigorously defined. A novel approach is taken in constructing an operational semantics directly from the denotational description. The main results of this dissertation are: (i) Relative set abstraction can combine lazy higher-order functional program­ ming with not only first-order Horn logic, but also with a useful subset of higher­ order Horn logic. Sets, as well as functions, can be treated as first-class objects. (ii) Angelic powerdomains provide the semantic foundation for relative set ab­ straction. (iii) The computation rule appropriate for this language is a modified parallel­ outermost, rather than the more familiar left-most rule. (iv) Optimizations incorporating ideas from narrowing and resolution greatly improve the efficiency of the interpreter, while maintaining correctness.
    [Show full text]
  • Turing Machines
    Syllabus R09 Regulation FORMAL LANGUAGES & AUTOMATA THEORY Jaya Krishna, M.Tech, Asst. Prof. UNIT-VII TURING MACHINES Introduction Until now we have been interested primarily in simple classes of languages and the ways that they can be used for relatively constrainted problems, such as analyzing protocols, searching text, or parsing programs. We begin with an informal argument, using an assumed knowledge of C programming, to show that there are specific problems we cannot solve using a computer. These problems are called “undecidable”. We then introduce a respected formalism for computers called the Turing machine. While a Turing machine looks nothing like a PC, and would be grossly inefficient should some startup company decide to manufacture and sell them, the Turing machine long has been recognized as an accurate model for what any physical computing device is capable of doing. TURING MACHINE: The purpose of the theory of undecidable problems is not only to establish the existence of such problems – an intellectually exciting idea in its own right – but to provide guidance to programmers about what they might or might not be able to accomplish through programming. The theory has great impact when we discuss the problems that are decidable, may require large amount of time to solve them. These problems are called “intractable problems” tend to present greater difficulty to the programmer and system designer than do the undecidable problems. We need tools that will allow us to prove everyday questions undecidable or intractable. As a result we need to rebuild our theory of undecidability, based not on programs in C or another language, but based on a very simple model of a computer called the Turing machine.
    [Show full text]
  • The Domain of Solutions to Differential Equations
    connect to college success™ The Domain of Solutions To Differential Equations Larry Riddle available on apcentral.collegeboard.com connect to college success™ www.collegeboard.com The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded in 1900, the association is composed of more than 4,700 schools, colleges, universities, and other educational organizations. Each year, the College Board serves over three and a half million students and their parents, 23,000 high schools, and 3,500 colleges through major programs and services in college admissions, guidance, assessment, financial aid, enrollment, and teaching and learning. Among its best-known programs are the SAT®, the PSAT/NMSQT®, and the Advanced Placement Program® (AP®). The College Board is committed to the principles of excellence and equity, and that commitment is embodied in all of its programs, services, activities, and concerns. Equity Policy Statement The College Board and the Advanced Placement Program encourage teachers, AP Coordinators, and school administrators to make equitable access a guiding principle for their AP programs. The College Board is committed to the principle that all students deserve an opportunity to participate in rigorous and academically challenging courses and programs. All students who are willing to accept the challenge of a rigorous academic curriculum should be considered for admission to AP courses. The Board encourages the elimination of barriers that restrict access to AP courses for students from ethnic, racial, and socioeconomic groups that have been traditionally underrepresented in the AP Program.
    [Show full text]
  • Domain and Range of an Inverse Function
    Lesson 28 Domain and Range of an Inverse Function As stated in the previous lesson, when changing from a function to its inverse the inputs and outputs of the original function are switched. This is because when we find an inverse function, we are taking some original function and solving for its input 푥; so what used to be the input becomes the output, and what used to be the output becomes the input. −11 푓(푥) = Given to the left are the steps 1 + 3푥 to find the inverse of the −ퟏퟏ original function 푓. These 풇 = steps illustrates the changing ퟏ + ퟑ풙 of the inputs and the outputs (ퟏ + ퟑ풙) ∙ 풇 = −ퟏퟏ when going from a function to its inverse. We start out 풇 + ퟑ풙풇 = −ퟏퟏ with 푓 (the output) isolated and 푥 (the input) as part of ퟑ풙풇 = −ퟏퟏ − 풇 the expression, and we end up with 푥 isolated and 푓 as −ퟏퟏ − 풇 the input of the expression. 풙 = ퟑ풇 Keep in mind that once 푥 is isolated, we have basically −11 − 푥 푓−1(푥) = found the inverse function. 3푥 Since the inputs and outputs of a function are switched when going from the original function to its inverse, this means that the domain of the original function 푓 is the range of its inverse function 푓−1. This also means that the range of the original function 푓 is the domain of its inverse function 푓−1. In this lesson we will review how to find an inverse function (as shown above), and we will also review how to find the domain of a function (which we covered in Lesson 18).
    [Show full text]
  • First-Order Logic
    Chapter 5 First-Order Logic 5.1 INTRODUCTION In propositional logic, it is not possible to express assertions about elements of a structure. The weak expressive power of propositional logic accounts for its relative mathematical simplicity, but it is a very severe limitation, and it is desirable to have more expressive logics. First-order logic is a considerably richer logic than propositional logic, but yet enjoys many nice mathemati- cal properties. In particular, there are finitary proof systems complete with respect to the semantics. In first-order logic, assertions about elements of structures can be ex- pressed. Technically, this is achieved by allowing the propositional symbols to have arguments ranging over elements of structures. For convenience, we also allow symbols denoting functions and constants. Our study of first-order logic will parallel the study of propositional logic conducted in Chapter 3. First, the syntax of first-order logic will be defined. The syntax is given by an inductive definition. Next, the semantics of first- order logic will be given. For this, it will be necessary to define the notion of a structure, which is essentially the concept of an algebra defined in Section 2.4, and the notion of satisfaction. Given a structure M and a formula A, for any assignment s of values in M to the variables (in A), we shall define the satisfaction relation |=, so that M |= A[s] 146 5.2 FIRST-ORDER LANGUAGES 147 expresses the fact that the assignment s satisfies the formula A in M. The satisfaction relation |= is defined recursively on the set of formulae.
    [Show full text]
  • Functions and Relations
    Functions and relations • Relations • Set rules & symbols • Sets of numbers • Sets & intervals • Functions • Relations • Function notation • Hybrid functions • Hyperbola • Truncus • Square root • Circle • Inverse functions VCE Maths Methods - Functions & Relations 2 Relations • A relation is a rule that links two sets of numbers: the domain & range. • The domain of a relation is the set of the !rst elements of the ordered pairs (x values). • The range of a relation is the set of the second elements of the ordered pairs (y values). • (The range is a subset of the co-domain of the function.) • Some relations exist for all possible values of x. • Other relations have an implied domain, as the function is only valid for certain values of x. VCE Maths Methods - Functions & Relations 3 Set rules & symbols A = {1, 3, 5, 7, 9} B = {2, 4, 6, 8, 10} C = {2, 3, 5, 7} D = {4,8} (odd numbers) (even numbers) (prime numbers) (multiples of 4) • ∈ : element of a set. 3 ! A • ∉ : not an element of a set. 6 ! A • ∩ : intersection of two sets (in both B and C) B!C = {2} ∪ • : union of two sets (elements in set B or C) B!C = {2,3,4,5,6,7,8,10} • ⊂ : subset of a set (all elements in D are part of set B) D ! B • \ : exclusion (elements in set B but not in set C) B \C = {2,6,10} • Ø : empty set A!B =" VCE Maths Methods - Functions & Relations 4 Sets of numbers • The domain & range of a function are each a subset of a particular larger set of numbers.
    [Show full text]
  • A Theory of Particular Sets, As It Uses Open Formulas Rather Than Sequents
    A Theory of Particular Sets Paul Blain Levy, University of Birmingham June 14, 2019 Abstract ZFC has sentences that quantify over all sets or all ordinals, without restriction. Some have argued that sen- tences of this kind lack a determinate meaning. We propose a set theory called TOPS, using Natural Deduction, that avoids this problem by speaking only about particular sets. 1 Introduction ZFC has long been established as a set-theoretic foundation of mathematics, but concerns about its meaningfulness have often been raised. Specifically, its use of unrestricted quantifiers seems to presuppose an absolute totality of sets. The purpose of this paper is to present a new set theory called TOPS that addresses this concern by speaking only about particular sets. Though weaker than ZFC, it is adequate for a large amount of mathematics. To explain the need for a new theory, we begin in Section 2 by surveying some basic mathematical beliefs and conceptions. Section 3 presents the language of TOPS, and Section 4 the theory itself, using Natural Deduction. Section 5 adapts the theory to allow theorems with free variables. Related work is discussed in Section 6. While TOPS is by no means the first set theory to use restricted quantifiers in order to avoid assuming a totality of sets, it is the first to do so using Natural Deduction, which turns out to be very helpful. This is apparent when TOPS is compared to a previously studied system [26] that proves essentially the same sentences but includes an inference rule that (we argue) cannot be considered truth-preserving.
    [Show full text]