Ch 5 Functions Chapter 5: Functions

Slides:



Advertisements
Similar presentations
1.6 Functions. Chapter 1, section 6 Functions notation: f: A B x in A, y in B, f(x) = y. concepts: –domain of f, –codomain of f, –range of f, –f maps.
Advertisements

Section 12.1 Composite and Inverse Functions
1 Section 1.8 Functions. 2 Loose Definition Mapping of each element of one set onto some element of another set –each element of 1st set must map to something,
Functions.
Section 1.8: Functions A function is a mapping from one set to another that satisfies certain properties. We will first introduce the notion of a mapping.
2.1 Sets 2.2 Set Operations 2.3 Functions ‒Functions ‒ Injections, Surjections and Bijections ‒ Inverse Functions ‒Composition 2.4 Sequences and Summations.
Functions Domain and range The domain of a function f(x) is the set of all possible x values. (the input values) The range of a function f(x) is the set.
Relations and Functions
1.2 Represent Functions as Rules and Tables EQ: How do I represent functions as rules and tables??
1 Discrete Structures – CNS 2300 Text Discrete Mathematics and Its Applications (5 th Edition) Kenneth H. Rosen Chapter 1 The Foundations: Logic, Sets,
Chapter 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs BY: MISS FARAH ADIBAH ADNAN IMK.
Example Prove that: “IF 3n + 2 is odd, then n is odd” Proof by Contradiction: -p = 3n + 2 is odd, q = n is odd. -Assume that ~(p  q) is true OR -(p 
Basic Structures: Functions Muhammad Arief download dari
CSE 2353 – October 1 st 2003 Functions. For Real Numbers F: R->R –f(x) = 7x + 5 –f(x) = sin(x)
Agenda Week 10 Lecture coverage: –Functions –Types of Function –Composite function –Inverse of a function.
Relations and Functions. Review A relation between two variables x and y is a set of ordered pairs An ordered pair consist of a x and y-coordinate A relation.
How do we verify and find inverses of functions?
FUNCTIONS COSC-1321 Discrete Structures 1. Function. Definition Let X and Y be sets. A function f from X to Y is a relation from X to Y with the property.
 If f is a one-to-one function with domain D and range R, then the inverse function of f, denoted f -1, is the function with domain R and range D defined.
Section 2.3. Section Summary  Definition of a Function. o Domain, Cdomain o Image, Preimage  One-to-one (Injection), onto (Surjection), Bijection 
Functions Goals Introduce the concept of function
Identifying functions and using function notation
Functions Section 2.3.
Unit 4 - Relations and Functions
Unit 4 - Relations and Functions
Relations and Functions
2.1 Functions and their Graphs
Chapter Functions.
Chapter 2 Sets and Functions.
Relation and function.
Relations and Functions Pages
EXAMPLE 1 Represent relations
Functions Section 2.3.
Identifying functions and using function notation
Function Compositions and Inverses
CS100: Discrete structures
2.1 – Represent Relations and Functions.
Relations and Functions
_________ and __________
Functions Introduction.
Functions And Function Notation.
Dr. Fowler  CCM Functions.
FUNCTION NOTATION AND EVALUATING FUNCTIONS
3-2 Representing Functions
Warm Up Given y = –x² – x + 2 and the x-value, find the y-value in each… 1. x = –3, y = ____ 2. x = 0, y = ____ 3. x = 1, y = ____ –4 – −3 2 –
Activity 2.8 Study Time.
Functions.
Algebra 1 Section 5.2.
Review Write as ax + b = 0 and then as y = ax + b. 5x + 2 = 8
WARM-UP 1. Find the distance between the points A(2,-3) and B(4,2)
5.2 Relations and Functions
Stand Quietly.
2.6 Operations on Functions
Functions Rules and Tables.
3.5 Operations on Functions
Paper, Pencil and Textbook
FUNCTION NOTATION.
Functions f(x)=2x-7 g(x)=x+12.
Functions f(x)=2x-7 g(x)=x+12.
Sec. 2.2 Functions.
Functions MATHPOWERTM 11, WESTERN EDITION
Functions Section 2.3.
Introduction to Functions
Relations/Sequences Objective: Students will learn how to identify if a relation is a function. They will also be able to create a variable expression.
Composite Function: Combining a function within another function.
UNDERSTANDING FUNCTIONS
Unit 4 - Relations and Functions
Relations and Functions
Relations and Functions
3 Chapter Chapter 2 Graphing.
Presentation transcript:

Ch 5 Functions Chapter 5: Functions Section 5.1: Examples {1,2,9,12,14} Section 5.4: Examples {2,3,4,5,6,7,9,10}

5.1 Functions

Review A relation between two variables x and y is a set of ordered pairs An ordered pair consist of a x and y-coordinate A relation may be viewed as ordered pairs, mapping design, table, equation, or written in sentences x-values are inputs, domain, independent variable y-values are outputs, range, dependent variable

Example 1 What is the domain? {0, 1, 2, 3, 4, 5} What is the range? {-5, -4, -3, -2, -1, 0}

Example 2 What is the domain? {4, -5, 0, 9, -1} What is the range? –5 9 –1 Input –2 7 Output What is the domain? {4, -5, 0, 9, -1} What is the range? {-2, 7}

Is a relation a function? What is a function? According to the textbook, “a function is…a relation in which every input is paired with exactly one output” 6

Function, a special type of relation

Is a relation a function? Focus on the x-coordinates, when given a relation If the set of ordered pairs have different x-coordinates, it IS A function If the set of ordered pairs have same x-coordinates, it is NOT a function Y-coordinates have no bearing in determining functions

YES Example 3 Is this a function? Hint: Look only at the x-coordinates :00 Is this a function? Hint: Look only at the x-coordinates YES

NO Example 4 Is this a function? Hint: Look only at the x-coordinates :40 Example 4 Is this a function? Hint: Look only at the x-coordinates NO

Choice 1 Example 5 Choice One Choice Two :40 Example 5 Which mapping represents a function? Choice One Choice Two 3 1 –1 2 2 –1 3 –2 Choice 1

Example 6 Which mapping represents a function? A. B. B

Function Notation f(x) means function of x and is read “f of x.” f(x) = 2x + 1 is written in function notation. The notation f(1) means to replace x with 1 resulting in the function value. f(1) = 2x + 1 f(1) = 2(1) + 1 f(1) = 3

Functions Injections, Surjections and Bijections Let f be a function from A to B. Definition: f is one-to-one (denoted 1-1) or injective if preimages are unique. Note: this means that if a  b then f(a)  f(b). Definition: f is onto or surjective if every y in B has a preimage. Note: this means that for every y in B there must be an x in A such that f(x) = y. Definition: f is bijective if it is surjective and injective (one-to-one and onto).

Functions A B a X b Y c Z d Surjection but not an injection

Functions A B A B a a V V b b W W c c X X d d Y Y Injection & a surjection, hence a bijection Z Injection but not a surjection

Functions Inverse Functions Definition: Let f be a bijection from A to B. Then the inverse of f, denoted f-1, is the function from B to A defined as f-1(y) = x iff f(x) = y

Functions Definition: Let S be a subset of B. Then f-1(S) = {x | f(x)  S} Note: f need not be a bijection for this definition to hold. Example: Let f be the following function: A B a X f-1({Z}) = {c, d} f-1({X, Y}) = {a, b} b Y c Z d

Functions Composition Definition: Let f: B C, g: A B. The composition of f with g, denoted fg, is the function from A to C defined by f  g(x) = f(g(x))

A g B f C a V h Examples: b W i c X j d Y A fg C a h b i c j d

Examples

Examples

Examples

Examples

Examples