Functions Defined on General Sets

Slides:



Advertisements
Similar presentations
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Advertisements

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,
Chapter 10.1 and 10.2: Boolean Algebra Based on Slides from Discrete Mathematical Structures: Theory and Applications.
Mathematics. Session Functions, Limits and Continuity-1.
DO NOW: 6.3: w/s C: Perform the indicated operation. 1.) Find g(f(x)) if f(x) = 2x 2 – x and g(x) = 2.) Find g(h(8)) if g(x) = -x 2 and h(x) =
Jeopardy Growing Exponentially Welcome to the Function Fun with Functions Snoitcunf A special Function Let’s Change it Up
Section Functions Function: A function is a correspondence between a first set, called the domain and a second set called the range such that each.
Functions and relations
SECTION 1.3 PROPERTIES OF FUNCTIONS PROPERTIES OF FUNCTIONS.
Product and Quotients of Functions Sum Difference Product Quotient are functions that exist and are defined over a domain. Why are there restrictions on.
Functions Defined on General Sets Lecture 35 Section 7.1 Fri, Mar 30, 2007.
Agenda Week 10 Lecture coverage: –Functions –Types of Function –Composite function –Inverse of a function.
Operations on Functions Lesson 3.5. Sums and Differences of Functions If f(x) = 3x + 7 and g(x) = x 2 – 5 then, h(x) = f(x) + g(x) = 3x (x 2 – 5)
Lesson 5.3 Inverse Functions
Basic Definitions of Set Theory Lecture 24 Section 5.1 Fri, Mar 2, 2007.
Ch 9 – Properties and Attributes of Functions 9.4 – Operations with Functions.
Chapter 2 Functions and Graphs Copyright © 2014, 2010, 2007 Pearson Education, Inc Combinations of Functions; Composite Functions.
FUNCTIONS REVIEW PRE-CALCULUS UNIT 1 REVIEW. STANDARD 1: DESCRIBE SUBSETS OF REAL NUMBERS What are the categories? Where would these be placed? 7, 6,
Discrete Structures Li Tak Sing( 李德成 ) Lectures
3.2 Logarithmic Functions and Their Graphs We know that if a function passes the horizontal line test, then the inverse of the function is also a function.
Quadratic Graphs and Their Properties
The Inverse Trigonometric Functions
5.3- Inverse Functions If for all values of x in the domains of f and g, then f and g are inverse functions.
a. Write a function, f(x), to represent the 5 bonus points.
Relation and function.
6.1 One-to-One Functions; Inverse Function
Functions JEOPARDY.
Sullivan Algebra & Trigonometry: Section 3.1 Functions
CALCULUS AND ANALYTIC GEOMETRY CS 001 LECTURE 02.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Functions Section 2.3.
Exponential and Logarithmic Functions
One-to-One Functions and Inverse Functions
Algebra 1 Section 8.2.
Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the function. {image}
2.1 – Represent Relations and Functions.
Functions Review.
Higher Functions Unit 1.2.
Section 2.1 Functions.
Part (a) 1 1 ax ax ax 2 g(x) = e + f(x) g’(x) = e (ln e) (a) + f’(x)
Unit 8 Lesson 11 Piecewise Functions.
Chapter 10.1 and 10.2: Boolean Algebra
Chapter 10.1 and 10.2: Boolean Algebra
Combinations of Functions:
4.1 One-to-One Functions; Inverse Function
Function Notation and Evaluating Functions
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Chapter 3 Section 6.
Continuous Random Variables
6.1 One-to-One Functions; Inverse Function
Lecture 37 Section 7.2 Tue, Apr 3, 2007
Properties of Functions
Composition OF Functions.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Composition OF Functions.
1.2 Analyzing Graphs of Functions and Relations
One-to-One and Onto, Inverse Functions
One-to-One and Onto, Inverse Functions
FUNCTION NOTATION.
Section 2.1 Functions.
Introductory Concepts
Sec. 2.2 Functions.
Chapter 10.1 and 10.2: Boolean Algebra
Functions Section 2.3.
Set Concepts & Subsets Sections 2.1 & 2.2.
REFLECTIONS AND SYMMETRY
Exponential Functions
Unit 3 Functions.
Section 3.1 Functions.
FUNCTIONS & THEIR GRAPHS
Presentation transcript:

Functions Defined on General Sets Lecture 30 Section 7.1 Fri, Mar 4, 2005

Relations A relation R from a set A to a set B is a subset of A  B. If x  A and y  B, then x has the relation R to y if (x, y)  R. We may also write x R y.

Examples: Relations Let A = B = R. Let x, y  R. Define x R y to mean that y = x2. Describe R. Let A = B = R. Let x, y  R. Define x R y to mean that y < x2. Is R  R a relation? Is  a relation?

Functions Let A and B be sets. A function from A to B is a relation from A to B with the property that for every x  A, there exists exactly one y  B such that (x, y)  f. Write f : A  B and f(x) = y. A is the domain of f. B is the co-domain of f.

Functions Note that functions and algebraic expressions are two different things. For example, do not confuse the algebraic expression (x + 1)2 with the function f : R  R defined by f(x) = (x + 1)2.

Examples: Functions f : R  R by f(x) = x2. g : R  R  R by g(x, y) = 1 – x – y. h : R  R  R  R by h(x, y) = (-x, -y). For any set A, k : (A)  (A)  (A) by k(X, Y) = X  Y. For any sets A and B, m : (A)  (B) by m(X) = X  B.

Examples: Functions Let n be the size of a complete binary tree. Define f : N  R by f(n) = the average number of nodes visited to locate a randomly selected value in the tree. We found earlier that if n = 2k – 1, then f(n)  k – 1. In general, what expression approximately describes the values of this function?

Inverse Images If f(x) = y, we say that y is the image of x and that x is an inverse image of y. The inverse image of y is the set f -1(y) = {x  X | f(x) = y}. In the previous examples, find f -1(4). g-1(0). h-1(5, 10).

Equality of Functions Let f : X  Y and g : X  Y be two functions. Then f = g if f(x) = g(x) for all x  X. Are the functions f(x) = |x| and g(x) = x2 equal? Are the functions f(x) = 1 and g(x) = sec2 x – tan2 x equal?

Boolean Functions A Boolean function is a function whose domain is {0, 1}  …  {0, 1} and codomain is {0, 1}. Example: Let p, q be Boolean variables and define f(p, q) = p  q. p q f(p, q) 1

The Number of Boolean Functions How many Boolean functions are there in 2 variables? What are they? How many Boolean functions are there in 3 variables? How many Boolean functions are there in n variables?

Boolean Functions What Boolean function is defined by f(x, y) = xy? f(x, y) = x + y – xy? f(x) = 1 – x? f(x, y, z) = 1 – xy – z + xyz?